diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..97bbffc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## v3.67 +### chore +- **api:** removed all service version in file header \ No newline at end of file diff --git a/docs/operations/achievement.md b/docs/operations/achievement.md index 99071db10..a163e34d3 100644 --- a/docs/operations/achievement.md +++ b/docs/operations/achievement.md @@ -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 diff --git a/docs/operations/basic.md b/docs/operations/basic.md index 87eb80d84..853ad4d9a 100644 --- a/docs/operations/basic.md +++ b/docs/operations/basic.md @@ -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 @@ -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) | @@ -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) | diff --git a/docs/operations/chat.md b/docs/operations/chat.md index a28b8db4f..f1e83cbc2 100644 --- a/docs/operations/chat.md +++ b/docs/operations/chat.md @@ -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 diff --git a/docs/operations/cloudsave.md b/docs/operations/cloudsave.md index 0964fd732..58fcd1633 100644 --- a/docs/operations/cloudsave.md +++ b/docs/operations/cloudsave.md @@ -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 diff --git a/docs/operations/eventlog.md b/docs/operations/eventlog.md index a84c4be26..22c1e28b2 100644 --- a/docs/operations/eventlog.md +++ b/docs/operations/eventlog.md @@ -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 diff --git a/docs/operations/gametelemetry.md b/docs/operations/gametelemetry.md index 582f0ef73..63764eff1 100644 --- a/docs/operations/gametelemetry.md +++ b/docs/operations/gametelemetry.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# Analytics Game Telemetry Index (1.22.0) +# Analytics Game Telemetry Index (1.23.0) ## Operations diff --git a/docs/operations/gdpr.md b/docs/operations/gdpr.md index 743048945..a4ccd9f7f 100644 --- a/docs/operations/gdpr.md +++ b/docs/operations/gdpr.md @@ -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 diff --git a/docs/operations/group.md b/docs/operations/group.md index 7d19b09cf..c44c76d36 100644 --- a/docs/operations/group.md +++ b/docs/operations/group.md @@ -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 diff --git a/docs/operations/iam.md b/docs/operations/iam.md index f68533e23..67abefa6b 100644 --- a/docs/operations/iam.md +++ b/docs/operations/iam.md @@ -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 @@ -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) | diff --git a/docs/operations/leaderboard.md b/docs/operations/leaderboard.md index 4bc33d3bb..67ac0f2b8 100644 --- a/docs/operations/leaderboard.md +++ b/docs/operations/leaderboard.md @@ -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 diff --git a/docs/operations/legal.md b/docs/operations/legal.md index 8cec1efe1..a9176682d 100644 --- a/docs/operations/legal.md +++ b/docs/operations/legal.md @@ -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 diff --git a/docs/operations/match2.md b/docs/operations/match2.md index 3e1f518bc..0ce2253b6 100644 --- a/docs/operations/match2.md +++ b/docs/operations/match2.md @@ -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 diff --git a/docs/operations/matchmaking.md b/docs/operations/matchmaking.md index e6a5b0cb2..c9016a74e 100644 --- a/docs/operations/matchmaking.md +++ b/docs/operations/matchmaking.md @@ -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 diff --git a/docs/operations/platform.md b/docs/operations/platform.md index 67de3805d..00329cfe9 100644 --- a/docs/operations/platform.md +++ b/docs/operations/platform.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Platform Service Index (4.44.0) +# AccelByte Gaming Services Platform Service Index (4.45.0) ## Operations @@ -152,9 +152,12 @@ | /platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemId | GET | publicGetUserEntitlementOwnershipByItemId | `false` | [PublicGetUserEntitlementOwnershipByItemId](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b313cf.py) | [public_get_user_entitlement_ownership_by_item_id](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-get-user-entitlement-ownership-by-item-id](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_id.py) | | /platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemIds | GET | publicGetUserEntitlementOwnershipByItemIds | `false` | [PublicGetUserEntitlementOwnershipByItemIds](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_408425.py) | [public_get_user_entitlement_ownership_by_item_ids](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-get-user-entitlement-ownership-by-item-ids](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_ids.py) | | /platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/bySku | GET | publicGetUserEntitlementOwnershipBySku | `false` | [PublicGetUserEntitlementOwnershipBySku](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_ee3005.py) | [public_get_user_entitlement_ownership_by_sku](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-get-user-entitlement-ownership-by-sku](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_sku.py) | +| /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds | GET | publicGetUserEntitlementsByIds | `false` | [PublicGetUserEntitlementsByIds](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_bb9230.py) | [public_get_user_entitlements_by_ids](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-get-user-entitlements-by-ids](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlements_by_ids.py) | | /platform/public/namespaces/{namespace}/users/{userId}/entitlements | GET | publicQueryUserEntitlements | `false` | [PublicQueryUserEntitlements](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entitlements.py) | [public_query_user_entitlements](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-query-user-entitlements](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements.py) | | /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byAppType | GET | publicQueryUserEntitlementsByAppType | `false` | [PublicQueryUserEntitlementsByAppType](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entit_2398e5.py) | [public_query_user_entitlements_by_app_type](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-query-user-entitlements-by-app-type](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements_by_app_type.py) | | /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/sell | PUT | publicSellUserEntitlement | `false` | [PublicSellUserEntitlement](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_sell_user_entitlement.py) | [public_sell_user_entitlement](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-sell-user-entitlement](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_sell_user_entitlement.py) | +| /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split | PUT | publicSplitUserEntitlement | `false` | [PublicSplitUserEntitlement](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_split_user_entitlement.py) | [public_split_user_entitlement](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-split-user-entitlement](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_split_user_entitlement.py) | +| /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer | PUT | publicTransferUserEntitlement | `false` | [PublicTransferUserEntitlement](../../accelbyte_py_sdk/api/platform/operations/entitlement/public_transfer_user_en_c358c0.py) | [public_transfer_user_entitlement](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-public-transfer-user-entitlement](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_transfer_user_entitlement.py) | | /platform/admin/namespaces/{namespace}/entitlements | GET | queryEntitlements | `false` | [QueryEntitlements](../../accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements.py) | [query_entitlements](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-query-entitlements](../../samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements.py) | | /platform/admin/namespaces/{namespace}/entitlements/byItemIds | GET | queryEntitlements_1 | `false` | [QueryEntitlements1](../../accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements_1.py) | [query_entitlements_1](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-query-entitlements-1](../../samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements_1.py) | | /platform/admin/namespaces/{namespace}/users/{userId}/entitlements | GET | queryUserEntitlements | `false` | [QueryUserEntitlements](../../accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements.py) | [query_user_entitlements](../../accelbyte_py_sdk/api/platform/wrappers/_entitlement.py) | [accelbyte_py_sdk_cli platform-query-user-entitlements](../../samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements.py) | @@ -490,15 +493,20 @@ | /platform/admin/namespaces/{namespace}/stores | POST | createStore | `false` | [CreateStore](../../accelbyte_py_sdk/api/platform/operations/store/create_store.py) | [create_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-create-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_create_store.py) | | /platform/admin/namespaces/{namespace}/stores/published | DELETE | deletePublishedStore | `false` | [DeletePublishedStore](../../accelbyte_py_sdk/api/platform/operations/store/delete_published_store.py) | [delete_published_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-delete-published-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_delete_published_store.py) | | /platform/admin/namespaces/{namespace}/stores/{storeId} | DELETE | deleteStore | `false` | [DeleteStore](../../accelbyte_py_sdk/api/platform/operations/store/delete_store.py) | [delete_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-delete-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_delete_store.py) | +| /platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates | GET | downloadCSVTemplates | `false` | [DownloadCSVTemplates](../../accelbyte_py_sdk/api/platform/operations/store/download_csv_templates.py) | [download_csv_templates](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-download-csv-templates](../../samples/cli/accelbyte_py_sdk_cli/platform/_download_csv_templates.py) | | /platform/admin/namespaces/{namespace}/stores/{storeId}/export | GET | exportStore | `true` | [ExportStore](../../accelbyte_py_sdk/api/platform/operations/store/export_store.py) | [export_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-export-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_export_store.py) | | /platform/v2/admin/namespaces/{namespace}/stores/{storeId}/export | POST | exportStore_1 | `false` | [ExportStore1](../../accelbyte_py_sdk/api/platform/operations/store/export_store_1.py) | [export_store_1](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-export-store-1](../../samples/cli/accelbyte_py_sdk_cli/platform/_export_store_1.py) | +| /platform/admin/namespaces/{namespace}/stores/exportByCSV | POST | exportStoreByCSV | `false` | [ExportStoreByCSV](../../accelbyte_py_sdk/api/platform/operations/store/export_store_by_csv.py) | [export_store_by_csv](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-export-store-by-csv](../../samples/cli/accelbyte_py_sdk_cli/platform/_export_store_by_csv.py) | +| /platform/admin/namespaces/{namespace}/stores/catalogDefinition | GET | getCatalogDefinition | `false` | [GetCatalogDefinition](../../accelbyte_py_sdk/api/platform/operations/store/get_catalog_definition.py) | [get_catalog_definition](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-get-catalog-definition](../../samples/cli/accelbyte_py_sdk_cli/platform/_get_catalog_definition.py) | | /platform/admin/namespaces/{namespace}/stores/published | GET | getPublishedStore | `false` | [GetPublishedStore](../../accelbyte_py_sdk/api/platform/operations/store/get_published_store.py) | [get_published_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-get-published-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store.py) | | /platform/admin/namespaces/{namespace}/stores/published/backup | GET | getPublishedStoreBackup | `false` | [GetPublishedStoreBackup](../../accelbyte_py_sdk/api/platform/operations/store/get_published_store_backup.py) | [get_published_store_backup](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-get-published-store-backup](../../samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store_backup.py) | | /platform/admin/namespaces/{namespace}/stores/{storeId} | GET | getStore | `false` | [GetStore](../../accelbyte_py_sdk/api/platform/operations/store/get_store.py) | [get_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-get-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_get_store.py) | | /platform/admin/namespaces/{namespace}/stores/import | PUT | importStore | `true` | [ImportStore](../../accelbyte_py_sdk/api/platform/operations/store/import_store.py) | [import_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-import-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_import_store.py) | | /platform/v2/admin/namespaces/{namespace}/stores/import | PUT | importStore_1 | `false` | [ImportStore1](../../accelbyte_py_sdk/api/platform/operations/store/import_store_1.py) | [import_store_1](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-import-store-1](../../samples/cli/accelbyte_py_sdk_cli/platform/_import_store_1.py) | +| /platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV | POST | importStoreByCSV | `false` | [ImportStoreByCSV](../../accelbyte_py_sdk/api/platform/operations/store/import_store_by_csv.py) | [import_store_by_csv](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-import-store-by-csv](../../samples/cli/accelbyte_py_sdk_cli/platform/_import_store_by_csv.py) | | /platform/admin/namespaces/{namespace}/stores | GET | listStores | `false` | [ListStores](../../accelbyte_py_sdk/api/platform/operations/store/list_stores.py) | [list_stores](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-list-stores](../../samples/cli/accelbyte_py_sdk_cli/platform/_list_stores.py) | | /platform/public/namespaces/{namespace}/stores | GET | publicListStores | `false` | [PublicListStores](../../accelbyte_py_sdk/api/platform/operations/store/public_list_stores.py) | [public_list_stores](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-public-list-stores](../../samples/cli/accelbyte_py_sdk_cli/platform/_public_list_stores.py) | +| /platform/admin/namespaces/{namespace}/stores/{storeId}/import/history | GET | queryImportHistory | `false` | [QueryImportHistory](../../accelbyte_py_sdk/api/platform/operations/store/query_import_history.py) | [query_import_history](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-query-import-history](../../samples/cli/accelbyte_py_sdk_cli/platform/_query_import_history.py) | | /platform/admin/namespaces/{namespace}/stores/published/rollback | PUT | rollbackPublishedStore | `false` | [RollbackPublishedStore](../../accelbyte_py_sdk/api/platform/operations/store/rollback_published_store.py) | [rollback_published_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-rollback-published-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_rollback_published_store.py) | | /platform/admin/namespaces/{namespace}/stores/{storeId} | PUT | updateStore | `false` | [UpdateStore](../../accelbyte_py_sdk/api/platform/operations/store/update_store.py) | [update_store](../../accelbyte_py_sdk/api/platform/wrappers/_store.py) | [accelbyte_py_sdk_cli platform-update-store](../../samples/cli/accelbyte_py_sdk_cli/platform/_update_store.py) | @@ -631,6 +639,7 @@ | CatalogChangeInfo | [CatalogChangeInfo](../../accelbyte_py_sdk/api/platform/models/catalog_change_info.py) | | CatalogChangePagingResult | [CatalogChangePagingResult](../../accelbyte_py_sdk/api/platform/models/catalog_change_paging_result.py) | | CatalogChangeStatistics | [CatalogChangeStatistics](../../accelbyte_py_sdk/api/platform/models/catalog_change_statistics.py) | +| CatalogDefinitionInfo | [CatalogDefinitionInfo](../../accelbyte_py_sdk/api/platform/models/catalog_definition_info.py) | | CategoryCreate | [CategoryCreate](../../accelbyte_py_sdk/api/platform/models/category_create.py) | | CategoryInfo | [CategoryInfo](../../accelbyte_py_sdk/api/platform/models/category_info.py) | | CategoryUpdate | [CategoryUpdate](../../accelbyte_py_sdk/api/platform/models/category_update.py) | @@ -693,7 +702,11 @@ | EntitlementRevokeResult | [EntitlementRevokeResult](../../accelbyte_py_sdk/api/platform/models/entitlement_revoke_result.py) | | EntitlementSoldRequest | [EntitlementSoldRequest](../../accelbyte_py_sdk/api/platform/models/entitlement_sold_request.py) | | EntitlementSoldResult | [EntitlementSoldResult](../../accelbyte_py_sdk/api/platform/models/entitlement_sold_result.py) | +| EntitlementSplitRequest | [EntitlementSplitRequest](../../accelbyte_py_sdk/api/platform/models/entitlement_split_request.py) | +| EntitlementSplitResult | [EntitlementSplitResult](../../accelbyte_py_sdk/api/platform/models/entitlement_split_result.py) | | EntitlementSummary | [EntitlementSummary](../../accelbyte_py_sdk/api/platform/models/entitlement_summary.py) | +| EntitlementTransferRequest | [EntitlementTransferRequest](../../accelbyte_py_sdk/api/platform/models/entitlement_transfer_request.py) | +| EntitlementTransferResult | [EntitlementTransferResult](../../accelbyte_py_sdk/api/platform/models/entitlement_transfer_result.py) | | EntitlementUpdate | [EntitlementUpdate](../../accelbyte_py_sdk/api/platform/models/entitlement_update.py) | | EpicGamesDLCSyncRequest | [EpicGamesDLCSyncRequest](../../accelbyte_py_sdk/api/platform/models/epic_games_dlc_sync_request.py) | | EpicGamesIAPConfigInfo | [EpicGamesIAPConfigInfo](../../accelbyte_py_sdk/api/platform/models/epic_games_iap_config_info.py) | @@ -705,6 +718,7 @@ | EventAdditionalData | [EventAdditionalData](../../accelbyte_py_sdk/api/platform/models/event_additional_data.py) | | EventPayload | [EventPayload](../../accelbyte_py_sdk/api/platform/models/event_payload.py) | | ExportStoreRequest | [ExportStoreRequest](../../accelbyte_py_sdk/api/platform/models/export_store_request.py) | +| ExportStoreToCSVRequest | [ExportStoreToCSVRequest](../../accelbyte_py_sdk/api/platform/models/export_store_to_csv_request.py) | | ExtensionFulfillmentSummary | [ExtensionFulfillmentSummary](../../accelbyte_py_sdk/api/platform/models/extension_fulfillment_summary.py) | | ExternalPaymentOrderCreate | [ExternalPaymentOrderCreate](../../accelbyte_py_sdk/api/platform/models/external_payment_order_create.py) | | FieldValidationError | [FieldValidationError](../../accelbyte_py_sdk/api/platform/models/field_validation_error.py) | @@ -749,11 +763,14 @@ | ImportStoreAppInfo | [ImportStoreAppInfo](../../accelbyte_py_sdk/api/platform/models/import_store_app_info.py) | | ImportStoreCategoryInfo | [ImportStoreCategoryInfo](../../accelbyte_py_sdk/api/platform/models/import_store_category_info.py) | | ImportStoreError | [ImportStoreError](../../accelbyte_py_sdk/api/platform/models/import_store_error.py) | +| ImportStoreHistoryInfo | [ImportStoreHistoryInfo](../../accelbyte_py_sdk/api/platform/models/import_store_history_info.py) | +| ImportStoreHistoryPagingResult | [ImportStoreHistoryPagingResult](../../accelbyte_py_sdk/api/platform/models/import_store_history_paging_result.py) | | ImportStoreItemInfo | [ImportStoreItemInfo](../../accelbyte_py_sdk/api/platform/models/import_store_item_info.py) | | ImportStoreResult | [ImportStoreResult](../../accelbyte_py_sdk/api/platform/models/import_store_result.py) | | ImportStoreSectionInfo | [ImportStoreSectionInfo](../../accelbyte_py_sdk/api/platform/models/import_store_section_info.py) | | ImportStoreViewInfo | [ImportStoreViewInfo](../../accelbyte_py_sdk/api/platform/models/import_store_view_info.py) | | InGameItemSync | [InGameItemSync](../../accelbyte_py_sdk/api/platform/models/in_game_item_sync.py) | +| InventoryConfig | [InventoryConfig](../../accelbyte_py_sdk/api/platform/models/inventory_config.py) | | InvoiceCurrencySummary | [InvoiceCurrencySummary](../../accelbyte_py_sdk/api/platform/models/invoice_currency_summary.py) | | InvoiceSummary | [InvoiceSummary](../../accelbyte_py_sdk/api/platform/models/invoice_summary.py) | | ItemAcquireRequest | [ItemAcquireRequest](../../accelbyte_py_sdk/api/platform/models/item_acquire_request.py) | diff --git a/docs/operations/reporting.md b/docs/operations/reporting.md index 9a2dec86e..81e3c2702 100644 --- a/docs/operations/reporting.md +++ b/docs/operations/reporting.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Reporting Service Index (0.1.30) +# AccelByte Gaming Services Reporting Service Index (0.1.31) ## Operations diff --git a/docs/operations/seasonpass.md b/docs/operations/seasonpass.md index 7306a929f..926edbb88 100644 --- a/docs/operations/seasonpass.md +++ b/docs/operations/seasonpass.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Seasonpass Service Index (1.20.2) +# AccelByte Gaming Services Seasonpass Service Index (1.21.0) ## Operations diff --git a/docs/operations/session.md b/docs/operations/session.md index 2a79adfe4..764b1ba97 100644 --- a/docs/operations/session.md +++ b/docs/operations/session.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Session Service Index (3.13.3) +# AccelByte Gaming Services Session Service Index (3.13.9) ## Operations diff --git a/docs/operations/sessionbrowser.md b/docs/operations/sessionbrowser.md index db1fa26c9..ca61798b2 100644 --- a/docs/operations/sessionbrowser.md +++ b/docs/operations/sessionbrowser.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Session Browser Service Index (1.18.1) +# AccelByte Gaming Services Session Browser Service Index (1.18.3) ## Operations diff --git a/docs/operations/social.md b/docs/operations/social.md index 27eb47f82..5fd9dc2db 100644 --- a/docs/operations/social.md +++ b/docs/operations/social.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Social Service Index (2.11.2) +# AccelByte Gaming Services Social Service Index (2.11.3) ## Operations diff --git a/docs/operations/ugc.md b/docs/operations/ugc.md index 8850e9f5d..8b106d004 100644 --- a/docs/operations/ugc.md +++ b/docs/operations/ugc.md @@ -2,7 +2,7 @@ [//]: # (<< template file: doc-index.j2) -# AccelByte Gaming Services Ugc Service Index (2.19.3) +# AccelByte Gaming Services Ugc Service Index (2.19.4) ## Operations diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/__init__.py b/samples/cli/accelbyte_py_sdk_cli/achievement/__init__.py index b5b3b214f..84b3ea8c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-achievement-service (2.21.8) +# justice-achievement-service from ._admin_list_achievements import admin_list_achievements from ._admin_create_new_achievement import admin_create_new_achievement diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_anonymize_user_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_anonymize_user_achievement.py index 46c0a84c2..ca36ee73d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_anonymize_user_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_anonymize_user_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_create_new_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_create_new_achievement.py index 1d3110712..23225afb6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_create_new_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_create_new_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_delete_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_delete_achievement.py index d99260aea..02cd827aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_delete_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_delete_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_get_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_get_achievement.py index 2967b7368..e42c19763 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_get_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_get_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_achievements.py index 57cb6f33b..f94f68a70 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievement_contributors.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievement_contributors.py index 3bf5a90e1..b3ef509c5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievement_contributors.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievement_contributors.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievements.py index cc1dba9bd..b29c4a5c9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_global_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_tags.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_tags.py index f2fc4702d..878d3cb73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_tags.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_tags.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_achievements.py index 65e45e510..19cc1cf6f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_contributions.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_contributions.py index c2ad7eda1..21b0a62ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_contributions.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_list_user_contributions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_reset_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_reset_achievement.py index ff4360162..e20715b9e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_reset_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_reset_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_unlock_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_unlock_achievement.py index 066f2c142..72cdb43bd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_unlock_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_unlock_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement.py index 420a027ad..c0d24d75f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement_list_order.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement_list_order.py index 7a12b219b..08a28078e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement_list_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_admin_update_achievement_list_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_claim_global_achievement_reward.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_claim_global_achievement_reward.py index 64f0aaf93..095d49cab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_claim_global_achievement_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_claim_global_achievement_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_export_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_export_achievements.py index 32c60b2c2..884afddb1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_export_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_export_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_import_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_import_achievements.py index 5289e7500..80ceb7cf8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_import_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_import_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_list_global_achievement_contributors.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_list_global_achievement_contributors.py index db4007c16..e2bd90dcd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_list_global_achievement_contributors.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_list_global_achievement_contributors.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_list_user_contributions.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_list_user_contributions.py index 3063c30a2..8e3f9bd87 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_list_user_contributions.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_list_user_contributions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_get_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_get_achievement.py index c9a689692..d9f5205d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_get_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_get_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_achievements.py index 727eb8b68..95fcc325f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_global_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_global_achievements.py index a4121923e..a9dc3a469 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_global_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_global_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_tags.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_tags.py index 6ddfec831..8316d2218 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_tags.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_tags.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_user_achievements.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_user_achievements.py index 26f46f060..d801cc227 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_user_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_list_user_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_unlock_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_unlock_achievement.py index 15bc8e025..1849e4e7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_public_unlock_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_public_unlock_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/achievement/_reset_global_achievement.py b/samples/cli/accelbyte_py_sdk_cli/achievement/_reset_global_achievement.py index ed4cef22e..7293c25d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/achievement/_reset_global_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/achievement/_reset_global_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Achievement Service (2.21.8) +# AGS Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/__init__.py b/samples/cli/accelbyte_py_sdk_cli/ams/__init__.py index 290675cd5..314b050a7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# fleet-commander (1.8.1) +# fleet-commander from ._auth_check import auth_check from ._portal_health_check import portal_health_check diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_account_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_account_get.py index 87fc4d8fa..5a5fd0c3a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_account_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_account_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_create.py b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_create.py index 5c0130e05..720e45fed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_create.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_create.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_get.py index b32359f63..f819fe1c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_get.py index 8b6261fba..a74344b11 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_post.py b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_post.py index 38f4d0805..e9f678151 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_post.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_admin_account_link_token_post.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_delete.py b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_delete.py index 664f7f529..6b06fce9a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_delete.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_delete.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get.py index 1ed45f95f..55a8df5c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get_url.py b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get_url.py index 9c8707590..8fa290aec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_get_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_usage_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_usage_get.py index 6549a805b..31878202a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_usage_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_artifact_usage_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_auth_check.py b/samples/cli/accelbyte_py_sdk_cli/ams/_auth_check.py index 795b39137..cfddd676e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_auth_check.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_auth_check.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_basic_health_check.py b/samples/cli/accelbyte_py_sdk_cli/ams/_basic_health_check.py index c42a6e966..fe1e112d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_basic_health_check.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_basic_health_check.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_get.py index 25fc9fe65..f50ee2271 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_set.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_set.py index 967962e65..f5c32cabd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_set.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_artifact_sampling_rules_set.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_id.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_id.py index e6aa76570..e030f5ac6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_keys.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_keys.py index ed44a77dd..0cfaddc5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_keys.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_claim_by_keys.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_create.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_create.py index 1116f78ee..cacb1c7a7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_create.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_create.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_delete.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_delete.py index caa390e05..37852d178 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_delete.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_delete.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_get.py index 33f9ebd15..9efc48688 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_list.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_list.py index 7576b2995..c2083323a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_history.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_history.py index fff937832..82488c642 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_info.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_info.py index 35bd11495..463ac90b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_server_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_servers.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_servers.py index cfc0eb0e4..85e62ed0e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_servers.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_servers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_update.py b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_update.py index 6a52b558c..286ce8f89 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_update.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_fleet_update.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_func1.py b/samples/cli/accelbyte_py_sdk_cli/ams/_func1.py index c15ac5104..e332fdc54 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_func1.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_func1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_image_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_image_get.py index f4df4e48e..3a71f639c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_image_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_image_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_image_list.py b/samples/cli/accelbyte_py_sdk_cli/ams/_image_list.py index 867ee833d..adcaab8e4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_image_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_image_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_image_patch.py b/samples/cli/accelbyte_py_sdk_cli/ams/_image_patch.py index ea5b26cd4..5143cca35 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_image_patch.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_image_patch.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_info_regions.py b/samples/cli/accelbyte_py_sdk_cli/ams/_info_regions.py index 98616b44f..8619d9806 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_info_regions.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_info_regions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_info_supported_instances.py b/samples/cli/accelbyte_py_sdk_cli/ams/_info_supported_instances.py index 039ec0267..ab6ee8270 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_info_supported_instances.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_info_supported_instances.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_local_watchdog_connect.py b/samples/cli/accelbyte_py_sdk_cli/ams/_local_watchdog_connect.py index 651c9455e..2843e2697 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_local_watchdog_connect.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_local_watchdog_connect.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_portal_health_check.py b/samples/cli/accelbyte_py_sdk_cli/ams/_portal_health_check.py index 2c03933c2..757869aa1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_portal_health_check.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_portal_health_check.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_get.py index b30e6bef4..1b5fa77a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_update.py b/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_update.py index 6072ac000..18ad7f319 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_update.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_qo_s_regions_update.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_server_history.py b/samples/cli/accelbyte_py_sdk_cli/ams/_server_history.py index 762f40dc0..5d0174550 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_server_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_server_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_upload_url_get.py b/samples/cli/accelbyte_py_sdk_cli/ams/_upload_url_get.py index 693568c99..61d3b9f5f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_upload_url_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_upload_url_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ams/_watchdog_connect.py b/samples/cli/accelbyte_py_sdk_cli/ams/_watchdog_connect.py index 2a44a0583..d652a7c1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ams/_watchdog_connect.py +++ b/samples/cli/accelbyte_py_sdk_cli/ams/_watchdog_connect.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/__init__.py b/samples/cli/accelbyte_py_sdk_cli/basic/__init__.py index cd85fbf3e..369405643 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-basic-service (2.15.1) +# justice-basic-service from ._get_namespaces import get_namespaces from ._create_namespace import create_namespace @@ -19,10 +19,12 @@ from ._get_user_status import get_user_status from ._un_ban_users import un_ban_users from ._update_namespace import update_namespace +from ._get_child_namespaces import get_child_namespaces from ._create_config import create_config from ._get_config_1 import get_config_1 from ._delete_config_1 import delete_config_1 from ._update_config_1 import update_config_1 +from ._get_namespace_context import get_namespace_context from ._get_config import get_config from ._delete_config import delete_config from ._update_config import update_config @@ -105,10 +107,12 @@ get_user_status, un_ban_users, update_namespace, + get_child_namespaces, create_config, get_config_1, delete_config_1, update_config_1, + get_namespace_context, get_config, delete_config, update_config, diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_add_country_group.py b/samples/cli/accelbyte_py_sdk_cli/basic/_add_country_group.py index 733efd57d..51d340035 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_add_country_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_add_country_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_admin_get_user_profile_public_info_by_ids.py b/samples/cli/accelbyte_py_sdk_cli/basic/_admin_get_user_profile_public_info_by_ids.py index 63344a6f1..db78af7ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_admin_get_user_profile_public_info_by_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_admin_get_user_profile_public_info_by_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_anonymize_user_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_anonymize_user_profile.py index 60a0e429b..b7b995133 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_anonymize_user_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_anonymize_user_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_ban_users.py b/samples/cli/accelbyte_py_sdk_cli/basic/_ban_users.py index 5df1316e7..21c915594 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_ban_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_ban_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_change_namespace_status.py b/samples/cli/accelbyte_py_sdk_cli/basic/_change_namespace_status.py index fcdf7737d..58a87f585 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_change_namespace_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_change_namespace_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_create_config.py b/samples/cli/accelbyte_py_sdk_cli/basic/_create_config.py index 38ff89f6c..11d00b979 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_create_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_create_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_create_my_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_create_my_profile.py index aabd0842a..ed2ba0754 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_create_my_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_create_my_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_create_namespace.py b/samples/cli/accelbyte_py_sdk_cli/basic/_create_namespace.py index 0dd495d65..138c4c70f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_create_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_create_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config.py b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config.py index f9f26ee72..177c1b08c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config_1.py b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config_1.py index 1b6eba0c8..41b0a902f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_config_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_country_group.py b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_country_group.py index fda9ab062..9f8989c73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_country_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_country_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_namespace.py b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_namespace.py index e9e132749..653b1bc5b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_user_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_user_profile.py index 80b09e29d..c74436fa5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_delete_user_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_delete_user_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_generated_upload_url.py b/samples/cli/accelbyte_py_sdk_cli/basic/_generated_upload_url.py index 5c93fe178..5b70cb857 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_generated_upload_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_generated_upload_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_generated_user_upload_content_url.py b/samples/cli/accelbyte_py_sdk_cli/basic/_generated_user_upload_content_url.py index 43e327f5a..8114e7fc6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_generated_user_upload_content_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_generated_user_upload_content_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_actions.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_actions.py index 1f2807735..d541b61fe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_actions.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_actions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_banned_users.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_banned_users.py index e91b20ad3..b0f935ad7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_banned_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_banned_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_child_namespaces.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_child_namespaces.py new file mode 100644 index 000000000..3c6435c54 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_child_namespaces.py @@ -0,0 +1,72 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Basic Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.basic import ( + get_child_namespaces as get_child_namespaces_internal, +) +from accelbyte_py_sdk.api.basic.models import ErrorEntity +from accelbyte_py_sdk.api.basic.models import NamespaceInfo + + +@click.command() +@click.option("--active_only", "active_only", type=bool) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def get_child_namespaces( + active_only: Optional[bool] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(get_child_namespaces_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = get_child_namespaces_internal( + active_only=active_only, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"getChildNamespaces failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +get_child_namespaces.operation_id = "getChildNamespaces" +get_child_namespaces.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_config.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_config.py index d4cd3ad52..91c1ff841 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_config_1.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_config_1.py index 9413323d5..0a03244dc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_config_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_config_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_countries.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_countries.py index a53e03ab3..5dcc729b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_countries.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_countries.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_country_groups.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_country_groups.py index d2bba5d36..94fd7994f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_country_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_country_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_custom_attributes_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_custom_attributes_info.py index c9c9e8caf..7049f0e66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_custom_attributes_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_custom_attributes_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_game_namespaces.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_game_namespaces.py index b76bf2bf3..baf11c6d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_game_namespaces.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_game_namespaces.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_languages.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_languages.py index 1d65de0bd..2ef9c93a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_languages.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_languages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_private_custom_attributes_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_private_custom_attributes_info.py index 65513bcc3..6a3baef26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_private_custom_attributes_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_private_custom_attributes_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_profile_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_profile_info.py index 56a634a4a..4122d09a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_profile_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_profile_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_zip_code.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_zip_code.py index 34d7d1c8f..63766887e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_zip_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_my_zip_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace.py index fca891148..99672583a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_context.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_context.py new file mode 100644 index 000000000..1a22c516a --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_context.py @@ -0,0 +1,69 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Basic Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.basic import ( + get_namespace_context as get_namespace_context_internal, +) +from accelbyte_py_sdk.api.basic.models import ErrorEntity +from accelbyte_py_sdk.api.basic.models import NamespaceContext + + +@click.command() +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def get_namespace_context( + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(get_namespace_context_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = get_namespace_context_internal( + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"getNamespaceContext failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +get_namespace_context.operation_id = "getNamespaceContext" +get_namespace_context.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_publisher.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_publisher.py index 278dd1952..af631503c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_publisher.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_publisher.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespaces.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespaces.py index 4c34d0d2a..c9b73d4f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespaces.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_namespaces.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_private_custom_attributes_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_private_custom_attributes_info.py index c538852bc..d76268932 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_private_custom_attributes_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_private_custom_attributes_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_publisher_config.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_publisher_config.py index f6d501fad..76aabb711 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_publisher_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_publisher_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_time_zones.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_time_zones.py index 4a9a50b61..d779a7f98 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_time_zones.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_time_zones.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info.py index 47beefff7..8c8b908d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info_by_public_id.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info_by_public_id.py index 9519b2a86..4c234fefe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info_by_public_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_profile_info_by_public_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_status.py b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_status.py index 80ae30dae..b13a9ef49 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_get_user_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_create_user_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_create_user_profile.py index 533481360..d10edab18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_create_user_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_create_user_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_upload_url.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_upload_url.py index 1a3a3168d..48a0ed257 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_upload_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_upload_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_user_upload_content_url.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_user_upload_content_url.py index 22e250b64..a50f12fda 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_user_upload_content_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_generated_user_upload_content_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_countries.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_countries.py index 4c75ace6b..500a9aa22 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_countries.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_countries.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_custom_attributes_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_custom_attributes_info.py index 949f942a8..b3e4bcb8f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_custom_attributes_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_custom_attributes_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_languages.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_languages.py index 4d4a829e3..dac329cf5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_languages.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_languages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespace_publisher.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespace_publisher.py index 4b748a458..f9ece0bd4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespace_publisher.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespace_publisher.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespaces.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespaces.py index 8aa7d9045..b6ea116b6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespaces.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespaces.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time.py index fb37027c8..6dd2cd41f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time_zones.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time_zones.py index 28504670c..24119b9c2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time_zones.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_time_zones.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info.py index 6ca36dff3..4d0bd124e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info_by_public_id.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info_by_public_id.py index b7e03a811..c86456bec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info_by_public_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_info_by_public_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info.py index dc198e7cd..b0a6d5bb8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info_by_ids.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info_by_ids.py index 53201c878..409d55bfa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info_by_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_get_user_profile_public_info_by_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_report_user.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_report_user.py index 229d06346..c06989a07 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_report_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_report_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_custom_attributes_partially.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_custom_attributes_partially.py index 0988eea20..d341bd449 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_custom_attributes_partially.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_custom_attributes_partially.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile.py index 1154c2fa8..5233f6362 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile_status.py b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile_status.py index 209e9e143..82b6f4992 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_public_update_user_profile_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_report_user.py b/samples/cli/accelbyte_py_sdk_cli/basic/_report_user.py index 49daf32b8..0cd944820 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_report_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_report_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_un_ban_users.py b/samples/cli/accelbyte_py_sdk_cli/basic/_un_ban_users.py index 1bb114ed5..32c0af79b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_un_ban_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_un_ban_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_config.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_config.py index 6ddd41b79..ee7c708de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_config_1.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_config_1.py index 47246cad8..c572b731e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_config_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_config_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_country_group.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_country_group.py index 76ed354d4..71647c27c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_country_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_country_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_custom_attributes_partially.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_custom_attributes_partially.py index 780ccf84b..4ee5657a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_custom_attributes_partially.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_custom_attributes_partially.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_private_custom_attributes_partially.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_private_custom_attributes_partially.py index fbcdbd169..a1a68b958 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_private_custom_attributes_partially.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_private_custom_attributes_partially.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_profile.py index 301d511fd..f2338d3cc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_zip_code.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_zip_code.py index a9f636093..7269b7019 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_zip_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_my_zip_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_namespace.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_namespace.py index 8052aceb4..c219e6734 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_private_custom_attributes_partially.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_private_custom_attributes_partially.py index ecee8a965..78b4ed6fd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_private_custom_attributes_partially.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_private_custom_attributes_partially.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile.py index e5ab005ca..45d3e1304 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile_status.py b/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile_status.py index a3979a308..92bced57d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/basic/_update_user_profile_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Basic Service (2.15.1) +# AGS Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/__init__.py b/samples/cli/accelbyte_py_sdk_cli/chat/__init__.py index 4fd50f6b1..d6458ab0a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-chat-service (0.4.16) +# justice-chat-service from ._admin_chat_history import admin_chat_history from ._admin_create_namespace_topic import admin_create_namespace_topic diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_inbox_category.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_inbox_category.py index de7b59b1e..2b363bf10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_inbox_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_inbox_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_topic_member.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_topic_member.py index d1eece714..ac370e699 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_topic_member.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_add_topic_member.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_ban_topic_members.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_ban_topic_members.py index 200fe6f42..5436df85b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_ban_topic_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_ban_topic_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_info.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_info.py index 5bca8c3f7..6579a9ca8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_list.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_list.py index ea476d3e2..fe26d8832 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_summary.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_summary.py index 49e517f69..e6d2f82dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_summary.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_channel_topic_summary.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_chat_history.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_chat_history.py index c7506a7cb..5c9d900b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_chat_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_chat_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_namespace_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_namespace_topic.py index 88e8e8f71..f41d9262c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_namespace_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_namespace_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_topic.py index 41cce0a27..2acf91876 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_create_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat.py index cb9d27f0b..e28f86b26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat_snapshot.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat_snapshot.py index 79b6777d1..390373566 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat_snapshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_chat_snapshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_category.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_category.py index 33c7fac9f..028ed7be8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_message.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_message.py index 1f9c31bcc..8cf5c5656 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_message.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_inbox_message.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_topic.py index b7aa1eb7e..3c93b8afb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_delete_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_all_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_all_config_v1.py index fe29deb41..bb96ce8a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_all_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_all_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_category_schema.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_category_schema.py index ce7aac9e6..a08cd2407 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_category_schema.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_category_schema.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_chat_snapshot.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_chat_snapshot.py index 07415d3d5..60dd0e9b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_chat_snapshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_chat_snapshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_config_v1.py index 57ce81ae7..53a424a50 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_categories.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_categories.py index bed1b3a64..3f281c984 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_messages.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_messages.py index e3fbb390b..814a722dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_stats.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_stats.py index baf39b288..3eaedc57c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_users.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_users.py index e0cf978a0..113aac050 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_get_inbox_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create.py index d4c2a0492..102a1a181 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create_bulk.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create_bulk.py index c75ed6378..abb4b08aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create_bulk.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_create_bulk.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_delete.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_delete.py index 8224f854b..c5f1baa15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_delete.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_delete.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_export.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_export.py index 86365d125..bb76eec27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_export.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_export.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_group.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_group.py index 6acad2aa9..f1bd48dd7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_import.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_import.py index 4c3edcc5d..d6380a7a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_import.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_import.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_query.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_query.py index a3d1b0270..c71d9a24b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_query.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_query.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_update.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_update.py index 54bf91f89..4b24fc84e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_update.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_profanity_update.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic.py index 0e1209733..f0c7fcb95 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic_log.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic_log.py index 04d0c09e2..2f19eafa3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic_log.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_topic_log.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_users_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_users_topic.py index c0bb98a0b..437091e7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_users_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_query_users_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_remove_topic_member.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_remove_topic_member.py index e4269fd56..0d2a58d77 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_remove_topic_member.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_remove_topic_member.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_save_inbox_message.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_save_inbox_message.py index 9e70d01d4..133331bd6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_save_inbox_message.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_save_inbox_message.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_chat.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_chat.py index 20088db72..b0771a936 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_chat.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_chat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_inbox_message.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_inbox_message.py index 51926e734..0b53fa57a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_inbox_message.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_send_inbox_message.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_chat_history.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_chat_history.py index 602899cfe..ab952afef 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_chat_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_chat_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_list.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_list.py index 78bf04d3b..26c9124b7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_members.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_members.py index 42869ed9f..6ea12fada 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_shards.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_shards.py index c671e8302..35690821e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_shards.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_topic_shards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unban_topic_members.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unban_topic_members.py index ab76474b9..8bc4916de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unban_topic_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unban_topic_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unsend_inbox_message.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unsend_inbox_message.py index cf0899016..a3d2dbf01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unsend_inbox_message.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_unsend_inbox_message.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_config_v1.py index 0daddec21..8c64d5946 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_category.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_category.py index 85aacb91d..fd3fcf417 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_message.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_message.py index 686aaecd0..36f7304c2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_message.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_inbox_message.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_topic.py b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_topic.py index 3af4931a2..a55960eb7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_admin_update_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_export_config.py b/samples/cli/accelbyte_py_sdk_cli/chat/_export_config.py index e3a5c29e4..d8f26546f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_export_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_export_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_import_config.py b/samples/cli/accelbyte_py_sdk_cli/chat/_import_config.py index aa0c6292c..51483e0fd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_import_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_import_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_ban_topic_members.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_ban_topic_members.py index 58c9a49b6..f70a8a0a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_ban_topic_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_ban_topic_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_chat_history.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_chat_history.py index 26a35a6c0..c04cc806f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_chat_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_chat_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_delete_chat.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_delete_chat.py index dd2a320a2..2943bd24b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_delete_chat.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_delete_chat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_chat_snapshot.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_chat_snapshot.py index 7fea7e0af..85d183ec5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_chat_snapshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_chat_snapshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_messages.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_messages.py index 5255285b4..08fd459f6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_muted_topics.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_muted_topics.py index 49f6548cd..5b259c771 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_muted_topics.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_get_muted_topics.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_mute_user.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_mute_user.py index 881b19673..6d3d44b21 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_mute_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_mute_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_topic_list.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_topic_list.py index ef173772c..91f38a58c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_topic_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_topic_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_unban_topic_members.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_unban_topic_members.py index 2198bdd7a..6c315321b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_unban_topic_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_unban_topic_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/chat/_public_unmute_user.py b/samples/cli/accelbyte_py_sdk_cli/chat/_public_unmute_user.py index b27b1b421..ef663bc73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/chat/_public_unmute_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/chat/_public_unmute_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Chat Service (demo) +# AGS Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/__init__.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/__init__.py index a7919983e..d2924cb63 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-cloudsave-service (3.13.0) +# justice-cloudsave-service from ._admin_list_admin_game_record_v1 import admin_list_admin_game_record_v1 from ._admin_bulk_get_admin_game_record_v1 import admin_bulk_get_admin_game_record_v1 diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_game_record_v1.py index cbfeaf9f0..224d73a94 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_player_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_player_record_v1.py index 5da1b7692..6b5150197 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_player_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_bulk_get_admin_player_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_game_record_v1.py index 988e1fe26..820cc7f93 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_player_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_player_record_v1.py index 80af4cde6..7f1ed040b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_player_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_admin_player_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_binary_record_v1.py index 491545685..541e2e77e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_record_handler_v1.py index 8c478c12b..b1e7842ed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_binary_record_v1.py index 4e8bea5fa..e0c0660ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_public_record_handler_v1.py index dc9020992..7ef4ae72f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_record_handler_v1.py index 5001a8e14..249e4402b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_delete_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_game_record_v1.py index 1efbf9612..1be085a4e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_player_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_player_record_v1.py index 5555c36b7..ac021d71f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_player_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_admin_player_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_binary_record_v1.py index 8d4f8d76b..c4fa2eb29 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_record_handler_v1.py index 76fd13758..339f531f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_binary_record_v1.py index 0c12c90f9..7b1ba3a7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_public_record_handler_v1.py index 1fb9969dd..174198310 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_handler_v1.py index b437d433c..643c3832b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_size_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_size_handler_v1.py index f1bb38d18..0acd609df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_size_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_record_size_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_records_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_records_handler_v1.py index 6264d0e78..7cee53f25 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_records_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_get_player_records_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_game_record_v1.py index 12949b484..7e1a0688f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_user_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_user_records_v1.py index 1c3b6672d..f400c8400 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_user_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_admin_user_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_game_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_game_binary_records_v1.py index b981be772..1c37ae7ed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_game_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_game_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_player_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_player_binary_records_v1.py index 2c2ae361b..47eb748be 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_player_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_list_player_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_admin_game_record_v1.py index ad806a839..0e80c257a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_presigned_urlv1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_presigned_urlv1.py index 8f88d31a1..68c570800 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_presigned_urlv1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_presigned_urlv1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_record_v1.py index 670229bb2..7577ee58e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_record_handler_v1.py index 2caf76f8b..c9d4a2f45 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_admin_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_admin_record_v1.py index 88c10738f..04cf727a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_admin_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_admin_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_presigned_urlv1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_presigned_urlv1.py index a67b5c4bb..ed50c198f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_presigned_urlv1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_presigned_urlv1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_record_v1.py index 868f6c912..823d54409 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_public_record_handler_v1.py index 4f8c68214..81750c603 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_record_handler_v1.py index b16e7186f..a5f877861 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_post_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_concurrent_handler_v1.py index 93d487508..3df737e82 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_v1.py index f02fba591..a55d58dd5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_game_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_concurrent_handler_v1.py index 51c910a8f..5cc439b61 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_v1.py index edca9a24e..96df1d7f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_admin_player_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_recor_metadata_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_recor_metadata_v1.py index 1a55a7197..a8f61bb6a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_recor_metadata_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_recor_metadata_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_record_v1.py index 46e11b880..ebb714f41 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_concurrent_handler_v1.py index 25666f27e..fccaf2f28 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_handler_v1.py index 416434711..786707224 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_recor_metadata_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_recor_metadata_v1.py index d08e7737a..2e78bd3fc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_recor_metadata_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_recor_metadata_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_record_v1.py index 318a5288d..c67f4749c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_concurrent_handler_v1.py index f794f908b..b19b21511 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_handler_v1.py index 527a0cd78..7056c9b14 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_concurrent_handler_v1.py index 15fad8fcb..2f03ddea7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_handler_v1.py index e02f6e77c..ba945b61d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_records_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_records_handler_v1.py index 97d939e15..addefc433 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_records_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_put_player_records_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_retrieve_player_records.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_retrieve_player_records.py index 1b51a3cba..3fc612d96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_retrieve_player_records.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_admin_retrieve_player_records.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_admin_player_record_by_user_ids_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_admin_player_record_by_user_ids_v1.py index 7059329ab..14491c390 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_admin_player_record_by_user_ids_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_admin_player_record_by_user_ids_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_game_binary_record_v1.py index 0855242e1..aea2f0005 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_my_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_my_binary_record_v1.py index 0d7cc25cc..34bca74f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_my_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_my_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_other_player_public_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_other_player_public_binary_records_v1.py index 658b25986..4b0ac89d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_other_player_public_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_other_player_public_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_binary_records_v1.py index 6e9196d05..ccd159ec9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_record_handler_v1.py index cc3108400..1a6b93a79 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_record_size_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_record_size_handler_v1.py index b5da6f4d5..a295c1ac9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_record_size_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_bulk_get_player_record_size_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_create_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_create_plugin_config.py index 4bd1a77dd..b2a4dc8da 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_create_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_create_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_binary_record_v1.py index 575b8c05c..3d1af7013 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_record_handler_v1.py index b26748f60..fb9416c08 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_binary_record_v1.py index b568c613e..8c11d03e3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_record_handler_v1.py index ac9a79bda..21fbf08b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_plugin_config.py index bfeec5be8..a93480769 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_delete_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_binary_record_v1.py index aeee67284..29c7d307b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_record_handler_v1.py index 905c7c572..c5916e7ca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_records_bulk.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_records_bulk.py index 3cfd4f1e5..b807d5b95 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_records_bulk.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_game_records_bulk.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_handler_v1.py index b584aa011..92b526996 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_key_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_key_handler_v1.py index 83befed49..255713796 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_key_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_other_player_public_record_key_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_binary_record_v1.py index b9ce24011..416861bc2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_binary_records_v1.py index 892baaa4f..295936a47 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_record_handler_v1.py index e300a40e8..dd7812402 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_record_handler_v1.py index 653751054..0a206e9bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_records_bulk_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_records_bulk_handler_v1.py index 394e70fbb..6425e61a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_records_bulk_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_player_records_bulk_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_plugin_config.py index c03af06d4..d5495d8f0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_get_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_binary_records_v1.py index 7a5749d1f..da2f38d28 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_records_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_records_handler_v1.py index 3454cdcf6..54bebf7ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_records_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_game_records_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_my_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_my_binary_records_v1.py index e7c53b5c8..7ce9751ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_my_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_my_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_other_player_public_binary_records_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_other_player_public_binary_records_v1.py index 0821c52e9..c472843ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_other_player_public_binary_records_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_other_player_public_binary_records_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_player_record_handler_v1.py index 34dbd206c..8f697bfd8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_list_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_presigned_urlv1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_presigned_urlv1.py index 1ca1ede89..41ddd695c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_presigned_urlv1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_presigned_urlv1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_record_v1.py index fc3c68585..b1626b8f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_record_handler_v1.py index 2edc04573..9c410d758 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_presigned_urlv1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_presigned_urlv1.py index edad7195d..4efdce5c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_presigned_urlv1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_presigned_urlv1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_record_v1.py index ff143ccf0..870dd5076 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_public_record_handler_v1.py index e7a4d794d..78587911b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_record_handler_v1.py index 45cc950d8..3a50e7782 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_post_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_public_delete_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_public_delete_player_public_record_handler_v1.py index 236330ec8..d80bcf821 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_public_delete_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_public_delete_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_binary_record_v1.py index 682fc8bf3..8d15b3ad5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_concurrent_handler_v1.py index 13b1ab5b3..c858d9097 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_handler_v1.py index 66846fe8a..c556b00b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_game_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_recor_metadata_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_recor_metadata_v1.py index c09657723..9214ce0b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_recor_metadata_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_recor_metadata_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_record_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_record_v1.py index 7d6042dad..e697ce12e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_record_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_binary_record_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_concurrent_handler_v1.py index c51651fb2..28bbb0e10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_handler_v1.py index c2d8b8ae7..ea20f8255 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_public_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_concurrent_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_concurrent_handler_v1.py index a41dca479..992ccad5d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_concurrent_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_concurrent_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_handler_v1.py index 4b9947e76..f89bffd2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_put_player_record_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_retrieve_player_records.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_retrieve_player_records.py index 7ff1ac497..bc855ec66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_retrieve_player_records.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_retrieve_player_records.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_update_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_update_plugin_config.py index 8b0e7967d..88d9f56a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/cloudsave/_update_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/cloudsave/_update_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Cloudsave Service (3.13.0) +# AGS Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/__init__.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/__init__.py index b155fab09..d5f568b36 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-ds-log-manager-service (3.4.1) +# justice-ds-log-manager-service from ._get_server_logs import get_server_logs from ._list_terminated_servers import list_terminated_servers diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_batch_download_server_logs.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_batch_download_server_logs.py index 9b612fe0e..14e11c830 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_batch_download_server_logs.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_batch_download_server_logs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_check_server_logs.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_check_server_logs.py index eec6e9c33..8f3e15290 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_check_server_logs.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_check_server_logs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_download_server_logs.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_download_server_logs.py index 979cfa61c..5f47cd4d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_download_server_logs.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_download_server_logs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_get_server_logs.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_get_server_logs.py index 2e7790fda..0e3d50241 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_get_server_logs.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_get_server_logs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_all_terminated_servers.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_all_terminated_servers.py index 30cafe445..1863175f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_all_terminated_servers.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_all_terminated_servers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_terminated_servers.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_terminated_servers.py index 23bfe49fc..4e2cee81d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_terminated_servers.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_list_terminated_servers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_public_get_messages.py b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_public_get_messages.py index f3ceef2b8..89d509863 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_public_get_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/dslogmanager/_public_get_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ds Log Manager Service (3.4.1) +# AGS Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/__init__.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/__init__.py index f99e02667..e9d5bee16 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-dsm-controller-service (6.4.7) +# justice-dsm-controller-service from ._list_config import list_config from ._save_config import save_config diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_add_port.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_add_port.py index 6dc00ee2d..84c71dda4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_add_port.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_add_port.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_cancel_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_cancel_session.py index a202df5c6..902e525bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_cancel_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_cancel_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_claim_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_claim_server.py index 167ccbed4..6e2bde0c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_claim_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_claim_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_clear_cache.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_clear_cache.py index de8b5e3e4..f7ff0db39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_clear_cache.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_clear_cache.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server.py index e03e4426f..1b875c2ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server_detailed.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server_detailed.py index 85b69986a..0959c23f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server_detailed.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_server_detailed.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_session.py index 92aea91e4..e93afd859 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_count_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_config.py index b60e29458..2334a9a7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment.py index 870979b60..f3d493f0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_client.py index 1e46c30e4..5decbc549 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_override.py index 0afff93f6..23e6c6ac6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_deployment_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image.py index b66c2ef0a..17c048769 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image_patch.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image_patch.py index 6b212a7ad..e8f7d63c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image_patch.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_image_patch.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_override_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_override_region_override.py index f481c1119..ce9bb6417 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_override_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_override_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config.py index 6b97cfaeb..626c108b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config_client.py index 5b9498a3c..d1600ea62 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_pod_config_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_repository.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_repository.py index 2b3e271e2..65ee716d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_repository.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_repository.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_root_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_root_region_override.py index d6fc4397c..f69c52494 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_root_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_root_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_session.py index 4c017989c..6b9aa7baa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_create_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_config.py index 57a9f4c11..1ee226a0a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment.py index 392dfd35a..a62b230c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_client.py index be08e3eeb..48cb1914d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_override.py index a72738cb1..6c1c8058d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_deployment_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image.py index 2ad236ab4..eb6f223df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image_patch.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image_patch.py index e12f6a1bc..74689c56a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image_patch.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_image_patch.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_local_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_local_server.py index 4a2b05b32..c65d087e2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_local_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_local_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_override_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_override_region_override.py index 492355ec9..2b8f5b520 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_override_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_override_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config.py index 40ecd1bf1..c46de71f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config_client.py index 7c84ec08d..8a3ce542f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_pod_config_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_port.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_port.py index 3cbd08442..07b2fc16a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_port.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_port.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_root_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_root_region_override.py index 21966e031..cd90531ee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_root_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_root_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_server.py index d0f20316f..28327a4b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_session.py index 5723cb7b3..001e3cd0c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_delete_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_deregister_local_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_deregister_local_server.py index ef3792960..979594820 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_deregister_local_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_deregister_local_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_config_v1.py index 381abb4de..e8db1a6c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_images.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_images.py index 374abf49a..932fa5374 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_images.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_export_images.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment.py index fb860ee45..016472f27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment_client.py index ca8687019..7e12bb5f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_deployment_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config.py index 4cf73204e..789eba821 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config_client.py index 0f7f03516..b39c5a0ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_all_pod_config_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_config.py index 2ed4f5298..fecf7a64a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_default_provider.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_default_provider.py index e1ac0066c..a629f88b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_default_provider.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_default_provider.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_deployment.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_deployment.py index 5a87e886f..8348130d4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_deployment.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_deployment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_detail.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_detail.py index 1ca22f918..e95b62493 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_detail.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_detail.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_limit.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_limit.py index ce07fb2f4..7e189546a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_limit.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_limit.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patch_detail.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patch_detail.py index 055b708da..945984f68 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patch_detail.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patch_detail.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patches.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patches.py index 349a5a634..f3d4b092f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patches.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_image_patches.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_lowest_instance_spec.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_lowest_instance_spec.py index c9e7f83e1..5149bbe69 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_lowest_instance_spec.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_lowest_instance_spec.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_pod_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_pod_config.py index 28d444df3..3acda7596 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_pod_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_pod_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_repository.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_repository.py index 3802ef5e1..44443f0a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_repository.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_repository.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server.py index c256c590a..bc9d74791 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session.py index c7c4bf998..81f66a596 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session_timeout.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session_timeout.py index 514fb668f..c3612e54e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session_timeout.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_server_session_timeout.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_session.py index f87d01df5..bd9c0364d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_get_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_detail_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_detail_client.py index 2a9ad91dc..319db5a91 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_detail_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_detail_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_limit_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_limit_client.py index c92ee7e66..d2aa5a14b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_limit_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_image_limit_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_config_v1.py index 4d0d2b613..770eb94aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_images.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_images.py index 6d16814cd..9d8ae779c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_images.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_import_images.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_config.py index 9c17d7f0f..916d1c6f1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images.py index 311b151ba..08da1d261 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images_client.py index 4b99e7dcf..cc122f778 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_images_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_local_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_local_server.py index cab21f8d6..dcdb31040 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_local_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_local_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers.py index ab05486d2..d1c43bd1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers_by_region.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers_by_region.py index 06840da76..226e4c811 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers_by_region.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_providers_by_region.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server.py index 62436c57b..eed0874b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server_client.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server_client.py index 8b457b704..e595fb5a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_server_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_session.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_session.py index e847fbe81..d7f5094ea 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_list_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_public_get_messages.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_public_get_messages.py index 64b9db011..058cb827d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_public_get_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_public_get_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_local_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_local_server.py index e3355a2d2..055cac08c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_local_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_local_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_server.py index 0f840bf25..e9d668409 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_register_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_save_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_save_config.py index 87ff24b5c..ed103d83e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_save_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_save_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_server_heartbeat.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_server_heartbeat.py index 462fb3457..4c68c7436 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_server_heartbeat.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_server_heartbeat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_shutdown_server.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_shutdown_server.py index 7e57d8161..2a2ac3547 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_shutdown_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_shutdown_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_config.py index a1bab062a..7329e361b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment.py index 51e4c45e4..602988326 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment_override.py index d1646e6c3..552d19b6c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_deployment_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_image.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_image.py index 4bc701eb1..14ecb4f10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_image.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_image.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_override_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_override_region_override.py index eb6771d6f..b97dd5c49 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_override_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_override_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_pod_config.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_pod_config.py index e24c50d22..9d84297dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_pod_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_pod_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_port.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_port.py index a156ab675..b65d07aac 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_port.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_port.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_root_region_override.py b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_root_region_override.py index 9206610f1..bb464007e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_root_region_override.py +++ b/samples/cli/accelbyte_py_sdk_cli/dsmc/_update_root_region_override.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Dsm Controller Service (6.4.7) +# AGS Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/__init__.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/__init__.py index f36783031..7fc2b4c1d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-event-log-service (2.2.1) +# justice-event-log-service from ._agent_type_description_handler import agent_type_description_handler from ._specific_agent_type_description_handler import ( diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_agent_type_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_agent_type_description_handler.py index e93c0b6b0..6a0fe1314 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_agent_type_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_agent_type_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_delete_user_activities_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_delete_user_activities_handler.py index 01a376e48..62ef95838 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_delete_user_activities_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_delete_user_activities_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_id_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_id_description_handler.py index 3f0e70063..ab0f1dc94 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_id_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_id_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_level_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_level_description_handler.py index 5f96a1995..baf8658d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_level_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_level_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_type_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_type_description_handler.py index 7340d259c..19c3cb6eb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_type_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_event_type_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_id_handler.py index 77028e889..4b9b6bef1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_and_event_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_and_event_id_handler.py index 1ad16906f..fd8627515 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_and_event_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_and_event_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_handler.py index 4706a68d0..ecf78544c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_event_type_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_namespace_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_namespace_handler.py index d72dde2d3..9c09c833e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_namespace_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_namespace_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_event_id_and_event_type_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_event_id_and_event_type_handler.py index 03b977438..a47df6a6a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_event_id_and_event_type_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_event_id_and_event_type_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_id_handler.py index 91abde9c5..95488a1cd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_type_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_type_handler.py index 38c906d80..5e6c4fb90 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_type_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_and_event_type_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_handler.py index 3cfb8ac12..8f1284257 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_by_user_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_specific_user_v2_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_specific_user_v2_handler.py index 365395efa..28e055131 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_specific_user_v2_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_event_specific_user_v2_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_public_edit_history.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_public_edit_history.py index b9f1ddcc0..b2a07ab11 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_public_edit_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_public_edit_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_event_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_event_id_handler.py index 63c790720..8eeba53bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_event_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_event_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_by_event_type_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_by_event_type_handler.py index 6eeb908c7..097a6254d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_by_event_type_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_by_event_type_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_handler.py index 74a06b521..e11f32d5a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_registered_events_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_activities_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_activities_handler.py index f2327a8c2..0432de3a3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_activities_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_activities_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_events_v2_public.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_events_v2_public.py index 65136c0fc..d3be40df8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_events_v2_public.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_get_user_events_v2_public.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_last_user_activity_time_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_last_user_activity_time_handler.py index 21e9c37b0..b33a3d36b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_last_user_activity_time_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_last_user_activity_time_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_post_event_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_post_event_handler.py index a645c714b..8c32a86db 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_post_event_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_post_event_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_query_event_stream_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_query_event_stream_handler.py index d5ec93940..c66f1db0a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_query_event_stream_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_query_event_stream_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_register_event_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_register_event_handler.py index 505f69bf0..c530091a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_register_event_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_register_event_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_agent_type_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_agent_type_description_handler.py index bb691963b..a856c9b05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_agent_type_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_agent_type_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_id_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_id_description_handler.py index e3a47834a..7f9a1900c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_id_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_id_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_level_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_level_description_handler.py index bf271f24d..f86eb8bb3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_level_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_level_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_type_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_type_description_handler.py index 258209942..153cfcebf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_type_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_event_type_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_ux_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_ux_description_handler.py index 75d0dbbed..20d34366c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_ux_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_specific_ux_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_unregister_event_id_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_unregister_event_id_handler.py index 16cd03822..f1db4ca12 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_unregister_event_id_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_unregister_event_id_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_update_event_registry_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_update_event_registry_handler.py index 9b3c03eff..6bf8fed1b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_update_event_registry_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_update_event_registry_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/eventlog/_ux_name_description_handler.py b/samples/cli/accelbyte_py_sdk_cli/eventlog/_ux_name_description_handler.py index c6f7704f1..42a0b4c38 100644 --- a/samples/cli/accelbyte_py_sdk_cli/eventlog/_ux_name_description_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/eventlog/_ux_name_description_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Event Log Service () +# AGS Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/__init__.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/__init__.py index 1ee8fc010..f28b9e6d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from ._get_namespaces_game_telemetry_v1_admin_namespaces_get import ( get_namespaces_game_telemetry_v1_admin_namespaces_get, diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_events_game_telemetry_v1_admin_namespaces_namespace_events_get.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_events_game_telemetry_v1_admin_namespaces_namespace_events_get.py index a630bc227..99e203d15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_events_game_telemetry_v1_admin_namespaces_namespace_events_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_events_game_telemetry_v1_admin_namespaces_namespace_events_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_namespaces_game_telemetry_v1_admin_namespaces_get.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_namespaces_game_telemetry_v1_admin_namespaces_get.py index a6731a010..f9fc1d85b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_namespaces_game_telemetry_v1_admin_namespaces_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_get_namespaces_game_telemetry_v1_admin_namespaces_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_get_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_get.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_get_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_get.py index 864a0f274..d4c395e17 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_get_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_get_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_save_events_game_telemetry_v1_protected_events_post.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_save_events_game_telemetry_v1_protected_events_post.py index d29cee91b..fe3d4d6e4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_save_events_game_telemetry_v1_protected_events_post.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_save_events_game_telemetry_v1_protected_events_post.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_update_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_playtime_put.py b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_update_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_playtime_put.py index 8da2752bb..16e26495f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_update_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_playtime_put.py +++ b/samples/cli/accelbyte_py_sdk_cli/gametelemetry/_protected_update_playtime_game_telemetry_v1_protected_steam_ids_steam_id_playtime_playtime_put.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/__init__.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/__init__.py index d36779e3e..a5b5e7bb5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-gdpr-service (2.6.0) +# justice-gdpr-service from ._admin_get_list_deletion_data_request import admin_get_list_deletion_data_request from ._get_admin_email_configuration import get_admin_email_configuration diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_account_deletion_request.py index 7d3556014..b27267e2e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_personal_data_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_personal_data_request.py index 0f89ecc7c..efadcbb7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_personal_data_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_cancel_user_personal_data_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_generate_personal_data_url.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_generate_personal_data_url.py index 2823aba2c..d55fefe5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_generate_personal_data_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_generate_personal_data_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_deletion_data_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_deletion_data_request.py index 4e2800979..53012e173 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_deletion_data_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_deletion_data_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_personal_data_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_personal_data_request.py index 46321e103..f31374c10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_personal_data_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_list_personal_data_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_services_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_services_configuration.py index 1974a92c4..399bf3621 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_services_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_services_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_account_deletion_request.py index 97e48194d..2c44b7b50 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_personal_data_requests.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_personal_data_requests.py index 9af03a804..8eccf5c39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_personal_data_requests.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_get_user_personal_data_requests.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_request_data_retrieval.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_request_data_retrieval.py index 206a842b6..5b4f6d0d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_request_data_retrieval.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_request_data_retrieval.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_reset_services_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_reset_services_configuration.py index 9e4544089..fd81cb1c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_reset_services_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_reset_services_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_submit_user_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_submit_user_account_deletion_request.py index 8903efaa5..ef135e25b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_submit_user_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_submit_user_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_update_services_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_update_services_configuration.py index fe70214d3..f96aae1fd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_update_services_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_admin_update_services_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_delete_admin_email_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_delete_admin_email_configuration.py index 7f3978912..ffb2ea5a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_delete_admin_email_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_delete_admin_email_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_get_admin_email_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_get_admin_email_configuration.py index fbb4b2e25..b4409e7ed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_get_admin_email_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_get_admin_email_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_my_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_my_account_deletion_request.py index d41c6349f..5957378cd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_my_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_my_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_account_deletion_request.py index 725b33a98..5b385f107 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_personal_data_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_personal_data_request.py index 7dc99aade..54d9eb04c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_personal_data_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_cancel_user_personal_data_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_generate_personal_data_url.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_generate_personal_data_url.py index 1d0bce00a..09b6c5c38 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_generate_personal_data_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_generate_personal_data_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_my_account_deletion_status.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_my_account_deletion_status.py index b19f266fb..03eafd946 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_my_account_deletion_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_my_account_deletion_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_account_deletion_status.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_account_deletion_status.py index a78323642..92a93b741 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_account_deletion_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_account_deletion_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_personal_data_requests.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_personal_data_requests.py index f3f99bcd0..dcf3d739f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_personal_data_requests.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_get_user_personal_data_requests.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_request_data_retrieval.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_request_data_retrieval.py index 064ab374b..d61ede576 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_request_data_retrieval.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_request_data_retrieval.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_my_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_my_account_deletion_request.py index 296ecc491..da8a431a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_my_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_my_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_user_account_deletion_request.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_user_account_deletion_request.py index 55d02536e..6771b7ee0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_user_account_deletion_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_public_submit_user_account_deletion_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_save_admin_email_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_save_admin_email_configuration.py index d2f0bcfb8..36661a2ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_save_admin_email_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_save_admin_email_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/gdpr/_update_admin_email_configuration.py b/samples/cli/accelbyte_py_sdk_cli/gdpr/_update_admin_email_configuration.py index fa2c46fa8..7a7f5b2d9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/gdpr/_update_admin_email_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/gdpr/_update_admin_email_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Gdpr Service (2.6.0) +# AGS Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/__init__.py b/samples/cli/accelbyte_py_sdk_cli/group/__init__.py index d3425475b..8f0e0d090 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-group-service (2.18.4) +# justice-group-service from ._list_group_configuration_admin_v1 import list_group_configuration_admin_v1 from ._create_group_configuration_admin_v1 import create_group_configuration_admin_v1 diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v1.py index fc85c479b..15ba92e50 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v2.py index d8ce5aa47..15c4e4278 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_invitation_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v1.py index 58fc8118f..48f73488f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v2.py index 85bb0eb5d..d6d782f7f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_accept_group_join_request_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_admin_get_user_group_status_information_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_admin_get_user_group_status_information_v2.py index c2db3f1a5..e683c3d34 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_admin_get_user_group_status_information_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_admin_get_user_group_status_information_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_cancel_group_join_request_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_cancel_group_join_request_v1.py index ce5267836..0aca17735 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_cancel_group_join_request_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_cancel_group_join_request_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_cancel_invitation_group_member_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_cancel_invitation_group_member_v2.py index 8402c28f3..fff1fb633 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_cancel_invitation_group_member_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_cancel_invitation_group_member_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_create_group_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_create_group_configuration_admin_v1.py index 72b5ec3a3..dee7a6811 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_create_group_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_create_group_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_create_member_role_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_create_member_role_admin_v1.py index 2c83cb27d..409b38bc4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_create_member_role_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_create_member_role_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v1.py index 9260e41ef..d02845419 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v2.py index 6b900653a..8fd7929a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_create_new_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_admin_v1.py index a9b0cb4ed..ba35b1559 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_global_rule_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_global_rule_admin_v1.py index 45906e7b8..03d71fc1e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_global_rule_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_global_rule_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_v1.py index 39fb2ad9e..bc1906c0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_configuration_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v1.py index f6009177a..823023535 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v2.py index 4adecac63..f06b78c4b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_predefined_rule_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v1.py index 5c85a445a..e11ad0354 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v2.py index cff7a5a5c..6b3bc0108 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_admin_v1.py index 2b09598d7..11c343228 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v1.py index 4d4fff5a8..0f4bf3468 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v2.py index 80ad5c2a1..0edde78c5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_delete_member_role_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_configuration_admin_v1.py index 68e2dc627..6b566b8d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invitation_request_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invitation_request_public_v1.py index b18cd2664..4a89939b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invitation_request_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invitation_request_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invite_request_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invite_request_public_v2.py index 52b4ea2bd..ac7bfd2fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invite_request_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_invite_request_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v1.py index 5df221ef1..e31c0310b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v2.py index a39e09249..9e39c3130 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_join_request_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_admin_v1.py index 4fab1edfe..efabde0de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_public_v1.py index 8bc8f7062..96a46d75c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_list_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_admin_v1.py index dd5de876c..aed8f0f92 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_public_v1.py index 062bd4dec..feb476218 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_group_members_list_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_admin_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_admin_v2.py index 6deb1d4d9..b307b8a07 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_admin_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_admin_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_v2.py index 2dacc7095..dee09d0d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_list_group_by_i_ds_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_admin_v1.py index 1ed359951..bfab3a042 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v1.py index f6e09e15e..09714fdd0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v2.py index 8edb0ec59..d1c642d50 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_member_roles_list_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_my_group_join_request_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_my_group_join_request_v2.py index cf51a603d..9fcaa1e38 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_my_group_join_request_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_my_group_join_request_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_admin_v1.py index 374920c41..c0505ae4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_public_v1.py index 5c0123e5f..290980123 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_member_role_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_member_role_admin_v1.py index 64acae94a..c38d6c64d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_single_member_role_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_single_member_role_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v1.py index 1ffec51c2..ef106dd33 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v2.py index 40f1dde7a..10a1140ca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_information_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_status_information_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_status_information_v2.py index 7686df688..8d040147f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_status_information_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_group_status_information_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_joined_group_information_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_joined_group_information_public_v2.py index 67ce2fc68..deec39bdb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_get_user_joined_group_information_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_get_user_joined_group_information_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_initiate_group_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_initiate_group_configuration_admin_v1.py index a46be986f..ae2946a3b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_initiate_group_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_initiate_group_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v1.py index 5841def47..c44742e92 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v2.py index 774df7c8c..ecb6c9b6d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_invite_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v1.py index e51a18684..9cacdd1de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v2.py index 0015ac71d..2d8afd1c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_join_group_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v1.py index 83d86cdfa..9a077c5d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v2.py index c1e981c1b..8a0e54840 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_kick_group_member_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v1.py index 3f8782384..ffdfcdf18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v2.py index 80ff88330..86d49e7b8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_leave_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_list_group_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_list_group_configuration_admin_v1.py index 7cb5de9bb..0f98a9558 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_list_group_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_list_group_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v1.py index cc6c983b4..3568a7f4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v2.py index a0f73e37c..09216266e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_invitation_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v1.py index a346711b3..1aea9ff53 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v2.py index 77cfac466..dd40d29cc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_reject_group_join_request_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_admin_v1.py index 3cd03b6b0..a52bd91b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_global_rule_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_global_rule_admin_v1.py index f9870be92..9820294d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_global_rule_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_configuration_global_rule_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v1.py index 2fc72306a..34b7dbf67 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v2.py index e19e22b31..6f1344105 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_attributes_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v1.py index 07d75704a..73ac3b5ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v2.py index ef931c890..2bbc82371 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_custom_rule_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v1.py index 4f5db6ce3..d54ed1478 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v2.py index 199d3c525..0ddec4d31 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_group_predefined_rule_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_admin_v1.py index a9f0eb1bc..372cc63f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_permission_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_permission_admin_v1.py index 90037f9dd..4bc97a2d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_permission_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_permission_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v1.py index f8ce111d3..b99e6147e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v2.py index 619e8d687..953e2ccd3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_member_role_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v1.py index 12c411b1c..e3560607d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v2.py index ea221ba7d..35674023d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_patch_single_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_put_single_group_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_put_single_group_public_v2.py index 90e6e3733..cba72b923 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_put_single_group_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_put_single_group_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/group/_update_single_group_v1.py b/samples/cli/accelbyte_py_sdk_cli/group/_update_single_group_v1.py index 5338ea5fd..8ab2ba1e8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/group/_update_single_group_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/group/_update_single_group_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Group Service (2.18.4) +# AGS Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/__init__.py b/samples/cli/accelbyte_py_sdk_cli/iam/__init__.py index a01d4e876..4d5aaf37e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-iam-service (7.8.3) +# justice-iam-service from ._get_bans_type import get_bans_type from ._get_list_ban_reason import get_list_ban_reason @@ -395,6 +395,7 @@ from ._admin_unban_device_v4 import admin_unban_device_v4 from ._admin_get_users_by_device_v4 import admin_get_users_by_device_v4 from ._admin_create_test_users_v4 import admin_create_test_users_v4 +from ._admin_create_user_v4 import admin_create_user_v4 from ._admin_bulk_update_user_account_type_v4 import ( admin_bulk_update_user_account_type_v4, ) @@ -774,6 +775,7 @@ admin_unban_device_v4, admin_get_users_by_device_v4, admin_create_test_users_v4, + admin_create_user_v4, admin_bulk_update_user_account_type_v4, admin_bulk_check_valid_user_idv4, admin_update_user_v4, diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_client_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_client_permission.py index d76945fdc..2778a475a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_client_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_client_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_managers.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_managers.py index 0c2a47c67..5a2a9bf26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_managers.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_managers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_members.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_members.py index c774e90eb..7f0cf1f22 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_permission.py index e54b60fd3..f3783ee17 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_role_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_sso_login_platform_credential.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_sso_login_platform_credential.py index cba68eb1e..76302db83 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_sso_login_platform_credential.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_sso_login_platform_credential.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_third_party_login_platform_credential_v3.py index eaa819bdb..b72a82e1d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_permission.py index c92d299d8..673355427 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_role.py index 649898781..273aa3c57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_add_user_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_client_permissions_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_client_permissions_v3.py index e42286204..0e86846c0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_client_permissions_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_client_permissions_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_country_blacklist_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_country_blacklist_v3.py index 0c3c593d6..8fab6922c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_country_blacklist_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_country_blacklist_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_managers_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_managers_v3.py index 9e1e0a86f..0ac995112 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_managers_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_managers_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_members_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_members_v3.py index cf7327838..690ac5d0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_members_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_members_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v3.py index 2b4293993..bb7f286e1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v4.py index 9c691b67d..43cf4cd12 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_role_permissions_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_permissions_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_permissions_v3.py index 5249474ea..afbd541e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_permissions_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_permissions_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v3.py index bb8af4697..6d0c54302 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v4.py index 91eb1fb72..c824a7676 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_add_user_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_assign_user_to_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_assign_user_to_role_v4.py index 3f4b573b9..b1b870e58 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_assign_user_to_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_assign_user_to_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_device_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_device_v4.py index bc97faec4..35b133700 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_device_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_device_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_bulk_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_bulk_v3.py index c95e48470..91aa37979 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_bulk_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_bulk_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v2.py index a01108bee..5db4c9800 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v3.py index 9ed9f3905..009b6eb87 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_ban_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_check_valid_user_idv4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_check_valid_user_idv4.py index 185079aa8..d0402309d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_check_valid_user_idv4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_check_valid_user_idv4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_get_users_platform.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_get_users_platform.py index 2335cc8c9..8bca92036 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_get_users_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_get_users_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_update_user_account_type_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_update_user_account_type_v4.py index 8389489da..9f715f451 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_update_user_account_type_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_update_user_account_type_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_client_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_client_v3.py index 23ee2e402..d2a95284c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_client_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_client_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_justice_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_justice_user.py index fdba28439..37e1a36a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_justice_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_justice_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v3.py index 1c6e9e2b0..63a1b9ce0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v4.py index 355ea999b..2fef1c912 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_test_users_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_test_users_v4.py index d3312b29a..798c54160 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_test_users_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_test_users_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_roles_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_roles_v2.py index 1c4c1be0f..772435eb4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_roles_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_roles_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_v4.py new file mode 100644 index 000000000..d0631b691 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_v4.py @@ -0,0 +1,79 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Iam Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.iam import ( + admin_create_user_v4 as admin_create_user_v4_internal, +) +from accelbyte_py_sdk.api.iam.models import AccountCreateUserRequestV4 +from accelbyte_py_sdk.api.iam.models import AccountCreateUserResponseV4 +from accelbyte_py_sdk.api.iam.models import RestErrorResponse + + +@click.command() +@click.argument("body", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def admin_create_user_v4( + body: str, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(admin_create_user_v4_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + if body is not None: + try: + body_json = json.loads(body) + body = AccountCreateUserRequestV4.create_from_dict(body_json) + except ValueError as e: + raise Exception(f"Invalid JSON for 'body'. {str(e)}") from e + result, error = admin_create_user_v4_internal( + body=body, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"AdminCreateUserV4 failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +admin_create_user_v4.operation_id = "AdminCreateUserV4" +admin_create_user_v4.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_decrypt_device_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_decrypt_device_v4.py index 82c12b58c..14fc58898 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_decrypt_device_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_decrypt_device_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_permission_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_permission_v3.py index 08f41023a..168870f12 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_permission_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_permission_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_v3.py index fb7fa10d8..439c5afed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_client_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_platform_link_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_platform_link_v2.py index 616aecd90..ab31f3e57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_platform_link_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_platform_link_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permission_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permission_v3.py index 2f6fc2682..53d34e587 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permission_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permission_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v3.py index f8a08917a..fd33e4fd5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v4.py index a50da5092..253d611c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_permissions_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v3.py index 43969fb41..9d1c40eb1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v4.py index 31c3caf0e..3cd0025b7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_information_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_information_v3.py index c61fb443a..c4ffa6d9b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_information_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_information_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_linking_history_by_platform_idv3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_linking_history_by_platform_idv3.py index 599971243..ea045e080 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_linking_history_by_platform_idv3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_linking_history_by_platform_idv3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_bulk_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_bulk_v3.py index ed5cd84fd..54f553d52 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_bulk_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_bulk_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_v3.py index 9949552d7..4f62af3e1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_permission_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_role_v3.py index 2ce0197da..7490549dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_roles_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_roles_v3.py index d5beadce8..5b2b2ea5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_roles_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_delete_user_roles_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_authenticator_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_authenticator_v4.py index f6d764021..f3544b290 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_authenticator_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_authenticator_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_backup_codes_v4.py index 312760e03..a0bf19cb5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_email_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_email_v4.py index 577dc5580..edab2ce04 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_email_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_email_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_mfav4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_mfav4.py index 5b3ecce7b..1f57f9c74 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_mfav4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_mfav4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_v2.py index 2dde94bde..e92053711 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_download_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_download_my_backup_codes_v4.py index aa47a3df3..f9d90d355 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_download_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_download_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_authenticator_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_authenticator_v4.py index c9439d25a..e42756313 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_authenticator_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_authenticator_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_backup_codes_v4.py index c23a93daf..624205521 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_email_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_email_v4.py index 6149c3d90..e72ee46a7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_email_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_my_email_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_user_v2.py index 71c23fa41..44926da6f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_enable_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_authenticator_key_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_authenticator_key_v4.py index 679024fd6..ecc12a493 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_authenticator_key_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_authenticator_key_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_backup_codes_v4.py index e79976c0f..b66849b9f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_report_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_report_v4.py index 016891056..449df4e64 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_report_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_generate_report_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v2.py index 1dd7b4ca9..d77acac8d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v3.py index 4412fbd08..f367eddd9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_age_restriction_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_devices_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_devices_v4.py index 94c9dce07..0754356ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_devices_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_devices_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_users_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_users_v3.py index f689fbcbd..3944174b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_users_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_banned_users_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_v3.py index e07e95968..0afb57bd2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_with_namespace_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_with_namespace_v3.py index c915f29e0..3b6a28183 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_with_namespace_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bans_type_with_namespace_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_ban_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_ban_v3.py index 3c0e910a0..d14be09bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_ban_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_ban_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_by_email_address_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_by_email_address_v3.py index 7fbcdf16e..81cb9ef23 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_by_email_address_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_bulk_user_by_email_address_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clients_by_namespace_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clients_by_namespace_v3.py index 3790744d9..f137e0252 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clients_by_namespace_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clients_by_namespace_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clientsby_namespaceby_idv3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clientsby_namespaceby_idv3.py index a98cb2255..1115e58ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clientsby_namespaceby_idv3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_clientsby_namespaceby_idv3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_blacklist_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_blacklist_v3.py index 0bd722e8f..c257ec256 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_blacklist_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_blacklist_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_list_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_list_v3.py index 6645720c5..8f984e4b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_list_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_country_list_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_ban_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_ban_v4.py index 470a10689..2fcc529cc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_ban_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_ban_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_bans_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_bans_v4.py index 02a2c5a71..d6667e6b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_bans_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_bans_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_types_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_types_v4.py index c3952aedf..ef7a53543 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_types_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_device_types_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_devices_by_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_devices_by_user_v4.py index 8e7513467..566da0503 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_devices_by_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_devices_by_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_input_validations.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_input_validations.py index 6a17cba15..398f7221c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_input_validations.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_input_validations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_ban_reason_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_ban_reason_v3.py index 1afe3b788..d76a7816b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_ban_reason_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_ban_reason_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_country_age_restriction_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_country_age_restriction_v3.py index 8627616a7..6931dbc16 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_country_age_restriction_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_country_age_restriction_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_justice_platform_accounts.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_justice_platform_accounts.py index 80ba53763..2ff0bffd1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_justice_platform_accounts.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_list_justice_platform_accounts.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_backup_codes_v4.py index dfd8203f5..2f2d788c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_enabled_factors_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_enabled_factors_v4.py index d8eea0a74..f2857fc1b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_enabled_factors_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_enabled_factors_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_user_v3.py index 25dd3b1cb..eb4ed3d91 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_my_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_admin_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_admin_status_v3.py index 4097e73ec..c9345b427 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_admin_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_admin_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_managers_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_managers_v3.py index 1037380eb..70ee14ac2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_managers_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_managers_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_members_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_members_v3.py index 7ba917512..dbc4bf65e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_members_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_members_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v3.py index 2a5a0a4b3..4a3859d6b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v4.py index d7021be3b..3fc6b4927 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v3.py index 0fc000b65..5af886fed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v4.py index e585f878a..d638edc09 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_roles_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_third_party_platform_token_link_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_third_party_platform_token_link_status_v3.py index f714e99c6..ea09fdecd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_third_party_platform_token_link_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_third_party_platform_token_link_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v2.py index 02763e400..b30254573 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v3.py index c8219ea16..2de1d6081 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_ban_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_email_address_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_email_address_v3.py index f0bc9cb27..231d6cef8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_email_address_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_email_address_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_platform_user_idv3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_platform_user_idv3.py index f5e4d1f89..7935f0ac3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_platform_user_idv3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_platform_user_idv3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v2.py index 52b29708b..1c6160c3d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v3.py index 9622ce66d..149e0654b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_by_user_id_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_deletion_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_deletion_status_v3.py index 78829db61..be304efa6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_deletion_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_deletion_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_device_bans_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_device_bans_v4.py index ab3feb159..1f299108a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_device_bans_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_device_bans_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_login_histories_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_login_histories_v3.py index 2cd5c75de..d82f327b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_login_histories_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_login_histories_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_mapping.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_mapping.py index 5db58f611..a7e53d670 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_mapping.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_mapping.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_platform_accounts_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_platform_accounts_v3.py index e9ec73b39..54e782dba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_platform_accounts_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_platform_accounts_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_single_platform_account.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_single_platform_account.py index 2f407d181..085e9f304 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_single_platform_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_user_single_platform_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_users_by_device_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_users_by_device_v4.py index cd47e48dd..c4636ac77 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_users_by_device_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_get_users_by_device_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_new_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_new_v4.py index fa685588d..ab7d671d9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_new_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_new_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v3.py index 5d0a60977..0f2da1be8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v4.py index bcdd88e28..a0c8dd0a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_invite_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_link_platform_account.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_link_platform_account.py index 17c86a6ea..5621e0a90 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_link_platform_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_link_platform_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_assigned_users_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_assigned_users_v4.py index 98afda79e..a6148cf44 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_assigned_users_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_assigned_users_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_platform_user_i_ds_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_platform_user_i_ds_v3.py index f3794a2ad..fa92fcd52 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_platform_user_i_ds_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_platform_user_i_ds_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_user_i_ds_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_user_i_ds_v3.py index bbe415989..dd27c0b86 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_user_i_ds_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_id_by_user_i_ds_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_roles_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_roles_v4.py index bae54140a..7756ba1f9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_roles_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_user_roles_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_users_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_users_v3.py index b45146dec..14ee56eca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_users_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_list_users_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_make_factor_my_default_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_make_factor_my_default_v4.py index e4ca1bc10..6a1679dc2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_make_factor_my_default_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_make_factor_my_default_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_link_v3.py index 45688e6a9..7d1ff932b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_unlink_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_unlink_v3.py index 3e4695104..b48e9df33 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_unlink_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_platform_unlink_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_put_user_roles_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_put_user_roles_v2.py index 465100a99..b8a101773 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_put_user_roles_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_put_user_roles_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_query_third_platform_link_history_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_query_third_platform_link_history_v3.py index b8cca3024..08f670914 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_query_third_platform_link_history_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_query_third_platform_link_history_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_admin_v3.py index f3f1992d1..d31551a9c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_managers_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_managers_v3.py index a94c5578e..f3db920a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_managers_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_managers_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_members_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_members_v3.py index caaa18b63..3f74afa77 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_members_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_role_members_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_user_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_user_role_v4.py index 4835d2d1d..aba2414dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_user_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_remove_user_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_input_validations.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_input_validations.py index 6dea9717c..4716f5a81 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_input_validations.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_input_validations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v2.py index 31c90586c..e40ad8b13 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v3.py index 4a663a099..9bafe782b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_reset_password_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_retrieve_user_third_party_platform_token_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_retrieve_user_third_party_platform_token_v3.py index 61476e01b..1e9437f4a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_retrieve_user_third_party_platform_token_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_retrieve_user_third_party_platform_token_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_revoke_user_from_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_revoke_user_from_role_v4.py index dd3abb441..6556046bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_revoke_user_from_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_revoke_user_from_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_save_user_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_save_user_role_v3.py index 3564f6bb0..4c51c2b57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_save_user_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_save_user_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_user_v3.py index d67634beb..55cd77aa2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_users_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_users_v2.py index 823926fab..a12cdc3a3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_users_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_search_users_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_my_mfa_email_code_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_my_mfa_email_code_v4.py index 6dacaf8cd..acbdfea8c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_my_mfa_email_code_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_my_mfa_email_code_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_verification_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_verification_code_v3.py index 2e61fc412..46ab0442c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_verification_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_send_verification_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_trustly_update_user_identity.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_trustly_update_user_identity.py index fc1911da1..a4052d17a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_trustly_update_user_identity.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_trustly_update_user_identity.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_device_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_device_v4.py index 1078cfebf..c0115351a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_device_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_device_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_user_bulk_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_user_bulk_v3.py index ca7001246..0051786d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_user_bulk_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_unban_user_bulk_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_admin_role_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_admin_role_status_v3.py index 8cfbc5893..5cc2505bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_admin_role_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_admin_role_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v2.py index b8fbe93c9..008dfa969 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v3.py index 948d4fff3..75b29d337 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_age_restriction_config_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_permission_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_permission_v3.py index 8717455af..4de03b2ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_permission_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_permission_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_secret_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_secret_v3.py index ebe149a68..2999145dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_secret_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_secret_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_v3.py index 744ae7848..643607649 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_client_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_country_age_restriction_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_country_age_restriction_v3.py index 9d4bab6da..a4f9ca975 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_country_age_restriction_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_country_age_restriction_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_device_ban_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_device_ban_v4.py index ec988d4db..ca9942deb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_device_ban_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_device_ban_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_input_validations.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_input_validations.py index 4cbd0c4c7..d9994b085 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_input_validations.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_input_validations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_my_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_my_user_v4.py index 02ef01edc..481a98dfa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_my_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_my_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v3.py index 0dcaee05e..d8f017891 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v4.py index dfa94ea4e..cc02ad677 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_permissions_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v3.py index 01ae84253..09fab139a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v4.py index 3628e9ab7..492b8c2c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_ban_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_ban_v3.py index 567ceae18..bdb899491 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_ban_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_ban_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_deletion_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_deletion_status_v3.py index c64ee168c..3f0cedd8a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_deletion_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_deletion_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_email_address_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_email_address_v4.py index e6e34e9eb..6659a7eb6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_email_address_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_email_address_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_permission_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_permission_v3.py index b8e45ee8e..ffb837d55 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_permission_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_permission_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_role_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_role_v4.py index df6e0cf34..8a4f85ebe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_role_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_role_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_status_v3.py index dd674a7d8..e18adfeb1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v2.py index 24d21a6bd..a04765539 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v3.py index 54976fb3d..61bc19792 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v4.py index 1ebc8be7a..150ab1883 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_update_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_upgrade_headless_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_upgrade_headless_account_v3.py index c470df88c..9fd4a141e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_upgrade_headless_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_upgrade_headless_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_account_v3.py index 55d6b166d..050cf064a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_user_without_verification_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_user_without_verification_code_v3.py index 8f7bfefea..10b0157b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_user_without_verification_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_admin_verify_user_without_verification_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_auth_code_request_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_auth_code_request_v3.py index 6d30a0c97..8e0748b1b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_auth_code_request_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_auth_code_request_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_authentication_with_platform_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_authentication_with_platform_link_v3.py index 256b29dc6..ff2e30193 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_authentication_with_platform_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_authentication_with_platform_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_authorization.py b/samples/cli/accelbyte_py_sdk_cli/iam/_authorization.py index 84643d03a..fc1c39a46 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_authorization.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_authorization.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_authorize_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_authorize_v3.py index 29e184ca0..2d44f45c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_authorize_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_authorize_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_ban_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_ban_user.py index ccfbd15e4..df3c0d2aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_ban_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_ban_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_change2fa_method.py b/samples/cli/accelbyte_py_sdk_cli/iam/_change2fa_method.py index ddc96fb19..d0dc46a0f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_change2fa_method.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_change2fa_method.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_check_user_availability.py b/samples/cli/accelbyte_py_sdk_cli/iam/_check_user_availability.py index 2ff1ac455..8bfebe7ba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_check_user_availability.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_check_user_availability.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_client.py index 421c08daa..27d0de261 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_client_by_namespace.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_client_by_namespace.py index 5ab1c84b2..881d8e7dc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_client_by_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_client_by_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_role.py index 2e46afac0..5fce989be 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user.py index f71da198e..77bc8a734 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v3.py index 45090bb6d..b622da989 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v4.py index a728e1866..69b4e2571 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_create_user_from_invitation_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client.py index 9ee163749..11ed1ab93 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_by_namespace.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_by_namespace.py index d14770434..fc062fe1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_by_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_by_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_permission.py index 560b419ca..6e283b258 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_client_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role.py index 8c2e2b3f6..55b218656 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role_permission.py index 8fe6517a8..aab45263f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_role_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_sso_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_sso_login_platform_credential_v3.py index c6e2697a8..c26bc0bb6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_sso_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_sso_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_credential_v3.py index eeaa2449c..6c0600135 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_domain_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_domain_v3.py index f578bbb17..3c8d10a7d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_domain_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_third_party_login_platform_domain_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user.py index 7de2d8a69..72fbf7dc9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_information.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_information.py index f9ea3d239..92f985910 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_information.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_information.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_permission.py index db847beed..954d5bc96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_role.py index 197a3efa0..c3773a840 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_delete_user_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user.py index ccdb455f2..762bab3a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user_ban.py b/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user_ban.py index e1db0c8ce..79b8979c0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user_ban.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_disable_user_ban.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user.py index c2fe91929..c41efdbab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user_ban.py b/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user_ban.py index 8561f6729..367f00b56 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user_ban.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_enable_user_ban.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_forgot_password.py b/samples/cli/accelbyte_py_sdk_cli/iam/_forgot_password.py index aa3546dbe..037d325b8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_forgot_password.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_forgot_password.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_generate_token_by_new_headless_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_generate_token_by_new_headless_account_v3.py index b2f9475a1..d21bd41d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_generate_token_by_new_headless_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_generate_token_by_new_headless_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_invitation_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_invitation_v3.py index cbea60232..d38fda016 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_invitation_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_invitation_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id.py index 6f97a2e62..475d53649 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id_v3.py index 0e1c387e9..b1ee88e89 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_admin_users_by_role_id_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_bans_type.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_bans_type.py index d8bf0a2f0..159016fde 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_bans_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_bans_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_client.py index 2b20ceb8a..578fdc084 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_clients.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_clients.py index f3a449cfc..5074402ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_clients.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_clients.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_clientsby_namespace.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_clientsby_namespace.py index 09d7321db..85f784865 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_clientsby_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_clientsby_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_country_location_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_country_location_v3.py index eaf9f32d0..ef27ac51c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_country_location_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_country_location_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwks.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwks.py index 5bc135645..6a95eba8f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwks.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwks.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwksv3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwksv3.py index 482bb6890..9a5ae61ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwksv3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_jwksv3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_ban_reason.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_ban_reason.py index 41f4a06e2..9f522efc5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_ban_reason.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_ban_reason.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_country_age_restriction.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_country_age_restriction.py index b58d13509..f0226f689 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_country_age_restriction.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_country_age_restriction.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_justice_platform_accounts.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_justice_platform_accounts.py index ae28e1bfb..0cb14f4e7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_justice_platform_accounts.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_list_justice_platform_accounts.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_publisher_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_publisher_user.py index ef151c337..9db35e967 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_publisher_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_publisher_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list.py index fa528d4e9..c598903b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list_v3.py index 80c91e79b..28cd6f126 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_revocation_list_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role.py index 2dad3a204..3d5913534 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_admin_status.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_admin_status.py index eb94c6d7f..657f88a27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_admin_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_admin_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_managers.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_managers.py index 802417f57..e320b62aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_managers.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_managers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_members.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_members.py index df6711c52..2d2f84f58 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_role_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_roles.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_roles.py index 2300ba3cf..2e9053680 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_roles.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_roles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_ban_history.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_ban_history.py index 589520b33..b8a580a47 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_ban_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_ban_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_login_id.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_login_id.py index 75f4279aa..411e6144e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_login_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_login_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_platform_user_id.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_platform_user_id.py index 8a122e3e6..d8fbd1f95 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_platform_user_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_platform_user_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_user_id.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_user_id.py index 6d5574c27..8ac79f369 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_user_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_by_user_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_information.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_information.py index 787e228ce..0705eb777 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_information.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_information.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_justice_platform_account.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_justice_platform_account.py index b1d3cc72d..d40448e36 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_justice_platform_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_justice_platform_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_login_histories.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_login_histories.py index 4bf1676e4..48d97ba16 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_login_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_login_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_mapping.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_mapping.py index 3a4363feb..ea50f3c55 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_mapping.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_mapping.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_platform_accounts.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_platform_accounts.py index 4ebc09288..1de157d26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_platform_accounts.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_platform_accounts.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_verification_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_verification_code.py index 3612a24f3..817072888 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_verification_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_user_verification_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_get_users_by_login_ids.py b/samples/cli/accelbyte_py_sdk_cli/iam/_get_users_by_login_ids.py index a900f3616..88d033bca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_get_users_by_login_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_get_users_by_login_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_link_headless_account_to_my_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_link_headless_account_to_my_account_v3.py index acb9e8825..0b82bf810 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_link_headless_account_to_my_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_link_headless_account_to_my_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_list_admins_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_list_admins_v3.py index 24275ad90..214d611d5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_list_admins_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_list_admins_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_list_cross_namespace_account_link.py b/samples/cli/accelbyte_py_sdk_cli/iam/_list_cross_namespace_account_link.py index e1117fb91..f76a12e77 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_list_cross_namespace_account_link.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_list_cross_namespace_account_link.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_login_sso_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_login_sso_client.py index 342dbde80..ae7f2c030 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_login_sso_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_login_sso_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_logout.py b/samples/cli/accelbyte_py_sdk_cli/iam/_logout.py index 746c9d507..8569cea9c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_logout.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_logout.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_logout_sso_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_logout_sso_client.py index 0edd0551a..38a6f54cf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_logout_sso_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_logout_sso_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authenticate_samlv3_handler.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authenticate_samlv3_handler.py index 1b347ee23..6bf6c0b8f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authenticate_samlv3_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authenticate_samlv3_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authentication_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authentication_v3.py index 0f882b136..63a8d7c8a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authentication_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_authentication_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_link.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_link.py index 66ca65bbb..a242d9a9a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_link.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_link.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_grant_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_grant_v3.py index b8e005fa1..667c4b970 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_grant_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_grant_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3.py index f9bbfd1d3..29da07a22 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3_deprecate.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3_deprecate.py index 0f7eb4afc..7c225c9a5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3_deprecate.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_refresh_v3_deprecate.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_request_handler.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_request_handler.py index 3afb6294a..7d901c817 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_request_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_token_request_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_unlink.py b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_unlink.py index 478f110a6..52e7d94e0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_platform_unlink.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_platform_unlink.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_bulk_get_users.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_bulk_get_users.py index 5cf82036d..1bc76bca6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_bulk_get_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_bulk_get_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_justice_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_justice_user.py index 9e1afd168..5f8a2cebb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_justice_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_justice_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_test_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_test_user_v4.py index e19e6a3c5..bebe933af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_test_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_test_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v2.py index 673bbfd12..aade5e5bb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v3.py index ee9797f09..d107b0f3b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v4.py index ea5888aba..32130d9b6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_create_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_delete_platform_link_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_delete_platform_link_v2.py index bd3d9f65b..c9b91d6f9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_delete_platform_link_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_delete_platform_link_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_authenticator_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_authenticator_v4.py index bb9234929..aa81c36d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_authenticator_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_authenticator_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_backup_codes_v4.py index 0591ef234..ee9dbece8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_email_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_email_v4.py index c60661f71..6dfbc4f1f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_email_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_disable_my_email_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_download_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_download_my_backup_codes_v4.py index c64562b26..9d09874a7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_download_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_download_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_authenticator_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_authenticator_v4.py index b23b619a1..86fef9828 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_authenticator_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_authenticator_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_backup_codes_v4.py index c0251a498..1e27824a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_email_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_email_v4.py index b4fd946d0..43cea6998 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_email_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_enable_my_email_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_link_platform_with_progression.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_link_platform_with_progression.py index 341cb40ba..b4cadf01e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_link_platform_with_progression.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_link_platform_with_progression.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_platform_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_platform_link_v3.py index e44b0f994..1895037fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_platform_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_force_platform_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v2.py index f56ae0a08..32926128f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v3.py index a3f2b3120..b3bfb3a04 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_forgot_password_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_authenticator_key_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_authenticator_key_v4.py index bbe6247f8..29e5de333 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_authenticator_key_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_authenticator_key_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_backup_codes_v4.py index 4f0c5363e..1d1fca65f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_generate_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_async_status.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_async_status.py index a1053b2ea..698fe3ff5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_async_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_async_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction.py index df470a101..0494a7354 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction_v3.py index 5377c72fc..1459e30b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_age_restriction_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_list_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_list_v3.py index 532c0017c..d2231edfa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_list_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_country_list_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validation_by_field.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validation_by_field.py index c71bc1e0b..bd2b476d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validation_by_field.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validation_by_field.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validations.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validations.py index 742ba47ec..204649d62 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validations.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_input_validations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_link_headless_account_to_my_account_conflict_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_link_headless_account_to_my_account_conflict_v3.py index 74a9125cf..774026d20 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_link_headless_account_to_my_account_conflict_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_link_headless_account_to_my_account_conflict_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_backup_codes_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_backup_codes_v4.py index 1aa8f5411..7f57af215 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_backup_codes_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_backup_codes_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_enabled_factors_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_enabled_factors_v4.py index 41405274e..7faaecd9f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_enabled_factors_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_enabled_factors_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_user_v3.py index 1e71b6116..6d44779f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_my_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_publisher_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_publisher_user_v3.py index bcdb2f6a6..416a7f23e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_publisher_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_publisher_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_role_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_role_v3.py index 36a54d8fb..56fb912c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_role_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_role_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_roles_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_roles_v3.py index 0faf4186a..ea8967e25 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_roles_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_roles_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban.py index ca4d9803d..bcfe7d3dc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban_history_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban_history_v3.py index 1692d1839..788fc65a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban_history_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_ban_history_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_platform_user_idv3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_platform_user_idv3.py index 909412c6c..215b5b48f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_platform_user_idv3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_platform_user_idv3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_id_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_id_v3.py index 512b7589b..22500027a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_id_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_id_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_idv2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_idv2.py index be1443111..a9765aebc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_by_user_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_information_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_information_v3.py index b8fb32cb7..1d32f322f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_information_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_information_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_login_histories_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_login_histories_v3.py index 3f1992d67..57ad47800 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_login_histories_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_login_histories_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_platform_accounts_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_platform_accounts_v3.py index 83c2f5b85..b3cbca69d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_platform_accounts_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_platform_accounts_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_public_info_by_user_id_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_public_info_by_user_id_v4.py index 517513b58..98db2a00a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_public_info_by_user_id_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_user_public_info_by_user_id_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_users_platform_infos_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_users_platform_infos_v3.py index 3b1798210..1f1031543 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_users_platform_infos_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_get_users_platform_infos_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_invite_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_invite_user_v4.py index 40a7586b4..6e953d60b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_invite_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_invite_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_link_platform_account.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_link_platform_account.py index 91293e30e..bba483777 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_link_platform_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_link_platform_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_justice_platform_accounts_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_justice_platform_accounts_v3.py index 8bd061e9b..5e8d34c1e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_justice_platform_accounts_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_justice_platform_accounts_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_all_platform_accounts_distinct_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_all_platform_accounts_distinct_v3.py index 9a2c0929b..7ba20002c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_all_platform_accounts_distinct_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_all_platform_accounts_distinct_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_id_by_platform_user_i_ds_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_id_by_platform_user_i_ds_v3.py index 4eb5c9753..78f35745d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_id_by_platform_user_i_ds_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_list_user_id_by_platform_user_i_ds_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_make_factor_my_default_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_make_factor_my_default_v4.py index a33850cbb..aab96be1f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_make_factor_my_default_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_make_factor_my_default_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_partial_update_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_partial_update_user_v3.py index 29ab7b128..cccc48a18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_partial_update_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_partial_update_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v2.py index bf2d68a3a..8b039bbce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v3.py index 5388845bb..8f7fdaf39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_all_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_all_v3.py index 46b32fbf8..164d6b73c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_all_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_all_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_v3.py index 7875848fb..f705675ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_platform_unlink_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_process_web_link_platform_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_process_web_link_platform_v3.py index 78f746c61..00908cba7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_process_web_link_platform_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_process_web_link_platform_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_remove_trusted_device_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_remove_trusted_device_v4.py index 5431a3dab..b5dd0756b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_remove_trusted_device_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_remove_trusted_device_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_reset_password_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_reset_password_v2.py index 12fcb35f6..c60fee508 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_reset_password_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_reset_password_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_search_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_search_user_v3.py index 08f26fad0..95e5ffa71 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_search_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_search_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_my_mfa_email_code_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_my_mfa_email_code_v4.py index a4832709e..b486ce4dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_my_mfa_email_code_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_my_mfa_email_code_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_registration_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_registration_code.py index 9ce3003c8..170cf4c47 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_registration_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_registration_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_code_v3.py index 8a5b25b85..3c57162b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_link_v3.py index a9b87343e..9de34de92 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_send_verification_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v2.py index 6b14ac1c6..b1d708a09 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v3.py index dc696057c..4bf0c7c1b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_password_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_email_address_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_email_address_v4.py index 8bc5ab582..7f3d5c826 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_email_address_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_email_address_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v2.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v2.py index ede02c09e..1d36491c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v4.py index 0950ea03b..1616a7a7d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_update_user_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v3.py index e2f40417e..21629ebf3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v4.py index da249a7ab..4f879d2b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_with_verification_code_v4.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_with_verification_code_v4.py index fc9b13e57..2b7fb3943 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_with_verification_code_v4.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_upgrade_headless_account_with_verification_code_v4.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_user_verification_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_user_verification_v3.py index 30771c6c9..d7850c99e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_user_verification_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_user_verification_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_validate_user_by_user_id_and_password_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_validate_user_by_user_id_and_password_v3.py index fbcb5ab0e..71339cc5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_validate_user_by_user_id_and_password_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_validate_user_by_user_id_and_password_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_headless_account_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_headless_account_v3.py index 3bd1f6778..c0d71453d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_headless_account_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_headless_account_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_registration_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_registration_code.py index dbc3be6ba..1d3bc2d4e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_registration_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_registration_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_user_by_link_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_user_by_link_v3.py index 2397b1d32..83c836b1f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_user_by_link_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_verify_user_by_link_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform.py index dffb22c40..f2ad665fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform_establish.py b/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform_establish.py index a50da3dea..14f3bfee6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform_establish.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_public_web_link_platform_establish.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_admin.py b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_admin.py index 08267c2df..305d1d8f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_managers.py b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_managers.py index 606d433d6..2e4ca69a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_managers.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_managers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_members.py b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_members.py index eaf30879d..a83a6e822 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_members.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_remove_role_members.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_request_one_time_linking_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_request_one_time_linking_code_v3.py index b02c170a1..5dede55b8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_request_one_time_linking_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_request_one_time_linking_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_request_target_token_response_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_request_target_token_response_v3.py index caa6687d7..9193be42e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_request_target_token_response_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_request_target_token_response_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_by_one_time_link_code_response_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_by_one_time_link_code_response_v3.py index 7db2b5a43..519a249e4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_by_one_time_link_code_response_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_by_one_time_link_code_response_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_exchange_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_exchange_code_v3.py index 8853070fb..45bef2e20 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_exchange_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_request_token_exchange_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password.py b/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password.py index 83cbd2b83..c62402421 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password_v3.py index 74e52db9d..b510a0265 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_reset_password_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_active_oidc_clients_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_active_oidc_clients_public_v3.py index b4e73923d..b3b1616a3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_active_oidc_clients_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_active_oidc_clients_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_public_v3.py index 156ba2366..dd64cee56 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_v3.py index 9778136d0..3c7340321 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_active_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_sso_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_sso_login_platform_credential_v3.py index 833468e72..911b29ca9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_sso_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_sso_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_third_party_login_platform_credential_v3.py index 30ea6fc09..80b782af0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_all_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_sso_login_platform_credential.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_sso_login_platform_credential.py index 254b1d244..ae0ec182a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_sso_login_platform_credential.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_sso_login_platform_credential.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_third_party_login_platform_credential_v3.py index 381f1fd91..00c244aa1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_user_third_party_platform_token_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_user_third_party_platform_token_v3.py index d60ac2cb0..75fa0a825 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_user_third_party_platform_token_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_retrieve_user_third_party_platform_token_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_a_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_a_user.py index f04db2673..851df5a60 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_a_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_a_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_token.py b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_token.py index f674e8dd4..3b0acbc61 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_token.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_token.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user.py index ca13d439d..08255767c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user_v3.py index 81118dbac..4b2bde186 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_revoke_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_permission.py index 591da24be..d7244aba8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_roles.py b/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_roles.py index 519a01402..d5d8d0437 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_roles.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_save_user_roles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_search_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_search_user.py index d8ccc39ea..a7be0b9b8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_search_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_search_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_send_mfa_authentication_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_send_mfa_authentication_code.py index 303e046f2..c8a5c9902 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_send_mfa_authentication_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_send_mfa_authentication_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_send_verification_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_send_verification_code.py index 1bb9bf47c..153fbd6c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_send_verification_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_send_verification_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_set_role_as_admin.py b/samples/cli/accelbyte_py_sdk_cli/iam/_set_role_as_admin.py index 5b0c115e4..3dc2c43a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_set_role_as_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_set_role_as_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_simultaneous_login_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_simultaneous_login_v3.py index cfda05514..d64f3f7c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_simultaneous_login_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_simultaneous_login_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant.py b/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant.py index b9861233c..533bfc2f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant_v3.py index 761c07bea..8888a405d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_token_grant_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_token_introspection_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_token_introspection_v3.py index 3fb379c39..4f038119f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_token_introspection_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_token_introspection_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_token_revocation_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_token_revocation_v3.py index 7e1988090..07a2a83c5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_token_revocation_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_token_revocation_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client.py index d092eb0fb..9cf000f82 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_permission.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_permission.py index 2b9111690..772de3f92 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_permission.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_permission.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_secret.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_secret.py index 25995a362..4cd9c73ea 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_secret.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_client_secret.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_country_age_restriction.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_country_age_restriction.py index 38cc8243e..e9ca25b1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_country_age_restriction.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_country_age_restriction.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_password.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_password.py index 6eae2f77a..e2061567c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_password.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_password.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_role.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_role.py index a34d58380..7a5e6b1e8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_role.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_role.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_role_permissions.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_role_permissions.py index b6749d996..96c077693 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_role_permissions.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_role_permissions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_sso_platform_credential.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_sso_platform_credential.py index 01094df86..de9fadfc0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_sso_platform_credential.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_sso_platform_credential.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_credential_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_credential_v3.py index 642937144..90a9b49c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_credential_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_credential_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_domain_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_domain_v3.py index 6ae488868..7aacd7cd4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_domain_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_third_party_login_platform_domain_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_user.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_user.py index 0facde48f..7371f2b4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_user.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_user.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_update_user_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_update_user_v3.py index 8eef7e041..fd75fba57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_update_user_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_update_user_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account.py b/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account.py index fca8a5955..3184a27c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account_with_verification_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account_with_verification_code.py index 7c45949b6..7fa66cfc2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account_with_verification_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_upgrade_headless_account_with_verification_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_user_authentication_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_user_authentication_v3.py index f452efc1e..88e28d997 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_user_authentication_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_user_authentication_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_user_verification.py b/samples/cli/accelbyte_py_sdk_cli/iam/_user_verification.py index b9ee26591..1bd4ce066 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_user_verification.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_user_verification.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_validate_one_time_linking_code_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_validate_one_time_linking_code_v3.py index 3f38cf4d0..948e13c40 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_validate_one_time_linking_code_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_validate_one_time_linking_code_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_verify2fa_code.py b/samples/cli/accelbyte_py_sdk_cli/iam/_verify2fa_code.py index 154461151..835ec0611 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_verify2fa_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_verify2fa_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token.py b/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token.py index e4c8ea36a..3e0b4441e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token_v3.py b/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token_v3.py index 721370dbe..501bed441 100644 --- a/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/iam/_verify_token_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Iam Service (7.8.3) +# AGS Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/__init__.py b/samples/cli/accelbyte_py_sdk_cli/inventory/__init__.py index d98bb91a1..801c0a8b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-inventory-service (0.1.0) +# justice-inventory-service from ._admin_create_chaining_operations import admin_create_chaining_operations from ._admin_list_inventories import admin_list_inventories diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_remove_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_remove_items.py index fb5f15517..59ccd1736 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_remove_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_remove_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_update_my_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_update_my_items.py index 0faf1ffae..fb031c833 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_update_my_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_bulk_update_my_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_consume_user_item.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_consume_user_item.py index e13e847a8..cacef53b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_consume_user_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_consume_user_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_chaining_operations.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_chaining_operations.py index 6f8cc88ec..44f62967d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_chaining_operations.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_chaining_operations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory.py index 301baf925..5855e2133 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory_configuration.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory_configuration.py index a26c90644..5915dd2bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_inventory_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_item_type.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_item_type.py index f33923698..8c534fbbe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_item_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_item_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_tag.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_tag.py index c1bc89d80..07674f9b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_create_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_inventory_configuration.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_inventory_configuration.py index 0da3da4b8..de24019ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_inventory_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_inventory_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_item_type.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_item_type.py index f904c1596..cfbf9415b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_item_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_item_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_tag.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_tag.py index bdfd11dc2..5066bea66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_delete_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory.py index 61dd53c0f..35d8902e2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_configuration.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_configuration.py index a1d500607..009df8beb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_item.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_item.py index 3e1182fdd..d74a9e1fe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_get_inventory_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventories.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventories.py index 8b9cc36da..c56704f8c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventories.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventory_configurations.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventory_configurations.py index c35a616e2..c25bbc0a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventory_configurations.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_inventory_configurations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_item_types.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_item_types.py index 05f0272cf..e2ebace2c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_item_types.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_item_types.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_items.py index a72a5e680..8970d1883 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_tags.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_tags.py index 5ba9eba18..fb459c0c4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_tags.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_list_tags.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item.py index 841229f22..f15afff38 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item_to_inventory.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item_to_inventory.py index 4aace7a67..8e5b809e6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item_to_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_save_item_to_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory.py index 5bb7a9f49..c43fd82da 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory_configuration.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory_configuration.py index a29bcd202..ef429eeb2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_admin_update_inventory_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_delete_inventory.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_delete_inventory.py index a41be9727..61cfd0d7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_delete_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_delete_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_remove_my_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_remove_my_items.py index 72a555599..f96716087 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_remove_my_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_remove_my_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_update_my_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_update_my_items.py index e1bdb421c..3917c76f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_update_my_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_bulk_update_my_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_consume_my_item.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_consume_my_item.py index 3669f7140..f9b6dfa49 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_consume_my_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_consume_my_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_get_item.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_get_item.py index d1bf41221..94c442d6b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_get_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_get_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventories.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventories.py index df5a651d7..0a4e9c93d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventories.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventory_configurations.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventory_configurations.py index 6bff76b11..6fa8ff90b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventory_configurations.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_inventory_configurations.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_item_types.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_item_types.py index 56a220737..d4a2f0039 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_item_types.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_item_types.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_items.py index ecafda195..be2d4c2da 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_tags.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_tags.py index c5830fe5b..cdbc2ea2f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_tags.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_list_tags.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_move_my_items.py b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_move_my_items.py index 2a2d41ccd..80b0a56d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/inventory/_public_move_my_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/inventory/_public_move_my_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Inventory Service (0.1.0) +# AGS Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/__init__.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/__init__.py index da9fad45d..31b7628ca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-leaderboard-service (2.26.7) +# justice-leaderboard-service from ._get_leaderboard_configurations_admin_v1 import ( get_leaderboard_configurations_admin_v1, diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_anonymize_user_leaderboard_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_anonymize_user_leaderboard_admin_v1.py index 9abe07d2c..bcd018064 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_anonymize_user_leaderboard_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_anonymize_user_leaderboard_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_get_archived_leaderboard_ranking_data_v1_handler.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_get_archived_leaderboard_ranking_data_v1_handler.py index ae9b44386..74deccc70 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_get_archived_leaderboard_ranking_data_v1_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_admin_get_archived_leaderboard_ranking_data_v1_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_bulk_get_users_ranking_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_bulk_get_users_ranking_public_v3.py index d5950c58f..eea4f1273 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_bulk_get_users_ranking_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_bulk_get_users_ranking_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_archived_leaderboard_ranking_data_v1_handler.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_archived_leaderboard_ranking_data_v1_handler.py index fd52f345e..538a2f05c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_archived_leaderboard_ranking_data_v1_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_archived_leaderboard_ranking_data_v1_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v1.py index 8c1734d73..e933a34ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v3.py index fe7ab2511..0de52536d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_public_v1.py index 4d503d962..3ee3cf6c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_create_leaderboard_configuration_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v1.py index c33bd4284..bc48d36da 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v3.py index 984e94d8f..6d6e09c05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_bulk_leaderboard_configuration_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v1.py index fb8d8a84d..3a9d324bb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v3.py index a93323814..330e72d74 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_leaderboard_configuration_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v1.py index 9ae9baada..3f06a60b7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v3.py index 046b97085..271321b61 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v1.py index 927026bd4..14ce2509f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v3.py index 254cd17f5..fd8fff714 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_by_leaderboard_code_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_public_v1.py index 62582249c..117ef59d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v1.py index aaaff3847..b6eceb5a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v3.py index 14b8b7475..c0ae2c9c2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_delete_user_rankings_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v1.py index f03bb387e..b62fbeb01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v3.py index 1e92c849b..69126ada5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v1.py index 775596fce..b2b22cf42 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v2.py index d2ba306eb..1e06fba1e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v3.py index 17d10f4c3..b5db0d76a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_all_time_leaderboard_ranking_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_archived_leaderboard_ranking_data_v1_handler.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_archived_leaderboard_ranking_data_v1_handler.py index ec4d50d1f..c533caa8e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_archived_leaderboard_ranking_data_v1_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_archived_leaderboard_ranking_data_v1_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_admin_v3.py index 592f7a40b..2708e4622 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_public_v3.py index 02f16dd7e..50c13eed4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_cycle_leaderboard_ranking_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_admin_v1.py index 645ffd6a4..9fb4bf364 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_public_v1.py index 40b1609fc..3b598a250 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_month_leaderboard_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_admin_v1.py index ad729d42e..7796aba79 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_public_v1.py index 32affd411..f55328c03 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_season_leaderboard_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_admin_v1.py index 10fb4488d..011dc75d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_public_v1.py index 2587f9e1e..5bc577676 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_current_week_leaderboard_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v2.py index 27081129b..0c9cb6fa9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v3.py index 3e803dd68..632829e3e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_hidden_users_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v1.py index a956dc524..fdf9e62d1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v3.py index e891b4604..f26b1570a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_public_v3.py index c84bbf338..58dfd0c59 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configuration_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v1.py index dacd3803b..286937028 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v3.py index 2abd20afa..9cc8295fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v1.py index c57c1816a..9487d8e40 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v2.py index 26bf972aa..adfef9578 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v3.py index 7e7c2818c..d311c6d9f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_leaderboard_configurations_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_admin_v1.py index f02c7c8cf..f0a4045f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_public_v1.py index 472901623..d5a0be354 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_today_leaderboard_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v1.py index 06ee508aa..a047a398d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v3.py index a8e39194c..9a2d22ee4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_leaderboard_rankings_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v1.py index 1030af26f..006a7c960 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v3.py index 9dfa906f5..56311379d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v1.py index 1f347582a..8aafea398 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v3.py index e0e4caf31..e40e10279 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_ranking_public_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v2.py index c66fd998c..bb96e795b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v3.py index 86796bf3b..1dc7123b6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_get_user_visibility_status_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v1.py index 09b593cd7..24bc4b77c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v3.py index 07f2c20f8..370a66003 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_hard_delete_leaderboard_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_status_v2.py index eb681ece8..dd5c588ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_v3.py index 901bb6832..cebef46ca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_leaderboard_visibility_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_status_v2.py index 5bb545d81..7274ce961 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_v3.py index 944374311..ffd7320ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_set_user_visibility_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v1.py index 20ab4ba65..3ed4e2598 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v3.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v3.py index f996e78ee..a9b0c4b1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v3.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_leaderboard_configuration_admin_v3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_user_point_admin_v1.py b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_user_point_admin_v1.py index a3913eb5f..7b252e325 100644 --- a/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_user_point_admin_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/leaderboard/_update_user_point_admin_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Leaderboard Service (2.26.7) +# AGS Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/__init__.py b/samples/cli/accelbyte_py_sdk_cli/legal/__init__.py index 813fc7a66..44ea6d985 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-legal-service (1.35.0) +# justice-legal-service from ._change_preference_consent import change_preference_consent from ._retrieve_accepted_agreements import retrieve_accepted_agreements diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_accept_versioned_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_accept_versioned_policy.py index be370ba7e..7974fcaca 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_accept_versioned_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_accept_versioned_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_admin_retrieve_eligibilities.py b/samples/cli/accelbyte_py_sdk_cli/legal/_admin_retrieve_eligibilities.py index 8b80d2693..0373b11f0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_admin_retrieve_eligibilities.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_admin_retrieve_eligibilities.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_anonymize_user_agreement.py b/samples/cli/accelbyte_py_sdk_cli/legal/_anonymize_user_agreement.py index 3f9f259f9..81aee4c1f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_anonymize_user_agreement.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_anonymize_user_agreement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_bulk_accept_versioned_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_bulk_accept_versioned_policy.py index aca95e1be..e93feacfe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_bulk_accept_versioned_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_bulk_accept_versioned_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent.py b/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent.py index 3b607ef65..b73907666 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent_1.py index fd7bf715e..f25aca64b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_change_preference_consent_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_check_readiness.py b/samples/cli/accelbyte_py_sdk_cli/legal/_check_readiness.py index d1d495a3c..e589ecc18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_check_readiness.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_check_readiness.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version.py index af64258c3..c83150c43 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version_1.py index 5c40bf720..8df26b763 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_localized_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy.py index e0342406f..63d63a305 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_1.py index 1fef545f2..db904b51b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version.py index 5d4cf00c1..989600cbb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version_1.py index 210646330..49e24faaf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_create_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_get_user_info_status.py b/samples/cli/accelbyte_py_sdk_cli/legal/_get_user_info_status.py index c45b16bd0..1c7a29fda 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_get_user_info_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_get_user_info_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy.py index 7c834b68a..314566922 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_1.py index 8b57b4976..ed4fac316 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_v2.py b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_v2.py index 5169cb705..b7ca7a998 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_indirect_bulk_accept_versioned_policy_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_invalidate_user_info_cache.py b/samples/cli/accelbyte_py_sdk_cli/legal/_invalidate_user_info_cache.py index 47429a7fc..9e18bba4a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_invalidate_user_info_cache.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_invalidate_user_info_cache.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy.py index 5cfafd442..b16f0f47a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy_1.py index f17e67401..d42025162 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_partial_update_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version.py index 5d9868b09..40711f766 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version_1.py index c3bdabbe9..af1869b0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_publish_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url.py b/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url.py index 404bdd83b..25a1a9d7a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url_1.py index 7f1a6fdc7..0d66c7768 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_request_presigned_url_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements.py index d272612aa..a1a69c44d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_1.py index 26ba6688c..912ba716d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_for_multi_users.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_for_multi_users.py index 39e5a3cce..04e7eb52c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_for_multi_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_accepted_agreements_for_multi_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_agreements_public.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_agreements_public.py index 69f00334f..e4e8a3d8e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_agreements_public.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_agreements_public.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies.py index 3c46b73db..14b16a5fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies_by_namespace.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies_by_namespace.py index 66ad58e27..b2e9bdabc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies_by_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_legal_policies_by_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types.py index decb18ad1..aada5b188 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types_1.py index 90cb2b7e7..eeaa0420d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_policy_types_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version.py index fcc75a63a..e3613441c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version_1.py index b39138be2..6df7ff4d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_all_users_by_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public.py index 8bb1de4c1..7303a732f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public_indirect.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public_indirect.py index 566489445..833acd91f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public_indirect.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_eligibilities_public_indirect.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies.py index 9d312e4b4..0f7a7681d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_by_namespace_and_country_public.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_by_namespace_and_country_public.py index 3aeec944b..820453cb2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_by_namespace_and_country_public.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_by_namespace_and_country_public.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_public.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_public.py index 0b601e6f5..bba493fae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_public.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_latest_policies_public.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions.py index 2513e4215..0b1fc6973 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions_1.py index 8243ca773..18b6676c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_localized_policy_versions_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policies.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policies.py index b36a38547..f368d9274 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policies.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policies.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country.py index 1b681ef52..67ab6496e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country_1.py index e8ff385ec..9377407b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_policy_country_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version.py index 128607328..378ae1907 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_1.py index ba3de6798..574c3e71f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_2.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_2.py index 2f233d17b..acadd957f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_3.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_3.py index 4a9aa4e8d..196cb71f9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_3.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_localized_policy_version_3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy.py index 1d3da7448..0747b4991 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_1.py index 8852948ed..62bb4857b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version.py index fe0818bf5..1a4bc46a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version_1.py index 1e0dcb52b..c808f7fdd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_retrieve_single_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy.py index bdf0752c5..729ccb82d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_1.py index 58dff3f64..8cf2896c0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_2.py b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_2.py index 6be1c9120..47077fa39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_3.py b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_3.py index 4cc3b1b55..53e2295c9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_3.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_set_default_policy_3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_sync_user_info.py b/samples/cli/accelbyte_py_sdk_cli/legal/_sync_user_info.py index 85fd67053..18cb43192 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_sync_user_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_sync_user_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version.py index f009084c6..c05463d73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version_1.py index b91e91c5e..11eaa303f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_localized_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy.py index 08884562d..bd50ea337 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_1.py index b3e406b60..c615213b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version.py index a1e48f170..b70b1a478 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version_1.py b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version_1.py index f97efa5cf..32c3bb7d4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/legal/_update_policy_version_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Legal Service (1.35.0) +# AGS Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/__init__.py b/samples/cli/accelbyte_py_sdk_cli/lobby/__init__.py index 7c0ab3781..447562f4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-lobby-server (3.33.2) +# justice-lobby-server from ._get_user_friends_updated import get_user_friends_updated from ._get_user_incoming_friends import get_user_incoming_friends diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_add_friends_without_confirmation.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_add_friends_without_confirmation.py index 6fd04e996..5cb2304d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_add_friends_without_confirmation.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_add_friends_without_confirmation.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filter_into_list.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filter_into_list.py index 74dbe9867..993b4cc84 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filter_into_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filter_into_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filters.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filters.py index 672b6e3fb..097d4d3cb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filters.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_add_profanity_filters.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_bulk_block_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_bulk_block_players_v1.py index d138045a1..b9f6a91b7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_bulk_block_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_bulk_block_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_profanity_list.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_profanity_list.py index da33c01ae..6148d4f4b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_profanity_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_profanity_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_third_party_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_third_party_config.py index 723eaf513..70c58f2fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_third_party_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_create_third_party_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_debug_profanity_filters.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_debug_profanity_filters.py index 2c5a2cd53..99f146398 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_debug_profanity_filters.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_debug_profanity_filters.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_global_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_global_config.py index 0504237ea..452a8ff41 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_global_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_global_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_filter.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_filter.py index 0d625754b..a856a8af8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_filter.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_filter.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_list.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_list.py index f772df520..4d5a03b0a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_profanity_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_third_party_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_third_party_config.py index f31a75600..3769cd6b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_third_party_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_delete_third_party_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_export_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_export_config_v1.py index 533c990aa..c0487314f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_export_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_export_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_config_v1.py index 01f397d51..dd6b353cc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_player_session_attribute.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_player_session_attribute.py index 2faf72fa5..fc62061bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_player_session_attribute.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_all_player_session_attribute.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_bulk_player_blocked_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_bulk_player_blocked_players_v1.py index bb7a29874..9dcacdf05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_bulk_player_blocked_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_bulk_player_blocked_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_config_v1.py index 658a0090d..b395a47af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_global_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_global_config.py index af0c12104..a189193e7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_global_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_global_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_lobby_ccu.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_lobby_ccu.py index 94acbe8d4..30cbea4f1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_lobby_ccu.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_lobby_ccu.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_party_data_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_party_data_v1.py index fad27047f..1189e0069 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_party_data_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_party_data_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_by_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_by_players_v1.py index 2215114ae..af5a27a96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_by_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_by_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_players_v1.py index b72ab6623..dee83b3c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_blocked_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_session_attribute.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_session_attribute.py index a4f1d7d77..dc60b65e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_session_attribute.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_player_session_attribute.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_list_filters_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_list_filters_v1.py index f6629f975..8d522af9f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_list_filters_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_list_filters_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_lists.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_lists.py index d2b8c3612..b0a0afb31 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_lists.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_lists.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_rule.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_rule.py index 719ae91d0..dfc331814 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_rule.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_profanity_rule.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_third_party_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_third_party_config.py index 4a56aedb8..bbc7aad01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_third_party_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_third_party_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_user_party_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_user_party_v1.py index 12b6e1394..07af170be 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_user_party_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_get_user_party_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_config_v1.py index 82cf9dc28..dac0562a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_profanity_filters_from_file.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_profanity_filters_from_file.py index 23184e9af..c30a9409a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_profanity_filters_from_file.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_import_profanity_filters_from_file.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_join_party_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_join_party_v1.py index 5b07f5a98..e742f8b26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_join_party_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_join_party_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_player_session_attribute.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_player_session_attribute.py index 4b5bdacb2..598c69722 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_player_session_attribute.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_player_session_attribute.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_profanity_rule_for_namespace.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_profanity_rule_for_namespace.py index 00d634dbb..205734ca6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_profanity_rule_for_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_set_profanity_rule_for_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_config_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_config_v1.py index ab9d3143a..4fa8504d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_config_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_config_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_global_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_global_config.py index 2d72ec23b..f6fc5bb0c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_global_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_global_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_party_attributes_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_party_attributes_v1.py index 809c9777d..ed5d288cd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_party_attributes_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_party_attributes_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_profanity_list.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_profanity_list.py index d657be1bf..332071e4b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_profanity_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_profanity_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_third_party_config.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_third_party_config.py index 9dc9d1b72..923e79e66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_third_party_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_update_third_party_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_verify_message_profanity_response.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_verify_message_profanity_response.py index a1143fe9b..202028892 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_verify_message_profanity_response.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_admin_verify_message_profanity_response.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_bulk_delete_friends.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_bulk_delete_friends.py index 2e1b83514..38883455f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_bulk_delete_friends.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_bulk_delete_friends.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_template_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_template_v1_admin.py index ca0b58722..65de4a1fc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_template_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_template_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_topic_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_topic_v1_admin.py index fe0cc7331..3d91308ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_topic_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_notification_topic_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_template.py index c000524ec..815490ecd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_topic.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_topic.py index 0523c9e1a..4939fe267 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_create_topic.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_create_topic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_template_slug_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_template_slug_v1_admin.py index 6a8d4d3b7..e6c38d8e0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_template_slug_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_template_slug_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_topic_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_topic_v1_admin.py index cca8987ae..35a3ab800 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_topic_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_notification_topic_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization.py index fdebc28de..d4ede3f7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization_v1_admin.py index 771e42cfe..13e47822a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_localization_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_slug.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_slug.py index 7d8fec8f2..e0ce6a8d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_slug.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_template_slug.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_topic_by_topic_name.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_topic_by_topic_name.py index e111c8e7f..597c224bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_topic_by_topic_name.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_delete_topic_by_topic_name.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification.py index 67e2021b7..3c53d9a7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification_by_user_id.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification_by_user_id.py index 8174ddf1a..121996ca8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification_by_user_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_free_form_notification_by_user_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_templates_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_templates_v1_admin.py index ad605d57a..fc61dd630 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_templates_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_templates_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_topics_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_topics_v1_admin.py index dac4024a3..8e43989a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_topics_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_all_notification_topics_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_game_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_game_template.py index d455f0d05..bf1277d2b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_game_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_game_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_incoming_friend_requests.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_incoming_friend_requests.py index 48ce0cef4..f52d5f34f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_incoming_friend_requests.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_incoming_friend_requests.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_list_of_friends.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_list_of_friends.py index 866ba0fd3..2a2daeade 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_list_of_friends.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_list_of_friends.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_localization_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_localization_template.py index e8d045971..1f949ef1c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_localization_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_localization_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_notification_topic_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_notification_topic_v1_admin.py index d53c3a039..63db7b180 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_notification_topic_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_notification_topic_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_outgoing_friend_requests.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_outgoing_friend_requests.py index b1ca75193..a81d828b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_outgoing_friend_requests.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_outgoing_friend_requests.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_single_template_localization_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_single_template_localization_v1_admin.py index f251c3d13..8198f793b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_single_template_localization_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_single_template_localization_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_slug_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_slug_template.py index b507cc0cc..eeb4496db 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_slug_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_slug_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_template_slug_localizations_template_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_template_slug_localizations_template_v1_admin.py index 430db80fc..cd926a3fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_template_slug_localizations_template_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_template_slug_localizations_template_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_namespace.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_namespace.py index 4157a8c63..ae0b2e317 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_topic_name.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_topic_name.py index 3a43866ab..8952f6492 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_topic_name.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_topic_by_topic_name.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_updated.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_updated.py index 31330477c..fe9630446 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_updated.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_updated.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_with_platform.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_with_platform.py index 1db21d105..98642dbe1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_with_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_friends_with_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends.py index c3df2b99d..f3afe41e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends_with_time.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends_with_time.py index 4249f54e6..fba571189 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends_with_time.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_incoming_friends_with_time.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends.py index 8ab046d5d..c30579d70 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends_with_time.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends_with_time.py index b5ce870c5..1de2ccf70 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends_with_time.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_get_user_outgoing_friends_with_time.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template.py index 43b7fb00a..50406360b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template_by_user_id.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template_by_user_id.py index 1224d5eb0..75b2a64a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template_by_user_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_notification_with_template_by_user_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_messages.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_messages.py index 6098e2480..1674ead77 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_party_data_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_party_data_v1.py index a26cb1a64..f93cb65b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_party_data_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_party_data_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_by_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_by_players_v1.py index 98a39e208..4fff2e12a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_by_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_by_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_players_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_players_v1.py index ab4f8811a..b2d10df06 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_players_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_get_player_blocked_players_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_set_party_limit_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_set_party_limit_v1.py index 9cffed42a..bd5e11e86 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_set_party_limit_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_set_party_limit_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_update_party_attributes_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_update_party_attributes_v1.py index cb64f8f84..82f63f802 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_public_update_party_attributes_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_public_update_party_attributes_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template.py index 9c4c22e08..345f48e57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template_localization_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template_localization_v1_admin.py index d2d579a3f..70a80ed2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template_localization_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_publish_template_localization_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_multiple_users_freeform_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_multiple_users_freeform_notification_v1_admin.py index 268f79ce5..19218a72f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_multiple_users_freeform_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_multiple_users_freeform_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_freeform_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_freeform_notification_v1_admin.py index e3283b656..b1be019f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_freeform_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_freeform_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_templated_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_templated_notification_v1_admin.py index 10eb6134e..68c133b8b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_templated_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_party_templated_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_freeform_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_freeform_notification_v1_admin.py index 5908fc5c5..fcaf1db13 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_freeform_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_freeform_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_templated_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_templated_notification_v1_admin.py index 7a97475d3..708f8ed7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_templated_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_specific_user_templated_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_freeform_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_freeform_notification_v1_admin.py index d94769f3c..81973bc0c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_freeform_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_freeform_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_templated_notification_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_templated_notification_v1_admin.py index f6614ef25..2e0ef3e31 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_templated_notification_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_send_users_templated_notification_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_sync_native_friends.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_sync_native_friends.py index c40cf5747..a0319c8a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_sync_native_friends.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_sync_native_friends.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_localization_template.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_localization_template.py index 5128a272d..310c5d123 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_localization_template.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_localization_template.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_notification_topic_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_notification_topic_v1_admin.py index 0b15525ed..5d03250f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_notification_topic_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_notification_topic_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_template_localization_v1_admin.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_template_localization_v1_admin.py index 71362253e..1b10ad947 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_template_localization_v1_admin.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_template_localization_v1_admin.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_topic_by_topic_name.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_topic_by_topic_name.py index 4699ed322..fdfd48f5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_update_topic_by_topic_name.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_update_topic_by_topic_name.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_accept_friend_request.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_accept_friend_request.py index c0491a4a6..f663a1720 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_accept_friend_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_accept_friend_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_cancel_friend_request.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_cancel_friend_request.py index 59b5e9c7d..41300fa43 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_cancel_friend_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_cancel_friend_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_get_friendship_status.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_get_friendship_status.py index da12f5cb9..d4d41ec01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_get_friendship_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_get_friendship_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_reject_friend_request.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_reject_friend_request.py index cf525f5ca..2183bc44f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_reject_friend_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_reject_friend_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_request_friend.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_request_friend.py index ad257bab2..9fbdaa21d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_request_friend.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_request_friend.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_unfriend_request.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_unfriend_request.py index 6f95429a0..a34339da3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_user_unfriend_request.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_user_unfriend_request.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/lobby/_users_presence_handler_v1.py b/samples/cli/accelbyte_py_sdk_cli/lobby/_users_presence_handler_v1.py index b78d93010..e8d87f3a4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/lobby/_users_presence_handler_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/lobby/_users_presence_handler_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Lobby Server (3.33.2) +# AGS Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/__init__.py b/samples/cli/accelbyte_py_sdk_cli/match2/__init__.py index 87b33c01c..c5650404e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# Justice Match Service v2 (2.14.1) +# Justice Match Service v2 from ._get_healthcheck_info import get_healthcheck_info from ._get_healthcheck_info_v1 import get_healthcheck_info_v1 diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_accept_backfill.py b/samples/cli/accelbyte_py_sdk_cli/match2/_accept_backfill.py index 362269045..539013e16 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_accept_backfill.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_accept_backfill.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_admin_get_match_pool_tickets.py b/samples/cli/accelbyte_py_sdk_cli/match2/_admin_get_match_pool_tickets.py index c80e456be..bf12a1030 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_admin_get_match_pool_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_admin_get_match_pool_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_create_backfill.py b/samples/cli/accelbyte_py_sdk_cli/match2/_create_backfill.py index 9ac4aa2dc..cf3089fe0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_create_backfill.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_create_backfill.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_function.py b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_function.py index 9ed6dad19..f268cf39f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_function.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_function.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_pool.py b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_pool.py index 216218a1c..220730b5d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_pool.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_pool.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_ticket.py b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_ticket.py index 0c9ac0773..fcdd2c4e2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_ticket.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_create_match_ticket.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_create_rule_set.py b/samples/cli/accelbyte_py_sdk_cli/match2/_create_rule_set.py index dc005487d..6a2f9edc9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_create_rule_set.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_create_rule_set.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_backfill.py b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_backfill.py index effe80409..75a58881e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_backfill.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_backfill.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_function.py b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_function.py index 5e0d575e1..8898b5185 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_function.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_function.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_pool.py b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_pool.py index 1b15a8efe..525961d02 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_pool.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_pool.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_ticket.py b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_ticket.py index 75a8c051d..4f6d3fcaa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_ticket.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_match_ticket.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_rule_set.py b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_rule_set.py index d99c19c67..564c57532 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_delete_rule_set.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_delete_rule_set.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_environment_variable_list.py b/samples/cli/accelbyte_py_sdk_cli/match2/_environment_variable_list.py index 135e9e6f2..602e1d2d0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_environment_variable_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_environment_variable_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill.py index 052fcce7e..4d0695b9b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill_proposal.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill_proposal.py index 48a3ba332..ffb11a3cf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill_proposal.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_backfill_proposal.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info.py index 43fb43d72..3a17a44c5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info_v1.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info_v1.py index f253fe97b..c12bd4c07 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_healthcheck_info_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_my_match_tickets.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_my_match_tickets.py index 20e76575c..c080e36a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_my_match_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_my_match_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_get_player_metric.py b/samples/cli/accelbyte_py_sdk_cli/match2/_get_player_metric.py index 5c3f6232e..0d02d60f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_get_player_metric.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_get_player_metric.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_match_function_list.py b/samples/cli/accelbyte_py_sdk_cli/match2/_match_function_list.py index b8ef2098e..ce15560f6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_match_function_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_match_function_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_details.py b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_details.py index 45ec7acf1..ca99d9037 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_details.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_details.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_list.py b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_list.py index d1b36751f..ef54fbdee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_metric.py b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_metric.py index ef8d8a6d8..5669b97e3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_metric.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_match_pool_metric.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_match_ticket_details.py b/samples/cli/accelbyte_py_sdk_cli/match2/_match_ticket_details.py index 1296e83f1..4316c57cf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_match_ticket_details.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_match_ticket_details.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_reject_backfill.py b/samples/cli/accelbyte_py_sdk_cli/match2/_reject_backfill.py index c1150a6c2..132ef25b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_reject_backfill.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_reject_backfill.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_details.py b/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_details.py index 06aac72bb..610e07a2a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_details.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_details.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_list.py b/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_list.py index d28fae644..bac761a59 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_rule_set_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_function.py b/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_function.py index 52e862cc6..403b269fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_function.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_function.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_pool.py b/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_pool.py index e46c95808..b03d097c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_pool.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_update_match_pool.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_update_rule_set.py b/samples/cli/accelbyte_py_sdk_cli/match2/_update_rule_set.py index a40cc2b4d..32cf3f3c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_update_rule_set.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_update_rule_set.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/match2/_version_check_handler.py b/samples/cli/accelbyte_py_sdk_cli/match2/_version_check_handler.py index 74389b5cd..50eae5c44 100644 --- a/samples/cli/accelbyte_py_sdk_cli/match2/_version_check_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/match2/_version_check_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Match Service V2 (2.14.1) +# Justice Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/__init__.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/__init__.py index 731028a0c..b271f924d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service from ._get_healthcheck_info import get_healthcheck_info from ._handler_v3_healthz import handler_v3_healthz diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_add_user_into_session_in_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_add_user_into_session_in_channel.py index 41c2d4924..dd814b9ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_add_user_into_session_in_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_add_user_into_session_in_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_create_mock_tickets.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_create_mock_tickets.py index a731c378f..4942fecff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_create_mock_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_create_mock_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_get_sessions.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_get_sessions.py index 11bc98242..542a93943 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_get_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_bulk_get_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_clean_all_mocks.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_clean_all_mocks.py index 6734c8715..b10968f2f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_clean_all_mocks.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_clean_all_mocks.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_channel_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_channel_handler.py index a257077af..1b5a49a09 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_channel_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_channel_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_mock_tickets.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_mock_tickets.py index a1293d11a..426ca5841 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_mock_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_create_mock_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_channel_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_channel_handler.py index baa69c810..680c26f68 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_channel_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_channel_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_session_in_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_session_in_channel.py index adc8f9f83..b424968f6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_session_in_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_session_in_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_user_from_session_in_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_user_from_session_in_channel.py index 1ff392d40..8c969d858 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_user_from_session_in_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_delete_user_from_session_in_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_dequeue_session_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_dequeue_session_handler.py index a9d590da2..3e8502b62 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_dequeue_session_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_dequeue_session_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_export_channels.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_export_channels.py index 13f6d05a0..ec97cd2c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_export_channels.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_export_channels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_channels_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_channels_handler.py index acf9afea1..cd82fffb7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_channels_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_channels_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_matches.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_matches.py index 67fab89a0..553dccf8a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_matches.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_matches.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_tickets.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_tickets.py index 64ab57f89..eb33b4283 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_mock_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_all_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_all_channel.py index 6515784d1..8251d41aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_all_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_all_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_channel.py index 0e6562248..1b7d45201 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_party_in_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_sessions_in_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_sessions_in_channel.py index f32154dbf..6f7884687 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_sessions_in_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_all_sessions_in_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_healthcheck_info.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_healthcheck_info.py index a7b9ed08b..f9dc5da80 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_healthcheck_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_healthcheck_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_match_pool_metric.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_match_pool_metric.py index e3544496d..a465aa989 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_match_pool_metric.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_match_pool_metric.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_matches_by_timestamp.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_matches_by_timestamp.py index 0b7588400..a4555660e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_matches_by_timestamp.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_matches_by_timestamp.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_tickets_by_timestamp.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_tickets_by_timestamp.py index 536a98646..2cd0fb17f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_tickets_by_timestamp.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_mock_tickets_by_timestamp.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_session_history_detailed.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_session_history_detailed.py index 285c8d0a9..07e01e057 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_session_history_detailed.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_session_history_detailed.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_single_matchmaking_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_single_matchmaking_channel.py index 64f50f1b5..7c7c30d44 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_single_matchmaking_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_single_matchmaking_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_stat_data.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_stat_data.py index f339fa5c1..4c02ff4b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_stat_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_get_stat_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_handler_v3_healthz.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_handler_v3_healthz.py index 00db4246c..3f56966f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_handler_v3_healthz.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_handler_v3_healthz.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_import_channels.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_import_channels.py index 8928351a5..d3baec029 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_import_channels.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_import_channels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_all_matchmaking_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_all_matchmaking_channel.py index 5eefc3237..db061708e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_all_matchmaking_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_all_matchmaking_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_messages.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_messages.py index 4068832c3..613a25cce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_messages.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_messages.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_single_matchmaking_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_single_matchmaking_channel.py index cd14c2ef9..01dd11db6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_single_matchmaking_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_public_get_single_matchmaking_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_query_session_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_query_session_handler.py index 873093c76..536fce135 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_query_session_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_query_session_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_queue_session_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_queue_session_handler.py index fa2078381..022c16762 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_queue_session_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_queue_session_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_rebalance.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_rebalance.py index e1512678d..3f93b448b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_rebalance.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_rebalance.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions.py index 030c6a516..44866e113 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions_v2.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions_v2.py index 4f5290c3e..c1d90ea59 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_search_sessions_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_store_match_results.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_store_match_results.py index 756a1420e..af89ac094 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_store_match_results.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_store_match_results.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_matchmaking_channel.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_matchmaking_channel.py index f46c87d87..417b74417 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_matchmaking_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_matchmaking_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_play_time_weight.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_play_time_weight.py index e6e21e30a..a296a5c4d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_play_time_weight.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_update_play_time_weight.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_version_check_handler.py b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_version_check_handler.py index 72e28f9ce..c1ee6d307 100644 --- a/samples/cli/accelbyte_py_sdk_cli/matchmaking/_version_check_handler.py +++ b/samples/cli/accelbyte_py_sdk_cli/matchmaking/_version_check_handler.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Matchmaking Service (2.29.0) +# Justice Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/__init__.py b/samples/cli/accelbyte_py_sdk_cli/platform/__init__.py index 2fda35c89..367c8c661 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-platform-service (4.44.0) +# justice-platform-service from ._list_fulfillment_scripts import list_fulfillment_scripts from ._get_fulfillment_script import get_fulfillment_script @@ -194,6 +194,9 @@ from ._delete_section import delete_section from ._list_stores import list_stores from ._create_store import create_store +from ._get_catalog_definition import get_catalog_definition +from ._download_csv_templates import download_csv_templates +from ._export_store_by_csv import export_store_by_csv from ._import_store import import_store from ._get_published_store import get_published_store from ._delete_published_store import delete_published_store @@ -213,6 +216,8 @@ from ._unselect_record import unselect_record from ._clone_store import clone_store from ._export_store import export_store +from ._query_import_history import query_import_history +from ._import_store_by_csv import import_store_by_csv from ._query_subscriptions import query_subscriptions from ._recurring_charge_subscription import recurring_charge_subscription from ._get_ticket_dynamic import get_ticket_dynamic @@ -446,6 +451,7 @@ from ._public_query_user_entitlements_by_app_type import ( public_query_user_entitlements_by_app_type, ) +from ._public_get_user_entitlements_by_ids import public_get_user_entitlements_by_ids from ._public_get_user_entitlement_by_item_id import ( public_get_user_entitlement_by_item_id, ) @@ -468,6 +474,8 @@ from ._public_get_user_entitlement import public_get_user_entitlement from ._public_consume_user_entitlement import public_consume_user_entitlement from ._public_sell_user_entitlement import public_sell_user_entitlement +from ._public_split_user_entitlement import public_split_user_entitlement +from ._public_transfer_user_entitlement import public_transfer_user_entitlement from ._public_redeem_code import public_redeem_code from ._public_fulfill_apple_iap_item import public_fulfill_apple_iap_item from ._sync_epic_games_inventory import sync_epic_games_inventory @@ -696,6 +704,9 @@ delete_section, list_stores, create_store, + get_catalog_definition, + download_csv_templates, + export_store_by_csv, import_store, get_published_store, delete_published_store, @@ -715,6 +726,8 @@ unselect_record, clone_store, export_store, + query_import_history, + import_store_by_csv, query_subscriptions, recurring_charge_subscription, get_ticket_dynamic, @@ -904,6 +917,7 @@ public_query_user_entitlements, public_get_user_app_entitlement_by_app_id, public_query_user_entitlements_by_app_type, + public_get_user_entitlements_by_ids, public_get_user_entitlement_by_item_id, public_get_user_entitlement_by_sku, public_exists_any_user_active_entitlement, @@ -914,6 +928,8 @@ public_get_user_entitlement, public_consume_user_entitlement, public_sell_user_entitlement, + public_split_user_entitlement, + public_transfer_user_entitlement, public_redeem_code, public_fulfill_apple_iap_item, sync_epic_games_inventory, diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_item.py index c3b1930dd..64f6b77b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_user_ticket.py b/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_user_ticket.py index ad6fb5e6e..ec1194ddb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_user_ticket.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_acquire_user_ticket.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_admin_create_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_admin_create_user_order.py index 849a77fe0..210424abb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_admin_create_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_admin_create_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_campaign.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_campaign.py index a0a6dcc56..10b5a92aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_campaign.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_campaign.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_entitlement.py index 9c3daca86..3102c9b46 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_fulfillment.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_fulfillment.py index 152058407..5ecce30d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_fulfillment.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_fulfillment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_integration.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_integration.py index 8b1480295..8d82e1f00 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_integration.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_integration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_order.py index bc763f4d6..ad0149124 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_payment.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_payment.py index a207a80a2..d55f26e9a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_payment.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_payment.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_revocation.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_revocation.py index f971598d8..45f90cf0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_revocation.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_revocation.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_subscription.py index 55fa149b3..b79ae43a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_wallet.py index 8c6c8521f..9dcc2b492 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_anonymize_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_apply_user_redemption.py b/samples/cli/accelbyte_py_sdk_cli/platform/_apply_user_redemption.py index 6d56b8d1c..e231dcfbe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_apply_user_redemption.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_apply_user_redemption.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_credit.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_credit.py index ab19fa015..600221ae1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_credit.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_credit.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_debit.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_debit.py index 0fc709cf5..8766a3daf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_debit.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_debit.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_disable_codes.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_disable_codes.py index 708cfb243..07df6800c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_disable_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_disable_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_enable_codes.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_enable_codes.py index 796057b63..245e6383d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_enable_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_enable_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_get_locale_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_get_locale_items.py index 98d4ec382..a139c7b9a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_get_locale_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_get_locale_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_update_region_data.py b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_update_region_data.py index 25ef36a46..994f6289a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_update_region_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_bulk_update_region_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_cancel_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_cancel_subscription.py index aaaaae346..c0f3a4e8a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_cancel_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_cancel_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_charge_payment_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_charge_payment_order.py index 640a39d91..c9a052d23 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_charge_payment_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_charge_payment_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_check_balance.py b/samples/cli/accelbyte_py_sdk_cli/platform/_check_balance.py index 7e6f4966f..c9fe43c32 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_check_balance.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_check_balance.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_check_event_condition.py b/samples/cli/accelbyte_py_sdk_cli/platform/_check_event_condition.py index 3dd91b8ef..f615ab61b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_check_event_condition.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_check_event_condition.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_check_user_subscription_subscribable_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_check_user_subscription_subscribable_by_item_id.py index aba641e74..847a8beb6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_check_user_subscription_subscribable_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_check_user_subscription_subscribable_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_check_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_check_wallet.py index d65ff55e1..2fc859ebe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_check_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_check_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_clone_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_clone_store.py index d3632e131..e3a0697bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_clone_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_clone_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_commit.py b/samples/cli/accelbyte_py_sdk_cli/platform/_commit.py index f9b4f15aa..731bf76ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_commit.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_commit.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_consume_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_consume_user_entitlement.py index d6e1346a2..a1b23eb16 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_consume_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_consume_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_count_of_purchased_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_count_of_purchased_item.py index 0bcda72f7..0d11bd35d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_count_of_purchased_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_count_of_purchased_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_campaign.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_campaign.py index 79bf47d44..dd29be5b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_campaign.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_campaign.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_category.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_category.py index c0b412fa8..16ff497d8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_codes.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_codes.py index 738d7f755..7bae65296 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_currency.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_currency.py index 16b6b83e1..0701d391b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_currency.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_currency.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_fulfillment_script.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_fulfillment_script.py index 601af1fbe..0bf0d0548 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_fulfillment_script.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_fulfillment_script.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_item.py index e9ff595a6..1b322d3c4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_item_type_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_item_type_config.py index 5957a693e..a39ac2935 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_item_type_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_item_type_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_key_group.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_key_group.py index 319cc7a4e..e463ad8d3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_key_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_key_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_order_by_dedicated.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_order_by_dedicated.py index 9f5dc0485..31a3d59de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_order_by_dedicated.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_order_by_dedicated.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_provider_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_provider_config.py index ca7897365..7ffa529ba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_provider_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_payment_provider_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_reward.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_reward.py index 91f0c915b..5d5699a82 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_section.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_section.py index d8a60974f..bb03526fe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_section.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_section.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_store.py index a14890c69..6972695a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_user_payment_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_user_payment_order.py index a9ee1f210..8a21ba655 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_user_payment_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_user_payment_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_create_view.py b/samples/cli/accelbyte_py_sdk_cli/platform/_create_view.py index d116157a8..581f1aa0e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_create_view.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_create_view.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_credit_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_credit_user_wallet.py index e0931cd78..be95b9baf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_credit_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_credit_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_by_wallet_platform.py b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_by_wallet_platform.py index 4010f1391..2aab4ac6d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_by_wallet_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_by_wallet_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet.py index 3c41949fb..93d83dbd7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet_by_currency_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet_by_currency_code.py index 170d7cf5d..b5d19da86 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet_by_currency_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_debit_user_wallet_by_currency_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_merchant_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_merchant_config.py index 6aca55df4..dbe877185 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_merchant_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_merchant_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_provider_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_provider_config.py index a91a5806a..da67f2d85 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_provider_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_debug_matched_payment_provider_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_decrease_ticket_sale.py b/samples/cli/accelbyte_py_sdk_cli/platform/_decrease_ticket_sale.py index 6723b3ab4..ca14fcb7f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_decrease_ticket_sale.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_decrease_ticket_sale.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_defeature_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_defeature_item.py index f2a34e91a..829ffaddd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_defeature_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_defeature_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_apple_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_apple_iap_config.py index 96518b88d..40f85bc3e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_apple_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_apple_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_category.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_category.py index 4b6adedf7..d97c96098 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_currency.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_currency.py index 595ecc5a5..6a45f536b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_currency.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_currency.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_dlc_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_dlc_item_config.py index 7dc26b40f..e7f396ee2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_dlc_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_dlc_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_epic_games_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_epic_games_iap_config.py index 37c106760..caf270c68 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_epic_games_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_epic_games_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_fulfillment_script.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_fulfillment_script.py index 04e6d3d8f..4e015d5c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_fulfillment_script.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_fulfillment_script.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_google_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_google_iap_config.py index 190006608..ac0a59319 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_google_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_google_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_iap_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_iap_item_config.py index 6357fbe31..0a15f16c6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_iap_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_iap_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item.py index 308ef666d..343a5587f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item_type_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item_type_config.py index 7507b85e9..10655fd70 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item_type_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_item_type_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_loot_box_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_loot_box_plugin_config.py index cc99362b7..96a9d919e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_loot_box_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_loot_box_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_oculus_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_oculus_iap_config.py index 6b7778608..98f0b7308 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_oculus_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_oculus_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_payment_provider_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_payment_provider_config.py index 822786f77..0c4205aa0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_payment_provider_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_payment_provider_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_platform_dlc_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_platform_dlc_config.py index 1665af02d..d15148955 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_platform_dlc_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_platform_dlc_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_playstation_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_playstation_iap_config.py index a8b387873..2495750d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_playstation_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_playstation_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_published_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_published_store.py index 3c36c3567..8e13c9603 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_published_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_published_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_config.py index adb896649..f55571e18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_plugin_config.py index f83ad5ac5..221b56ffe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_revocation_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward.py index a77a186ea..493fbf4c0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward_condition_record.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward_condition_record.py index 84cc86c81..7e54602b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward_condition_record.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_reward_condition_record.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section.py index 98df4ed0a..9a526dfee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section_plugin_config.py index 3fd5ad06a..c533405ad 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_section_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_service_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_service_plugin_config.py index eba001dd6..f8b6c01bd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_service_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_service_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_steam_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_steam_iap_config.py index 39b016665..8ecbea253 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_steam_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_steam_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_store.py index afd130c4c..298f9e438 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_twitch_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_twitch_iap_config.py index 55bbf4dae..83e51f2b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_twitch_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_twitch_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_user_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_user_subscription.py index 0ec568644..5101da490 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_user_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_user_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_view.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_view.py index b275e9255..08d0b7288 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_view.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_view.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_xbl_ap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_xbl_ap_config.py index abc9ad5c8..68e857a49 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_delete_xbl_ap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_delete_xbl_ap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_code.py index ccc97ed0b..c80e0edd9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_item.py index d71740fcb..04570d6cb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_entitlement.py index d402c7257..1ae372973 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_wallet.py index 650cee097..77173a2ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_disable_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_do_revocation.py b/samples/cli/accelbyte_py_sdk_cli/platform/_do_revocation.py index 4f29a8448..b45b6dec9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_do_revocation.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_do_revocation.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_download.py b/samples/cli/accelbyte_py_sdk_cli/platform/_download.py index 8ac4e4bf6..429ea981d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_download.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_download.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_download_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_download_categories.py index 0c752e049..00842ce7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_download_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_download_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_download_csv_templates.py b/samples/cli/accelbyte_py_sdk_cli/platform/_download_csv_templates.py new file mode 100644 index 000000000..02286f13d --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_download_csv_templates.py @@ -0,0 +1,67 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + download_csv_templates as download_csv_templates_internal, +) + + +@click.command() +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def download_csv_templates( + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(download_csv_templates_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = download_csv_templates_internal( + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"downloadCSVTemplates failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +download_csv_templates.operation_id = "downloadCSVTemplates" +download_csv_templates.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_download_invoice_details.py b/samples/cli/accelbyte_py_sdk_cli/platform/_download_invoice_details.py index 9a3e803cf..8680e30d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_download_invoice_details.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_download_invoice_details.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_download_user_order_receipt.py b/samples/cli/accelbyte_py_sdk_cli/platform/_download_user_order_receipt.py index 409d12d9f..bfb77c5f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_download_user_order_receipt.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_download_user_order_receipt.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_code.py index 23b827d29..b86991dfc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_entitlement_origin_feature.py b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_entitlement_origin_feature.py index dcb42822a..61512b810 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_entitlement_origin_feature.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_entitlement_origin_feature.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_item.py index f41bcf849..f5c196387 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_entitlement.py index 78a91af3d..0287b43e1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_wallet.py index ad18f40a8..86eef5ab6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_enable_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement.py index 346d6628c..150ae468f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement_by_item_ids.py b/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement_by_item_ids.py index 26ca79a96..746fae538 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement_by_item_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_exists_any_user_active_entitlement_by_item_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_export_rewards.py b/samples/cli/accelbyte_py_sdk_cli/platform/_export_rewards.py index d143c2713..ad2dae951 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_export_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_export_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_export_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store.py index 12d1e1a19..2737ae9a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_export_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_1.py index 6df0a939d..b058b7c67 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_by_csv.py b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_by_csv.py new file mode 100644 index 000000000..1845e2df8 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_export_store_by_csv.py @@ -0,0 +1,78 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + export_store_by_csv as export_store_by_csv_internal, +) +from accelbyte_py_sdk.api.platform.models import ErrorEntity +from accelbyte_py_sdk.api.platform.models import ExportStoreToCSVRequest + + +@click.command() +@click.option("--body", "body", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def export_store_by_csv( + body: Optional[str] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(export_store_by_csv_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + if body is not None: + try: + body_json = json.loads(body) + body = ExportStoreToCSVRequest.create_from_dict(body_json) + except ValueError as e: + raise Exception(f"Invalid JSON for 'body'. {str(e)}") from e + result, error = export_store_by_csv_internal( + body=body, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"exportStoreByCSV failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +export_store_by_csv.operation_id = "exportStoreByCSV" +export_store_by_csv.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_feature_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_feature_item.py index 976782d00..c3490ef04 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_feature_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_feature_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_item.py index 25c23e0a2..f38843594 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards.py b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards.py index 7aef914e8..2f6b760af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards_v2.py b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards_v2.py index 13ce07990..b293d330d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_rewards_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_user_order.py index ef54e6a45..9d92fc4bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_fulfill_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_ge_dlc_durable_reward_short_map.py b/samples/cli/accelbyte_py_sdk_cli/platform/_ge_dlc_durable_reward_short_map.py index 698eb0055..22bf04a09 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_ge_dlc_durable_reward_short_map.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_ge_dlc_durable_reward_short_map.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_generate_invoice_summary.py b/samples/cli/accelbyte_py_sdk_cli/platform/_generate_invoice_summary.py index e0a3dc55b..0fcad2f52 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_generate_invoice_summary.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_generate_invoice_summary.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_aggregate_payment_providers.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_aggregate_payment_providers.py index 207f1e0ed..7a3474f74 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_aggregate_payment_providers.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_aggregate_payment_providers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_app.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_app.py index e901edb97..52de33d41 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_app.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_app.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_apple_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_apple_iap_config.py index 54b66fe40..7c26df5f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_apple_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_apple_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_available_predicate_types.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_available_predicate_types.py index be9e1e280..44a4c18a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_available_predicate_types.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_available_predicate_types.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_bulk_item_id_by_skus.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_bulk_item_id_by_skus.py index c9b33828f..e022b687a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_bulk_item_id_by_skus.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_bulk_item_id_by_skus.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign.py index 91b62028e..328547374 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign_dynamic.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign_dynamic.py index de6fb3536..5e3217e27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign_dynamic.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_campaign_dynamic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_catalog_definition.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_catalog_definition.py new file mode 100644 index 000000000..a3827a2ba --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_catalog_definition.py @@ -0,0 +1,71 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + get_catalog_definition as get_catalog_definition_internal, +) +from accelbyte_py_sdk.api.platform.models import CatalogDefinitionInfo + + +@click.command() +@click.argument("catalog_type", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def get_catalog_definition( + catalog_type: str, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(get_catalog_definition_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = get_catalog_definition_internal( + catalog_type=catalog_type, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"getCatalogDefinition failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +get_catalog_definition.operation_id = "getCatalogDefinition" +get_catalog_definition.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_category.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_category.py index bbc690353..7bb3c0c27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_child_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_child_categories.py index e36bb0754..473a2e017 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_child_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_child_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_code.py index e416f7f4f..fc93b3224 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_config.py index 6fe2a9c27..6f5f318de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_summary.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_summary.py index de79e021c..5e6e0ba7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_summary.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_currency_summary.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_descendant_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_descendant_categories.py index 9bd6202a0..0ca5c3b7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_descendant_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_descendant_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_dlc_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_dlc_item_config.py index d0c4033f2..6882082a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_dlc_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_dlc_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement.py index f0794173f..7ab7a9c6d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement_config_info.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement_config_info.py index 0e22f97a8..5fa0bf591 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement_config_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_entitlement_config_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_epic_games_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_epic_games_iap_config.py index 35a6d175a..1eaf2fa21 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_epic_games_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_epic_games_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_estimated_price.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_estimated_price.py index a9efd07ac..84d2498f0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_estimated_price.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_estimated_price.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -40,6 +40,7 @@ @click.command() @click.argument("item_ids", type=str) @click.argument("user_id", type=str) +@click.option("--platform", "platform", type=str) @click.option("--region", "region", type=str) @click.option("--store_id", "store_id", type=str) @click.option("--namespace", type=str) @@ -49,6 +50,7 @@ def get_estimated_price( item_ids: str, user_id: str, + platform: Optional[str] = None, region: Optional[str] = None, store_id: Optional[str] = None, namespace: Optional[str] = None, @@ -67,6 +69,7 @@ def get_estimated_price( result, error = get_estimated_price_internal( item_ids=item_ids, user_id=user_id, + platform=platform, region=region, store_id=store_id, namespace=namespace, diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_fulfillment_script.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_fulfillment_script.py index e127de0e2..bfaf32404 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_fulfillment_script.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_fulfillment_script.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_google_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_google_iap_config.py index 728e1c661..a20b880cd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_google_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_google_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_config.py index adbeb45eb..9420c669b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_mapping.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_mapping.py index 28e897f4a..f67bf18d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_mapping.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_iap_item_mapping.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item.py index 93fc6c38a..79f0ddbe1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_app_id.py index 873a5f9fc..7891800f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_sku.py index 33f0acaeb..c3ae95150 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_dynamic_data.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_dynamic_data.py index 7bdad07a9..5ef81abe0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_dynamic_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_dynamic_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_id_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_id_by_sku.py index 0abc6641a..7ea66617a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_id_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_id_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_type_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_type_config.py index 5732c5390..1fe4fe80e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_type_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_item_type_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_items.py index 8101c4bec..6804003c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group.py index abed52c23..4063cc121 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_by_booth_name.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_by_booth_name.py index 411283c22..c06278fcb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_by_booth_name.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_by_booth_name.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_dynamic.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_dynamic.py index 8097c84e3..ab2af5e73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_dynamic.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_key_group_dynamic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item.py index abac666b0..2d4d52457 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item_by_sku.py index 581480821..9045895c9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_locale_item_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_grpc_info.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_grpc_info.py index c8f7c5373..b9beb3749 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_grpc_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_grpc_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_plugin_config.py index 42aa5a3ae..8a45c9fcf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_loot_box_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_oculus_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_oculus_iap_config.py index 76b9d3e3d..fa9a47cdf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_oculus_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_oculus_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_order.py index c758668a7..0d9d572c3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_order_statistics.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_order_statistics.py index 136251ce3..25ee0043f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_order_statistics.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_order_statistics.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_callback_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_callback_config.py index 88b663d37..403b2de4b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_callback_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_callback_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_customization.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_customization.py index 03245aa90..2d9e9adff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_customization.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_customization.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_merchant_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_merchant_config.py index f824703ba..e3bb91215 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_merchant_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_merchant_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order.py index 73349529d..5cb6d673e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order_charge_status.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order_charge_status.py index 61021be85..8f101e9fd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order_charge_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_order_charge_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_public_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_public_config.py index 55c5a8f06..ee9505a39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_public_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_public_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_config.py index a0d48345c..46da3c4ab 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_value.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_value.py index b295eabf8..51b891e1b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_payment_tax_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_dlc_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_dlc_config.py index d8039e70d..e75b9db7d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_dlc_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_dlc_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_entitlement_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_entitlement_config.py index 6a10c0e06..b109d5cfd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_entitlement_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_entitlement_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_wallet_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_wallet_config.py index 7d0ebdd24..7e85a97df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_wallet_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_platform_wallet_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_play_station_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_play_station_iap_config.py index a8ef04103..728794af7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_play_station_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_play_station_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store.py index fcb5405c6..8d3c931de 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store_backup.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store_backup.py index 979777d92..099d42a20 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store_backup.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_published_store_backup.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_config.py index e0febf74b..67073bfcc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_plugin_config.py index c72dbe461..840d730fc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_revocation_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward.py index 4bfd23adf..1e45a0d12 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_1.py index 483bf4287..899cc7d96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_by_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_by_code.py index b368657f4..b36051386 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_by_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_reward_by_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_root_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_root_categories.py index dddd1e60c..a965733a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_root_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_root_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_section.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_section.py index d251be628..a6a3b07ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_section.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_section.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_section_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_section_plugin_config.py index a351291c5..e4c20b612 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_section_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_section_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_service_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_service_plugin_config.py index d5c948bea..688b3f3df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_service_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_service_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_special_payment_providers.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_special_payment_providers.py index b1de953d0..fafd5dd03 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_special_payment_providers.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_special_payment_providers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_statistic.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_statistic.py index 94fbcf3b5..1709e3e35 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_statistic.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_statistic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_steam_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_steam_iap_config.py index efb891f05..8be2d098d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_steam_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_steam_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_store.py index be2425101..81106abef 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_booth_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_booth_id.py index 56cd3c7ab..2e8cafe7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_booth_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_booth_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_dynamic.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_dynamic.py index e22e1a8cf..06c4055db 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_dynamic.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_ticket_dynamic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_criteria.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_criteria.py index 23e91a7fc..e2c49e98e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_criteria.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_criteria.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_transaction_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_transaction_id.py index c71dfbf65..cea5a7d60 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_transaction_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_trade_history_by_transaction_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_twitch_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_twitch_iap_config.py index 988a2520d..32c9b4061 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_twitch_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_twitch_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_active_entitlements_by_item_ids.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_active_entitlements_by_item_ids.py index cd130fb0a..52e561d7a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_active_entitlements_by_item_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_active_entitlements_by_item_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_by_app_id.py index 62e0caf7a..9eebe32c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_ownership_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_ownership_by_app_id.py index 6ef5c41ab..5e80c8ee5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_ownership_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_app_entitlement_ownership_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc.py index 15572b403..c0a378b25 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc_by_platform.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc_by_platform.py index 74ee6b643..73f9d44db 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc_by_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_dlc_by_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement.py index 364166a14..200a79e2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_item_id.py index f9c863b8e..52761365f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_sku.py index c318bb4b3..f08094ee9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_histories.py index 70406bb31..c94d92e2f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_id.py index c1ba303cd..8e780c7ba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_ids.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_ids.py index 7e7d105d7..8c0570af3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_item_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_sku.py index a71aa7356..1561fa0f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_entitlement_ownership_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order.py index 92f4884ab..8d85d05f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_grant.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_grant.py index 8beb6d1fa..81e1675a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_grant.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_grant.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_histories.py index 048e27713..3eb31d1f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_order_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription.py index 99f39edab..4b7998ae2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_activities.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_activities.py index a48d19ccb..5663c32cf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_activities.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_activities.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_billing_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_billing_histories.py index 447d9b0b0..efec232b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_billing_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_subscription_billing_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_wallet.py index fe37546b3..0abf14e1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_view.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_view.py index 940d350b5..c40d5c2d9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_view.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_view.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_wallet.py index c65f015c7..99e12fa49 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_iap_config.py index dcad2a266..db36db344 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_user_achievements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_user_achievements.py index e185bc4e5..507a0b63e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_user_achievements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_get_xbl_user_achievements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_days_to_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_days_to_subscription.py index 6c0e3ea76..8b28cd9b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_days_to_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_days_to_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_entitlements.py index e1dbda750..cbeb1022d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_user_entitlement.py index f6ebef621..37ce598ea 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_grant_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_grant_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_import_rewards.py b/samples/cli/accelbyte_py_sdk_cli/platform/_import_rewards.py index a9937d7a4..619dcaf5e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_import_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_import_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_import_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store.py index b860d7a60..9294b0bb5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_import_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_1.py index cc1f5679a..df82536b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_by_csv.py b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_by_csv.py new file mode 100644 index 000000000..9daf813b7 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_import_store_by_csv.py @@ -0,0 +1,87 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + import_store_by_csv as import_store_by_csv_internal, +) +from accelbyte_py_sdk.api.platform.models import ErrorEntity +from accelbyte_py_sdk.api.platform.models import ImportStoreResult + + +@click.command() +@click.argument("store_id", type=str) +@click.option("--category", "category", type=str) +@click.option("--display", "display", type=str) +@click.option("--item", "item", type=str) +@click.option("--notes", "notes", type=str) +@click.option("--section", "section", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def import_store_by_csv( + store_id: str, + category: Optional[str] = None, + display: Optional[str] = None, + item: Optional[str] = None, + notes: Optional[str] = None, + section: Optional[str] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(import_store_by_csv_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = import_store_by_csv_internal( + store_id=store_id, + category=category, + display=display, + item=item, + notes=notes, + section=section, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"importStoreByCSV failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +import_store_by_csv.operation_id = "importStoreByCSV" +import_store_by_csv.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_increase_ticket_sale.py b/samples/cli/accelbyte_py_sdk_cli/platform/_increase_ticket_sale.py index 3c5696658..1b86e4699 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_increase_ticket_sale.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_increase_ticket_sale.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_basic_items_by_features.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_basic_items_by_features.py index cca6a8025..2d0e9a57a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_basic_items_by_features.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_basic_items_by_features.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_categories_basic.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_categories_basic.py index 302e71f49..0779d9954 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_categories_basic.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_categories_basic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_currencies.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_currencies.py index 3113e93d5..3110dcadb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_currencies.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_currencies.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_ext_order_no_by_ext_tx_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_ext_order_no_by_ext_tx_id.py index d5f25f486..aa4de2557 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_ext_order_no_by_ext_tx_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_ext_order_no_by_ext_tx_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_fulfillment_scripts.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_fulfillment_scripts.py index ae3351915..8a9f471fc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_fulfillment_scripts.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_fulfillment_scripts.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_item_type_configs.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_item_type_configs.py index f5750d1d8..797ebca41 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_item_type_configs.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_item_type_configs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_keys.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_keys.py index fd31306ba..a37bf4c37 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_keys.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_keys.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_stores.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_stores.py index f78975ae9..37e38eedd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_stores.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_stores.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_currency_transactions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_currency_transactions.py index b8c7c3755..3aca82f15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_currency_transactions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_currency_transactions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_wallet_transactions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_wallet_transactions.py index 4f412f5d0..006dff647 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_wallet_transactions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_user_wallet_transactions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_list_views.py b/samples/cli/accelbyte_py_sdk_cli/platform/_list_views.py index 933efa4ec..a6fc26b21 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_list_views.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_list_views.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_mock_fulfill_iap_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_mock_fulfill_iap_item.py index 616845f32..ecf311273 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_mock_fulfill_iap_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_mock_fulfill_iap_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_mock_play_station_stream_event.py b/samples/cli/accelbyte_py_sdk_cli/platform/_mock_play_station_stream_event.py index 2d2403f0e..9d8d60f2c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_mock_play_station_stream_event.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_mock_play_station_stream_event.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -33,6 +33,7 @@ from accelbyte_py_sdk.api.platform import ( mock_play_station_stream_event as mock_play_station_stream_event_internal, ) +from accelbyte_py_sdk.api.platform.models import ClawbackInfo from accelbyte_py_sdk.api.platform.models import StreamEvent diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_pay.py b/samples/cli/accelbyte_py_sdk_cli/platform/_pay.py index 2e07a18a1..1555eff4d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_pay.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_pay.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_pay_with_user_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_pay_with_user_wallet.py index 99e2027af..39ca9d2af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_pay_with_user_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_pay_with_user_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_platform_subscribe_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_platform_subscribe_subscription.py index 9679a86a8..808d8558d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_platform_subscribe_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_platform_subscribe_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_fulfill_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_fulfill_item.py index b7edd4a02..c0179abfb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_fulfill_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_fulfill_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_revoke_user_entitlement_by_use_count.py b/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_revoke_user_entitlement_by_use_count.py index e4bce82b1..42ba0e7fc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_revoke_user_entitlement_by_use_count.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_pre_check_revoke_user_entitlement_by_use_count.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_order_notification.py b/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_order_notification.py index 703add943..2636131af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_order_notification.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_order_notification.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_subscription_notification.py b/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_subscription_notification.py index 0080917cc..dee486bac 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_subscription_notification.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_process_user_subscription_notification.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_bulk_get_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_bulk_get_items.py index 21bbac326..d5d2ea2b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_bulk_get_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_bulk_get_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_subscription.py index 1d0a5fdca..4a0281dbb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_user_order.py index fca6791e8..8d6867d57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_cancel_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_change_subscription_billing_account.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_change_subscription_billing_account.py index 46906c47a..0c4ec17f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_change_subscription_billing_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_change_subscription_billing_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_payment_order_paid_status.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_payment_order_paid_status.py index ede08bcb6..a324d667a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_payment_order_paid_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_payment_order_paid_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_user_subscription_subscribable_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_user_subscription_subscribable_by_item_id.py index 7dab04aa5..79d001375 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_user_subscription_subscribable_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_check_user_subscription_subscribable_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_consume_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_consume_user_entitlement.py index c0c0857a6..ab8e14041 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_consume_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_consume_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_create_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_create_user_order.py index b479b7cee..e0721532c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_create_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_create_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_delete_payment_account.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_delete_payment_account.py index 9844feddf..f7a3c56fe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_delete_payment_account.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_delete_payment_account.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_download_user_order_receipt.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_download_user_order_receipt.py index 443a30821..24a2be4a7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_download_user_order_receipt.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_download_user_order_receipt.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_my_active_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_my_active_entitlement.py index d2accfe5e..d2b846f02 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_my_active_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_my_active_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_user_active_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_user_active_entitlement.py index f29bd73f3..6b49ea0e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_user_active_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_exists_any_user_active_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_apple_iap_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_apple_iap_item.py index 6ac615cd8..88fa90eb8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_apple_iap_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_apple_iap_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_google_iap_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_google_iap_item.py index f47d2015f..e92f311d1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_google_iap_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_fulfill_google_iap_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_app.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_app.py index e1c3566cc..2235065e8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_app.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_app.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_category.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_category.py index c1729e791..3477ef805 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_child_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_child_categories.py index 534cd6d97..3a277043c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_child_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_child_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_descendant_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_descendant_categories.py index faf891e82..7b11c0c3f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_descendant_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_descendant_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_entitlement_ownership_token.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_entitlement_ownership_token.py index d940b13f5..b060e6fbe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_entitlement_ownership_token.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_entitlement_ownership_token.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_estimated_price.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_estimated_price.py index 9fea86219..f41102034 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_estimated_price.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_estimated_price.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item.py index 489f2991b..5a7d5d6ee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_app_id.py index 88d5d5a9a..9ca69cf9e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_sku.py index 2e11eb9b5..09804ea99 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_dynamic_data.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_dynamic_data.py index 3fc52aa52..70472dfaa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_dynamic_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_item_dynamic_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_app_entitlement_ownership_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_app_entitlement_ownership_by_app_id.py index f326ce60b..be094aa3c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_app_entitlement_ownership_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_app_entitlement_ownership_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_item_id.py index d547f7fe2..d16f22a2a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_sku.py index 11ec48450..1b5d30cc6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_entitlement_ownership_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_wallet.py index 43efb3225..617f947e4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_my_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_accounts.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_accounts.py index 9b230dced..42dc69b15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_accounts.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_accounts.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_methods.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_methods.py index fcb9fd221..714165f24 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_methods.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_methods.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_url.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_url.py index fd433ccf6..b7fbd64a3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_payment_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_qr_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_qr_code.py index 11b9e9ea8..0b90b124a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_qr_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_qr_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_root_categories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_root_categories.py index df18cacb4..45a81f7c4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_root_categories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_root_categories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_unpaid_payment_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_unpaid_payment_order.py index 75fa440ec..2206e85b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_unpaid_payment_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_unpaid_payment_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_by_app_id.py index c92229110..0c486bbb6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_ownership_by_app_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_ownership_by_app_id.py index 0dcc07080..c1f5499c8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_ownership_by_app_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_app_entitlement_ownership_by_app_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement.py index 828e5e90f..ad7281a57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_item_id.py index f90624db6..6a0c3e93b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_sku.py index 728114604..2d7c547e2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_id.py index 6b491b782..59c84ce8c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_ids.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_ids.py index 4c93bf6f9..8d8e41f0b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_ids.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_item_ids.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_sku.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_sku.py index 13a9c9413..ecbac8361 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_sku.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlement_ownership_by_sku.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlements_by_ids.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlements_by_ids.py new file mode 100644 index 000000000..e0b796a03 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_entitlements_by_ids.py @@ -0,0 +1,83 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + public_get_user_entitlements_by_ids as public_get_user_entitlements_by_ids_internal, +) +from accelbyte_py_sdk.api.platform.models import EntitlementInfo + + +@click.command() +@click.argument("user_id", type=str) +@click.option("--available_platform_only", "available_platform_only", type=bool) +@click.option("--ids", "ids", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def public_get_user_entitlements_by_ids( + user_id: str, + available_platform_only: Optional[bool] = None, + ids: Optional[str] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(public_get_user_entitlements_by_ids_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + if ids is not None: + try: + ids_json = json.loads(ids) + ids = [str(i0) for i0 in ids_json] + except ValueError as e: + raise Exception(f"Invalid JSON for 'ids'. {str(e)}") from e + result, error = public_get_user_entitlements_by_ids_internal( + user_id=user_id, + available_platform_only=available_platform_only, + ids=ids, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"publicGetUserEntitlementsByIds failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +public_get_user_entitlements_by_ids.operation_id = "publicGetUserEntitlementsByIds" +public_get_user_entitlements_by_ids.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order.py index ba432d8eb..0f692f09d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order_histories.py index 7c426fc15..cfba7dc2c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_order_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription.py index fad8b1aad..e4f54a58c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription_billing_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription_billing_histories.py index e539e1526..655521467 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription_billing_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_user_subscription_billing_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_wallet.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_wallet.py index adfea8441..f3ea87547 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_wallet.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_get_wallet.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_active_sections.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_active_sections.py index d79fc5c89..754ef3681 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_active_sections.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_active_sections.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_currencies.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_currencies.py index d2aea2c93..64d1e88d4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_currencies.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_currencies.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_stores.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_stores.py index df7eb736c..c6d14f7b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_stores.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_stores.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_user_wallet_transactions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_user_wallet_transactions.py index ab10b8395..00bf2cf59 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_user_wallet_transactions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_user_wallet_transactions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_views.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_views.py index 884d5d4ef..3937df1ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_views.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_list_views.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_normalize_payment_return_url.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_normalize_payment_return_url.py index f551ccf9f..edc800845 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_normalize_payment_return_url.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_normalize_payment_return_url.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_items.py index 229f45a01..ae480cd43 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements.py index dddeec15d..1ab2d9412 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements_by_app_type.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements_by_app_type.py index 955cdb3be..e221dee05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements_by_app_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_entitlements_by_app_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_orders.py index 5e3a4dd1a..b0a2be65c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_subscriptions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_subscriptions.py index bef320614..f2e5a4644 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_subscriptions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_query_user_subscriptions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store.py index a73892b13..d8b08e679 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store_with_multiple_service_labels.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store_with_multiple_service_labels.py index c111b12c1..9b025ca1e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store_with_multiple_service_labels.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_reconcile_play_station_store_with_multiple_service_labels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_redeem_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_redeem_code.py index a6a7a5ba0..b6ce800d5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_redeem_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_redeem_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_search_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_search_items.py index 8e39b012f..9385a515f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_search_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_search_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sell_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sell_user_entitlement.py index 6a2f5dabd..110d70e85 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sell_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sell_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_split_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_split_user_entitlement.py new file mode 100644 index 000000000..4fdc17bce --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_split_user_entitlement.py @@ -0,0 +1,85 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + public_split_user_entitlement as public_split_user_entitlement_internal, +) +from accelbyte_py_sdk.api.platform.models import EntitlementSplitRequest +from accelbyte_py_sdk.api.platform.models import EntitlementSplitResult +from accelbyte_py_sdk.api.platform.models import ErrorEntity + + +@click.command() +@click.argument("entitlement_id", type=str) +@click.argument("user_id", type=str) +@click.option("--body", "body", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def public_split_user_entitlement( + entitlement_id: str, + user_id: str, + body: Optional[str] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(public_split_user_entitlement_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + if body is not None: + try: + body_json = json.loads(body) + body = EntitlementSplitRequest.create_from_dict(body_json) + except ValueError as e: + raise Exception(f"Invalid JSON for 'body'. {str(e)}") from e + result, error = public_split_user_entitlement_internal( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"publicSplitUserEntitlement failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +public_split_user_entitlement.operation_id = "publicSplitUserEntitlement" +public_split_user_entitlement.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_subscribe_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_subscribe_subscription.py index a6b5b082f..de7a63345 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_subscribe_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_subscribe_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory.py index 1fbc69fdf..af7277dfe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory_with_multiple_service_labels.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory_with_multiple_service_labels.py index 50879277e..a22701159 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory_with_multiple_service_labels.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_sync_psn_dlc_inventory_with_multiple_service_labels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_transfer_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_transfer_user_entitlement.py new file mode 100644 index 000000000..746c7b7cc --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_transfer_user_entitlement.py @@ -0,0 +1,85 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + public_transfer_user_entitlement as public_transfer_user_entitlement_internal, +) +from accelbyte_py_sdk.api.platform.models import EntitlementTransferRequest +from accelbyte_py_sdk.api.platform.models import EntitlementTransferResult +from accelbyte_py_sdk.api.platform.models import ErrorEntity + + +@click.command() +@click.argument("entitlement_id", type=str) +@click.argument("user_id", type=str) +@click.option("--body", "body", type=str) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def public_transfer_user_entitlement( + entitlement_id: str, + user_id: str, + body: Optional[str] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(public_transfer_user_entitlement_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + if body is not None: + try: + body_json = json.loads(body) + body = EntitlementTransferRequest.create_from_dict(body_json) + except ValueError as e: + raise Exception(f"Invalid JSON for 'body'. {str(e)}") from e + result, error = public_transfer_user_entitlement_internal( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"publicTransferUserEntitlement failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +public_transfer_user_entitlement.operation_id = "publicTransferUserEntitlement" +public_transfer_user_entitlement.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_public_validate_item_purchase_condition.py b/samples/cli/accelbyte_py_sdk_cli/platform/_public_validate_item_purchase_condition.py index eb54cca8e..da152b6f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_public_validate_item_purchase_condition.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_public_validate_item_purchase_condition.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_publish_all.py b/samples/cli/accelbyte_py_sdk_cli/platform/_publish_all.py index 63bb7faa7..8283fd58a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_publish_all.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_publish_all.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_publish_selected.py b/samples/cli/accelbyte_py_sdk_cli/platform/_publish_selected.py index 093b9ffbf..a40f3105c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_publish_selected.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_publish_selected.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_purge_expired_section.py b/samples/cli/accelbyte_py_sdk_cli/platform/_purge_expired_section.py index 351e50c0c..cc0a1b8a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_purge_expired_section.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_purge_expired_section.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_all_user_iap_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_all_user_iap_orders.py index 902d77c3a..a4c3ba800 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_all_user_iap_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_all_user_iap_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_campaigns.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_campaigns.py index b2a65929e..bef975e7a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_campaigns.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_campaigns.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_changes.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_changes.py index 6674bf0aa..5ad31f57b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_changes.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_changes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_codes.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_codes.py index a431d8cca..b2c6e8081 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements.py index 53b755c2e..39023a3a5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements_1.py index 660fc41c8..2fdaaf640 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_entitlements_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_fulfillment_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_fulfillment_histories.py index f7c8b8535..324a45a12 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_fulfillment_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_fulfillment_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_iap_clawback_history.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_iap_clawback_history.py index 07686849f..86b1ad7ed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_iap_clawback_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_iap_clawback_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_import_history.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_import_history.py new file mode 100644 index 000000000..9808a8945 --- /dev/null +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_import_history.py @@ -0,0 +1,90 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template_file: command.j2 + +# AGS Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +import json +import yaml +from typing import Optional + +import click + +from .._utils import login_as as login_as_internal +from .._utils import to_dict +from accelbyte_py_sdk.api.platform import ( + query_import_history as query_import_history_internal, +) +from accelbyte_py_sdk.api.platform.models import ErrorEntity +from accelbyte_py_sdk.api.platform.models import ImportStoreHistoryPagingResult + + +@click.command() +@click.argument("store_id", type=str) +@click.option("--end", "end", type=str) +@click.option("--limit", "limit", type=int) +@click.option("--offset", "offset", type=int) +@click.option("--sort_by", "sort_by", type=str) +@click.option("--start", "start", type=str) +@click.option("--success", "success", type=bool) +@click.option("--namespace", type=str) +@click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) +@click.option("--login_with_auth", type=str) +@click.option("--doc", type=bool) +def query_import_history( + store_id: str, + end: Optional[str] = None, + limit: Optional[int] = None, + offset: Optional[int] = None, + sort_by: Optional[str] = None, + start: Optional[str] = None, + success: Optional[bool] = None, + namespace: Optional[str] = None, + login_as: Optional[str] = None, + login_with_auth: Optional[str] = None, + doc: Optional[bool] = None, +): + if doc: + click.echo(query_import_history_internal.__doc__) + return + x_additional_headers = None + if login_with_auth: + x_additional_headers = {"Authorization": login_with_auth} + else: + login_as_internal(login_as) + result, error = query_import_history_internal( + store_id=store_id, + end=end, + limit=limit, + offset=offset, + sort_by=sort_by, + start=start, + success=success, + namespace=namespace, + x_additional_headers=x_additional_headers, + ) + if error: + raise Exception(f"queryImportHistory failed: {str(error)}") + click.echo(yaml.safe_dump(to_dict(result), sort_keys=False)) + + +query_import_history.operation_id = "queryImportHistory" +query_import_history.is_deprecated = False diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_items.py index f32882dcf..6153efcae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_items_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_items_1.py index 47a20a84f..0d1bfb8dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_key_groups.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_key_groups.py index 20ee28f51..2564d0f08 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_key_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_key_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_orders.py index 8567d2dc9..2a188419e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_notifications.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_notifications.py index 129a9ade8..ff6fd5ee7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_notifications.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_notifications.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_orders.py index 229f3f078..fa5315419 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_provider_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_provider_config.py index ced25e2a3..12a188030 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_provider_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_payment_provider_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_redeem_history.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_redeem_history.py index 526df1671..b0dae87c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_redeem_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_redeem_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_revocation_histories.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_revocation_histories.py index 36acea31c..7a7750d0f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_revocation_histories.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_revocation_histories.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards.py index 71a71f922..21b755405 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards_1.py index d6d9c8f95..ca88f6727 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_rewards_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_sections.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_sections.py index b2d024569..4a1da4e2e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_sections.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_sections.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_subscriptions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_subscriptions.py index 644b22f6e..e1b105650 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_subscriptions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_subscriptions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_uncategorized_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_uncategorized_items.py index 16382382f..8064433a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_uncategorized_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_uncategorized_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_currency_wallets.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_currency_wallets.py index 50994f85e..3973af595 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_currency_wallets.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_currency_wallets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements.py index 7455c2d9f..b2c89aa9d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -40,6 +40,7 @@ @click.argument("user_id", type=str) @click.option("--active_only", "active_only", type=bool) @click.option("--app_type", "app_type", type=str) +@click.option("--collection_id", "collection_id", type=str) @click.option("--entitlement_clazz", "entitlement_clazz", type=str) @click.option("--entitlement_name", "entitlement_name", type=str) @click.option("--features", "features", type=str) @@ -56,6 +57,7 @@ def query_user_entitlements( user_id: str, active_only: Optional[bool] = None, app_type: Optional[str] = None, + collection_id: Optional[str] = None, entitlement_clazz: Optional[str] = None, entitlement_name: Optional[str] = None, features: Optional[str] = None, @@ -93,6 +95,7 @@ def query_user_entitlements( user_id=user_id, active_only=active_only, app_type=app_type, + collection_id=collection_id, entitlement_clazz=entitlement_clazz, entitlement_name=entitlement_name, features=features, diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements_by_app_type.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements_by_app_type.py index 0c24c9118..5ca164097 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements_by_app_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_entitlements_by_app_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_consume_history.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_consume_history.py index 1de81476e..3d01ee71e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_consume_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_consume_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_orders.py index 70de9501e..51a95f65b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_iap_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_orders.py index d117c378f..02bc6b9b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_subscriptions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_subscriptions.py index d537d407e..44a827281 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_subscriptions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_user_subscriptions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_query_wallets.py b/samples/cli/accelbyte_py_sdk_cli/platform/_query_wallets.py index d96ab3edc..0494db536 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_query_wallets.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_query_wallets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_recurring_charge_subscription.py b/samples/cli/accelbyte_py_sdk_cli/platform/_recurring_charge_subscription.py index 9252b0258..f943cd30b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_recurring_charge_subscription.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_recurring_charge_subscription.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_redeem_code.py b/samples/cli/accelbyte_py_sdk_cli/platform/_redeem_code.py index c91044315..427c19da8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_redeem_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_redeem_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_order.py index 79e408a96..c9153cfed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_payment_order_by_dedicated.py b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_payment_order_by_dedicated.py index 5afd92068..f055e73fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_payment_order_by_dedicated.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_payment_order_by_dedicated.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_user_payment_order.py b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_user_payment_order.py index d899a40b5..b6bbe9596 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_refund_user_payment_order.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_refund_user_payment_order.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_register_xbl_sessions.py b/samples/cli/accelbyte_py_sdk_cli/platform/_register_xbl_sessions.py index 60a071107..fd86ad87f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_register_xbl_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_register_xbl_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_reset_platform_wallet_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_reset_platform_wallet_config.py index 6a65bd5ae..ee9d18b2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_reset_platform_wallet_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_reset_platform_wallet_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_return_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_return_item.py index 6470a9002..a17310f11 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_return_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_return_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_all_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_all_entitlements.py index 5b143cdb9..cf0080ea0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_all_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_all_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_entitlements.py index e433f2d10..03ff54b01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_use_count.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_use_count.py index 25de9773b..0d7e4c3af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_use_count.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_use_count.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement.py index 5088dcb52..3e4bf9229 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement_by_use_count.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement_by_use_count.py index 9f7df884f..63fd6ae3b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement_by_use_count.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlement_by_use_count.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlements.py index f2e61553f..a50875029 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_revoke_user_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_rollback_published_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_rollback_published_store.py index 4f4c357af..168f5e8b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_rollback_published_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_rollback_published_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_search_item_type_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_search_item_type_config.py index 6fe712066..17ef77228 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_search_item_type_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_search_item_type_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_search_items.py b/samples/cli/accelbyte_py_sdk_cli/platform/_search_items.py index b596c1ea3..a4999fcee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_search_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_search_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records.py b/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records.py index a2625177c..3714eebdc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records_by_criteria.py b/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records_by_criteria.py index 4c13a43da..60f0f6f17 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records_by_criteria.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_select_all_records_by_criteria.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_select_record.py b/samples/cli/accelbyte_py_sdk_cli/platform/_select_record.py index 0bbf634aa..ef4879b27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_select_record.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_select_record.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sell_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sell_user_entitlement.py index 08b4c7a89..34e4a9251 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sell_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sell_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_simulate_payment_order_notification.py b/samples/cli/accelbyte_py_sdk_cli/platform/_simulate_payment_order_notification.py index 1d4268386..837594d4d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_simulate_payment_order_notification.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_simulate_payment_order_notification.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_game_dlc.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_game_dlc.py index 96f7f25a1..31be2a38e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_game_dlc.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_game_dlc.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_games_inventory.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_games_inventory.py index 77927ff37..9a349658b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_games_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_epic_games_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_in_game_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_in_game_item.py index dadbb4659..4fadc57e6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_in_game_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_in_game_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_consumable_entitlements.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_consumable_entitlements.py index f45e21505..6bb78316e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_consumable_entitlements.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_consumable_entitlements.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_dlc.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_dlc.py index 8b47e738a..db8e0d2f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_dlc.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_oculus_dlc.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_orders.py index be4c326a1..3b08f4a91 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_payment_orders.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_payment_orders.py index 2103ff33b..9e85e6165 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_payment_orders.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_payment_orders.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_dlc.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_dlc.py index d86543c33..fa6c60d89 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_dlc.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_dlc.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_inventory.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_inventory.py index 012b67526..cabd4836d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_steam_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement.py index cb1d8abef..f394bffbd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement_1.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement_1.py index 8300ff6bb..d26991422 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_twitch_drops_entitlement_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_dlc.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_dlc.py index 9cae9d943..1cb391bbb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_dlc.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_dlc.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_inventory.py b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_inventory.py index 469d6486e..34476079c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_inventory.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_sync_xbox_inventory.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config.py index b75e65127..e53c4931b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config_by_id.py index ef4e4f3df..f589f98b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_adyen_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config.py index 94fd93253..c46f6bc40 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config_by_id.py index dd9b2b5ae..fd0dc3e7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_ali_pay_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config.py index 7ba052c7d..6e9631388 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config_by_id.py index c89e5897c..2e6510780 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_checkout_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config.py index 904a68922..44361096a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config_by_id.py index 783661047..b2a1bf81e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_pay_pal_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config.py index e6058c5b6..9d5d4416f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config_by_id.py index 2c6db2ccc..62f4cb632 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_stripe_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config.py index af2877584..0b63c99ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config_by_id.py index 7d944911c..14fde3cc0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_wx_pay_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config.py index 3afae0978..969e6f21c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config_by_id.py b/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config_by_id.py index a6a52ffa3..ca9956e2a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_test_xsolla_config_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_unlock_steam_user_achievement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_unlock_steam_user_achievement.py index 8887f2c0c..249e34c01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_unlock_steam_user_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_unlock_steam_user_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_all_records.py b/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_all_records.py index cd42354df..773e2e1b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_all_records.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_all_records.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_record.py b/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_record.py index f84f76b00..a1d3e5422 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_record.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_unselect_record.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_adyen_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_adyen_config.py index 06708345d..8bb2d7fc8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_adyen_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_adyen_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_ali_pay_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_ali_pay_config.py index 7df6c55d2..d70467916 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_ali_pay_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_ali_pay_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_app.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_app.py index 02022c64d..c788eb0d4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_app.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_app.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_apple_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_apple_iap_config.py index f2e2e5ff3..0a93953a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_apple_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_apple_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_campaign.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_campaign.py index d79b82362..3536632c5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_campaign.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_campaign.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_category.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_category.py index 9e58e6c03..9c6a704b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_checkout_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_checkout_config.py index 3defbcabd..db8293bc7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_checkout_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_checkout_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_currency.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_currency.py index cecc1462f..bd84b4c57 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_currency.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_currency.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_dlc_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_dlc_item_config.py index 888d8ffb3..f875d1d52 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_dlc_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_dlc_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_epic_games_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_epic_games_iap_config.py index 540ce63fb..1627c552f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_epic_games_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_epic_games_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_fulfillment_script.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_fulfillment_script.py index 038ed1836..4ecf513e8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_fulfillment_script.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_fulfillment_script.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_iap_config.py index 6112de0c7..89424feda 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_p12_file.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_p12_file.py index 2207bad2b..5e040322b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_p12_file.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_google_p12_file.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_iap_item_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_iap_item_config.py index b44e0433e..c3999c49b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_iap_item_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_iap_item_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item.py index 78783faa4..94730d680 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_purchase_condition.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_purchase_condition.py index 5c8fcdd1f..f04f3c30b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_purchase_condition.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_purchase_condition.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_type_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_type_config.py index 42f7f5585..ad1815c60 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_type_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_item_type_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_key_group.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_key_group.py index 1ee846a85..ec0f3ad96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_key_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_key_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_loot_box_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_loot_box_plugin_config.py index c3a028274..b287957c4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_loot_box_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_loot_box_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_oculus_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_oculus_iap_config.py index 8f5a3826d..5e30aa423 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_oculus_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_oculus_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_pay_pal_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_pay_pal_config.py index 8055d8577..97d7c8ebc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_pay_pal_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_pay_pal_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_callback_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_callback_config.py index 303aeee8c..fc4d50203 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_callback_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_callback_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_provider_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_provider_config.py index d18848094..50d6d077f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_provider_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_provider_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_tax_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_tax_config.py index 0751e9fe7..a18d6045b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_tax_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_payment_tax_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_dlc_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_dlc_config.py index ceab450d2..541fdab3c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_dlc_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_dlc_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_entitlement_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_entitlement_config.py index a898b7ac5..cd10028e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_entitlement_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_entitlement_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_wallet_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_wallet_config.py index 77e0f89fe..390a42a73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_wallet_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_platform_wallet_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_playstation_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_playstation_iap_config.py index 860cafb43..0f6f0b8d6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_playstation_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_playstation_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_config.py index 39cc31539..0f9c0bab5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_plugin_config.py index 58515d6ce..b6b9ed8ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_revocation_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_reward.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_reward.py index 958e2e025..bea853ab7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_section.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_section.py index 5b9aff140..08bd45c53 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_section.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_section.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_section_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_section_plugin_config.py index ae836d53e..b6bd56b78 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_section_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_section_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_service_plugin_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_service_plugin_config.py index ba5de0a7f..7ba061f64 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_service_plugin_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_service_plugin_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_steam_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_steam_iap_config.py index 316767625..279560b66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_steam_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_steam_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_store.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_store.py index f89d404a6..1df786f26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_store.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_store.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_stripe_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_stripe_config.py index 68e3f58f7..597c73cdf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_stripe_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_stripe_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_twitch_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_twitch_iap_config.py index 3fdb674c7..4f4a178ea 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_twitch_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_twitch_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_entitlement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_entitlement.py index a0c0a348f..c5b0f4cf7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_entitlement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_entitlement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_order_status.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_order_status.py index e939e828d..1adcc8d85 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_order_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_user_order_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_view.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_view.py index d89562b20..32d2d439c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_view.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_view.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config.py index 262ab7c60..14d26ef5d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config_cert.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config_cert.py index a05ff2a4f..df5397904 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config_cert.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_wx_pay_config_cert.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_bp_cert_file.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_bp_cert_file.py index ae461f624..326094ab2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_bp_cert_file.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_bp_cert_file.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_iap_config.py index 5cfa600ac..570b368bd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_user_achievement.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_user_achievement.py index dc06291e2..e2c059f9c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_user_achievement.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xbl_user_achievement.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_config.py index 6f73bea42..9fabaf93b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_ui_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_ui_config.py index a645d7e68..8f43ac5d9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_ui_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_update_xsolla_ui_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_keys.py b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_keys.py index b40da0eae..4ac3526e4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_keys.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_keys.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_revocation_plugin_config_cert.py b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_revocation_plugin_config_cert.py index 03811e86e..d5393d983 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_revocation_plugin_config_cert.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_revocation_plugin_config_cert.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_section_plugin_config_cert.py b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_section_plugin_config_cert.py index 39ccbe7cd..68a2bf4cb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_upload_section_plugin_config_cert.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_upload_section_plugin_config_cert.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_uplod_loot_box_plugin_config_cert.py b/samples/cli/accelbyte_py_sdk_cli/platform/_uplod_loot_box_plugin_config_cert.py index 4532c4490..23fc76c86 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_uplod_loot_box_plugin_config_cert.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_uplod_loot_box_plugin_config_cert.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_existed_playstation_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_existed_playstation_iap_config.py index ad558ec19..b501b92f8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_existed_playstation_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_existed_playstation_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_item_purchase_condition.py b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_item_purchase_condition.py index 1b71a4f28..89decf094 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_item_purchase_condition.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_item_purchase_condition.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -41,6 +41,7 @@ @click.command() @click.argument("user_id", type=str) @click.option("--body", "body", type=str) +@click.option("--platform", "platform", type=str) @click.option("--namespace", type=str) @click.option("--login_as", type=click.Choice(["client", "user"], case_sensitive=False)) @click.option("--login_with_auth", type=str) @@ -48,6 +49,7 @@ def validate_item_purchase_condition( user_id: str, body: Optional[str] = None, + platform: Optional[str] = None, namespace: Optional[str] = None, login_as: Optional[str] = None, login_with_auth: Optional[str] = None, @@ -70,6 +72,7 @@ def validate_item_purchase_condition( result, error = validate_item_purchase_condition_internal( user_id=user_id, body=body, + platform=platform, namespace=namespace, x_additional_headers=x_additional_headers, ) diff --git a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_playstation_iap_config.py b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_playstation_iap_config.py index f05560eff..f77dcd137 100644 --- a/samples/cli/accelbyte_py_sdk_cli/platform/_validate_playstation_iap_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/platform/_validate_playstation_iap_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Platform Service (4.44.0) +# AGS Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/__init__.py b/samples/cli/accelbyte_py_sdk_cli/qosm/__init__.py index a890cf792..78f925b39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# Justice QoS Manager Service (1.18.5) +# Justice QoS Manager Service from ._update_server_config import update_server_config from ._delete_server import delete_server diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_delete_server.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_delete_server.py index cfb603c16..6bbb9c067 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_delete_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_delete_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_heartbeat.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_heartbeat.py index bf09a1f53..a8479f148 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_heartbeat.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_heartbeat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server.py index de2b8e49a..7edee9dfa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server_per_namespace.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server_per_namespace.py index d34f80b47..b893ca6f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server_per_namespace.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_list_server_per_namespace.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_set_server_alias.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_set_server_alias.py index cb2341dee..c00056fdc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_set_server_alias.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_set_server_alias.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/qosm/_update_server_config.py b/samples/cli/accelbyte_py_sdk_cli/qosm/_update_server_config.py index b2ac54f67..844d4ffa9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/qosm/_update_server_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/qosm/_update_server_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# Justice Qo S Manager Service () +# Justice Qo S Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/__init__.py b/samples/cli/accelbyte_py_sdk_cli/reporting/__init__.py index ae904fa09..46d2e593d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-reporting-service (0.1.30) +# justice-reporting-service from ._admin_find_action_list import admin_find_action_list from ._admin_create_mod_action import admin_create_mod_action diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_extension_category.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_extension_category.py index 407085566..6e685b1f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_extension_category.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_extension_category.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_mod_action.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_mod_action.py index 034c487e0..405d28474 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_mod_action.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_create_mod_action.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_action_list.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_action_list.py index 7c005e4b1..b2afd76d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_action_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_action_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_extension_category_list.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_extension_category_list.py index 9ae977fcd..42ae4a4af 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_extension_category_list.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_find_extension_category_list.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_all_reasons.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_all_reasons.py index b1ff5a55a..e11876625 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_all_reasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_all_reasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reason.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reason.py index 2956308ff..9d99a4a9b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reason.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reason.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reasons.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reasons.py index 19d0ae221..be77cb28e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_reasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_unused_reasons.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_unused_reasons.py index e74f5a204..d652ba012 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_unused_reasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_get_unused_reasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_list_reason_groups.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_list_reason_groups.py index 81e731a37..d1a1db464 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_list_reason_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_list_reason_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_submit_report.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_submit_report.py index 8148ead2e..a4fa74028 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_submit_report.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_admin_submit_report.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_moderation_rule.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_moderation_rule.py index dbe2e6be6..3c5475421 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_moderation_rule.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_moderation_rule.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason.py index 6e3681faa..cd7157c5f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason_group.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason_group.py index 7dfb1e52d..def185325 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_create_reason_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_moderation_rule.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_moderation_rule.py index de07d12ba..2294d987c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_moderation_rule.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_moderation_rule.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason.py index 6e657ae13..f986cee95 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason_group.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason_group.py index 503137e99..b50ee0420 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_reason_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_ticket.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_ticket.py index 1ced11b54..168caa59f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_ticket.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_delete_ticket.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get.py index 388d7706b..26474bd05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rule_details.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rule_details.py index e524037f2..8f4f5311f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rule_details.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rule_details.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rules.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rules.py index 14163379b..814e3f2b5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rules.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_moderation_rules.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reason_group.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reason_group.py index 29834fd91..4f21254d7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reason_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reason_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reports_by_ticket.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reports_by_ticket.py index c47e9dd32..09ecea172 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reports_by_ticket.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_reports_by_ticket.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_ticket_detail.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_ticket_detail.py index 5d3e76097..402bcb5a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_get_ticket_detail.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_get_ticket_detail.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_list_reports.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_list_reports.py index 18464be86..77b0c404c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_list_reports.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_list_reports.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_list_tickets.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_list_tickets.py index af5ee8628..6ca16dc4d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_list_tickets.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_list_tickets.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_public_get_reasons.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_public_get_reasons.py index 652ab1ec6..5270ce10d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_public_get_reasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_public_get_reasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_public_list_reason_groups.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_public_list_reason_groups.py index d8b329b65..810efe1b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_public_list_reason_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_public_list_reason_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_submit_report.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_submit_report.py index 66fdb7b71..9a311e364 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_submit_report.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_submit_report.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_ticket_statistic.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_ticket_statistic.py index 1ddb1c203..eb3e45bf1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_ticket_statistic.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_ticket_statistic.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule.py index dc9e4a05c..f66b6101f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule_status.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule_status.py index 872c969f8..08cfd38ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_moderation_rule_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason.py index d2156c936..d8e3c1856 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason_group.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason_group.py index 9d6679eb5..3456220f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_reason_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_ticket_resolutions.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_ticket_resolutions.py index 0d886807e..0b422ecfb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_update_ticket_resolutions.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_update_ticket_resolutions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/reporting/_upsert.py b/samples/cli/accelbyte_py_sdk_cli/reporting/_upsert.py index dc9891c7b..382364a18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/reporting/_upsert.py +++ b/samples/cli/accelbyte_py_sdk_cli/reporting/_upsert.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Reporting Service (0.1.30) +# AGS Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/__init__.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/__init__.py index eecdd3239..d603cea73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-seasonpass-service (1.20.2) +# justice-seasonpass-service from ._export_season import export_season from ._query_seasons import query_seasons diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_bulk_get_user_season_progression.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_bulk_get_user_season_progression.py index 472baa8a2..ce3269ac0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_bulk_get_user_season_progression.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_bulk_get_user_season_progression.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_check_season_purchasable.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_check_season_purchasable.py index c16993331..3bd7e86f2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_check_season_purchasable.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_check_season_purchasable.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_clone_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_clone_season.py index 3e1c53014..bea59b23c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_clone_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_clone_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_pass.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_pass.py index 86b491c62..63a90656b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_pass.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_pass.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_reward.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_reward.py index 0471c1090..46e6c6624 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_season.py index 9a8607b89..69815180c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_tier.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_tier.py index 2867d05f8..345db64d8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_tier.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_create_tier.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_pass.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_pass.py index ebd1001a0..3bf52558c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_pass.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_pass.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_reward.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_reward.py index 14ca55232..027c3f38d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_season.py index 0054deaaa..6d70b50a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_tier.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_tier.py index 8f59419ea..8fbc8fe5f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_tier.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_delete_tier.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_exists_any_pass_by_pass_codes.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_exists_any_pass_by_pass_codes.py index 2779baf6c..dfda90b27 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_exists_any_pass_by_pass_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_exists_any_pass_by_pass_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_export_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_export_season.py index eddf11b84..fd901553e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_export_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_export_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_season.py index b244bf8c5..e55ba258a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_user_season_progression.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_user_season_progression.py index acc62d1e9..07c567d0f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_user_season_progression.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_current_user_season_progression.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_full_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_full_season.py index a3e225e46..1889f258e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_full_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_full_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_pass.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_pass.py index a83871042..58eeedda2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_pass.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_pass.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_reward.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_reward.py index d73e48338..405b180f5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_season.py index dee87011c..21643fba2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_participated_seasons.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_participated_seasons.py index 0f0ac9a24..7f9d2ba89 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_participated_seasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_participated_seasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_season.py index 368ad4bca..a959b211d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_get_user_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_exp.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_exp.py index 974d818f0..31e02b50a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_exp.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_exp.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_pass.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_pass.py index 1a37ea050..7530a130a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_pass.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_pass.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_tier.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_tier.py index 835ee27e7..7db6bf744 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_tier.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_grant_user_tier.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_bulk_claim_user_rewards.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_bulk_claim_user_rewards.py index 931109538..f48ff43ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_bulk_claim_user_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_bulk_claim_user_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_claim_user_reward.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_claim_user_reward.py index f491339e1..80c909a72 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_claim_user_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_claim_user_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_season.py index 6959f25d8..d04ac2ae2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_user_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_user_season.py index d271e47ec..16b42b732 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_user_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_current_user_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_user_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_user_season.py index 03e375bc0..9aca81fdc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_user_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_public_get_user_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_publish_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_publish_season.py index 629e5c1c1..09836b62d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_publish_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_publish_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_passes.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_passes.py index 65ef89b8e..03b1bb88c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_passes.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_passes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_rewards.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_rewards.py index 7874ad0c9..fc83fdb29 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_rewards.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_rewards.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_seasons.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_seasons.py index 99943305f..8a0af442c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_seasons.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_seasons.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_tiers.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_tiers.py index 7f2f8e09d..3928ea3ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_tiers.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_tiers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history.py index 935a08745..48dd9e5c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history_tag.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history_tag.py index 98f853cc9..4e8aedb15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_query_user_exp_grant_history_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reorder_tier.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reorder_tier.py index 08b8e1da3..d63b61bd0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reorder_tier.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reorder_tier.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reset_user_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reset_user_season.py index 57caa8b6f..0b7b36e40 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reset_user_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_reset_user_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_retire_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_retire_season.py index 89553ca6a..078706c96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_retire_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_retire_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_unpublish_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_unpublish_season.py index e915643ce..ebb4e2469 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_unpublish_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_unpublish_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_pass.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_pass.py index 1cf8d2a85..fb45f3aeb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_pass.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_pass.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_reward.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_reward.py index f2ad2babd..142bb94ee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_reward.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_reward.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_season.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_season.py index 9139c1777..9ca05563b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_season.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_season.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_tier.py b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_tier.py index c934c22c5..14fb3e890 100644 --- a/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_tier.py +++ b/samples/cli/accelbyte_py_sdk_cli/seasonpass/_update_tier.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Seasonpass Service (1.20.2) +# AGS Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/__init__.py b/samples/cli/accelbyte_py_sdk_cli/session/__init__.py index f0c5a796b..1c86eabe0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-session-service (3.13.3) +# justice-session-service from ._get_healthcheck_info import get_healthcheck_info from ._get_healthcheck_info_v1 import get_healthcheck_info_v1 diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_alert_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_alert_v1.py index dca1023e6..3355e57a6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_alert_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_alert_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_template_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_template_v1.py index 7077cdcaa..fec8bbbcc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_template_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_create_configuration_template_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_bulk_game_sessions.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_bulk_game_sessions.py index 0fc206870..9bb0fe110 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_bulk_game_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_bulk_game_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_alert_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_alert_v1.py index ecd270001..606092e01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_alert_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_alert_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_template_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_template_v1.py index 3cf712af9..037db29ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_template_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_configuration_template_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_global_configuration.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_global_configuration.py index 1d51ad6a2..aac4406bd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_global_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_global_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_platform_credentials.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_platform_credentials.py index 891798c1e..8d013fb10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_platform_credentials.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_platform_credentials.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_user_session_storage.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_user_session_storage.py index 0586274cc..af7203f06 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_user_session_storage.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_delete_user_session_storage.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_all_configuration_templates_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_all_configuration_templates_v1.py index 48f8a2d0d..d3ee2d251 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_all_configuration_templates_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_all_configuration_templates_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_alert_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_alert_v1.py index 4415a3a59..e78b8643c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_alert_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_alert_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_template_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_template_v1.py index f85f0bd65..23a88d601 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_template_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_configuration_template_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration.py index 25e9adb36..4619e2c9f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration_default.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration_default.py index a3970afee..d81ea5164 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration_default.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_dsmc_configuration_default.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_list_native_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_list_native_session.py index a3514cc8d..768b76ffb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_list_native_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_list_native_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_member_active_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_member_active_session.py index 87b2e9f24..b8902d19e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_member_active_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_member_active_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_platform_credentials.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_platform_credentials.py index 98885247d..720dc6c5a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_platform_credentials.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_platform_credentials.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_player_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_player_attributes.py index 51374a30e..7a31fc7da 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_player_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_get_player_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_environment_variables.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_environment_variables.py index 998f05c79..0559b908b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_environment_variables.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_environment_variables.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_global_configuration.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_global_configuration.py index d0a2a2efc..d8f380df8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_global_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_list_global_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions.py index 559e72dd8..6c421bd5f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions_by_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions_by_attributes.py index 12ae39468..a0eda0486 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions_by_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_game_sessions_by_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_parties.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_parties.py index fd83e3018..e30ec68e2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_parties.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_parties.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_player_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_player_attributes.py index cc9a47ae6..a1dcbccfb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_player_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_query_player_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_session_storage.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_session_storage.py index 8ec86e5af..cfee6f374 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_session_storage.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_session_storage.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_user_session_storage.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_user_session_storage.py index 61e664cce..8e81893fd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_user_session_storage.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_read_user_session_storage.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_reconcile_max_active_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_reconcile_max_active_session.py index 309703ffb..2be481ed4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_reconcile_max_active_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_reconcile_max_active_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_set_ds_ready.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_set_ds_ready.py index f43b50dbb..a483581f9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_set_ds_ready.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_set_ds_ready.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_sync_dsmc_configuration.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_sync_dsmc_configuration.py index 09467d3b6..3a7f56677 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_sync_dsmc_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_sync_dsmc_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_alert_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_alert_v1.py index eb7552182..1fb53dcb1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_alert_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_alert_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_template_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_template_v1.py index b32413178..ac4727374 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_template_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_configuration_template_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_game_session_member.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_game_session_member.py index 0424880d1..b3c89e3cf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_game_session_member.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_game_session_member.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_global_configuration.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_global_configuration.py index 0165f42fe..10502c45e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_global_configuration.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_global_configuration.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_platform_credentials.py b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_platform_credentials.py index c99d5f48f..cc28c4852 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_platform_credentials.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_admin_update_platform_credentials.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_append_team_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_append_team_game_session.py index 673195b98..c3fda0ae1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_append_team_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_append_team_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_create_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_create_game_session.py index 013601f22..b171f1f5b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_create_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_create_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_delete_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_delete_game_session.py index 0b8f51f74..bcfac2c02 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_delete_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_delete_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_game_session_generate_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_game_session_generate_code.py index 930c4b780..97fc217ff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_game_session_generate_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_game_session_generate_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session.py index a3f4aa65d..778843ddf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session_by_pod_name.py b/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session_by_pod_name.py index 0ced81a11..002205136 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session_by_pod_name.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_get_game_session_by_pod_name.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info.py b/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info.py index c398a9ca0..38a7cf77a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info_v1.py b/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info_v1.py index 91970b308..265e39809 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info_v1.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_get_healthcheck_info_v1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_get_session_server_secret.py b/samples/cli/accelbyte_py_sdk_cli/session/_get_session_server_secret.py index ff1b40e4e..bdcf915e6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_get_session_server_secret.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_get_session_server_secret.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_handle_upload_xbox_pfx_certificate.py b/samples/cli/accelbyte_py_sdk_cli/session/_handle_upload_xbox_pfx_certificate.py index 85014c97c..f8e889970 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_handle_upload_xbox_pfx_certificate.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_handle_upload_xbox_pfx_certificate.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_join_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_join_game_session.py index aa42c84d3..18833f51b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_join_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_join_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_leave_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_leave_game_session.py index 29aeb403f..bd8ad7b2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_leave_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_leave_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_patch_update_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_patch_update_game_session.py index eca31688d..f1bbe34b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_patch_update_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_patch_update_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_create_party.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_create_party.py index aa4d9d6de..6b9a5f94b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_create_party.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_create_party.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_delete_player_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_delete_player_attributes.py index f898d4d33..de414d771 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_delete_player_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_delete_player_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_invite.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_invite.py index a49ecb882..b76033b33 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_invite.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_invite.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_reject.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_reject.py index 7d5f4f95c..bdbde6d2c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_reject.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_game_session_reject.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_generate_party_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_generate_party_code.py index ca3066dc6..79292f3b7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_generate_party_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_generate_party_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_bulk_player_current_platform.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_bulk_player_current_platform.py index d0fde228b..c75ff35e3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_bulk_player_current_platform.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_bulk_player_current_platform.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_party.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_party.py index b400033bd..637542050 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_party.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_party.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_player_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_player_attributes.py index 67ff26518..ad44038dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_player_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_player_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_recent_player.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_recent_player.py index e314fb676..ffcb0255e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_get_recent_player.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_get_recent_player.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_invite.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_invite.py index 611c4465a..b1f6aab75 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_invite.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_invite.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join.py index 65f0d6900..72ed8e78b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join_code.py index 9b64f2bc7..dc8cf843d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_join_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_kick.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_kick.py index 74c652214..075b9950c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_kick.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_kick.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_leave.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_leave.py index b30f638c2..8707e1901 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_leave.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_leave.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_reject.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_reject.py index 3ecd298c5..6bfff18b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_party_reject.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_party_reject.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_patch_update_party.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_patch_update_party.py index 1625df67e..f1dcaea15 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_patch_update_party.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_patch_update_party.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_game_session_leader.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_game_session_leader.py index ff7d733dd..4789e22f4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_game_session_leader.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_game_session_leader.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_party_leader.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_party_leader.py index e9df90667..0e56dead2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_party_leader.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_promote_party_leader.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_game_sessions_by_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_game_sessions_by_attributes.py index 3c3fb7341..c91f9ac53 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_game_sessions_by_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_game_sessions_by_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_game_sessions.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_game_sessions.py index 649ba4102..c7a371c4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_game_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_game_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_parties.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_parties.py index 49f0a717f..82c653a39 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_parties.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_query_my_parties.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_game_session_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_game_session_code.py index 2060cd721..e047c5f13 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_game_session_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_game_session_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_party_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_party_code.py index 7dea2e4e1..9bc0e5ecd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_party_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_revoke_party_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_session_join_code.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_session_join_code.py index cdff65f74..53aa33d4b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_session_join_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_session_join_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_store_player_attributes.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_store_player_attributes.py index 049be7993..5cffe4cec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_store_player_attributes.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_store_player_attributes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage.py index de08734bf..3dc4046f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage_leader.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage_leader.py index 63b8772f1..0e52a8f7c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage_leader.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_insert_session_storage_leader.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_party.py b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_party.py index 71a51c470..a4591fc4e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_public_update_party.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_public_update_party.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session.py b/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session.py index 3e835284a..a50a873ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session_backfill_ticket_id.py b/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session_backfill_ticket_id.py index 8ee113a0e..90131e198 100644 --- a/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session_backfill_ticket_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/session/_update_game_session_backfill_ticket_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Service (3.13.3) +# AGS Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/__init__.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/__init__.py index 9aee4e825..5b2a6fb8c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-session-browser-service (1.18.1) +# justice-session-browser-service from ._admin_query_session import admin_query_session from ._get_total_active_session import get_total_active_session diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_add_player_to_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_add_player_to_session.py index f6c571a00..810117828 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_add_player_to_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_add_player_to_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_delete_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_delete_session.py index 23d627efa..d32bab26c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_delete_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_delete_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_get_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_get_session.py index d34ac23d2..2602d8b71 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_get_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_get_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_query_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_query_session.py index 092d03a8e..ef7a6075e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_query_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_query_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_search_sessions_v2.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_search_sessions_v2.py index 732a2fe84..edf9fda1a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_search_sessions_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_admin_search_sessions_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_create_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_create_session.py index 2c3c04bdc..a1b0be148 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_create_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_create_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session.py index b6dbf49f7..b0edc216e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session_local_ds.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session_local_ds.py index 8165b7627..f5959531a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session_local_ds.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_delete_session_local_ds.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_custom_game_sessions.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_custom_game_sessions.py index e06d04d07..fc95f5dc2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_custom_game_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_custom_game_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_matchmaking_game_sessions.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_matchmaking_game_sessions.py index 0a399779c..9fecb8662 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_matchmaking_game_sessions.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_active_matchmaking_game_sessions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_recent_player.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_recent_player.py index 2cb9ef44e..4bb699d14 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_recent_player.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_recent_player.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session.py index a9a2b8c7c..1944f8a94 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_by_user_i_ds.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_by_user_i_ds.py index 20715714e..a7fd9250d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_by_user_i_ds.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_by_user_i_ds.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_history_detailed.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_history_detailed.py index 9847d44e3..9b06f1cc5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_history_detailed.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_session_history_detailed.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_total_active_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_total_active_session.py index e37ea36bc..b408566f8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_total_active_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_get_total_active_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_join_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_join_session.py index 4fc95fd34..dc3f565ba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_join_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_join_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_remove_player_from_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_remove_player_from_session.py index f91eff89e..9d2d7dc05 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_remove_player_from_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_remove_player_from_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_session.py index 80c01c376..7049140bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_settings.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_settings.py index bc6b95519..ff059df2d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_settings.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_update_settings.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_user_query_session.py b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_user_query_session.py index 8d638fb52..965cf74d1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_user_query_session.py +++ b/samples/cli/accelbyte_py_sdk_cli/sessionbrowser/_user_query_session.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Session Browser Service () +# AGS Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/__init__.py b/samples/cli/accelbyte_py_sdk_cli/social/__init__.py index a798916d8..f19e3c65a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-social-service (2.11.2) +# justice-social-service from ._get_namespace_slot_config import get_namespace_slot_config from ._update_namespace_slot_config import update_namespace_slot_config diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_admin_list_users_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_admin_list_users_stat_items.py index 225b1a6cd..465057c90 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_admin_list_users_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_admin_list_users_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_add_stats.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_add_stats.py index 390d402f3..662392b60 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_add_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_add_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_create_user_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_create_user_stat_items.py index 5c9237853..32b00fa69 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_create_user_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_create_user_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items.py index 77f1e59f1..0368221b4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items_1.py index 0828fccac..2eeb4ae3e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_or_default_stat_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items.py index 635f164a3..c6cc176dc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items_1.py index af06b7cea..48f07da4f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_fetch_stat_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle.py index 578926e6f..0a960ddb8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle_1.py index ae38327d7..99057f676 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_get_stat_cycle_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item.py index feb6848d3..6c652e033 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_1.py index d6221e5d8..aa2199c33 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value.py index 212e75eae..61cb5b0b2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_1.py index e1f45cda4..6b3349a73 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_2.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_2.py index 45ef25725..560d5d5e1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_inc_user_stat_item_value_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item.py index 76494018b..aa652c709 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_1.py index ddfd33e0c..fdcb19ef1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_2.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_2.py index 160d6b043..dda457e28 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_3.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_3.py index 7d9c727c1..2f92d5832 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_3.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_values.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_values.py index 6c9ab0e9d..78d9c1e65 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_values.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_reset_user_stat_item_values.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item.py index 1b69bb0f9..6364ff5c1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_1.py index 3000537e2..b8d3692f8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_2.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_2.py index 4d1ef28d1..ad70b600e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_v2.py b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_v2.py index 6ac1a1c33..429dc3b28 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_bulk_update_user_stat_item_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat.py b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat.py index cfcc24094..09259612a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_1.py index 57a16821a..a72fed80f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_cycle.py index 13cc497b8..b608384aa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_create_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_create_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_create_user_stat_item.py index afc1906c5..5b09fdf3e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_create_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_create_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_namespace_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_namespace_slot_config.py index 9eb1868d0..0a63254a9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_namespace_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_namespace_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat.py index 13311e6c7..475939a84 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat_cycle.py index 9a080a438..01e3184c7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_tied_stat.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_tied_stat.py index 14235e7b5..de294866b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_tied_stat.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_tied_stat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_slot_config.py index 210e5d70f..b0fec3a06 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items.py index ad5d8fd33..e32019700 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_1.py index f412db3bc..455c3fd2b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_2.py b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_2.py index b55ee37cd..f33bab189 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_delete_user_stat_items_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_export_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_export_stat_cycle.py index 73658ee67..83f3091ec 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_export_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_export_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_export_stats.py b/samples/cli/accelbyte_py_sdk_cli/social/_export_stats.py index 49b6f5d7e..e3daa04a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_export_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_export_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code.py index dbd20b9c4..03d7631e0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code_1.py index cb682be38..490caac00 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_item_by_stat_code_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items.py index 12b57dfa6..f34353d4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items_1.py index 6801c89f0..2892df688 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_global_stat_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_namespace_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_namespace_slot_config.py index b910a8a84..79052efa5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_namespace_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_namespace_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_profile.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_profile.py index 7138138e0..d252e3caf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_slot_data.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_slot_data.py index 7809a8b86..e18a78d18 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_slot_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_slot_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat.py index 4350eb381..077eee6f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle.py index b127fbbf1..e31a7abd6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle_1.py index 22404e16b..89509fc75 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycle_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles.py index e43cbbf3e..8e81a81ac 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles_1.py index 1c281d0b4..654754c5b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_cycles_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_items.py index 0217d9cea..41d85d0bd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_stats.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_stats.py index 1e1c07f67..e02d83ea7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_namespace_slots.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_namespace_slots.py index 1e9e55b06..7e4e61b3c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_namespace_slots.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_namespace_slots.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_profiles.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_profiles.py index d673d3275..76fa84ecf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_profiles.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_profiles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_slot_config.py index 2d5eff114..3d365d195 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items.py index 855a1aedf..2e9b79cd6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items_1.py index 90f2dea67..498f721df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_cycle_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_items.py index b7faf1f0b..37b108cda 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_get_user_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_import_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_import_stat_cycle.py index 496becf09..a12892208 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_import_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_import_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_import_stats.py b/samples/cli/accelbyte_py_sdk_cli/social/_import_stats.py index c44a79c88..4cfe3b550 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_import_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_import_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_inc_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_inc_user_stat_item_value.py index 4a742f22c..484f8db92 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_inc_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_inc_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_create_user_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_create_user_stat_items.py index f9c35d087..85c77eb31 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_create_user_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_create_user_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item.py index 1470223e9..c38eb4ace 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_1.py index 93bd20d9d..974fde2a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_value.py index 10ddec8b2..ffcf7db7b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_bulk_inc_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_profile.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_profile.py index 064584e0a..0ae643aa4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_namespace_slot.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_namespace_slot.py index 3e29749df..65f71ecfd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_namespace_slot.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_namespace_slot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_stat_item.py index fc04fd451..aeb1f2540 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_create_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_profile.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_profile.py index f07df5406..9a4d7478b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_user_namespace_slot.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_user_namespace_slot.py index 65c10a72e..b74993f1d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_user_namespace_slot.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_delete_user_namespace_slot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile.py index 06f7f2e84..d088faf80 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile_attribute.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile_attribute.py index 15390ad8a..ba859e02e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile_attribute.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_profile_attribute.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_slot_data.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_slot_data.py index e1e386531..70743c202 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_slot_data.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_slot_data.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_game_profiles.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_game_profiles.py index 7db5f0ed8..d69361ca5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_game_profiles.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_game_profiles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_namespace_slots.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_namespace_slots.py index 05e9d1818..42d23a42f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_namespace_slots.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_namespace_slots.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_profiles.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_profiles.py index fadd2f685..73b2dbaba 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_profiles.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_get_user_profiles.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item.py index ea4037d2f..6c1e7f93d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item_value.py index 697b91d66..6005092b3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_inc_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_all_my_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_all_my_stat_items.py index 274458aae..42c326997 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_all_my_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_all_my_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_cycle_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_cycle_items.py index 93978680b..46a215030 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_cycle_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_cycle_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_items.py index d4bbf00ac..b0e76230a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_list_my_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items.py index 29af9a204..d7b734790 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_1.py index 5eb283f5b..8b1c5eddb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_2.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_2.py index c6c9afd91..f8f1be2b9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_2.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_query_user_stat_items_2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_attribute.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_attribute.py index 3982af3b8..4dca716ce 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_attribute.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_attribute.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_profile.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_profile.py index cff2c2d74..45b05f7ad 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_profile.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_profile.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot.py index ef088bbec..90d7889a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot_metadata.py b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot_metadata.py index a2a59691b..45da28119 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot_metadata.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_public_update_user_namespace_slot_metadata.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_query_stats.py b/samples/cli/accelbyte_py_sdk_cli/social/_query_stats.py index 6280b4b38..f95f72901 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_query_stats.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_query_stats.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value.py index 7e7142af3..2f045ba4e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value_1.py index 6066ad9a4..7ba3604e3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_reset_user_stat_item_value_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_stop_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_stop_stat_cycle.py index b8e87fd57..338c629a1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_stop_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_stop_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_namespace_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_namespace_slot_config.py index ef4384fd1..28b79dfeb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_namespace_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_namespace_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_stat.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_stat.py index 972a0d4e0..3fd21002c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_stat.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_stat.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_stat_cycle.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_stat_cycle.py index 95b64a2d7..a5aa03e75 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_stat_cycle.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_stat_cycle.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_slot_config.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_slot_config.py index c5a13e77b..fa69f9cc0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_slot_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_slot_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value.py index 368481fe8..29d00e1f7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value_1.py b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value_1.py index 07e1b67ff..dfe28e8bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value_1.py +++ b/samples/cli/accelbyte_py_sdk_cli/social/_update_user_stat_item_value_1.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Social Service (2.11.2) +# AGS Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/__init__.py b/samples/cli/accelbyte_py_sdk_cli/ugc/__init__.py index a7870190b..1e45a5518 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/__init__.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/__init__.py @@ -6,7 +6,7 @@ # template_file: command-init.j2 -# justice-ugc-service (2.19.3) +# justice-ugc-service from ._single_admin_get_channel import single_admin_get_channel from ._admin_create_channel import admin_create_channel diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_add_download_count.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_add_download_count.py index 1588ec79b..4ba727a0f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_add_download_count.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_add_download_count.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_approve_staging_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_approve_staging_content.py index 657a23fe2..54be1c834 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_approve_staging_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_approve_staging_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_bulk_get_content_by_i_ds_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_bulk_get_content_by_i_ds_v2.py index bd4456fda..acb9503a0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_bulk_get_content_by_i_ds_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_bulk_get_content_by_i_ds_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_channel.py index 795d4c0b6..decf945e1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_content_v2.py index 162dbffc6..40b328317 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_group.py index bcf164563..bc22c3cf1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_tag.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_tag.py index ee33945b2..d635a1049 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_type.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_type.py index 8e21f5677..d11f27644 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_create_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_channels.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_channels.py index 7cb4e3b9e..4e3fcab63 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_channels.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_channels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_contents.py index afed83e0e..b5b0c2b24 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_group.py index eb50f7a1b..37a3901e6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_states.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_states.py index 54b6f47a8..4f5cfd97e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_states.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_all_user_states.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_channel.py index a988bf538..7c1a14d5a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content.py index a4cb92a98..71ff5c613 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_by_share_code_v2.py index a536e546c..26334ff4c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot.py index fca87839c..b502132fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot_v2.py index 1369ff597..34ad95d98 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_content_screenshot_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_group.py index d0e08d5ca..651b2324e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_official_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_official_content_v2.py index ac9cc4692..6910428bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_official_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_official_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_tag.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_tag.py index 20b0e6859..83fc90919 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_type.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_type.py index 1e6be6a4b..64264ffa4 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_user_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_user_content_v2.py index 009207fa2..3e4a21ef8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_user_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_delete_user_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_download_content_preview.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_download_content_preview.py index 801390532..c24f7d557 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_download_content_preview.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_download_content_preview.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_official_content_upload_urlv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_official_content_upload_urlv2.py index 2ad0c60a5..dfa5bf8fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_official_content_upload_urlv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_official_content_upload_urlv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_user_content_upload_urlv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_user_content_upload_urlv2.py index 6926146ff..c7e0a189d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_user_content_upload_urlv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_generate_user_content_upload_urlv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_all_groups.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_all_groups.py index d589e843d..cdf571f31 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_all_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_all_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_channel.py index aed0c1f86..d41131385 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_configs.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_configs.py index 9110a6046..c9880bc01 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_configs.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_configs.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content.py index e1cc54b7b..4297f3513 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk.py index ee3d4d8d4..9dec63630 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes.py index 4b71b7cea..d4a7a6b96 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes_v2.py index c9044c29c..6437540bf 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_bulk_by_share_codes_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_channel_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_channel_idv2.py index 60db3cf22..d9f16fb0f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_channel_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_channel_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_content_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_content_idv2.py index c7842f521..7426e50ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_content_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_content_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_share_code_v2.py index 910c1a8d8..62f561cef 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_user_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_user_idv2.py index 88973c4a3..03e292905 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_user_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_content_by_user_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group.py index 06ac640e4..9b8f47622 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group_contents.py index f09a727d5..f430c5e26 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_group_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_official_group_contents_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_official_group_contents_v2.py index 32aee9222..14d2d4fc5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_official_group_contents_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_official_group_contents_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_specific_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_specific_content.py index 552f6dfbb..f0a1d75cd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_specific_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_specific_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_staging_content_by_id.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_staging_content_by_id.py index f834f2132..ca87b19df 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_staging_content_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_staging_content_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_tag.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_tag.py index 6ab4e3adf..5b6010e9a 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_type.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_type.py index e3a4ebb5e..c82952dc7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_content_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_content_by_share_code.py index 448d1f7cd..af79e469e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_content_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_content_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_group_contents_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_group_contents_v2.py index edff4a4dc..81e9d7fe3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_group_contents_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_get_user_group_contents_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_hide_user_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_hide_user_content.py index dbe27c355..c1e328335 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_hide_user_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_hide_user_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_content_v2.py index 84971020e..417b71fdb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_staging_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_staging_contents.py index 80c9569f5..b6cb72cc9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_staging_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_staging_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_user_staging_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_user_staging_contents.py index 680795a16..2ae277f23 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_user_staging_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_list_user_staging_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_channel_specific_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_channel_specific_content.py index b4c7eaa35..236631ec0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_channel_specific_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_channel_specific_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_content.py index f68f7942b..5851b7f8b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_search_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_channel.py index ea84f44ea..8cf4adeee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_config.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_config.py index 12294c872..f38cef2ac 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_config.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_config.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_by_share_code_v2.py index 18ef17962..beec9dda7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_direct.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_direct.py index 800efa952..c0625ccff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_direct.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_direct.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_hide_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_hide_status_v2.py index d41f0a0bc..3886438bc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_hide_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_hide_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3.py index 28110e28b..6fb5e7d58 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3_by_share_code.py index 02099533d..92c55cb48 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_content_s3_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_group.py index 9f761b5db..ada629017 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_file_location.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_file_location.py index 5a7f1d2ad..727734b6d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_file_location.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_file_location.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_v2.py index 165754ad5..da846b667 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_official_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots.py index dfc16712d..7fa4995fe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots_v2.py index 61e323421..cd64e89cc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_screenshots_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_tag.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_tag.py index 0fa39e32a..e2bf20be9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_type.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_type.py index 3c0f4e2bf..f98b85f60 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_file_location.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_file_location.py index 74b477b94..732341248 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_file_location.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_file_location.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_v2.py index ff28dc1c7..712880be3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_update_user_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_direct.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_direct.py index c8c19610d..9ef606778 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_direct.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_direct.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_s3.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_s3.py index 514af766a..ba87323a5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_s3.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_s3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot.py index 7c9a94cfe..c12c60bfe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot_v2.py index 3c93ab7b0..bb940d744 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_admin_upload_content_screenshot_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_direct.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_direct.py index e884a696e..6863ebaef 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_direct.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_direct.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_s3.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_s3.py index 35c06c7aa..c317163e7 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_s3.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_content_s3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_group.py index 355886a87..c9513505e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_create_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_create_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_channel.py index e6bee1a5c..465df140b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_contents.py index 5730ca97b..5f71dbd8d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_group.py index 0ee94a4ec..ff392adff 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_states.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_states.py index b039c7767..e57b31cbe 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_states.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_all_user_states.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_channel.py index e8b25e03a..cc6209bb9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content.py index 0c4d99316..35ed6a277 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_by_share_code.py index 782f77839..8f77ab521 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot.py index ad83d31d4..f74d432b8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot_v2.py index 5e17e4681..0de2fcce0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_content_screenshot_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_group.py index e5651d2ff..ca0e5d854 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_user_staging_content_by_id.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_user_staging_content_by_id.py index b6df1a394..8147384e9 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_user_staging_content_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_delete_user_staging_content_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_channels.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_channels.py index 863e9ef5b..2d55ed488 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_channels.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_channels.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_content.py index 4704a5058..d40e02dc3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_users.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_users.py index dd7048ae3..c1db310f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_users.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_followed_users.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group.py index cd32e4f8a..a6a79a028 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group_content.py index 5f511eb19..880fbee4d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_group_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_groups.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_groups.py index c84ed3a89..a504ebc8b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_liked_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_liked_content.py index 52f5e5423..68e49f383 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_liked_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_liked_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_followers.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_followers.py index 7bb156fb9..0d2a52d30 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_followers.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_followers.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_following.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_following.py index 95037b9b4..4dfbcf743 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_following.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_public_following.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_tag.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_tag.py index 76599b19e..8ffc2cf8d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_tag.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_tag.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_type.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_type.py index 1e4e3f48a..6b531af59 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_type.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_type.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_user_staging_content_by_id.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_user_staging_content_by_id.py index 30f341c8c..dd11ffcbc 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_get_user_staging_content_by_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_get_user_staging_content_by_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions.py index 3f97fe3d2..bf3e54a99 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions_v2.py index b6f68da27..e82ef9604 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_content_versions_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_user_staging_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_user_staging_contents.py index 5e125cb0b..af6fc461c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_list_user_staging_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_list_user_staging_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_add_download_count_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_add_download_count_v2.py index d2a2b6438..f7749dbd6 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_add_download_count_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_add_download_count_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_bulk_get_content_by_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_bulk_get_content_by_idv2.py index 9a1604bc4..3fa5810e5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_bulk_get_content_by_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_bulk_get_content_by_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_channel.py index abacab8d5..6e3f7ad33 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_content_v2.py index f0f5b607d..a93e9a1ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_create_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code.py index c5c8bf176..49a90ec75 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code_v2.py index a6e885a1a..68e042bd3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_v2.py index af5582ae0..8d7f7d58e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_delete_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_content_id.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_content_id.py index 973e4ce31..0727d9831 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_content_id.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_content_id.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_share_code.py index b5b7874f0..539beb22d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_preview.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_preview.py index 5ffdc0908..d30331a14 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_preview.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_download_content_preview.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_generate_content_upload_urlv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_generate_content_upload_urlv2.py index dca33868e..5291b33a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_generate_content_upload_urlv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_generate_content_upload_urlv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk.py index b94415d64..eabccf2b1 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes.py index 496a6b1d4..b6ffdeefb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes_v2.py index 6219f5eef..0c56ccc10 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_bulk_by_share_codes_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_channel_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_channel_idv2.py index f25abea1e..27e7c4f9d 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_channel_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_channel_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_idv2.py index 5dac559c0..05de13f87 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_share_code_v2.py index ed9f3113c..2c719c426 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_user_idv2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_user_idv2.py index 9e7bedebc..133bd0d7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_user_idv2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_content_by_user_idv2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_creator.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_creator.py index 807e47a38..43697e8d2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_creator.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_creator.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_group_contents_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_group_contents_v2.py index 6815c82e9..9decac4a5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_group_contents_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_group_contents_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_user_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_user_content.py index cca17ffe4..a48c842cb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_user_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_get_user_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_downloader_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_downloader_v2.py index 69d2276aa..f3d7544a8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_downloader_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_downloader_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_like_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_like_v2.py index 08da999bc..60187ae03 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_like_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_like_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_v2.py index 0ce98b57f..998dd5f35 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_list_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_content.py index 3fe37cccc..46f1c37f3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_creator.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_creator.py index f2f2cfeff..55f5a6bed 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_creator.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_search_creator.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code.py index 5dfca1159..6d6818bb8 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code_v2.py index 1645e5043..aa3a8f557 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_by_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_file_location.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_file_location.py index 1e132b890..be31085a2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_file_location.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_file_location.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_v2.py index 10b26fd31..40f302d7e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_public_update_content_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version.py index 1f6e30e61..aa7c1db9b 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version_v2.py index a91b817d1..4f9ac58dd 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_rollback_content_version_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_search_channel_specific_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_search_channel_specific_content.py index 60d31dfec..cdc164975 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_search_channel_specific_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_search_channel_specific_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_channel.py index 2de03ad33..c457d5dee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_content.py index 41b4689f2..d385e6ca2 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_group.py index cbbd47a5e..ca0afe60f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_delete_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_all_groups.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_all_groups.py index 08aa6438c..749a7f495 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_all_groups.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_all_groups.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_channel.py index 4e4567997..c9c204434 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_content.py index 632e6f26b..fac296840 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group.py index 0176b92d9..5b878b127 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group_contents.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group_contents.py index 996b25052..060f8dd66 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group_contents.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_get_group_contents.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_channel.py index 33070aec4..27647968f 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_direct.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_direct.py index ced687e6b..4e794a8fb 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_direct.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_direct.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_s3.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_s3.py index 4381c8f25..4599c5dd3 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_s3.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_content_s3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_group.py index 0552cff91..8a7bb0ef5 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_single_admin_update_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_channel.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_channel.py index a71ce56cf..769b5f02e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_channel.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_channel.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_direct.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_direct.py index c8509cea6..a4cc7d540 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_direct.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_direct.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status.py index 396ffb69b..3906df201 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status_v2.py index 932fd11b3..2a4619a0e 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_like_status_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_s3.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_s3.py index 204075e69..8ecd816ee 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_s3.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_s3.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code.py index d2272c4c1..4373eefef 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code_v2.py index 35daa3186..c69dcd0b0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_content_share_code_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_group.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_group.py index b75d72e61..dcb02b1f0 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_group.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_group.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots.py index 986824727..4714a9903 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots_v2.py index 2487274af..7f6fdda11 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_screenshots_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_staging_content.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_staging_content.py index 015737a3f..a58f79d13 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_staging_content.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_staging_content.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_user_follow_status.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_user_follow_status.py index d06d47128..a9a0376fa 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_update_user_follow_status.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_update_user_follow_status.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot.py index 6d9d2f40e..6eaffc9ae 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot_v2.py b/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot_v2.py index 74f5ce799..396d1600c 100644 --- a/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot_v2.py +++ b/samples/cli/accelbyte_py_sdk_cli/ugc/_upload_content_screenshot_v2.py @@ -6,7 +6,7 @@ # template_file: command.j2 -# AGS Ugc Service (2.19.3) +# AGS Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/samples/cli/tests/achievement-cli-test.sh b/samples/cli/tests/achievement-cli-test.sh index 34eb7693b..b0315dfb0 100644 --- a/samples/cli/tests/achievement-cli-test.sh +++ b/samples/cli/tests/achievement-cli-test.sh @@ -30,31 +30,31 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END achievement-admin-list-achievements --login_with_auth "Bearer foo" -achievement-admin-create-new-achievement '{"achievementCode": "1JvUt4lg", "customAttributes": {"5yw7JBjL": {}, "AfuskoPG": {}, "zG0JsIyJ": {}}, "defaultLanguage": "Facpp8S7", "description": {"mUqhyM2B": "SqrjXcji", "POd8J72m": "gg5DuW2s", "6rubMdS7": "R0LDH9rL"}, "global": true, "goalValue": 0.07551677792121492, "hidden": false, "incremental": true, "lockedIcons": [{"slug": "QuUkpjfx", "url": "krRqzGPc"}, {"slug": "kqv1FjQa", "url": "FLCCATNQ"}, {"slug": "L6E7KgFB", "url": "O2lGIn9i"}], "name": {"Z6zuVXh6": "1P91g5HB", "Ur1D9tcX": "aR0lSA6T", "PFTFOQXp": "3CyFz0EI"}, "statCode": "ZwGI8Eg8", "tags": ["fRZSR2Vu", "NjClhxmn", "cdx6ZMsm"], "unlockedIcons": [{"slug": "E66INHlH", "url": "1PWAqkD4"}, {"slug": "3nOKUUlz", "url": "YgzQ7DpE"}, {"slug": "KdTSQjtf", "url": "NOc1hLNz"}]}' --login_with_auth "Bearer foo" +achievement-admin-create-new-achievement '{"achievementCode": "gV9xSOCP", "customAttributes": {"jXjSuS7z": {}, "2WGGCaz5": {}, "0Qq0CeAV": {}}, "defaultLanguage": "3GTWJflv", "description": {"48YOHuRE": "DJoZZwTp", "lQ6uUuMj": "n6ktYOdX", "zf5O3HJS": "dq2PuYWT"}, "global": false, "goalValue": 0.9886340713935452, "hidden": true, "incremental": true, "lockedIcons": [{"slug": "7RTuVsD8", "url": "Crv7tzUQ"}, {"slug": "xIhP1xwR", "url": "A5rRYAKe"}, {"slug": "GrK0a2dI", "url": "K4N0OsOg"}], "name": {"NIGpZW6C": "6QZfBBrt", "UxgOBjVK": "3eA59iuj", "0ud57avr": "7HazKflS"}, "statCode": "3eoqjBZa", "tags": ["bjMjhL32", "CQrlQXRy", "hpDGa64P"], "unlockedIcons": [{"slug": "p4MXEsCT", "url": "62hQLevU"}, {"slug": "la3QkvVR", "url": "aJiYW2FX"}, {"slug": "GuFMXt71", "url": "uAq23txi"}]}' --login_with_auth "Bearer foo" achievement-export-achievements --login_with_auth "Bearer foo" achievement-import-achievements --login_with_auth "Bearer foo" -achievement-admin-get-achievement 'U3zxugPP' --login_with_auth "Bearer foo" -achievement-admin-update-achievement '{"customAttributes": {"BPb0Bssd": {}, "bjjve5z2": {}, "PTPKqJ1j": {}}, "defaultLanguage": "63ykVFv0", "description": {"9ujdukqy": "64CnoYT8", "F2IdTD95": "caAwcb7A", "7w9GlDLA": "HGIAutKN"}, "global": true, "goalValue": 0.19389926863674078, "hidden": false, "incremental": true, "lockedIcons": [{"slug": "J9TPKYuv", "url": "skHwuajy"}, {"slug": "V2qBGPfj", "url": "1pFhXNwz"}, {"slug": "qS9qmYVR", "url": "84AjRu0M"}], "name": {"1LTOBCnB": "Pia44fdv", "quy8LJHK": "iqONLEcP", "GCti8vjl": "k5FMIogM"}, "statCode": "ypPSDGsi", "tags": ["dkWD7gfD", "l0nA6JsO", "Ka3e7Rhe"], "unlockedIcons": [{"slug": "AEzwP7Ex", "url": "n0sHS29G"}, {"slug": "zAJf5Ai2", "url": "O7dOf6FT"}, {"slug": "UV3c95j0", "url": "5JAilKj1"}]}' 'xLN1HZcn' --login_with_auth "Bearer foo" -achievement-admin-delete-achievement 'g3tPHLjO' --login_with_auth "Bearer foo" -achievement-admin-update-achievement-list-order '{"targetOrder": 6}' 'OMCAxzwY' --login_with_auth "Bearer foo" +achievement-admin-get-achievement 'AdWeLiuR' --login_with_auth "Bearer foo" +achievement-admin-update-achievement '{"customAttributes": {"R6ys8nkT": {}, "mv5ZfKau": {}, "jDcECp88": {}}, "defaultLanguage": "dFSDYMlr", "description": {"09QFJBmp": "fmbOVmAH", "H1ZSlrHA": "GikMJHol", "ZbzKJBK5": "rtjfNpjc"}, "global": false, "goalValue": 0.15738296329873935, "hidden": true, "incremental": true, "lockedIcons": [{"slug": "xSX8dLa3", "url": "9kPyOECF"}, {"slug": "yhkcRd5d", "url": "SdPwo5Ts"}, {"slug": "9OHSbdRO", "url": "KecXJ5m7"}], "name": {"03ooi9cP": "nt6NhvVQ", "2PdxPCLt": "W1Q0GFg9", "6C7jPjW1": "K7EkERfW"}, "statCode": "gYToFgeq", "tags": ["ArFvHXfn", "OVogFURf", "EWrUL8LD"], "unlockedIcons": [{"slug": "0FqmFYNi", "url": "OB86UCDi"}, {"slug": "8b1t7kvo", "url": "N856kY5F"}, {"slug": "Z0IWdnDO", "url": "xJtYfPMl"}]}' 'o5Do6bTa' --login_with_auth "Bearer foo" +achievement-admin-delete-achievement 'rVP9qVpv' --login_with_auth "Bearer foo" +achievement-admin-update-achievement-list-order '{"targetOrder": 77}' 'wZunDKds' --login_with_auth "Bearer foo" achievement-admin-list-global-achievements --login_with_auth "Bearer foo" -achievement-admin-list-global-achievement-contributors 'On8qe68e' --login_with_auth "Bearer foo" -achievement-reset-global-achievement 'nvrHTgFH' --login_with_auth "Bearer foo" +achievement-admin-list-global-achievement-contributors 'IlQHc2Kk' --login_with_auth "Bearer foo" +achievement-reset-global-achievement '9mUoS2Wz' --login_with_auth "Bearer foo" achievement-admin-list-tags --login_with_auth "Bearer foo" -achievement-admin-list-user-achievements 'uDZtO2sw' --login_with_auth "Bearer foo" -achievement-admin-reset-achievement 'MO8WOEz6' 'w2Cw2u42' --login_with_auth "Bearer foo" -achievement-admin-unlock-achievement 'Y4krTUkH' 'LBlmx8p8' --login_with_auth "Bearer foo" -achievement-admin-anonymize-user-achievement '8YzPltfo' --login_with_auth "Bearer foo" -achievement-admin-list-user-contributions 'kaD1EM7F' --login_with_auth "Bearer foo" -achievement-public-list-achievements 'UkSooWeO' --login_with_auth "Bearer foo" -achievement-public-get-achievement 'CxFY7aoi' 'H0Tiayo2' --login_with_auth "Bearer foo" +achievement-admin-list-user-achievements 'fFjm3AkX' --login_with_auth "Bearer foo" +achievement-admin-reset-achievement 'CfZcOm5G' 'aPF8BsjP' --login_with_auth "Bearer foo" +achievement-admin-unlock-achievement 'v1fr8AZO' 'tBd1zhba' --login_with_auth "Bearer foo" +achievement-admin-anonymize-user-achievement '9aHSjtlb' --login_with_auth "Bearer foo" +achievement-admin-list-user-contributions 'uwJIP8fk' --login_with_auth "Bearer foo" +achievement-public-list-achievements 'PatHyARf' --login_with_auth "Bearer foo" +achievement-public-get-achievement 'GMCDRPJ2' 'CVn39fM9' --login_with_auth "Bearer foo" achievement-public-list-global-achievements --login_with_auth "Bearer foo" -achievement-list-global-achievement-contributors 'PKk2U9MY' --login_with_auth "Bearer foo" +achievement-list-global-achievement-contributors 'JiLeJxOX' --login_with_auth "Bearer foo" achievement-public-list-tags --login_with_auth "Bearer foo" -achievement-public-list-user-achievements 'WJxlKs5U' --login_with_auth "Bearer foo" -achievement-public-unlock-achievement 'iDAsjvEM' 'TcIFSUfF' --login_with_auth "Bearer foo" -achievement-list-user-contributions 'FUocbwKH' --login_with_auth "Bearer foo" -achievement-claim-global-achievement-reward 'vjG3dHm6' 'WJLzF0Jl' --login_with_auth "Bearer foo" +achievement-public-list-user-achievements 'j7taXjnT' --login_with_auth "Bearer foo" +achievement-public-unlock-achievement 'A3SSc7gY' 'fG5BGXWD' --login_with_auth "Bearer foo" +achievement-list-user-contributions '7FgDKfsB' --login_with_auth "Bearer foo" +achievement-claim-global-achievement-reward 'YE17C1KY' 'OgFZXLNj' --login_with_auth "Bearer foo" exit() END @@ -91,7 +91,7 @@ eval_tap $? 2 'AdminListAchievements' test.out #- 3 AdminCreateNewAchievement $PYTHON -m $MODULE 'achievement-admin-create-new-achievement' \ - '{"achievementCode": "BFnQr8YM", "customAttributes": {"Zd2989c4": {}, "g3GthXoN": {}, "11gt1dzG": {}}, "defaultLanguage": "oyOXj0m9", "description": {"m11MicYR": "FxD2I7JN", "1XfVXA0V": "69OTMUDZ", "ym9bnD7i": "NBaFPtie"}, "global": true, "goalValue": 0.9494924176263155, "hidden": true, "incremental": false, "lockedIcons": [{"slug": "l4vPRUr4", "url": "rZ4KLBGP"}, {"slug": "8PnG2JPN", "url": "kR1sqYhA"}, {"slug": "R7HiAYTm", "url": "ULvn4Yvk"}], "name": {"n5kC0aNw": "KqQpIp9C", "JHXbQXsK": "Q6CKoWfC", "EuNt2uC4": "7sVZ2DZT"}, "statCode": "q0vpinHE", "tags": ["s2z73rfL", "PfYhFZnY", "JVSdnjwG"], "unlockedIcons": [{"slug": "V2k5df0B", "url": "wvjlFhFD"}, {"slug": "6dbLxUiE", "url": "cFbNt1R2"}, {"slug": "wN812NCY", "url": "eVgIOWNY"}]}' \ + '{"achievementCode": "WzJW9JDF", "customAttributes": {"54lGx3yh": {}, "xh0raHZy": {}, "iucUq8qb": {}}, "defaultLanguage": "uuEwB5DQ", "description": {"OTfb229S": "pNildk2u", "cDKnvxMT": "5zCAA1pF", "zvvH8pr7": "CQMfI2lB"}, "global": true, "goalValue": 0.10218946316379451, "hidden": false, "incremental": true, "lockedIcons": [{"slug": "GlVBr6SK", "url": "Q1DID288"}, {"slug": "5xh683TJ", "url": "tKyHNQbW"}, {"slug": "OsiEca3a", "url": "j6r9561h"}], "name": {"QJag7D4m": "0rMOySvn", "dngnGSE7": "AsdyiIlx", "e6iRfdU1": "8xwWxwRg"}, "statCode": "XSvHW2XB", "tags": ["LkyE3dCJ", "n59R9soi", "zASPtia2"], "unlockedIcons": [{"slug": "xsqscNLM", "url": "EGZAvkjl"}, {"slug": "i1pBFym8", "url": "v5mOgCX4"}, {"slug": "3ZP4YaEH", "url": "AKuCqYWE"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'AdminCreateNewAchievement' test.out @@ -110,30 +110,30 @@ eval_tap $? 5 'ImportAchievements' test.out #- 6 AdminGetAchievement $PYTHON -m $MODULE 'achievement-admin-get-achievement' \ - 'WxWmwEf7' \ + '0DrQ4VQb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'AdminGetAchievement' test.out #- 7 AdminUpdateAchievement $PYTHON -m $MODULE 'achievement-admin-update-achievement' \ - '{"customAttributes": {"MxgojwEm": {}, "WexW8WWb": {}, "O2nfbOwr": {}}, "defaultLanguage": "62q0CYf0", "description": {"bJ7w70UF": "Bs3CwPnl", "hl5gegeg": "LUX9xWjG", "DfVV4bQm": "4Y3urheL"}, "global": false, "goalValue": 0.061421845862960844, "hidden": true, "incremental": false, "lockedIcons": [{"slug": "i8bk6D0D", "url": "bu7VmpbN"}, {"slug": "gmTYAr3r", "url": "nsNei4qq"}, {"slug": "cZVvYrpt", "url": "HSwDQd1w"}], "name": {"yKaERlxX": "K1u6cdRJ", "6kP7hpf1": "s4sHxOeb", "28yfIIQX": "SndbPkS8"}, "statCode": "2frzZLo5", "tags": ["yb0oNFOp", "m6U7fAKY", "NzeQwohg"], "unlockedIcons": [{"slug": "3EyXdWGO", "url": "oIZRy38A"}, {"slug": "PFzAr0hE", "url": "E31lnhEi"}, {"slug": "XFu9vdk8", "url": "w5YhJdiT"}]}' \ - 'Tk1bm4VP' \ + '{"customAttributes": {"qeQKNmgw": {}, "ppexrTNq": {}, "MAikQ55a": {}}, "defaultLanguage": "akKukoXt", "description": {"rgiTxG85": "lUlDnDS6", "FJ6ASkxd": "Kxr4BpYb", "jRAZBD6t": "MTCVLNhc"}, "global": false, "goalValue": 0.7351430805499222, "hidden": false, "incremental": true, "lockedIcons": [{"slug": "OLF1XtY1", "url": "1HqJZNTy"}, {"slug": "5m0WxxoY", "url": "QB7o211O"}, {"slug": "NcUidBgJ", "url": "9r0SJFDj"}], "name": {"tRApjwD1": "BtMOR4aM", "4oyAu4df": "4LOtJ6nx", "Y3jwJisT": "ZpVhYeoQ"}, "statCode": "Zcw3hDUp", "tags": ["zwJ0YaEj", "yjrGKIwP", "BtTyxqCv"], "unlockedIcons": [{"slug": "qUs927tN", "url": "o3F6xpRU"}, {"slug": "ge0eJEHv", "url": "VjnopQnH"}, {"slug": "kDSgYccZ", "url": "0FDnrNCA"}]}' \ + '3d9jb7P0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminUpdateAchievement' test.out #- 8 AdminDeleteAchievement $PYTHON -m $MODULE 'achievement-admin-delete-achievement' \ - 'CT1WKGJe' \ + 'PW08Z3A8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'AdminDeleteAchievement' test.out #- 9 AdminUpdateAchievementListOrder $PYTHON -m $MODULE 'achievement-admin-update-achievement-list-order' \ - '{"targetOrder": 44}' \ - 'dPaHdDD0' \ + '{"targetOrder": 6}' \ + 'mb01fjel' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminUpdateAchievementListOrder' test.out @@ -146,14 +146,14 @@ eval_tap $? 10 'AdminListGlobalAchievements' test.out #- 11 AdminListGlobalAchievementContributors $PYTHON -m $MODULE 'achievement-admin-list-global-achievement-contributors' \ - 'EmLZVCG3' \ + 'o3HOuX05' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminListGlobalAchievementContributors' test.out #- 12 ResetGlobalAchievement $PYTHON -m $MODULE 'achievement-reset-global-achievement' \ - '5af4jZG2' \ + 'hM8rwgBo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'ResetGlobalAchievement' test.out @@ -166,52 +166,52 @@ eval_tap $? 13 'AdminListTags' test.out #- 14 AdminListUserAchievements $PYTHON -m $MODULE 'achievement-admin-list-user-achievements' \ - '5KcFqfUJ' \ + 'bjmU55ep' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminListUserAchievements' test.out #- 15 AdminResetAchievement $PYTHON -m $MODULE 'achievement-admin-reset-achievement' \ - 'OQV0cbuu' \ - 'dzqoNOSC' \ + 'K2FxIMp6' \ + 'eTAc41MS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'AdminResetAchievement' test.out #- 16 AdminUnlockAchievement $PYTHON -m $MODULE 'achievement-admin-unlock-achievement' \ - '73vU1uOP' \ - 'FnnA8WAS' \ + 'zdfzLblu' \ + 'kteG6gMT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminUnlockAchievement' test.out #- 17 AdminAnonymizeUserAchievement $PYTHON -m $MODULE 'achievement-admin-anonymize-user-achievement' \ - 'wo1gWTQ4' \ + 'spLpU9Ir' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminAnonymizeUserAchievement' test.out #- 18 AdminListUserContributions $PYTHON -m $MODULE 'achievement-admin-list-user-contributions' \ - '4hlfn4Ff' \ + 'nFkJfBgg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'AdminListUserContributions' test.out #- 19 PublicListAchievements $PYTHON -m $MODULE 'achievement-public-list-achievements' \ - 'oeRRZvWj' \ + 'OyyJ1ZWP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'PublicListAchievements' test.out #- 20 PublicGetAchievement $PYTHON -m $MODULE 'achievement-public-get-achievement' \ - 'hGF84UGZ' \ - 'dJUJRhPm' \ + 'RtNgeBls' \ + 'JqFkcWi4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'PublicGetAchievement' test.out @@ -224,7 +224,7 @@ eval_tap $? 21 'PublicListGlobalAchievements' test.out #- 22 ListGlobalAchievementContributors $PYTHON -m $MODULE 'achievement-list-global-achievement-contributors' \ - 'uXFNqclM' \ + 'dGxkSrMK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'ListGlobalAchievementContributors' test.out @@ -237,30 +237,30 @@ eval_tap $? 23 'PublicListTags' test.out #- 24 PublicListUserAchievements $PYTHON -m $MODULE 'achievement-public-list-user-achievements' \ - 'lWFjp2B0' \ + 'yzVZW8Zv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'PublicListUserAchievements' test.out #- 25 PublicUnlockAchievement $PYTHON -m $MODULE 'achievement-public-unlock-achievement' \ - 'Zp0DACNA' \ - '6truGWKi' \ + 'fBtlVmt6' \ + 'EC84XpKp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'PublicUnlockAchievement' test.out #- 26 ListUserContributions $PYTHON -m $MODULE 'achievement-list-user-contributions' \ - 'OEynunBv' \ + 'BL0hBGsW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'ListUserContributions' test.out #- 27 ClaimGlobalAchievementReward $PYTHON -m $MODULE 'achievement-claim-global-achievement-reward' \ - 'sx2WFJ3j' \ - 'AWgev3wC' \ + 'NdXmblyQ' \ + 'bLsLfLWc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'ClaimGlobalAchievementReward' test.out diff --git a/samples/cli/tests/ams-cli-test.sh b/samples/cli/tests/ams-cli-test.sh index 3115f1a22..ee1a7ca4d 100644 --- a/samples/cli/tests/ams-cli-test.sh +++ b/samples/cli/tests/ams-cli-test.sh @@ -32,36 +32,36 @@ $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap ams-auth-check --login_with_auth "Bearer foo" ams-portal-health-check --login_with_auth "Bearer foo" ams-admin-account-get --login_with_auth "Bearer foo" -ams-admin-account-create '{"name": "jlK38w8j"}' --login_with_auth "Bearer foo" +ams-admin-account-create '{"name": "iZdgTZdp"}' --login_with_auth "Bearer foo" ams-admin-account-link-token-get --login_with_auth "Bearer foo" -ams-admin-account-link-token-post '{"token": "Nz9yDyu0"}' --login_with_auth "Bearer foo" +ams-admin-account-link-token-post '{"token": "xGoRvWDv"}' --login_with_auth "Bearer foo" ams-artifact-get --login_with_auth "Bearer foo" ams-artifact-usage-get --login_with_auth "Bearer foo" -ams-artifact-delete 'jDltFy2f' --login_with_auth "Bearer foo" -ams-artifact-get-url 'riXxg3lN' --login_with_auth "Bearer foo" +ams-artifact-delete 'XZlrptKF' --login_with_auth "Bearer foo" +ams-artifact-get-url 'r5DSMxG7' --login_with_auth "Bearer foo" ams-fleet-list --login_with_auth "Bearer foo" -ams-fleet-create '{"active": false, "claimKeys": ["MIqdjlWX", "NmNJz4s5", "CUObVYpC"], "dsHostConfiguration": {"instanceId": "SQ2s9JoV", "instanceType": "iT4N0vCI", "serversPerVm": 84}, "imageDeploymentProfile": {"commandLine": "jPjZM2LV", "imageId": "H3xAPCEk", "portConfigurations": [{"name": "aLBbambg", "protocol": "8aeTrpzh"}, {"name": "ot1S3bDO", "protocol": "MnuIXt2m"}, {"name": "eYPY7dd0", "protocol": "J64LnzcZ"}], "timeout": {"creation": 83, "drain": 15, "session": 42, "unresponsive": 51}}, "name": "EzpZ1TkU", "regions": [{"bufferSize": 42, "maxServerCount": 88, "minServerCount": 69, "region": "EKQ6wl88"}, {"bufferSize": 30, "maxServerCount": 88, "minServerCount": 52, "region": "TfGtQ2M6"}, {"bufferSize": 4, "maxServerCount": 24, "minServerCount": 19, "region": "lErYsQBz"}], "samplingRules": {"coredumps": {"crashed": {"collect": false, "percentage": 54}, "success": {"collect": false, "percentage": 11}}, "logs": {"crashed": {"collect": true, "percentage": 35}, "success": {"collect": false, "percentage": 67}}}}' --login_with_auth "Bearer foo" -ams-fleet-get 'xQVf9rjM' --login_with_auth "Bearer foo" -ams-fleet-update '{"active": true, "claimKeys": ["ARDqYV3l", "OQ1UKFz8", "Xi0oga1W"], "dsHostConfiguration": {"instanceId": "vxokjiBr", "instanceType": "GskRa4aD", "serversPerVm": 33}, "imageDeploymentProfile": {"commandLine": "yYJbJfgj", "imageId": "8OzDagy1", "portConfigurations": [{"name": "wnXabEhB", "protocol": "X49bbjlY"}, {"name": "g1uKK454", "protocol": "iS8q8cEL"}, {"name": "0B4nAz1z", "protocol": "hrByEUoZ"}], "timeout": {"creation": 44, "drain": 79, "session": 86, "unresponsive": 46}}, "name": "aLmuTAUC", "regions": [{"bufferSize": 7, "maxServerCount": 0, "minServerCount": 61, "region": "bOGKu4nj"}, {"bufferSize": 18, "maxServerCount": 85, "minServerCount": 5, "region": "jm6THqI3"}, {"bufferSize": 26, "maxServerCount": 96, "minServerCount": 72, "region": "KjEaQcNA"}], "samplingRules": {"coredumps": {"crashed": {"collect": false, "percentage": 30}, "success": {"collect": true, "percentage": 49}}, "logs": {"crashed": {"collect": false, "percentage": 76}, "success": {"collect": false, "percentage": 60}}}}' 'ipWmY9Hm' --login_with_auth "Bearer foo" -ams-fleet-delete 'MBsAnjii' --login_with_auth "Bearer foo" -ams-fleet-artifact-sampling-rules-get 'TcQnFioS' --login_with_auth "Bearer foo" -ams-fleet-artifact-sampling-rules-set '{"coredumps": {"crashed": {"collect": true, "percentage": 61}, "success": {"collect": false, "percentage": 53}}, "logs": {"crashed": {"collect": false, "percentage": 1}, "success": {"collect": false, "percentage": 64}}}' 'SOfrot6i' --login_with_auth "Bearer foo" -ams-fleet-servers 'XqblG2M8' --login_with_auth "Bearer foo" -ams-fleet-server-history 'NmxxW7T3' --login_with_auth "Bearer foo" +ams-fleet-create '{"active": false, "claimKeys": ["Sf7eabr2", "cf90gZNf", "qLHHfcH7"], "dsHostConfiguration": {"instanceId": "SktsVMW9", "instanceType": "RKdnbr3d", "serversPerVm": 69}, "imageDeploymentProfile": {"commandLine": "srjQ7qsM", "imageId": "7jUWI10e", "portConfigurations": [{"name": "ySQ1VjJP", "protocol": "U67th5aD"}, {"name": "sAEf4x9I", "protocol": "UBRD6fY7"}, {"name": "g95PaDTM", "protocol": "VylOMOew"}], "timeout": {"creation": 28, "drain": 5, "session": 63, "unresponsive": 3}}, "name": "XcWhTFh2", "regions": [{"bufferSize": 33, "maxServerCount": 77, "minServerCount": 19, "region": "GeFnvS1a"}, {"bufferSize": 61, "maxServerCount": 61, "minServerCount": 26, "region": "oibhSAqh"}, {"bufferSize": 82, "maxServerCount": 56, "minServerCount": 86, "region": "NO9dmn42"}], "samplingRules": {"coredumps": {"crashed": {"collect": true, "percentage": 71}, "success": {"collect": false, "percentage": 64}}, "logs": {"crashed": {"collect": true, "percentage": 20}, "success": {"collect": false, "percentage": 7}}}}' --login_with_auth "Bearer foo" +ams-fleet-get 'nIknNH6J' --login_with_auth "Bearer foo" +ams-fleet-update '{"active": true, "claimKeys": ["cVdA7uEE", "2RCbQCy0", "M68Jht3E"], "dsHostConfiguration": {"instanceId": "1XC8PrdQ", "instanceType": "uCx5pPAg", "serversPerVm": 32}, "imageDeploymentProfile": {"commandLine": "1VivVQHz", "imageId": "Jp82XsZN", "portConfigurations": [{"name": "xX5cb8of", "protocol": "UNhpZKy1"}, {"name": "4500boSZ", "protocol": "QJf3xXRO"}, {"name": "n6p8EGz6", "protocol": "7KFOVCW4"}], "timeout": {"creation": 26, "drain": 85, "session": 44, "unresponsive": 70}}, "name": "Q2C3QypA", "regions": [{"bufferSize": 15, "maxServerCount": 70, "minServerCount": 2, "region": "jj5NurXi"}, {"bufferSize": 19, "maxServerCount": 82, "minServerCount": 67, "region": "nmRuaBQH"}, {"bufferSize": 61, "maxServerCount": 10, "minServerCount": 51, "region": "M4JsU0HU"}], "samplingRules": {"coredumps": {"crashed": {"collect": true, "percentage": 72}, "success": {"collect": false, "percentage": 98}}, "logs": {"crashed": {"collect": false, "percentage": 92}, "success": {"collect": true, "percentage": 21}}}}' 'BXWS9DcN' --login_with_auth "Bearer foo" +ams-fleet-delete 'kBIRc34v' --login_with_auth "Bearer foo" +ams-fleet-artifact-sampling-rules-get 'FasLLmyL' --login_with_auth "Bearer foo" +ams-fleet-artifact-sampling-rules-set '{"coredumps": {"crashed": {"collect": false, "percentage": 26}, "success": {"collect": true, "percentage": 7}}, "logs": {"crashed": {"collect": true, "percentage": 53}, "success": {"collect": true, "percentage": 82}}}' 'nFNyq4Oc' --login_with_auth "Bearer foo" +ams-fleet-servers 'VaQAtK9Q' --login_with_auth "Bearer foo" +ams-fleet-server-history '2VyjHed7' --login_with_auth "Bearer foo" ams-image-list --login_with_auth "Bearer foo" -ams-image-get 'lwW1G3ze' --login_with_auth "Bearer foo" -ams-image-patch '{"addedTags": ["6YQ2W0h6", "lGtl9erW", "QvjJ4w9z"], "isProtected": true, "name": "4co0GJKZ", "removedTags": ["1ruAQa8j", "jz93LSjn", "Cqg2MTkL"]}' 'D5IVEWMD' --login_with_auth "Bearer foo" +ams-image-get 'NdYrsjWG' --login_with_auth "Bearer foo" +ams-image-patch '{"addedTags": ["ZyK2w5XZ", "6ZI6VXWS", "Bo21014b"], "isProtected": true, "name": "RbiQ9lay", "removedTags": ["6o315EKX", "Qb8GJFEJ", "y2uxDaBI"]}' '3RHXJRpO' --login_with_auth "Bearer foo" ams-qo-s-regions-get --login_with_auth "Bearer foo" -ams-qo-s-regions-update '{"status": "JIbfXhQS"}' 'AUR8NOJx' --login_with_auth "Bearer foo" +ams-qo-s-regions-update '{"status": "YGloUaHu"}' 'SMKTgbCs' --login_with_auth "Bearer foo" ams-info-regions --login_with_auth "Bearer foo" -ams-fleet-server-info 'VgTDkimS' --login_with_auth "Bearer foo" -ams-server-history 'MjJcdAqU' --login_with_auth "Bearer foo" +ams-fleet-server-info 'k6VpFmfE' --login_with_auth "Bearer foo" +ams-server-history 'A98Uo01M' --login_with_auth "Bearer foo" ams-info-supported-instances --login_with_auth "Bearer foo" ams-account-get --login_with_auth "Bearer foo" -ams-fleet-claim-by-id '{"region": "IbZJUevk"}' 'PKvVwJbb' --login_with_auth "Bearer foo" -ams-local-watchdog-connect 'hhF5bHvp' --login_with_auth "Bearer foo" -ams-fleet-claim-by-keys '{"claimKeys": ["N3qXZCXj", "3BpHF7KE", "crUWrXM1"], "regions": ["Aj3ClWr9", "5klLfrnQ", "ubDql26w"]}' --login_with_auth "Bearer foo" -ams-watchdog-connect 'vm5jmCnD' --login_with_auth "Bearer foo" +ams-fleet-claim-by-id '{"region": "lY2ZYrJA"}' 'hs7O4hmM' --login_with_auth "Bearer foo" +ams-local-watchdog-connect '0NfNIYWE' --login_with_auth "Bearer foo" +ams-fleet-claim-by-keys '{"claimKeys": ["F7Ydi8Y7", "54VdkUnE", "vApSZHgs"], "regions": ["BGcLHZ6s", "0cJsdbqM", "tAcuVRLN"]}' --login_with_auth "Bearer foo" +ams-watchdog-connect 'hiKDm8cU' --login_with_auth "Bearer foo" ams-upload-url-get --login_with_auth "Bearer foo" ams-func1 --login_with_auth "Bearer foo" ams-basic-health-check --login_with_auth "Bearer foo" @@ -113,7 +113,7 @@ eval_tap $? 4 'AdminAccountGet' test.out #- 5 AdminAccountCreate $PYTHON -m $MODULE 'ams-admin-account-create' \ - '{"name": "AoVm8dMA"}' \ + '{"name": "5PdPnzmi"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'AdminAccountCreate' test.out @@ -126,7 +126,7 @@ eval_tap $? 6 'AdminAccountLinkTokenGet' test.out #- 7 AdminAccountLinkTokenPost $PYTHON -m $MODULE 'ams-admin-account-link-token-post' \ - '{"token": "2U1vkNsW"}' \ + '{"token": "hce4utHs"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminAccountLinkTokenPost' test.out @@ -145,14 +145,14 @@ eval_tap $? 9 'ArtifactUsageGet' test.out #- 10 ArtifactDelete $PYTHON -m $MODULE 'ams-artifact-delete' \ - 'b3N7BxBX' \ + 'F8tr8ieR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'ArtifactDelete' test.out #- 11 ArtifactGetURL $PYTHON -m $MODULE 'ams-artifact-get-url' \ - '4CnV6NsQ' \ + '2A1QJoYq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'ArtifactGetURL' test.out @@ -165,58 +165,58 @@ eval_tap $? 12 'FleetList' test.out #- 13 FleetCreate $PYTHON -m $MODULE 'ams-fleet-create' \ - '{"active": true, "claimKeys": ["zyusC0w8", "t3C4mR1v", "lpe6I3s3"], "dsHostConfiguration": {"instanceId": "ac5MloTf", "instanceType": "HrpIDDCC", "serversPerVm": 96}, "imageDeploymentProfile": {"commandLine": "25EbZQMy", "imageId": "jfwu50qN", "portConfigurations": [{"name": "bXXZAhtZ", "protocol": "4Ot7wpBU"}, {"name": "cL82u888", "protocol": "5lOV6HEO"}, {"name": "Z06yEWIR", "protocol": "PtrbM8Lo"}], "timeout": {"creation": 64, "drain": 59, "session": 4, "unresponsive": 22}}, "name": "aKE0d5UN", "regions": [{"bufferSize": 68, "maxServerCount": 95, "minServerCount": 74, "region": "jIext0id"}, {"bufferSize": 6, "maxServerCount": 72, "minServerCount": 83, "region": "NPzpfnLB"}, {"bufferSize": 67, "maxServerCount": 12, "minServerCount": 44, "region": "heT2d3G7"}], "samplingRules": {"coredumps": {"crashed": {"collect": false, "percentage": 40}, "success": {"collect": true, "percentage": 99}}, "logs": {"crashed": {"collect": true, "percentage": 26}, "success": {"collect": false, "percentage": 78}}}}' \ + '{"active": true, "claimKeys": ["XCuRCFr8", "2LZko1L4", "qZrMuTMg"], "dsHostConfiguration": {"instanceId": "t1s4BjOw", "instanceType": "9xHfMpaJ", "serversPerVm": 72}, "imageDeploymentProfile": {"commandLine": "FeIcMYwR", "imageId": "HBVbfvq0", "portConfigurations": [{"name": "KHqUFfeO", "protocol": "8OfVpiW3"}, {"name": "WrPyrD68", "protocol": "Yrqh33xB"}, {"name": "JkGlTTe3", "protocol": "5xZHvNHZ"}], "timeout": {"creation": 18, "drain": 57, "session": 5, "unresponsive": 48}}, "name": "n4jl6WIt", "regions": [{"bufferSize": 4, "maxServerCount": 10, "minServerCount": 8, "region": "WRC0CfJT"}, {"bufferSize": 87, "maxServerCount": 75, "minServerCount": 72, "region": "Tm6lrFkO"}, {"bufferSize": 21, "maxServerCount": 49, "minServerCount": 11, "region": "vPBDPgLj"}], "samplingRules": {"coredumps": {"crashed": {"collect": false, "percentage": 51}, "success": {"collect": true, "percentage": 93}}, "logs": {"crashed": {"collect": true, "percentage": 97}, "success": {"collect": false, "percentage": 72}}}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'FleetCreate' test.out #- 14 FleetGet $PYTHON -m $MODULE 'ams-fleet-get' \ - 'JMOGesZH' \ + 'nf0qxMpv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'FleetGet' test.out #- 15 FleetUpdate $PYTHON -m $MODULE 'ams-fleet-update' \ - '{"active": true, "claimKeys": ["RUvf2Tsg", "lFFrqyI9", "hElVobrh"], "dsHostConfiguration": {"instanceId": "hEfyeUtC", "instanceType": "w3yLq4vw", "serversPerVm": 88}, "imageDeploymentProfile": {"commandLine": "GxLgISPc", "imageId": "tDAVIWqg", "portConfigurations": [{"name": "nPu8SPv7", "protocol": "yktgFBYZ"}, {"name": "mm5wcQcW", "protocol": "NTfePZEe"}, {"name": "nMnbwQ9X", "protocol": "LVSylFtw"}], "timeout": {"creation": 61, "drain": 4, "session": 91, "unresponsive": 80}}, "name": "aCjNNgrv", "regions": [{"bufferSize": 78, "maxServerCount": 5, "minServerCount": 47, "region": "qGf2A5NL"}, {"bufferSize": 7, "maxServerCount": 81, "minServerCount": 37, "region": "qOSkq1wN"}, {"bufferSize": 29, "maxServerCount": 30, "minServerCount": 94, "region": "1dgT6Srf"}], "samplingRules": {"coredumps": {"crashed": {"collect": true, "percentage": 50}, "success": {"collect": true, "percentage": 62}}, "logs": {"crashed": {"collect": true, "percentage": 50}, "success": {"collect": true, "percentage": 78}}}}' \ - 'FsxYg0yC' \ + '{"active": false, "claimKeys": ["bPO4pPpn", "M9mLpWxH", "ov2vUs7x"], "dsHostConfiguration": {"instanceId": "nQLPkdRI", "instanceType": "pmecZxwZ", "serversPerVm": 35}, "imageDeploymentProfile": {"commandLine": "Ix9nODuZ", "imageId": "cFC1scjx", "portConfigurations": [{"name": "pFRnkFeF", "protocol": "WPCCnGCK"}, {"name": "uxL2oETX", "protocol": "B4Eh09Uo"}, {"name": "F3XDhzrY", "protocol": "leS4VxII"}], "timeout": {"creation": 11, "drain": 83, "session": 33, "unresponsive": 77}}, "name": "tilouxtq", "regions": [{"bufferSize": 63, "maxServerCount": 69, "minServerCount": 6, "region": "at0ukLJJ"}, {"bufferSize": 73, "maxServerCount": 29, "minServerCount": 62, "region": "YuwyeKtQ"}, {"bufferSize": 70, "maxServerCount": 67, "minServerCount": 88, "region": "8GEUoYqd"}], "samplingRules": {"coredumps": {"crashed": {"collect": false, "percentage": 24}, "success": {"collect": false, "percentage": 81}}, "logs": {"crashed": {"collect": true, "percentage": 70}, "success": {"collect": true, "percentage": 98}}}}' \ + 'Vgu54uzM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'FleetUpdate' test.out #- 16 FleetDelete $PYTHON -m $MODULE 'ams-fleet-delete' \ - '4x1RmQyU' \ + 'LIZ95FZE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'FleetDelete' test.out #- 17 FleetArtifactSamplingRulesGet $PYTHON -m $MODULE 'ams-fleet-artifact-sampling-rules-get' \ - '38xkpXa7' \ + '1JvlyeiL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'FleetArtifactSamplingRulesGet' test.out #- 18 FleetArtifactSamplingRulesSet $PYTHON -m $MODULE 'ams-fleet-artifact-sampling-rules-set' \ - '{"coredumps": {"crashed": {"collect": false, "percentage": 79}, "success": {"collect": true, "percentage": 89}}, "logs": {"crashed": {"collect": true, "percentage": 86}, "success": {"collect": true, "percentage": 8}}}' \ - 'cFHFx3El' \ + '{"coredumps": {"crashed": {"collect": false, "percentage": 88}, "success": {"collect": false, "percentage": 51}}, "logs": {"crashed": {"collect": false, "percentage": 78}, "success": {"collect": false, "percentage": 35}}}' \ + 'fiD4omEf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'FleetArtifactSamplingRulesSet' test.out #- 19 FleetServers $PYTHON -m $MODULE 'ams-fleet-servers' \ - 'KjoSNCY8' \ + 'DrfrFAnt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'FleetServers' test.out #- 20 FleetServerHistory $PYTHON -m $MODULE 'ams-fleet-server-history' \ - 'WxFzahpl' \ + '6likQvCz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'FleetServerHistory' test.out @@ -229,15 +229,15 @@ eval_tap $? 21 'ImageList' test.out #- 22 ImageGet $PYTHON -m $MODULE 'ams-image-get' \ - 'l3bFudN3' \ + 'E8RaRl17' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'ImageGet' test.out #- 23 ImagePatch $PYTHON -m $MODULE 'ams-image-patch' \ - '{"addedTags": ["ZvAl4g89", "SAd8sg1d", "V8ovTv4I"], "isProtected": false, "name": "VSUpgvmR", "removedTags": ["2GMCyxO6", "mpFCbgFF", "H6R2Kbiz"]}' \ - 'qjT5DxNL' \ + '{"addedTags": ["g0ScQhyn", "KlOA5pMN", "d1Db9X7R"], "isProtected": false, "name": "jciVPMYX", "removedTags": ["IpWkZkhS", "F9hrphIF", "4F5q0En5"]}' \ + 'VHKtEh51' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'ImagePatch' test.out @@ -250,8 +250,8 @@ eval_tap $? 24 'QoSRegionsGet' test.out #- 25 QoSRegionsUpdate $PYTHON -m $MODULE 'ams-qo-s-regions-update' \ - '{"status": "6CsqUJZb"}' \ - '94FhCXEh' \ + '{"status": "vsuZHBK9"}' \ + '2PUH9Hy0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'QoSRegionsUpdate' test.out @@ -264,14 +264,14 @@ eval_tap $? 26 'InfoRegions' test.out #- 27 FleetServerInfo $PYTHON -m $MODULE 'ams-fleet-server-info' \ - 'Pjl4LsC6' \ + 'Xf2mMZnf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'FleetServerInfo' test.out #- 28 ServerHistory $PYTHON -m $MODULE 'ams-server-history' \ - 'rcD7QvAN' \ + 'z6Co1viG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'ServerHistory' test.out @@ -290,29 +290,29 @@ eval_tap $? 30 'AccountGet' test.out #- 31 FleetClaimByID $PYTHON -m $MODULE 'ams-fleet-claim-by-id' \ - '{"region": "e6Wvb3bu"}' \ - 'VAaxPkpw' \ + '{"region": "yo3sjwch"}' \ + 'A0CkGa3L' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'FleetClaimByID' test.out #- 32 LocalWatchdogConnect $PYTHON -m $MODULE 'ams-local-watchdog-connect' \ - 'R0JSkyzK' \ + '4fHjloaJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'LocalWatchdogConnect' test.out #- 33 FleetClaimByKeys $PYTHON -m $MODULE 'ams-fleet-claim-by-keys' \ - '{"claimKeys": ["x3JRREiZ", "gHe3JyjW", "ZP5ncfZK"], "regions": ["kPXIXBfE", "j5F0lkfy", "g6Cwo2lO"]}' \ + '{"claimKeys": ["7Gv1l3rN", "kZ3H5Dug", "22bQukn7"], "regions": ["Gv7zS3qD", "KEEX01Po", "DnzJPDXZ"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'FleetClaimByKeys' test.out #- 34 WatchdogConnect $PYTHON -m $MODULE 'ams-watchdog-connect' \ - 'Wj1OiykR' \ + '17yvTATL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'WatchdogConnect' test.out diff --git a/samples/cli/tests/basic-cli-test.sh b/samples/cli/tests/basic-cli-test.sh index f4b71418b..1e6195dfe 100644 --- a/samples/cli/tests/basic-cli-test.sh +++ b/samples/cli/tests/basic-cli-test.sh @@ -30,70 +30,72 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END basic-get-namespaces --login_with_auth "Bearer foo" -basic-create-namespace --body '{"displayName": "LA3iwRiN", "namespace": "GL9gkr9T"}' --login_with_auth "Bearer foo" +basic-create-namespace --body '{"displayName": "qlG3u0d2", "namespace": "xVHgfTGR"}' --login_with_auth "Bearer foo" basic-get-namespace --login_with_auth "Bearer foo" basic-delete-namespace --login_with_auth "Bearer foo" basic-get-actions --login_with_auth "Bearer foo" -basic-ban-users --body '{"actionId": 96, "comment": "IrMAN1Km", "userIds": ["BXdQglhf", "GuiFf04Q", "EpzOWRiy"]}' --login_with_auth "Bearer foo" -basic-get-banned-users '["M80D2HKm", "QdvPd6bm", "zRO9p9Sc"]' --login_with_auth "Bearer foo" -basic-report-user --body '{"category": "2zUsaNzj", "description": "aUxCpQlW", "gameSessionId": "LRKbg2EM", "subcategory": "CMI21rns", "userId": "FYXCkN40"}' --login_with_auth "Bearer foo" -basic-get-user-status 'lmUjUmpu' --login_with_auth "Bearer foo" -basic-un-ban-users --body '{"comment": "KaZTZPMc", "userIds": ["DPLitCrc", "6Q4ff8Dt", "5viVI8C0"]}' --login_with_auth "Bearer foo" -basic-update-namespace --body '{"displayName": "ULHCaycb"}' --login_with_auth "Bearer foo" -basic-create-config --body '{"key": "sXH5obki", "value": "FmZaZlIM"}' --login_with_auth "Bearer foo" -basic-get-config-1 'iel5jr9u' --login_with_auth "Bearer foo" -basic-delete-config-1 'RGNrLF3L' --login_with_auth "Bearer foo" -basic-update-config-1 'w6mTlWiA' --body '{"value": "abUC1WxM"}' --login_with_auth "Bearer foo" +basic-ban-users --body '{"actionId": 11, "comment": "DGFaZrCE", "userIds": ["ImDHtkSf", "8PUknTyW", "SbqHbA36"]}' --login_with_auth "Bearer foo" +basic-get-banned-users '["R9FLSrRZ", "vtU9fxMv", "7AO0MDKI"]' --login_with_auth "Bearer foo" +basic-report-user --body '{"category": "X6fxtXZl", "description": "efSjwSu2", "gameSessionId": "B7aAKJjY", "subcategory": "8quhTfE7", "userId": "ULZcTFNr"}' --login_with_auth "Bearer foo" +basic-get-user-status 'KOemzNjN' --login_with_auth "Bearer foo" +basic-un-ban-users --body '{"comment": "x5lqk9f8", "userIds": ["dakVrJzd", "tUEClhlY", "RfBlK3sb"]}' --login_with_auth "Bearer foo" +basic-update-namespace --body '{"displayName": "EzvMFEtH"}' --login_with_auth "Bearer foo" +basic-get-child-namespaces --login_with_auth "Bearer foo" +basic-create-config --body '{"key": "9Tt4jFJD", "value": "70C9epI8"}' --login_with_auth "Bearer foo" +basic-get-config-1 'TOsnsbfZ' --login_with_auth "Bearer foo" +basic-delete-config-1 'n5Zlqryj' --login_with_auth "Bearer foo" +basic-update-config-1 'J91OdJQV' --body '{"value": "4ITtoGvq"}' --login_with_auth "Bearer foo" +basic-get-namespace-context --login_with_auth "Bearer foo" basic-get-config --login_with_auth "Bearer foo" basic-delete-config --login_with_auth "Bearer foo" -basic-update-config --body '{"apiKey": "yUWJhLDk"}' --login_with_auth "Bearer foo" -basic-generated-upload-url 'VDiFV4fG' 'ASRdZ2PQ' --login_with_auth "Bearer foo" +basic-update-config --body '{"apiKey": "g9xufvN9"}' --login_with_auth "Bearer foo" +basic-generated-upload-url '8sX5y175' 'TpoGDp5h' --login_with_auth "Bearer foo" basic-get-game-namespaces --login_with_auth "Bearer foo" basic-get-country-groups --login_with_auth "Bearer foo" -basic-add-country-group --body '{"countries": [{"code": "a53s4RD1", "name": "hnaqISQd"}, {"code": "fIhjLdoJ", "name": "l9brhRfD"}, {"code": "PvUkImry", "name": "gfrDlkAU"}], "countryGroupCode": "EMcxWb4N", "countryGroupName": "XwIFTr6N"}' --login_with_auth "Bearer foo" -basic-update-country-group 'CeCVWUJh' --body '{"countries": [{"code": "klNxcIXg", "name": "mTsTpiJI"}, {"code": "uAB3qaoV", "name": "EWmyYQLD"}, {"code": "8gqqnrRx", "name": "199OTfal"}], "countryGroupName": "OZEwKu6b"}' --login_with_auth "Bearer foo" -basic-delete-country-group '4WkWAnCr' --login_with_auth "Bearer foo" +basic-add-country-group --body '{"countries": [{"code": "iSGUVLRc", "name": "Rsc6OPV6"}, {"code": "k8AIlTKd", "name": "3ADtwKrW"}, {"code": "IlwjD2e1", "name": "nUUhQZov"}], "countryGroupCode": "Yd98QPgf", "countryGroupName": "FoZnzvkY"}' --login_with_auth "Bearer foo" +basic-update-country-group 'ntRC5zZU' --body '{"countries": [{"code": "Lo7UIpSc", "name": "uVkgtflk"}, {"code": "vMpWx9cJ", "name": "7p8JK2k1"}, {"code": "9yoj2PU3", "name": "MBL2i34h"}], "countryGroupName": "M89FL9Uk"}' --login_with_auth "Bearer foo" +basic-delete-country-group '1gDP2X9E' --login_with_auth "Bearer foo" basic-get-languages --login_with_auth "Bearer foo" basic-get-time-zones --login_with_auth "Bearer foo" -basic-get-user-profile-info-by-public-id 'lVuyaAzg' --login_with_auth "Bearer foo" -basic-admin-get-user-profile-public-info-by-ids --body '{"userIds": ["16gMWKzp", "B6UmfHD9", "gmvFjNH9"]}' --login_with_auth "Bearer foo" +basic-get-user-profile-info-by-public-id 'j51MvFz0' --login_with_auth "Bearer foo" +basic-admin-get-user-profile-public-info-by-ids --body '{"userIds": ["olp4cIdK", "4HdpYpYO", "lZqzSsq7"]}' --login_with_auth "Bearer foo" basic-get-namespace-publisher --login_with_auth "Bearer foo" -basic-get-publisher-config '6kGg6bmy' --login_with_auth "Bearer foo" -basic-change-namespace-status --body '{"status": "INACTIVE"}' --login_with_auth "Bearer foo" -basic-anonymize-user-profile 'kU8hAgNt' --login_with_auth "Bearer foo" -basic-generated-user-upload-content-url '8dhpdfdl' '3njIQ5uh' --login_with_auth "Bearer foo" -basic-get-user-profile-info '4uuKwmwx' --login_with_auth "Bearer foo" -basic-update-user-profile 'PHlDgUXN' --body '{"avatarLargeUrl": "87C9J3df", "avatarSmallUrl": "3zSKHLNe", "avatarUrl": "R5U1dEQm", "customAttributes": {"slbVnHdg": {}, "fLKU7TxQ": {}, "5DD8XPuw": {}}, "dateOfBirth": "1972-12-02", "firstName": "lVAcSTfT", "language": "zX_IMsW", "lastName": "JuJkcobV", "privateCustomAttributes": {"VJByIGlR": {}, "00L5m2Wr": {}, "MbSeEQ77": {}}, "status": "ACTIVE", "timeZone": "XQvEp4Km", "zipCode": "J58Kg5Cn"}' --login_with_auth "Bearer foo" -basic-delete-user-profile 'oBYQrV8w' --login_with_auth "Bearer foo" -basic-get-custom-attributes-info 'uue7qm4D' --login_with_auth "Bearer foo" -basic-update-custom-attributes-partially 'j0QUwdPl' --body '{"DJPKodeO": {}, "s2VmvHEE": {}, "eYsJ0SVg": {}}' --login_with_auth "Bearer foo" -basic-get-private-custom-attributes-info 'krsnei3y' --login_with_auth "Bearer foo" -basic-update-private-custom-attributes-partially 'k0mZqrgu' --body '{"xkyj7FCv": {}, "Cy15lJsO": {}, "M6oJtZiU": {}}' --login_with_auth "Bearer foo" -basic-update-user-profile-status '2TSZW3OR' --body '{"status": "ACTIVE"}' --login_with_auth "Bearer foo" +basic-get-publisher-config 'NyPzu7rH' --login_with_auth "Bearer foo" +basic-change-namespace-status --body '{"status": "ACTIVE"}' --login_with_auth "Bearer foo" +basic-anonymize-user-profile 'bMGZxuDW' --login_with_auth "Bearer foo" +basic-generated-user-upload-content-url 'OVOI66XY' 'Ypw6DQ8h' --login_with_auth "Bearer foo" +basic-get-user-profile-info 'n5aUf1m7' --login_with_auth "Bearer foo" +basic-update-user-profile 'in52iSZF' --body '{"avatarLargeUrl": "Cpc0Bu7L", "avatarSmallUrl": "fq7HuHje", "avatarUrl": "afAE3hGB", "customAttributes": {"vGWYu8Y2": {}, "4tq4tbVe": {}, "oG9DnkEf": {}}, "dateOfBirth": "1994-08-04", "firstName": "pF9uvKcR", "language": "frM", "lastName": "pi4nepY8", "privateCustomAttributes": {"uqxXJItj": {}, "masO4B2X": {}, "oglIewb4": {}}, "status": "INACTIVE", "timeZone": "aUL21zsb", "zipCode": "XwVS6HwQ"}' --login_with_auth "Bearer foo" +basic-delete-user-profile 'CcJMK72K' --login_with_auth "Bearer foo" +basic-get-custom-attributes-info 'VPMLq3Aj' --login_with_auth "Bearer foo" +basic-update-custom-attributes-partially 'mhXURqBi' --body '{"xFALXYyT": {}, "VGlacICA": {}, "7uXURA6d": {}}' --login_with_auth "Bearer foo" +basic-get-private-custom-attributes-info 'erl84Aok' --login_with_auth "Bearer foo" +basic-update-private-custom-attributes-partially '2Dk8ik1f' --body '{"JN9pa0Dk": {}, "uD6n6sNa": {}, "cAArqdw9": {}}' --login_with_auth "Bearer foo" +basic-update-user-profile-status 'nKjjOV0G' --body '{"status": "ACTIVE"}' --login_with_auth "Bearer foo" basic-public-get-time --login_with_auth "Bearer foo" basic-public-get-namespaces --login_with_auth "Bearer foo" -basic-public-generated-upload-url 'IeAEkSOt' 'UEn472Gs' --login_with_auth "Bearer foo" +basic-public-generated-upload-url 'DtHvMvmY' 'e3Uf6u91' --login_with_auth "Bearer foo" basic-public-get-languages --login_with_auth "Bearer foo" basic-public-get-time-zones --login_with_auth "Bearer foo" -basic-public-get-user-profile-public-info-by-ids 'tE1Dceuc' --login_with_auth "Bearer foo" -basic-public-get-user-profile-info-by-public-id 'dZfEEsHJ' --login_with_auth "Bearer foo" +basic-public-get-user-profile-public-info-by-ids 'UWu17oz4' --login_with_auth "Bearer foo" +basic-public-get-user-profile-info-by-public-id 'Va50lmNC' --login_with_auth "Bearer foo" basic-public-get-namespace-publisher --login_with_auth "Bearer foo" basic-get-my-profile-info --login_with_auth "Bearer foo" -basic-update-my-profile --body '{"avatarLargeUrl": "ZzQKK25g", "avatarSmallUrl": "sVeeug9l", "avatarUrl": "kP0RX9IN", "customAttributes": {"pXISronL": {}, "GIYuCPpo": {}, "8gOM1Gpx": {}}, "dateOfBirth": "1977-03-07", "firstName": "zyDqpPJX", "language": "prBt-jwtP", "lastName": "21BZ194O", "privateCustomAttributes": {"FoW5VtYP": {}, "asyJvGIn": {}, "wDruoeZi": {}}, "timeZone": "543zLlIO", "zipCode": "LbIGMsxC"}' --login_with_auth "Bearer foo" -basic-create-my-profile --body '{"avatarLargeUrl": "lXMwngRy", "avatarSmallUrl": "FMAQUA3x", "avatarUrl": "ZgwoXmrp", "customAttributes": {"blDg4m73": {}, "IC1EJIDS": {}, "rjF6SFYF": {}}, "dateOfBirth": "1988-03-08", "firstName": "nh1VS2EI", "language": "qZ-Dwkh", "lastName": "xfQ0GSrT", "privateCustomAttributes": {"tX70Ddiz": {}, "pQCX9l4l": {}, "kssSftqt": {}}, "timeZone": "GFMqUINB"}' --login_with_auth "Bearer foo" +basic-update-my-profile --body '{"avatarLargeUrl": "jBTFEdBf", "avatarSmallUrl": "WFSqHh64", "avatarUrl": "zuFD8JNz", "customAttributes": {"Zg0VBnGp": {}, "Dd6mUyEg": {}, "RJLlncbe": {}}, "dateOfBirth": "1998-10-26", "firstName": "uS35KHGn", "language": "Kf-LbVx", "lastName": "nlR2hA3w", "privateCustomAttributes": {"1lvgVdZi": {}, "PPUuVROb": {}, "jWi27a7J": {}}, "timeZone": "ErOdw8DC", "zipCode": "BNR1tULv"}' --login_with_auth "Bearer foo" +basic-create-my-profile --body '{"avatarLargeUrl": "Wnht530S", "avatarSmallUrl": "TekLv57P", "avatarUrl": "PsJo5yV4", "customAttributes": {"h50wIP0V": {}, "MBDrixtu": {}, "DDQknq98": {}}, "dateOfBirth": "1987-06-01", "firstName": "wTKOFfzb", "language": "uRbq_Vt", "lastName": "34lTcXKQ", "privateCustomAttributes": {"er6czIq9": {}, "6HxTSL0d": {}, "Xnu0CFUX": {}}, "timeZone": "1yj8G8wm"}' --login_with_auth "Bearer foo" basic-get-my-private-custom-attributes-info --login_with_auth "Bearer foo" -basic-update-my-private-custom-attributes-partially --body '{"x1dlndoi": {}, "EfhG7r7m": {}, "jJgm8ASZ": {}}' --login_with_auth "Bearer foo" +basic-update-my-private-custom-attributes-partially --body '{"jSLHBTBU": {}, "pYPIEovC": {}, "enCHhP0d": {}}' --login_with_auth "Bearer foo" basic-get-my-zip-code --login_with_auth "Bearer foo" -basic-update-my-zip-code '{"zipCode": "mGddCNRl"}' --login_with_auth "Bearer foo" -basic-public-report-user 'wEebhj31' --body '{"category": "QIQtOWc9", "description": "2RIh033b", "gameSessionId": "EystlDVy", "subcategory": "LgMFNjt1", "userId": "rTxlGrhQ"}' --login_with_auth "Bearer foo" -basic-public-generated-user-upload-content-url 'tNe00wJW' 'nNq5tZIj' --login_with_auth "Bearer foo" -basic-public-get-user-profile-info 'pFuEKF8Q' --login_with_auth "Bearer foo" -basic-public-update-user-profile 'C1HbtIfl' --body '{"avatarLargeUrl": "GUYLk5OJ", "avatarSmallUrl": "H7ioBP5P", "avatarUrl": "3pFCKAO0", "customAttributes": {"XpDr7LBj": {}, "UVSTng6D": {}, "DfEkxBHo": {}}, "dateOfBirth": "1988-08-01", "firstName": "0ULmrFrO", "language": "ElV-EQaB-032", "lastName": "pPOWbJ4L", "privateCustomAttributes": {"J0EG01Xj": {}, "hS9zEOlu": {}, "YvqpS24F": {}}, "timeZone": "AbQBPJf2", "zipCode": "PU5ei5SD"}' --login_with_auth "Bearer foo" -basic-public-create-user-profile 'Rh48RbCN' --body '{"avatarLargeUrl": "bEIjGi5b", "avatarSmallUrl": "EEpcZ2oh", "avatarUrl": "zAHmhMhY", "customAttributes": {"lqN6ucil": {}, "b1El53xi": {}, "HYD66rg6": {}}, "dateOfBirth": "1997-05-03", "firstName": "agVs2bPC", "language": "WQJk-jipV-112", "lastName": "4G5YBlPe", "timeZone": "DKOGMG7D"}' --login_with_auth "Bearer foo" -basic-public-get-custom-attributes-info '8dS6wt8n' --login_with_auth "Bearer foo" -basic-public-update-custom-attributes-partially 'U157kMAa' --body '{"4HrnNWgo": {}, "bP4EoHLv": {}, "gMf0njyN": {}}' --login_with_auth "Bearer foo" -basic-public-get-user-profile-public-info 'KUL52T4z' --login_with_auth "Bearer foo" -basic-public-update-user-profile-status 'JzSexhH3' --body '{"status": "ACTIVE"}' --login_with_auth "Bearer foo" +basic-update-my-zip-code '{"zipCode": "ezIB04rZ"}' --login_with_auth "Bearer foo" +basic-public-report-user 'auzdrRPU' --body '{"category": "yEkgFxuI", "description": "ruqMQXrf", "gameSessionId": "i0DBrCdH", "subcategory": "cU8kYUF7", "userId": "dphl7mYz"}' --login_with_auth "Bearer foo" +basic-public-generated-user-upload-content-url '7oqohCd9' '10xvhb9r' --login_with_auth "Bearer foo" +basic-public-get-user-profile-info 'gNbho7b9' --login_with_auth "Bearer foo" +basic-public-update-user-profile 'lJg7vlnz' --body '{"avatarLargeUrl": "pomEAXSm", "avatarSmallUrl": "GmbIuOSU", "avatarUrl": "8Fby0WJm", "customAttributes": {"OIYKh0wx": {}, "Hses74py": {}, "6OAUqLNR": {}}, "dateOfBirth": "1979-02-15", "firstName": "3S3ts3pp", "language": "Mb_tzYh", "lastName": "jfOnq0LJ", "privateCustomAttributes": {"SF9f7ANL": {}, "4uun6mDr": {}, "xQkECYUk": {}}, "timeZone": "k7viCp1E", "zipCode": "xiOMhKPq"}' --login_with_auth "Bearer foo" +basic-public-create-user-profile '844Fhnfh' --body '{"avatarLargeUrl": "xXSp5SoR", "avatarSmallUrl": "WWo5sPUS", "avatarUrl": "7wYO4Hf2", "customAttributes": {"DNYloyhC": {}, "RDxQfddO": {}, "gAGDviMV": {}}, "dateOfBirth": "1987-07-29", "firstName": "gmA2gnFE", "language": "smet-dJKE", "lastName": "4YxSBTXh", "timeZone": "TFUjgBTa"}' --login_with_auth "Bearer foo" +basic-public-get-custom-attributes-info 'YE1ALlcS' --login_with_auth "Bearer foo" +basic-public-update-custom-attributes-partially 'A1cvBUsN' --body '{"RK2s3J3a": {}, "cBZB59oR": {}, "NDZSRQFh": {}}' --login_with_auth "Bearer foo" +basic-public-get-user-profile-public-info 'v7zeCjQ1' --login_with_auth "Bearer foo" +basic-public-update-user-profile-status 'A1geUlsa' --body '{"status": "INACTIVE"}' --login_with_auth "Bearer foo" exit() END @@ -113,7 +115,7 @@ eval_tap() { } echo "TAP version 13" -echo "1..68" +echo "1..70" #- 1 Login eval_tap 0 1 'Login # SKIP not tested' test.out @@ -130,7 +132,7 @@ eval_tap $? 2 'GetNamespaces' test.out #- 3 CreateNamespace $PYTHON -m $MODULE 'basic-create-namespace' \ - --body '{"displayName": "7DygHCna", "namespace": "8jVP1Qaj"}' \ + --body '{"displayName": "jniPVQKO", "namespace": "KRrnSd1K"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'CreateNamespace' test.out @@ -155,429 +157,441 @@ eval_tap $? 6 'GetActions' test.out #- 7 BanUsers $PYTHON -m $MODULE 'basic-ban-users' \ - --body '{"actionId": 24, "comment": "aEbf1biG", "userIds": ["gxJSJXJb", "cmmRS7fa", "9ddXMMD9"]}' \ + --body '{"actionId": 47, "comment": "GPeK8ETE", "userIds": ["AyjvTteD", "plfc8QEX", "04mccm8D"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'BanUsers' test.out #- 8 GetBannedUsers $PYTHON -m $MODULE 'basic-get-banned-users' \ - '["3YFNDrpO", "uWI4esvl", "bYnNnskn"]' \ + '["UXocezt8", "y8ZIp84x", "YhcmrjWM"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'GetBannedUsers' test.out #- 9 ReportUser $PYTHON -m $MODULE 'basic-report-user' \ - --body '{"category": "xvQLoI8X", "description": "nNT2wyhZ", "gameSessionId": "KR6crbCv", "subcategory": "cRU8T797", "userId": "6XFWnJ75"}' \ + --body '{"category": "JZS2qYG0", "description": "YyV2YMoO", "gameSessionId": "NWsQr8dM", "subcategory": "djOpOeVc", "userId": "F2g6dtcG"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'ReportUser' test.out #- 10 GetUserStatus $PYTHON -m $MODULE 'basic-get-user-status' \ - '6I2u2pSa' \ + 'X81RSUM2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'GetUserStatus' test.out #- 11 UnBanUsers $PYTHON -m $MODULE 'basic-un-ban-users' \ - --body '{"comment": "11BslQC0", "userIds": ["pUQUfPH3", "327A0eWt", "Pp0fzO2w"]}' \ + --body '{"comment": "c7YDPDHn", "userIds": ["cCfHWl63", "9AJSPasR", "uh2slQvz"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'UnBanUsers' test.out #- 12 UpdateNamespace $PYTHON -m $MODULE 'basic-update-namespace' \ - --body '{"displayName": "N8UUx7aP"}' \ + --body '{"displayName": "f1Qig8rr"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'UpdateNamespace' test.out -#- 13 CreateConfig +#- 13 GetChildNamespaces +$PYTHON -m $MODULE 'basic-get-child-namespaces' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 13 'GetChildNamespaces' test.out + +#- 14 CreateConfig $PYTHON -m $MODULE 'basic-create-config' \ - --body '{"key": "4TrgiTYB", "value": "YE88qcWq"}' \ + --body '{"key": "AqWx8Qjr", "value": "HoRIUjRo"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 13 'CreateConfig' test.out +eval_tap $? 14 'CreateConfig' test.out -#- 14 GetConfig1 +#- 15 GetConfig1 $PYTHON -m $MODULE 'basic-get-config-1' \ - 'NBsstKqK' \ + 'nfN5XIq2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 14 'GetConfig1' test.out +eval_tap $? 15 'GetConfig1' test.out -#- 15 DeleteConfig1 +#- 16 DeleteConfig1 $PYTHON -m $MODULE 'basic-delete-config-1' \ - 'ICsjhj5L' \ + 'lZtdD8FI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 15 'DeleteConfig1' test.out +eval_tap $? 16 'DeleteConfig1' test.out -#- 16 UpdateConfig1 +#- 17 UpdateConfig1 $PYTHON -m $MODULE 'basic-update-config-1' \ - '3KRQdUgB' \ - --body '{"value": "1EdeXIGU"}' \ + 'uE6d67LM' \ + --body '{"value": "o86FgLlB"}' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 17 'UpdateConfig1' test.out + +#- 18 GetNamespaceContext +$PYTHON -m $MODULE 'basic-get-namespace-context' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 16 'UpdateConfig1' test.out +eval_tap $? 18 'GetNamespaceContext' test.out -#- 17 GetConfig +#- 19 GetConfig $PYTHON -m $MODULE 'basic-get-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 17 'GetConfig' test.out +eval_tap $? 19 'GetConfig' test.out -#- 18 DeleteConfig +#- 20 DeleteConfig $PYTHON -m $MODULE 'basic-delete-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 18 'DeleteConfig' test.out +eval_tap $? 20 'DeleteConfig' test.out -#- 19 UpdateConfig +#- 21 UpdateConfig $PYTHON -m $MODULE 'basic-update-config' \ - --body '{"apiKey": "0DDZ2Xge"}' \ + --body '{"apiKey": "Q7qCPfq2"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 19 'UpdateConfig' test.out +eval_tap $? 21 'UpdateConfig' test.out -#- 20 GeneratedUploadUrl +#- 22 GeneratedUploadUrl $PYTHON -m $MODULE 'basic-generated-upload-url' \ - 'e1XKH8oP' \ - '02OzEIy3' \ + 'VX6qxQZZ' \ + 'w6Yzzize' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 20 'GeneratedUploadUrl' test.out +eval_tap $? 22 'GeneratedUploadUrl' test.out -#- 21 GetGameNamespaces +#- 23 GetGameNamespaces $PYTHON -m $MODULE 'basic-get-game-namespaces' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 21 'GetGameNamespaces' test.out +eval_tap $? 23 'GetGameNamespaces' test.out -#- 22 GetCountries -eval_tap 0 22 'GetCountries # SKIP deprecated' test.out +#- 24 GetCountries +eval_tap 0 24 'GetCountries # SKIP deprecated' test.out -#- 23 GetCountryGroups +#- 25 GetCountryGroups $PYTHON -m $MODULE 'basic-get-country-groups' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 23 'GetCountryGroups' test.out +eval_tap $? 25 'GetCountryGroups' test.out -#- 24 AddCountryGroup +#- 26 AddCountryGroup $PYTHON -m $MODULE 'basic-add-country-group' \ - --body '{"countries": [{"code": "8yCLN9pl", "name": "YX6vUyUo"}, {"code": "EwMq9g1b", "name": "a5u6zaE5"}, {"code": "dJLgk94T", "name": "WDwCCYg3"}], "countryGroupCode": "EKq6cycn", "countryGroupName": "a4VgtTh5"}' \ + --body '{"countries": [{"code": "Uwna29X5", "name": "3pMrGgNQ"}, {"code": "U4z3CPyN", "name": "k3v5gwae"}, {"code": "Y97Jzusv", "name": "EQmHRPH3"}], "countryGroupCode": "roqJIJgs", "countryGroupName": "8D1wdNvn"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 24 'AddCountryGroup' test.out +eval_tap $? 26 'AddCountryGroup' test.out -#- 25 UpdateCountryGroup +#- 27 UpdateCountryGroup $PYTHON -m $MODULE 'basic-update-country-group' \ - 'rgJTEWWP' \ - --body '{"countries": [{"code": "mlZvLhXR", "name": "8H512UJA"}, {"code": "05imNHDK", "name": "9qqW3pnJ"}, {"code": "tnBHvnTm", "name": "fGfDoI8b"}], "countryGroupName": "kUM5M6zQ"}' \ + 'YrMlaaRP' \ + --body '{"countries": [{"code": "vXzzVaEg", "name": "11APmfiP"}, {"code": "xsAIo3UZ", "name": "CiKiPk5c"}, {"code": "UpapMOX3", "name": "T8cPMAAM"}], "countryGroupName": "OkLyKpaQ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 25 'UpdateCountryGroup' test.out +eval_tap $? 27 'UpdateCountryGroup' test.out -#- 26 DeleteCountryGroup +#- 28 DeleteCountryGroup $PYTHON -m $MODULE 'basic-delete-country-group' \ - 'fXX2xhxQ' \ + '3XLHhzHV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 26 'DeleteCountryGroup' test.out +eval_tap $? 28 'DeleteCountryGroup' test.out -#- 27 GetLanguages +#- 29 GetLanguages $PYTHON -m $MODULE 'basic-get-languages' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 27 'GetLanguages' test.out +eval_tap $? 29 'GetLanguages' test.out -#- 28 GetTimeZones +#- 30 GetTimeZones $PYTHON -m $MODULE 'basic-get-time-zones' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 28 'GetTimeZones' test.out +eval_tap $? 30 'GetTimeZones' test.out -#- 29 GetUserProfileInfoByPublicId +#- 31 GetUserProfileInfoByPublicId $PYTHON -m $MODULE 'basic-get-user-profile-info-by-public-id' \ - 'MuEoiPQD' \ + 'O8YcU9qg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 29 'GetUserProfileInfoByPublicId' test.out +eval_tap $? 31 'GetUserProfileInfoByPublicId' test.out -#- 30 AdminGetUserProfilePublicInfoByIds +#- 32 AdminGetUserProfilePublicInfoByIds $PYTHON -m $MODULE 'basic-admin-get-user-profile-public-info-by-ids' \ - --body '{"userIds": ["FFiAzlKY", "QsMqClQM", "QHEN7S6k"]}' \ + --body '{"userIds": ["zrS9clKA", "D8hpCOSK", "49dXKOVM"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 30 'AdminGetUserProfilePublicInfoByIds' test.out +eval_tap $? 32 'AdminGetUserProfilePublicInfoByIds' test.out -#- 31 GetNamespacePublisher +#- 33 GetNamespacePublisher $PYTHON -m $MODULE 'basic-get-namespace-publisher' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 31 'GetNamespacePublisher' test.out +eval_tap $? 33 'GetNamespacePublisher' test.out -#- 32 GetPublisherConfig +#- 34 GetPublisherConfig $PYTHON -m $MODULE 'basic-get-publisher-config' \ - 'tqEi7QaL' \ + 'YS8TBQgO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 32 'GetPublisherConfig' test.out +eval_tap $? 34 'GetPublisherConfig' test.out -#- 33 ChangeNamespaceStatus +#- 35 ChangeNamespaceStatus $PYTHON -m $MODULE 'basic-change-namespace-status' \ - --body '{"status": "INACTIVE"}' \ + --body '{"status": "ACTIVE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 33 'ChangeNamespaceStatus' test.out +eval_tap $? 35 'ChangeNamespaceStatus' test.out -#- 34 AnonymizeUserProfile +#- 36 AnonymizeUserProfile $PYTHON -m $MODULE 'basic-anonymize-user-profile' \ - 'LnFJXOzO' \ + '1ukdFCKn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 34 'AnonymizeUserProfile' test.out +eval_tap $? 36 'AnonymizeUserProfile' test.out -#- 35 GeneratedUserUploadContentUrl +#- 37 GeneratedUserUploadContentUrl $PYTHON -m $MODULE 'basic-generated-user-upload-content-url' \ - 'EIG5tWcx' \ - 'LRxQ5Vjz' \ + 'IQAs8h1m' \ + 'NRTTc0ha' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 35 'GeneratedUserUploadContentUrl' test.out +eval_tap $? 37 'GeneratedUserUploadContentUrl' test.out -#- 36 GetUserProfileInfo +#- 38 GetUserProfileInfo $PYTHON -m $MODULE 'basic-get-user-profile-info' \ - 'J0MMIrMD' \ + 'F5iQ5iYF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 36 'GetUserProfileInfo' test.out +eval_tap $? 38 'GetUserProfileInfo' test.out -#- 37 UpdateUserProfile +#- 39 UpdateUserProfile $PYTHON -m $MODULE 'basic-update-user-profile' \ - '7FfPYgWU' \ - --body '{"avatarLargeUrl": "gn7fTNij", "avatarSmallUrl": "ZXbt5uAL", "avatarUrl": "IzqfZD6O", "customAttributes": {"T0Lj4GD5": {}, "6BaD0KJZ": {}, "3AX5Myzz": {}}, "dateOfBirth": "1976-11-24", "firstName": "nmfRHxmT", "language": "eDvk", "lastName": "rzFLoWZB", "privateCustomAttributes": {"Omsg4HZn": {}, "shoCKWMY": {}, "pjqir4qM": {}}, "status": "INACTIVE", "timeZone": "fCdg8HPL", "zipCode": "2AaC0Ztn"}' \ + 'dZTMyFSU' \ + --body '{"avatarLargeUrl": "xW3g536A", "avatarSmallUrl": "RBfunW9e", "avatarUrl": "ionGW4vm", "customAttributes": {"warrdbnb": {}, "T8K0OlkZ": {}, "Fv2Co4Vy": {}}, "dateOfBirth": "1972-03-11", "firstName": "dhjxMR77", "language": "sx_eKmv", "lastName": "8Tl8UUCK", "privateCustomAttributes": {"t2OUTX7x": {}, "RmBDMFYB": {}, "QWeOXsdT": {}}, "status": "INACTIVE", "timeZone": "uDCJrluz", "zipCode": "zQBpFaB4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 37 'UpdateUserProfile' test.out +eval_tap $? 39 'UpdateUserProfile' test.out -#- 38 DeleteUserProfile +#- 40 DeleteUserProfile $PYTHON -m $MODULE 'basic-delete-user-profile' \ - 'Tvvh57EX' \ + 'uO0uBoJD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 38 'DeleteUserProfile' test.out +eval_tap $? 40 'DeleteUserProfile' test.out -#- 39 GetCustomAttributesInfo +#- 41 GetCustomAttributesInfo $PYTHON -m $MODULE 'basic-get-custom-attributes-info' \ - 'kV3u8uBu' \ + 'iYHbieBD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 39 'GetCustomAttributesInfo' test.out +eval_tap $? 41 'GetCustomAttributesInfo' test.out -#- 40 UpdateCustomAttributesPartially +#- 42 UpdateCustomAttributesPartially $PYTHON -m $MODULE 'basic-update-custom-attributes-partially' \ - '70fkC2Ko' \ - --body '{"DKci5Imz": {}, "7ap0cCQU": {}, "ZfFJasis": {}}' \ + 'vZLqbbK7' \ + --body '{"yJ4dLtbR": {}, "Kikrq9QV": {}, "a3yj3M20": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 40 'UpdateCustomAttributesPartially' test.out +eval_tap $? 42 'UpdateCustomAttributesPartially' test.out -#- 41 GetPrivateCustomAttributesInfo +#- 43 GetPrivateCustomAttributesInfo $PYTHON -m $MODULE 'basic-get-private-custom-attributes-info' \ - 'uXh6O5tk' \ + 'OpwRzYg2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 41 'GetPrivateCustomAttributesInfo' test.out +eval_tap $? 43 'GetPrivateCustomAttributesInfo' test.out -#- 42 UpdatePrivateCustomAttributesPartially +#- 44 UpdatePrivateCustomAttributesPartially $PYTHON -m $MODULE 'basic-update-private-custom-attributes-partially' \ - 'X6eXC7vh' \ - --body '{"uHAdGfRq": {}, "hZ0CI7J3": {}, "IUechb4S": {}}' \ + '0GLK9wBa' \ + --body '{"Yr4vkNQH": {}, "X8SFjbk3": {}, "pyGQwLSr": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 42 'UpdatePrivateCustomAttributesPartially' test.out +eval_tap $? 44 'UpdatePrivateCustomAttributesPartially' test.out -#- 43 UpdateUserProfileStatus +#- 45 UpdateUserProfileStatus $PYTHON -m $MODULE 'basic-update-user-profile-status' \ - 'yVzUcASX' \ + '2EzuZZDr' \ --body '{"status": "INACTIVE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 43 'UpdateUserProfileStatus' test.out +eval_tap $? 45 'UpdateUserProfileStatus' test.out -#- 44 PublicGetTime +#- 46 PublicGetTime $PYTHON -m $MODULE 'basic-public-get-time' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 44 'PublicGetTime' test.out +eval_tap $? 46 'PublicGetTime' test.out -#- 45 PublicGetNamespaces +#- 47 PublicGetNamespaces $PYTHON -m $MODULE 'basic-public-get-namespaces' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 45 'PublicGetNamespaces' test.out +eval_tap $? 47 'PublicGetNamespaces' test.out -#- 46 PublicGeneratedUploadUrl +#- 48 PublicGeneratedUploadUrl $PYTHON -m $MODULE 'basic-public-generated-upload-url' \ - 'nZFO630o' \ - 'x8BcCZfP' \ + 'LOImFIqN' \ + 'aVWhS9rK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 46 'PublicGeneratedUploadUrl' test.out +eval_tap $? 48 'PublicGeneratedUploadUrl' test.out -#- 47 PublicGetCountries -eval_tap 0 47 'PublicGetCountries # SKIP deprecated' test.out +#- 49 PublicGetCountries +eval_tap 0 49 'PublicGetCountries # SKIP deprecated' test.out -#- 48 PublicGetLanguages +#- 50 PublicGetLanguages $PYTHON -m $MODULE 'basic-public-get-languages' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 48 'PublicGetLanguages' test.out +eval_tap $? 50 'PublicGetLanguages' test.out -#- 49 PublicGetTimeZones +#- 51 PublicGetTimeZones $PYTHON -m $MODULE 'basic-public-get-time-zones' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 49 'PublicGetTimeZones' test.out +eval_tap $? 51 'PublicGetTimeZones' test.out -#- 50 PublicGetUserProfilePublicInfoByIds +#- 52 PublicGetUserProfilePublicInfoByIds $PYTHON -m $MODULE 'basic-public-get-user-profile-public-info-by-ids' \ - 'TOj5JQnA' \ + 'ZdgWWiIx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 50 'PublicGetUserProfilePublicInfoByIds' test.out +eval_tap $? 52 'PublicGetUserProfilePublicInfoByIds' test.out -#- 51 PublicGetUserProfileInfoByPublicId +#- 53 PublicGetUserProfileInfoByPublicId $PYTHON -m $MODULE 'basic-public-get-user-profile-info-by-public-id' \ - 'JbtgMuXS' \ + 'fzNtlqC9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 51 'PublicGetUserProfileInfoByPublicId' test.out +eval_tap $? 53 'PublicGetUserProfileInfoByPublicId' test.out -#- 52 PublicGetNamespacePublisher +#- 54 PublicGetNamespacePublisher $PYTHON -m $MODULE 'basic-public-get-namespace-publisher' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 52 'PublicGetNamespacePublisher' test.out +eval_tap $? 54 'PublicGetNamespacePublisher' test.out -#- 53 GetMyProfileInfo +#- 55 GetMyProfileInfo $PYTHON -m $MODULE 'basic-get-my-profile-info' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 53 'GetMyProfileInfo' test.out +eval_tap $? 55 'GetMyProfileInfo' test.out -#- 54 UpdateMyProfile +#- 56 UpdateMyProfile $PYTHON -m $MODULE 'basic-update-my-profile' \ - --body '{"avatarLargeUrl": "4sN9Tbgn", "avatarSmallUrl": "eFNAyolv", "avatarUrl": "iv90SSF7", "customAttributes": {"RfqEcgFE": {}, "bI25Fw8w": {}, "MoN9Y1gb": {}}, "dateOfBirth": "1999-05-15", "firstName": "kluGbUva", "language": "VVjM", "lastName": "kMGaxc0W", "privateCustomAttributes": {"zNy6pD1M": {}, "BRR7l9oZ": {}, "SFpkqyUp": {}}, "timeZone": "JAcTDoCQ", "zipCode": "k39Cbqa8"}' \ + --body '{"avatarLargeUrl": "siWxNJ6S", "avatarSmallUrl": "GYZQJanh", "avatarUrl": "oGU3RT12", "customAttributes": {"w4FOIQL4": {}, "F2pCzW3X": {}, "fB3pkMUY": {}}, "dateOfBirth": "1974-07-26", "firstName": "PC8XGrXh", "language": "IoTH_863", "lastName": "eM3xHKfd", "privateCustomAttributes": {"I2xKDnIm": {}, "lHLmkaBC": {}, "h4ySjcJf": {}}, "timeZone": "DFXk9rB7", "zipCode": "brxRzAF7"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 54 'UpdateMyProfile' test.out +eval_tap $? 56 'UpdateMyProfile' test.out -#- 55 CreateMyProfile +#- 57 CreateMyProfile $PYTHON -m $MODULE 'basic-create-my-profile' \ - --body '{"avatarLargeUrl": "KciY3l6Y", "avatarSmallUrl": "R5svMuzF", "avatarUrl": "Qg96Z6Aa", "customAttributes": {"o23a0YDN": {}, "FsPPizUJ": {}, "EZP6lQTS": {}}, "dateOfBirth": "1989-02-05", "firstName": "zpcXcehe", "language": "XXWS-nfVO-920", "lastName": "scUEBAFh", "privateCustomAttributes": {"hZhRmY7U": {}, "3tgvMtdK": {}, "PZzsL7OD": {}}, "timeZone": "0jmU4dF7"}' \ + --body '{"avatarLargeUrl": "UP0vHZER", "avatarSmallUrl": "bdL0yD1B", "avatarUrl": "FDTipOcy", "customAttributes": {"HI615bs5": {}, "ZYWP8R5s": {}, "cYIQ6U16": {}}, "dateOfBirth": "1990-08-24", "firstName": "eJc6cwIr", "language": "TJwY", "lastName": "KTA8uPg8", "privateCustomAttributes": {"KBpNHktk": {}, "l1CjwFJn": {}, "vcyMNWZg": {}}, "timeZone": "KbH4yHt5"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 55 'CreateMyProfile' test.out +eval_tap $? 57 'CreateMyProfile' test.out -#- 56 GetMyPrivateCustomAttributesInfo +#- 58 GetMyPrivateCustomAttributesInfo $PYTHON -m $MODULE 'basic-get-my-private-custom-attributes-info' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 56 'GetMyPrivateCustomAttributesInfo' test.out +eval_tap $? 58 'GetMyPrivateCustomAttributesInfo' test.out -#- 57 UpdateMyPrivateCustomAttributesPartially +#- 59 UpdateMyPrivateCustomAttributesPartially $PYTHON -m $MODULE 'basic-update-my-private-custom-attributes-partially' \ - --body '{"NRL1Qejc": {}, "YdhXxbJH": {}, "Rf8BrJU2": {}}' \ + --body '{"FIFUnSaR": {}, "axIfFp8Y": {}, "NmI19Cbe": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 57 'UpdateMyPrivateCustomAttributesPartially' test.out +eval_tap $? 59 'UpdateMyPrivateCustomAttributesPartially' test.out -#- 58 GetMyZipCode +#- 60 GetMyZipCode $PYTHON -m $MODULE 'basic-get-my-zip-code' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 58 'GetMyZipCode' test.out +eval_tap $? 60 'GetMyZipCode' test.out -#- 59 UpdateMyZipCode +#- 61 UpdateMyZipCode $PYTHON -m $MODULE 'basic-update-my-zip-code' \ - '{"zipCode": "KBLJpgyv"}' \ + '{"zipCode": "2uCabTM1"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 59 'UpdateMyZipCode' test.out +eval_tap $? 61 'UpdateMyZipCode' test.out -#- 60 PublicReportUser +#- 62 PublicReportUser $PYTHON -m $MODULE 'basic-public-report-user' \ - 'Xyyf52Ih' \ - --body '{"category": "Hpe6Tvw4", "description": "fMY734Bm", "gameSessionId": "GMGZdmH6", "subcategory": "ttoKu3WX", "userId": "VkertMXC"}' \ + 'YW0zarbl' \ + --body '{"category": "iObM2liE", "description": "l3JjreWS", "gameSessionId": "WrYwegL2", "subcategory": "d4AjFWUK", "userId": "RgONYatc"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 60 'PublicReportUser' test.out +eval_tap $? 62 'PublicReportUser' test.out -#- 61 PublicGeneratedUserUploadContentUrl +#- 63 PublicGeneratedUserUploadContentUrl $PYTHON -m $MODULE 'basic-public-generated-user-upload-content-url' \ - 'min1r7pI' \ - '3UgnDP2d' \ + 'iePwk31P' \ + 'Qm8A0Dhu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 61 'PublicGeneratedUserUploadContentUrl' test.out +eval_tap $? 63 'PublicGeneratedUserUploadContentUrl' test.out -#- 62 PublicGetUserProfileInfo +#- 64 PublicGetUserProfileInfo $PYTHON -m $MODULE 'basic-public-get-user-profile-info' \ - 'kVrYQ0y1' \ + 'w01zsnWk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 62 'PublicGetUserProfileInfo' test.out +eval_tap $? 64 'PublicGetUserProfileInfo' test.out -#- 63 PublicUpdateUserProfile +#- 65 PublicUpdateUserProfile $PYTHON -m $MODULE 'basic-public-update-user-profile' \ - 'yzTm87gh' \ - --body '{"avatarLargeUrl": "6LjFCBVt", "avatarSmallUrl": "19Cuu1qo", "avatarUrl": "7iyj3vwR", "customAttributes": {"A4yRAvyA": {}, "Lvmo2xJ8": {}, "er2CI25h": {}}, "dateOfBirth": "1972-10-20", "firstName": "f2EfWYTP", "language": "Qtu_yO", "lastName": "0fIWCnPq", "privateCustomAttributes": {"LfdB9SUd": {}, "bRF5TuyH": {}, "TXp3TPZZ": {}}, "timeZone": "h69JYDHB", "zipCode": "psUryp5y"}' \ + 'YhIr6OzZ' \ + --body '{"avatarLargeUrl": "ahrlvM73", "avatarSmallUrl": "rv9DBiY4", "avatarUrl": "eJQAVUOF", "customAttributes": {"vDdursuX": {}, "RgaiNJkK": {}, "M9as8v47": {}}, "dateOfBirth": "1998-09-10", "firstName": "BK1JOb06", "language": "wVR", "lastName": "8gonTlsW", "privateCustomAttributes": {"sgaEzojR": {}, "u6Ya0isy": {}, "qMGsf6Rp": {}}, "timeZone": "dsjZ4Gi5", "zipCode": "Muv7QbMt"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 63 'PublicUpdateUserProfile' test.out +eval_tap $? 65 'PublicUpdateUserProfile' test.out -#- 64 PublicCreateUserProfile +#- 66 PublicCreateUserProfile $PYTHON -m $MODULE 'basic-public-create-user-profile' \ - '3YFsEhJN' \ - --body '{"avatarLargeUrl": "grmj1BBU", "avatarSmallUrl": "OxfRgEqv", "avatarUrl": "lJcSoMsW", "customAttributes": {"DDgzQK5q": {}, "GEGr2jdq": {}, "lJVLj8CM": {}}, "dateOfBirth": "1994-04-29", "firstName": "iXvSDNoU", "language": "tAz_Sa", "lastName": "sIZIKtIZ", "timeZone": "ILOUpN0S"}' \ + 'tyIupI0J' \ + --body '{"avatarLargeUrl": "AHrZk2jo", "avatarSmallUrl": "sJ6bOIcV", "avatarUrl": "nkdnMmIM", "customAttributes": {"pROnKwDs": {}, "VBvrjiIT": {}, "FT5FPTO2": {}}, "dateOfBirth": "1983-10-02", "firstName": "Ti32wB6a", "language": "GO-630", "lastName": "PPhHiasl", "timeZone": "vOXe5MmA"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 64 'PublicCreateUserProfile' test.out +eval_tap $? 66 'PublicCreateUserProfile' test.out -#- 65 PublicGetCustomAttributesInfo +#- 67 PublicGetCustomAttributesInfo $PYTHON -m $MODULE 'basic-public-get-custom-attributes-info' \ - '9mSuvPbG' \ + '322ScRHe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 65 'PublicGetCustomAttributesInfo' test.out +eval_tap $? 67 'PublicGetCustomAttributesInfo' test.out -#- 66 PublicUpdateCustomAttributesPartially +#- 68 PublicUpdateCustomAttributesPartially $PYTHON -m $MODULE 'basic-public-update-custom-attributes-partially' \ - '4embgPVP' \ - --body '{"KOOQuAOK": {}, "J0zR718P": {}, "ddvDpr4f": {}}' \ + 'xXjVZL4y' \ + --body '{"Q8T73lrw": {}, "s2pHy4Ek": {}, "jRsmvg6P": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 66 'PublicUpdateCustomAttributesPartially' test.out +eval_tap $? 68 'PublicUpdateCustomAttributesPartially' test.out -#- 67 PublicGetUserProfilePublicInfo +#- 69 PublicGetUserProfilePublicInfo $PYTHON -m $MODULE 'basic-public-get-user-profile-public-info' \ - 'btgbsKkl' \ + 'NgS0vwe8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 67 'PublicGetUserProfilePublicInfo' test.out +eval_tap $? 69 'PublicGetUserProfilePublicInfo' test.out -#- 68 PublicUpdateUserProfileStatus +#- 70 PublicUpdateUserProfileStatus $PYTHON -m $MODULE 'basic-public-update-user-profile-status' \ - 'aKIeFfRE' \ + 'Jk9jKMFA' \ --body '{"status": "ACTIVE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 68 'PublicUpdateUserProfileStatus' test.out +eval_tap $? 70 'PublicUpdateUserProfileStatus' test.out fi diff --git a/samples/cli/tests/chat-cli-test.sh b/samples/cli/tests/chat-cli-test.sh index 230622a89..83e053c92 100644 --- a/samples/cli/tests/chat-cli-test.sh +++ b/samples/cli/tests/chat-cli-test.sh @@ -30,63 +30,63 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END chat-admin-chat-history --login_with_auth "Bearer foo" -chat-admin-create-namespace-topic '{"description": "hROoRvcT", "name": "IOmHixb4"}' --login_with_auth "Bearer foo" +chat-admin-create-namespace-topic '{"description": "QykXrXtN", "name": "u7tsOMIc"}' --login_with_auth "Bearer foo" chat-admin-topic-list --login_with_auth "Bearer foo" -chat-admin-create-topic '{"admins": ["CAAGI8IS", "ZbH849XA", "Vs9Uqn6h"], "description": "L3eY2wLy", "isChannel": true, "isJoinable": false, "members": ["gnZhyakq", "UQWuBh2g", "l7nnAE75"], "name": "erBlBtiN", "shardLimit": 11, "type": "H7PdowHM"}' --login_with_auth "Bearer foo" +chat-admin-create-topic '{"admins": ["c89FVXSw", "ThshfW9h", "nhBPT3jm"], "description": "i0VtPpH9", "isChannel": true, "isJoinable": false, "members": ["vmuje2tS", "3SUvtZwh", "Jp2KPcii"], "name": "GSFkbXbR", "shardLimit": 44, "type": "csR887HR"}' --login_with_auth "Bearer foo" chat-admin-channel-topic-list --login_with_auth "Bearer foo" chat-admin-channel-topic-summary --login_with_auth "Bearer foo" chat-admin-query-topic-log --login_with_auth "Bearer foo" -chat-admin-update-topic '{"description": "e2kY1V5p", "isJoinable": true, "name": "nrJuHZmw"}' 'jWoqSfUs' --login_with_auth "Bearer foo" -chat-admin-delete-topic '4kdmcOM3' --login_with_auth "Bearer foo" -chat-admin-ban-topic-members '{"userIds": ["Lq2I6bfw", "xJdz72KB", "ZG85ptKr"]}' 'O8B5TILN' --login_with_auth "Bearer foo" -chat-admin-channel-topic-info 'HMVQLlHI' --login_with_auth "Bearer foo" -chat-admin-send-chat '{"message": "yBED41Br"}' 'IBrEWjUv' --login_with_auth "Bearer foo" -chat-admin-delete-chat 'hGZhsy8L' 'w8ooHUu5' --login_with_auth "Bearer foo" -chat-admin-topic-members '9KbgAQwn' --login_with_auth "Bearer foo" -chat-admin-topic-shards 'PqBGZj6X' --login_with_auth "Bearer foo" -chat-admin-unban-topic-members '{"userIds": ["9yPZq345", "97cbUnwp", "QMn8bBzp"]}' 'isfoCy7l' --login_with_auth "Bearer foo" -chat-admin-add-topic-member '{"isAdmin": true}' '1tGtPkR3' 'h0o2ZMhE' --login_with_auth "Bearer foo" -chat-admin-remove-topic-member 'bGpaB0An' 'x3taKdbW' --login_with_auth "Bearer foo" +chat-admin-update-topic '{"description": "11zfZ8Rt", "isJoinable": true, "name": "C77WAiiY"}' 'O7wN9M3a' --login_with_auth "Bearer foo" +chat-admin-delete-topic 'DLs4cBd9' --login_with_auth "Bearer foo" +chat-admin-ban-topic-members '{"userIds": ["ngOfT6gr", "clFMBcEA", "d4F6PYuH"]}' 'ABDRDrNs' --login_with_auth "Bearer foo" +chat-admin-channel-topic-info '6XLEQaIm' --login_with_auth "Bearer foo" +chat-admin-send-chat '{"message": "ztx4hzcU"}' 'MKvOVQJT' --login_with_auth "Bearer foo" +chat-admin-delete-chat '57N7DYst' 'phLykqVs' --login_with_auth "Bearer foo" +chat-admin-topic-members 'YFCB40Se' --login_with_auth "Bearer foo" +chat-admin-topic-shards 'AlJJVep5' --login_with_auth "Bearer foo" +chat-admin-unban-topic-members '{"userIds": ["OCfoyfFc", "rDObrmX1", "9deTYuxp"]}' 'CXq40t1d' --login_with_auth "Bearer foo" +chat-admin-add-topic-member '{"isAdmin": false}' 'At9lxxbC' 'k2kQsgmv' --login_with_auth "Bearer foo" +chat-admin-remove-topic-member 'JraK91W5' 'UPbcpqux' --login_with_auth "Bearer foo" chat-admin-query-topic --login_with_auth "Bearer foo" -chat-admin-query-users-topic 'Ewmtvd5h' --login_with_auth "Bearer foo" +chat-admin-query-users-topic 'KCTkot6s' --login_with_auth "Bearer foo" chat-public-get-muted-topics --login_with_auth "Bearer foo" chat-public-topic-list --login_with_auth "Bearer foo" -chat-public-ban-topic-members '{"userIDs": ["sCH1q0r5", "pAhUZA7q", "sj0xvrKm"]}' 'YMH9LuDY' --login_with_auth "Bearer foo" -chat-public-chat-history 'tngJlZ9Z' --login_with_auth "Bearer foo" -chat-public-delete-chat 'txvoH3q2' 'C2UPIw0x' --login_with_auth "Bearer foo" -chat-public-mute-user '{"duration": 65, "userId": "wMcGqSnD"}' 'APwrqGbG' --login_with_auth "Bearer foo" -chat-public-unban-topic-members '{"userIDs": ["66AHxYj9", "k7PkZd4T", "b0LCkNGI"]}' 'Q7f8h3xL' --login_with_auth "Bearer foo" -chat-public-unmute-user '{"userId": "hdjPhwRX"}' 's3BVVQfn' --login_with_auth "Bearer foo" +chat-public-ban-topic-members '{"userIDs": ["Z6NLqop0", "8dmytDtq", "lMU63AW9"]}' 'bm0geEac' --login_with_auth "Bearer foo" +chat-public-chat-history 'fcg2AluP' --login_with_auth "Bearer foo" +chat-public-delete-chat 'B5pDIZYb' 'myia6Fzx' --login_with_auth "Bearer foo" +chat-public-mute-user '{"duration": 55, "userId": "WS7sm2zj"}' '7p9D3Jtu' --login_with_auth "Bearer foo" +chat-public-unban-topic-members '{"userIDs": ["1n64GQ75", "XGWlA9bX", "dydCkubX"]}' 'Fa5LP18n' --login_with_auth "Bearer foo" +chat-public-unmute-user '{"userId": "gIoVb7Mb"}' '0jHJ1oQb' --login_with_auth "Bearer foo" chat-admin-get-all-config-v1 --login_with_auth "Bearer foo" chat-admin-get-config-v1 --login_with_auth "Bearer foo" -chat-admin-update-config-v1 '{"chatRateLimitBurst": 56, "chatRateLimitDuration": 5, "concurrentUsersLimit": 68, "enableClanChat": false, "enableManualTopicCreation": true, "enableProfanityFilter": false, "filterAppName": "ZMHlEpZL", "filterParam": "eRaqUL7M", "filterType": "RXJjPM0e", "generalRateLimitBurst": 99, "generalRateLimitDuration": 1, "shardCapacityLimit": 54, "shardDefaultLimit": 30, "shardHardLimit": 40, "spamChatBurst": 28, "spamChatDuration": 20, "spamMuteDuration": 88}' --login_with_auth "Bearer foo" +chat-admin-update-config-v1 '{"chatRateLimitBurst": 36, "chatRateLimitDuration": 16, "concurrentUsersLimit": 21, "enableClanChat": true, "enableManualTopicCreation": true, "enableProfanityFilter": false, "filterAppName": "bMYjyGyw", "filterParam": "V3XGrcvw", "filterType": "b0T8LVxC", "generalRateLimitBurst": 11, "generalRateLimitDuration": 21, "shardCapacityLimit": 60, "shardDefaultLimit": 15, "shardHardLimit": 53, "spamChatBurst": 69, "spamChatDuration": 74, "spamMuteDuration": 22}' --login_with_auth "Bearer foo" chat-export-config --login_with_auth "Bearer foo" chat-import-config --login_with_auth "Bearer foo" chat-admin-get-inbox-categories --login_with_auth "Bearer foo" -chat-admin-add-inbox-category '{"enabled": true, "expiresIn": 59, "hook": {"driver": "KAFKA", "params": "kK1FF36j"}, "jsonSchema": {"VSNIXIO1": {}, "Jkcgpcy8": {}, "nshkYjAC": {}}, "name": "UfSx0pOG", "saveInbox": true, "sendNotification": true}' --login_with_auth "Bearer foo" -chat-admin-delete-inbox-category 'fUarxaj3' --login_with_auth "Bearer foo" -chat-admin-update-inbox-category '{"enabled": true, "expiresIn": 83, "hook": {"driver": "KAFKA", "params": "X8B4x2d2"}, "jsonSchema": {"mKowMEby": {}, "1SZCd77j": {}, "7ux3Zqfn": {}}, "saveInbox": true, "sendNotification": true}' 'FMWldTp2' --login_with_auth "Bearer foo" -chat-admin-get-category-schema 'DAp87TD1' --login_with_auth "Bearer foo" -chat-admin-delete-inbox-message '6BmR1XXe' --login_with_auth "Bearer foo" +chat-admin-add-inbox-category '{"enabled": true, "expiresIn": 88, "hook": {"driver": "KAFKA", "params": "CjTlPkS5"}, "jsonSchema": {"KEQEav0x": {}, "DsjmVqmE": {}, "ent2LFXL": {}}, "name": "DTYY4ETk", "saveInbox": false, "sendNotification": false}' --login_with_auth "Bearer foo" +chat-admin-delete-inbox-category '4WTzRI8n' --login_with_auth "Bearer foo" +chat-admin-update-inbox-category '{"enabled": false, "expiresIn": 89, "hook": {"driver": "KAFKA", "params": "zgn2cBjK"}, "jsonSchema": {"E7Y8guf2": {}, "XMaZkO6f": {}, "ek6G3Sdm": {}}, "saveInbox": true, "sendNotification": false}' 'CGVsihxF' --login_with_auth "Bearer foo" +chat-admin-get-category-schema 'JlQUI5Zz' --login_with_auth "Bearer foo" +chat-admin-delete-inbox-message '5853uSSn' --login_with_auth "Bearer foo" chat-admin-get-inbox-messages --login_with_auth "Bearer foo" -chat-admin-save-inbox-message '{"category": "Xpre7GOJ", "expiredAt": 42, "message": {"dcZfUtMv": {}, "8J3sLzqg": {}, "vMDh8XUu": {}}, "scope": "NAMESPACE", "status": "DRAFT", "userIds": ["MjjBOYPx", "6BCxxgCF", "aqjVGc2U"]}' --login_with_auth "Bearer foo" -chat-admin-unsend-inbox-message '{"userIds": ["WHWFVntq", "PyHzJGUM", "aBac3wPf"]}' '1GsGiCbO' --login_with_auth "Bearer foo" -chat-admin-get-inbox-users 'soDuLr6m' --login_with_auth "Bearer foo" -chat-admin-update-inbox-message '{"expiredAt": 77, "message": {"fJRlECcf": {}, "OWzGjQCQ": {}, "3nSs0Jy0": {}}, "scope": "NAMESPACE", "userIds": ["3YRrKnGK", "coTVSGek", "Ks6zUX6H"]}' 'oNwttVfr' --login_with_auth "Bearer foo" -chat-admin-send-inbox-message '{}' 'x5OfDuE2' --login_with_auth "Bearer foo" +chat-admin-save-inbox-message '{"category": "qAmgNokW", "expiredAt": 42, "message": {"me9VYsHh": {}, "SEz5EUMR": {}, "lNcFmM0X": {}}, "scope": "USER", "status": "SENT", "userIds": ["xXcQueSI", "RzOzysI7", "G3z2xWWS"]}' --login_with_auth "Bearer foo" +chat-admin-unsend-inbox-message '{"userIds": ["bJ6A2IBE", "kfQJpKRc", "fEJX22QI"]}' 'SAx5BYcX' --login_with_auth "Bearer foo" +chat-admin-get-inbox-users 'GOvOXiVs' --login_with_auth "Bearer foo" +chat-admin-update-inbox-message '{"expiredAt": 25, "message": {"OvvErV5h": {}, "qIf8UtLM": {}, "RglGjDSI": {}}, "scope": "NAMESPACE", "userIds": ["fOScS1PE", "XXGVWCv9", "GYcGHjxj"]}' '65aOr9cH' --login_with_auth "Bearer foo" +chat-admin-send-inbox-message '{}' 'wG27BSqY' --login_with_auth "Bearer foo" chat-admin-get-inbox-stats --login_with_auth "Bearer foo" -chat-admin-get-chat-snapshot 'wR4WtsLF' --login_with_auth "Bearer foo" -chat-admin-delete-chat-snapshot 'xPAEtAqN' --login_with_auth "Bearer foo" +chat-admin-get-chat-snapshot '7CK92lOh' --login_with_auth "Bearer foo" +chat-admin-delete-chat-snapshot 'OHvrWoeC' --login_with_auth "Bearer foo" chat-admin-profanity-query --login_with_auth "Bearer foo" -chat-admin-profanity-create '{"falseNegative": ["oEDPNimY", "igU8s8PR", "3dLHd6ON"], "falsePositive": ["4CWW58OX", "Q7qq8M51", "wHBqYGM9"], "word": "mYGKXyGY", "wordType": "l5GLFRBM"}' --login_with_auth "Bearer foo" -chat-admin-profanity-create-bulk '{"dictionaries": [{"falseNegative": ["Dd8DBTAj", "bvLSJuPi", "bRVSbvID"], "falsePositive": ["jPY76Q5Q", "tRrQ4rp6", "zJmv0U5x"], "word": "bvExub7F", "wordType": "Pv3w4R2z"}, {"falseNegative": ["DsuZ7XFL", "JB0NEi3w", "yB3PYiP0"], "falsePositive": ["TvsPGvrw", "amIOs9jr", "mIoyF3sT"], "word": "QWthFAM2", "wordType": "uaCAhlb0"}, {"falseNegative": ["yBKMHqdX", "RYDcF8V7", "7VWdCf3Z"], "falsePositive": ["EbV7qHJv", "2foo4c7p", "ioP9qLub"], "word": "KJd0eWjp", "wordType": "ZKqdhgyq"}]}' --login_with_auth "Bearer foo" +chat-admin-profanity-create '{"falseNegative": ["qsVctRWt", "NbueVhoR", "cNeBAPLx"], "falsePositive": ["pJ7JL22H", "lvtwc4yH", "pfkgoYxz"], "word": "MIv3LBED", "wordType": "79qFXOOf"}' --login_with_auth "Bearer foo" +chat-admin-profanity-create-bulk '{"dictionaries": [{"falseNegative": ["nQXpU8la", "NY56PbIq", "J1qstI35"], "falsePositive": ["zbi7mbTF", "Lz6JDLFU", "PUKnyxk1"], "word": "S64jVsx3", "wordType": "kcRWBkHe"}, {"falseNegative": ["rBEaREfG", "43eCts2H", "7jvLMcPh"], "falsePositive": ["H85e3KFe", "4LLD7rzF", "GNB8jXrr"], "word": "SsbGa2Os", "wordType": "0HF0xQMm"}, {"falseNegative": ["klottNqO", "YF0r6Twz", "3AWZ1dmh"], "falsePositive": ["OvHpVTtL", "xffs3M8E", "i2fr7QjS"], "word": "uJ4uBME7", "wordType": "LzvvpchA"}]}' --login_with_auth "Bearer foo" chat-admin-profanity-export --login_with_auth "Bearer foo" chat-admin-profanity-group --login_with_auth "Bearer foo" chat-admin-profanity-import 'tmp.dat' --login_with_auth "Bearer foo" -chat-admin-profanity-update '{"falseNegative": ["gtMkNExL", "UW55pQLu", "kcco3o9R"], "falsePositive": ["scOGnRft", "IBifp2A1", "CkQ6SBK5"], "word": "uvaz6yRk", "wordType": "9xYmSfzl"}' 'QuAqLBin' --login_with_auth "Bearer foo" -chat-admin-profanity-delete 'fBmsuHpL' --login_with_auth "Bearer foo" +chat-admin-profanity-update '{"falseNegative": ["ONVyzl5M", "73A1euGc", "tQ1mDYGh"], "falsePositive": ["enS1wsCW", "wC2ZLN2r", "cEDm0KAL"], "word": "RgeHQH0P", "wordType": "hGARDDZR"}' '8rNGWpuO' --login_with_auth "Bearer foo" +chat-admin-profanity-delete '5bKlbzeM' --login_with_auth "Bearer foo" chat-public-get-messages --login_with_auth "Bearer foo" -chat-public-get-chat-snapshot 'LKEH375B' '7MnqQzxK' --login_with_auth "Bearer foo" +chat-public-get-chat-snapshot 'XUFeBm94' 'eI96sr1k' --login_with_auth "Bearer foo" exit() END @@ -123,7 +123,7 @@ eval_tap $? 2 'AdminChatHistory' test.out #- 3 AdminCreateNamespaceTopic $PYTHON -m $MODULE 'chat-admin-create-namespace-topic' \ - '{"description": "KkrHS5Ah", "name": "2JlHPdaY"}' \ + '{"description": "j9KGFfvg", "name": "VKXYlQrp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'AdminCreateNamespaceTopic' test.out @@ -136,7 +136,7 @@ eval_tap $? 4 'AdminTopicList' test.out #- 5 AdminCreateTopic $PYTHON -m $MODULE 'chat-admin-create-topic' \ - '{"admins": ["66Fv4Npv", "wUCfonoR", "qNaqJWRW"], "description": "uxexbNXO", "isChannel": true, "isJoinable": true, "members": ["DUrb3CkR", "j1Jplh8B", "mHxDpTT1"], "name": "Sz3ERsIX", "shardLimit": 9, "type": "iqgDmxrv"}' \ + '{"admins": ["8Fe1kyyW", "bcQGL71W", "APQzaTcX"], "description": "fQwoWJ4o", "isChannel": true, "isJoinable": false, "members": ["KQulOIvh", "Sr8svl5T", "9rGMyYwn"], "name": "wKdVfbQv", "shardLimit": 49, "type": "GDGK35Ry"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'AdminCreateTopic' test.out @@ -161,30 +161,30 @@ eval_tap $? 8 'AdminQueryTopicLog' test.out #- 9 AdminUpdateTopic $PYTHON -m $MODULE 'chat-admin-update-topic' \ - '{"description": "C25sOx4O", "isJoinable": false, "name": "rLM4JUQ7"}' \ - 'zZDmzyit' \ + '{"description": "uugbFWgU", "isJoinable": true, "name": "DffXd2VF"}' \ + 'ICExzcSx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminUpdateTopic' test.out #- 10 AdminDeleteTopic $PYTHON -m $MODULE 'chat-admin-delete-topic' \ - 'Ki8uOvdv' \ + 'OyaAHDdh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'AdminDeleteTopic' test.out #- 11 AdminBanTopicMembers $PYTHON -m $MODULE 'chat-admin-ban-topic-members' \ - '{"userIds": ["k9yNlzN1", "kh4uhTdO", "ZW72DXZ6"]}' \ - 'V0HD12aI' \ + '{"userIds": ["847waj1s", "SQqtd7za", "ipHWgG1V"]}' \ + 'g2eCPMIm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminBanTopicMembers' test.out #- 12 AdminChannelTopicInfo $PYTHON -m $MODULE 'chat-admin-channel-topic-info' \ - 'voTrvLXa' \ + 'bbsPO7lm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'AdminChannelTopicInfo' test.out @@ -194,55 +194,55 @@ eval_tap 0 13 'AdminTopicChatHistory # SKIP deprecated' test.out #- 14 AdminSendChat $PYTHON -m $MODULE 'chat-admin-send-chat' \ - '{"message": "bJiYYYvD"}' \ - 'qCy06q3o' \ + '{"message": "QUWoVHlZ"}' \ + 'EFXdeGeI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminSendChat' test.out #- 15 AdminDeleteChat $PYTHON -m $MODULE 'chat-admin-delete-chat' \ - 'BebUap2n' \ - 'FGHrBgYf' \ + 'Ssk22lRb' \ + 'X1mtCS5Q' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'AdminDeleteChat' test.out #- 16 AdminTopicMembers $PYTHON -m $MODULE 'chat-admin-topic-members' \ - 'YdtwYUEm' \ + 'Xf6DktH0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminTopicMembers' test.out #- 17 AdminTopicShards $PYTHON -m $MODULE 'chat-admin-topic-shards' \ - 'LxY42Gf4' \ + 'JI0ZhyCx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminTopicShards' test.out #- 18 AdminUnbanTopicMembers $PYTHON -m $MODULE 'chat-admin-unban-topic-members' \ - '{"userIds": ["PWz7quVq", "hqgYD5ve", "KztNAPWF"]}' \ - 'k8YjJBfW' \ + '{"userIds": ["mGcOuDrX", "TNpGal7T", "y4GfuLrQ"]}' \ + 'TIkRn0q0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'AdminUnbanTopicMembers' test.out #- 19 AdminAddTopicMember $PYTHON -m $MODULE 'chat-admin-add-topic-member' \ - '{"isAdmin": true}' \ - 'b0rIzs9R' \ - 'd9PW3gAn' \ + '{"isAdmin": false}' \ + 'Y8qBLmu6' \ + 'rLnw37Ek' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'AdminAddTopicMember' test.out #- 20 AdminRemoveTopicMember $PYTHON -m $MODULE 'chat-admin-remove-topic-member' \ - 'M83tfdns' \ - '6yc9tC3O' \ + 'aOOnvweV' \ + 'kdI8fRsI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'AdminRemoveTopicMember' test.out @@ -255,7 +255,7 @@ eval_tap $? 21 'AdminQueryTopic' test.out #- 22 AdminQueryUsersTopic $PYTHON -m $MODULE 'chat-admin-query-users-topic' \ - 'VGM9XFqH' \ + '1b4cMUlX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'AdminQueryUsersTopic' test.out @@ -274,47 +274,47 @@ eval_tap $? 24 'PublicTopicList' test.out #- 25 PublicBanTopicMembers $PYTHON -m $MODULE 'chat-public-ban-topic-members' \ - '{"userIDs": ["QEekWjJB", "6jVBikjH", "HDFgGn33"]}' \ - 'RuEaKUUY' \ + '{"userIDs": ["eKOQjuOF", "3catEoI4", "0v41kHBP"]}' \ + 'PKZe0RkK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'PublicBanTopicMembers' test.out #- 26 PublicChatHistory $PYTHON -m $MODULE 'chat-public-chat-history' \ - 'eBtFNzu2' \ + 'UDQ6z7bP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'PublicChatHistory' test.out #- 27 PublicDeleteChat $PYTHON -m $MODULE 'chat-public-delete-chat' \ - 'zZsIsPF6' \ - 'j4p1SIzk' \ + 'mUvBbznm' \ + '6YMcVPQC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'PublicDeleteChat' test.out #- 28 PublicMuteUser $PYTHON -m $MODULE 'chat-public-mute-user' \ - '{"duration": 40, "userId": "0N5EojFy"}' \ - '1Pj4ql1P' \ + '{"duration": 51, "userId": "xle87Zuq"}' \ + 'un8TMkfk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'PublicMuteUser' test.out #- 29 PublicUnbanTopicMembers $PYTHON -m $MODULE 'chat-public-unban-topic-members' \ - '{"userIDs": ["tNL9x5wm", "ifqlVIEv", "vdDdaJjG"]}' \ - 'CsmJEMiP' \ + '{"userIDs": ["AyEB4jg5", "Dl3EuGFY", "2I3FCvVS"]}' \ + 'nBMHKGgI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'PublicUnbanTopicMembers' test.out #- 30 PublicUnmuteUser $PYTHON -m $MODULE 'chat-public-unmute-user' \ - '{"userId": "3awOcn3I"}' \ - 'obWGCX6R' \ + '{"userId": "N0rzLnNo"}' \ + 'pTnBldno' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'PublicUnmuteUser' test.out @@ -333,7 +333,7 @@ eval_tap $? 32 'AdminGetConfigV1' test.out #- 33 AdminUpdateConfigV1 $PYTHON -m $MODULE 'chat-admin-update-config-v1' \ - '{"chatRateLimitBurst": 51, "chatRateLimitDuration": 61, "concurrentUsersLimit": 37, "enableClanChat": true, "enableManualTopicCreation": false, "enableProfanityFilter": false, "filterAppName": "2Pb8lIUY", "filterParam": "Q4UnleNy", "filterType": "RvHs1GXk", "generalRateLimitBurst": 100, "generalRateLimitDuration": 98, "shardCapacityLimit": 7, "shardDefaultLimit": 11, "shardHardLimit": 96, "spamChatBurst": 27, "spamChatDuration": 35, "spamMuteDuration": 98}' \ + '{"chatRateLimitBurst": 52, "chatRateLimitDuration": 73, "concurrentUsersLimit": 59, "enableClanChat": true, "enableManualTopicCreation": false, "enableProfanityFilter": false, "filterAppName": "KESlJGAM", "filterParam": "GeiRMgqp", "filterType": "jK120YJc", "generalRateLimitBurst": 33, "generalRateLimitDuration": 18, "shardCapacityLimit": 13, "shardDefaultLimit": 42, "shardHardLimit": 22, "spamChatBurst": 67, "spamChatDuration": 17, "spamMuteDuration": 7}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'AdminUpdateConfigV1' test.out @@ -358,36 +358,36 @@ eval_tap $? 36 'AdminGetInboxCategories' test.out #- 37 AdminAddInboxCategory $PYTHON -m $MODULE 'chat-admin-add-inbox-category' \ - '{"enabled": false, "expiresIn": 3, "hook": {"driver": "KAFKA", "params": "kj6zUDhI"}, "jsonSchema": {"i3aZHYB0": {}, "d1sd7jYX": {}, "fa6v0I1w": {}}, "name": "NRkYLtkv", "saveInbox": false, "sendNotification": true}' \ + '{"enabled": true, "expiresIn": 78, "hook": {"driver": "KAFKA", "params": "GqExGMrJ"}, "jsonSchema": {"WQ0ZtbX4": {}, "vRo4lPhX": {}, "l2lm882j": {}}, "name": "B7FvJ9pa", "saveInbox": true, "sendNotification": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'AdminAddInboxCategory' test.out #- 38 AdminDeleteInboxCategory $PYTHON -m $MODULE 'chat-admin-delete-inbox-category' \ - '6Qd0YjPN' \ + 'RmDSvDl1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'AdminDeleteInboxCategory' test.out #- 39 AdminUpdateInboxCategory $PYTHON -m $MODULE 'chat-admin-update-inbox-category' \ - '{"enabled": true, "expiresIn": 17, "hook": {"driver": "KAFKA", "params": "a79FtNJ0"}, "jsonSchema": {"nL526et9": {}, "2oZhXjkV": {}, "84GZiGkh": {}}, "saveInbox": false, "sendNotification": false}' \ - 'xrjO84zp' \ + '{"enabled": false, "expiresIn": 83, "hook": {"driver": "KAFKA", "params": "zssZZiga"}, "jsonSchema": {"RMjyfk7q": {}, "E8G8Z9iF": {}, "qho8X1h3": {}}, "saveInbox": true, "sendNotification": true}' \ + 'H9VKHbpN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'AdminUpdateInboxCategory' test.out #- 40 AdminGetCategorySchema $PYTHON -m $MODULE 'chat-admin-get-category-schema' \ - 'lg0Zl2ed' \ + '8wlLRYF7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'AdminGetCategorySchema' test.out #- 41 AdminDeleteInboxMessage $PYTHON -m $MODULE 'chat-admin-delete-inbox-message' \ - '0j7i61Ep' \ + '0BDVS6Lm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'AdminDeleteInboxMessage' test.out @@ -400,30 +400,30 @@ eval_tap $? 42 'AdminGetInboxMessages' test.out #- 43 AdminSaveInboxMessage $PYTHON -m $MODULE 'chat-admin-save-inbox-message' \ - '{"category": "CQGgZ4VN", "expiredAt": 31, "message": {"RvgSY5Hl": {}, "zcAG5hKs": {}, "I6q1Uf8B": {}}, "scope": "USER", "status": "DRAFT", "userIds": ["LOd2Muu5", "dEUsjDjc", "pqUiWkW3"]}' \ + '{"category": "AKUjANOC", "expiredAt": 99, "message": {"DKP3L2FZ": {}, "cbwEgcy8": {}, "PEw1YFcF": {}}, "scope": "USER", "status": "SENT", "userIds": ["FSxQX3M6", "FkLSDZ0L", "kEpbRCxB"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'AdminSaveInboxMessage' test.out #- 44 AdminUnsendInboxMessage $PYTHON -m $MODULE 'chat-admin-unsend-inbox-message' \ - '{"userIds": ["Wz2zB2k2", "8jQoIVK0", "BGe5huw9"]}' \ - 'd6sCcTup' \ + '{"userIds": ["1JmMHoiW", "FxGSrh6i", "OXQ2qvGE"]}' \ + 'RUIi4IxE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'AdminUnsendInboxMessage' test.out #- 45 AdminGetInboxUsers $PYTHON -m $MODULE 'chat-admin-get-inbox-users' \ - 'h4maKXCp' \ + 'SRvvxeMe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'AdminGetInboxUsers' test.out #- 46 AdminUpdateInboxMessage $PYTHON -m $MODULE 'chat-admin-update-inbox-message' \ - '{"expiredAt": 33, "message": {"fWEqXKhW": {}, "PTWQmSir": {}, "bU9flVQB": {}}, "scope": "NAMESPACE", "userIds": ["5wEj696D", "Jut53312", "N2fZo4S3"]}' \ - 'kL9lJsM6' \ + '{"expiredAt": 29, "message": {"u8SWkNU7": {}, "B8qprfle": {}, "4qdf9jEJ": {}}, "scope": "USER", "userIds": ["0ulCdtc2", "RjzfTlA9", "SoLahh25"]}' \ + 'sNJwmCAy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'AdminUpdateInboxMessage' test.out @@ -431,7 +431,7 @@ eval_tap $? 46 'AdminUpdateInboxMessage' test.out #- 47 AdminSendInboxMessage $PYTHON -m $MODULE 'chat-admin-send-inbox-message' \ '{}' \ - 'eqADDpkM' \ + 'aZSDmqZy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'AdminSendInboxMessage' test.out @@ -444,14 +444,14 @@ eval_tap $? 48 'AdminGetInboxStats' test.out #- 49 AdminGetChatSnapshot $PYTHON -m $MODULE 'chat-admin-get-chat-snapshot' \ - 'ZzbftJu0' \ + '5GTyZ6wE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'AdminGetChatSnapshot' test.out #- 50 AdminDeleteChatSnapshot $PYTHON -m $MODULE 'chat-admin-delete-chat-snapshot' \ - 'tL6MfVc1' \ + 'QKpfqvW5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'AdminDeleteChatSnapshot' test.out @@ -464,14 +464,14 @@ eval_tap $? 51 'AdminProfanityQuery' test.out #- 52 AdminProfanityCreate $PYTHON -m $MODULE 'chat-admin-profanity-create' \ - '{"falseNegative": ["TiAldc0j", "HngMnAnh", "tdztGTzR"], "falsePositive": ["QK14ibcU", "4ErNYNOW", "ElNVNwpY"], "word": "OJxKoye8", "wordType": "chUg6PVe"}' \ + '{"falseNegative": ["jxXsQnlg", "5KrkRb20", "Cp0l7gdV"], "falsePositive": ["4i81SeWi", "I9CwvV32", "K6R0toZV"], "word": "8B33pRvh", "wordType": "qaXJFZia"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'AdminProfanityCreate' test.out #- 53 AdminProfanityCreateBulk $PYTHON -m $MODULE 'chat-admin-profanity-create-bulk' \ - '{"dictionaries": [{"falseNegative": ["xLcVUbGA", "HSAOZMu5", "oDfBEtPW"], "falsePositive": ["fuZIGmFB", "GHP3a6FT", "dVptID7k"], "word": "6xlAjNVf", "wordType": "SP2mKA7G"}, {"falseNegative": ["DsXIocqT", "nDt6g45b", "yWV2GmAx"], "falsePositive": ["mpjPMz6Q", "s34AqiWL", "EBsRmXFP"], "word": "d9WH7Ipr", "wordType": "ZgubEqSX"}, {"falseNegative": ["UBfmvIfL", "nMlhTpn6", "Ok7R2sbw"], "falsePositive": ["SInz0bct", "BezZfrQq", "0YQCwJoO"], "word": "GI4Nolw7", "wordType": "cXcGRnaN"}]}' \ + '{"dictionaries": [{"falseNegative": ["4QYDnJS8", "RSkCt6pX", "YfX2Kt40"], "falsePositive": ["lcgV1bUM", "olGrjkaT", "nCmRZUIN"], "word": "onfVH3cP", "wordType": "XnTrWhQq"}, {"falseNegative": ["4Qo1B0e9", "qOrLGjOf", "0Ik6D2eK"], "falsePositive": ["2viIJ11G", "R5jdn0gq", "F9DurEDM"], "word": "r99WLO38", "wordType": "1kOYwEOp"}, {"falseNegative": ["KEUjbNpO", "hxES5QCe", "299QgJ29"], "falsePositive": ["UP7KEX7c", "hwvetEvB", "fdtLt9u7"], "word": "FRQmzEsa", "wordType": "YYtialwi"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'AdminProfanityCreateBulk' test.out @@ -497,15 +497,15 @@ eval_tap $? 56 'AdminProfanityImport' test.out #- 57 AdminProfanityUpdate $PYTHON -m $MODULE 'chat-admin-profanity-update' \ - '{"falseNegative": ["DxUqRCQ8", "iAmzLYXX", "ckK8dOSH"], "falsePositive": ["EfufiGQW", "ifav9ae3", "bc2PST7p"], "word": "GD0bMslt", "wordType": "R526GTmP"}' \ - 'Aq6axMbT' \ + '{"falseNegative": ["gIeSPxTc", "kIVHLP4R", "SVhReoLz"], "falsePositive": ["iBuL5eEW", "ApySUS51", "6uH6kter"], "word": "3slAWcFU", "wordType": "ucJCqXIG"}' \ + 'kDYYG2XB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'AdminProfanityUpdate' test.out #- 58 AdminProfanityDelete $PYTHON -m $MODULE 'chat-admin-profanity-delete' \ - 'AoTzE7QJ' \ + 'oyvAEQUh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'AdminProfanityDelete' test.out @@ -518,8 +518,8 @@ eval_tap $? 59 'PublicGetMessages' test.out #- 60 PublicGetChatSnapshot $PYTHON -m $MODULE 'chat-public-get-chat-snapshot' \ - 'yeA857QR' \ - 'BUOPAokW' \ + 'T20oJXd3' \ + 'J0tbir4L' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'PublicGetChatSnapshot' test.out diff --git a/samples/cli/tests/cloudsave-cli-test.sh b/samples/cli/tests/cloudsave-cli-test.sh index 6a706ac30..d6daa6026 100644 --- a/samples/cli/tests/cloudsave-cli-test.sh +++ b/samples/cli/tests/cloudsave-cli-test.sh @@ -30,99 +30,99 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END cloudsave-admin-list-admin-game-record-v1 --login_with_auth "Bearer foo" -cloudsave-admin-bulk-get-admin-game-record-v1 '{"keys": ["glVfr4m8", "rj70G5KD", "UuiJzQTW"]}' --login_with_auth "Bearer foo" -cloudsave-admin-get-admin-game-record-v1 'Tx6Us7ys' --login_with_auth "Bearer foo" -cloudsave-admin-put-admin-game-record-v1 '{}' 'co0iXOLy' --login_with_auth "Bearer foo" -cloudsave-admin-post-admin-game-record-v1 '{}' 'DVDCX047' --login_with_auth "Bearer foo" -cloudsave-admin-delete-admin-game-record-v1 'CtjnKsGq' --login_with_auth "Bearer foo" +cloudsave-admin-bulk-get-admin-game-record-v1 '{"keys": ["0UhNGLLV", "pVQC33cO", "TtXeJaga"]}' --login_with_auth "Bearer foo" +cloudsave-admin-get-admin-game-record-v1 'MyN0eQhz' --login_with_auth "Bearer foo" +cloudsave-admin-put-admin-game-record-v1 '{}' '6ihRLiJs' --login_with_auth "Bearer foo" +cloudsave-admin-post-admin-game-record-v1 '{}' '11rh10Qt' --login_with_auth "Bearer foo" +cloudsave-admin-delete-admin-game-record-v1 'rlcmPKMs' --login_with_auth "Bearer foo" cloudsave-admin-list-game-binary-records-v1 --login_with_auth "Bearer foo" -cloudsave-admin-post-game-binary-record-v1 '{"file_type": "pmV3gzHn", "key": "5uG9qr3h", "set_by": "CLIENT"}' --login_with_auth "Bearer foo" -cloudsave-admin-get-game-binary-record-v1 'DUU69q48' --login_with_auth "Bearer foo" -cloudsave-admin-put-game-binary-record-v1 '{"content_type": "7dhfpH8i", "file_location": "KiWti78r"}' 'vt0nuXRW' --login_with_auth "Bearer foo" -cloudsave-admin-delete-game-binary-record-v1 'sNkZW4TE' --login_with_auth "Bearer foo" -cloudsave-admin-put-game-binary-recor-metadata-v1 '{"set_by": "SERVER"}' 'MwQPqzdY' --login_with_auth "Bearer foo" -cloudsave-admin-post-game-binary-presigned-urlv1 '{"file_type": "vNNXYPDe"}' 'jwBOaVdv' --login_with_auth "Bearer foo" -cloudsave-admin-put-admin-game-record-concurrent-handler-v1 '{"updatedAt": "aJWoIFOx", "value": {"11Izn60F": {}, "usnk1PoO": {}, "G2flmrNS": {}}}' 'Pll31ERY' --login_with_auth "Bearer foo" -cloudsave-admin-put-game-record-concurrent-handler-v1 '{"set_by": "SERVER", "updatedAt": "fYZ98Oig", "value": {"YVBISh5N": {}, "gmMDTpy5": {}, "00LrqFXp": {}}}' 'wQmxgFV4' --login_with_auth "Bearer foo" +cloudsave-admin-post-game-binary-record-v1 '{"file_type": "FJiv5dtF", "key": "DVZQ9mnY", "set_by": "SERVER"}' --login_with_auth "Bearer foo" +cloudsave-admin-get-game-binary-record-v1 'G16DmY0c' --login_with_auth "Bearer foo" +cloudsave-admin-put-game-binary-record-v1 '{"content_type": "Jlg6mpcq", "file_location": "jPouEUJU"}' 'DwkTPRu7' --login_with_auth "Bearer foo" +cloudsave-admin-delete-game-binary-record-v1 'iNPpsF2m' --login_with_auth "Bearer foo" +cloudsave-admin-put-game-binary-recor-metadata-v1 '{"set_by": "CLIENT"}' 'KP9AGhZP' --login_with_auth "Bearer foo" +cloudsave-admin-post-game-binary-presigned-urlv1 '{"file_type": "5k4g0cWk"}' 'N3Jag3eS' --login_with_auth "Bearer foo" +cloudsave-admin-put-admin-game-record-concurrent-handler-v1 '{"updatedAt": "wIs5neHP", "value": {"ufg23AzL": {}, "bW4aopSp": {}, "cY4MQnqq": {}}}' 'quJX9SJ3' --login_with_auth "Bearer foo" +cloudsave-admin-put-game-record-concurrent-handler-v1 '{"set_by": "SERVER", "updatedAt": "D6ExmzH4", "value": {"kQkjCypt": {}, "wLv7Ged7": {}, "RoM4wLdE": {}}}' 'GPaYOruk' --login_with_auth "Bearer foo" cloudsave-get-plugin-config --login_with_auth "Bearer foo" -cloudsave-create-plugin-config '{"appConfig": {"appName": "Xfc8UYzm"}, "customConfig": {"GRPCAddress": "KkoBTcP8"}, "customFunction": {"afterBulkReadGameBinaryRecord": true, "afterBulkReadGameRecord": false, "afterBulkReadPlayerBinaryRecord": false, "afterBulkReadPlayerRecord": false, "afterReadGameBinaryRecord": true, "afterReadGameRecord": true, "afterReadPlayerBinaryRecord": false, "afterReadPlayerRecord": false, "beforeWriteAdminGameRecord": true, "beforeWriteAdminPlayerRecord": false, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": true, "beforeWritePlayerRecord": false}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" +cloudsave-create-plugin-config '{"appConfig": {"appName": "4Pv7a3bq"}, "customConfig": {"GRPCAddress": "wanRjw3t"}, "customFunction": {"afterBulkReadGameBinaryRecord": false, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": false, "afterBulkReadPlayerRecord": false, "afterReadGameBinaryRecord": false, "afterReadGameRecord": true, "afterReadPlayerBinaryRecord": true, "afterReadPlayerRecord": false, "beforeWriteAdminGameRecord": false, "beforeWriteAdminPlayerRecord": false, "beforeWriteGameBinaryRecord": true, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": true, "beforeWritePlayerRecord": true}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" cloudsave-delete-plugin-config --login_with_auth "Bearer foo" -cloudsave-update-plugin-config '{"appConfig": {"appName": "WOEqNbWE"}, "customConfig": {"GRPCAddress": "Vu3kkX8V"}, "customFunction": {"afterBulkReadGameBinaryRecord": false, "afterBulkReadGameRecord": false, "afterBulkReadPlayerBinaryRecord": true, "afterBulkReadPlayerRecord": false, "afterReadGameBinaryRecord": false, "afterReadGameRecord": false, "afterReadPlayerBinaryRecord": true, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": false, "beforeWriteAdminPlayerRecord": false, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": true, "beforeWritePlayerBinaryRecord": true, "beforeWritePlayerRecord": false}, "extendType": "APP"}' --login_with_auth "Bearer foo" -cloudsave-list-game-records-handler-v1 '78' '21' --login_with_auth "Bearer foo" -cloudsave-admin-get-game-record-handler-v1 'kTzoxoEa' --login_with_auth "Bearer foo" -cloudsave-admin-put-game-record-handler-v1 '{}' 'KgjUSUmY' --login_with_auth "Bearer foo" -cloudsave-admin-post-game-record-handler-v1 '{}' 'FstWHE7M' --login_with_auth "Bearer foo" -cloudsave-admin-delete-game-record-handler-v1 'RQj8rDSV' --login_with_auth "Bearer foo" -cloudsave-bulk-get-admin-player-record-by-user-ids-v1 '{"userIds": ["fQlOlPMj", "IP6KHa2u", "4evjum4I"]}' 'TLza0Kee' --login_with_auth "Bearer foo" -cloudsave-bulk-get-player-record-size-handler-v1 '{"data": [{"keys": ["SnFQzVYw", "KUY1RRts", "yKsviybk"], "user_id": "Rbv8eqMg"}, {"keys": ["G1cuYomH", "4uLhB6NX", "fJJNz1PG"], "user_id": "zq8bzrwt"}, {"keys": ["oXOLJ5Zv", "vJ4B8DWD", "WCuPO7lf"], "user_id": "ZTZcU9Oh"}]}' --login_with_auth "Bearer foo" -cloudsave-admin-list-admin-user-records-v1 'EnnPEEop' --login_with_auth "Bearer foo" -cloudsave-admin-bulk-get-admin-player-record-v1 '{"keys": ["lbNGjuV7", "zvWpmq9A", "AZA72caB"]}' 'XPfkmrAm' --login_with_auth "Bearer foo" -cloudsave-admin-get-admin-player-record-v1 'dZo7sgNr' 'tHZQGzG5' --login_with_auth "Bearer foo" -cloudsave-admin-put-admin-player-record-v1 '{}' 'gJgO90jq' 'SV4CY1iD' --login_with_auth "Bearer foo" -cloudsave-admin-post-player-admin-record-v1 '{}' 'iQWfqNG7' '5zWiilsq' --login_with_auth "Bearer foo" -cloudsave-admin-delete-admin-player-record-v1 'ZAYnVvyd' 'EvwkcSnK' --login_with_auth "Bearer foo" -cloudsave-admin-list-player-binary-records-v1 'CJuBgoKB' --login_with_auth "Bearer foo" -cloudsave-admin-post-player-binary-record-v1 '{"file_type": "tWXBE8Co", "is_public": true, "key": "CPY1V2CZ", "set_by": "CLIENT"}' 'dh1nKFjl' --login_with_auth "Bearer foo" -cloudsave-admin-get-player-binary-record-v1 '1qwg9LaU' 'LeAdWkZR' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-binary-record-v1 '{"content_type": "OMUPVxek", "file_location": "JSYebsSR"}' 'ULCMP5Zs' 'kUCblESL' --login_with_auth "Bearer foo" -cloudsave-admin-delete-player-binary-record-v1 'iMXTSsIv' 'o5Azdl69' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-binary-recor-metadata-v1 '{"is_public": false, "set_by": "SERVER"}' 'qoXEfKUS' 'E3jTQepa' --login_with_auth "Bearer foo" -cloudsave-admin-post-player-binary-presigned-urlv1 '{"file_type": "F5AgSCUG"}' 'XC29tJNw' '7krjxuxc' --login_with_auth "Bearer foo" -cloudsave-admin-put-admin-player-record-concurrent-handler-v1 '{"updatedAt": "BLmnjXJL", "value": {"Bkf4Ydcd": {}, "LzuWfk78": {}, "6410OD7H": {}}}' 'v9NYLgtF' 'WFUqqoHT' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-record-concurrent-handler-v1 '{"set_by": "CLIENT", "updatedAt": "pTnzgP4D", "value": {"9c1fDbo0": {}, "50FPJSkZ": {}, "fmU1IKEC": {}}}' 'ZbcQMsjZ' 'NCWdmhCw' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-public-record-concurrent-handler-v1 '{"set_by": "SERVER", "updatedAt": "xw8B8H0l", "value": {"tp6wNCOF": {}, "2bTM3C38": {}, "PcT8JgoO": {}}}' 'K5Lk4zai' 'Aj4zoSi6' --login_with_auth "Bearer foo" -cloudsave-admin-retrieve-player-records 'MRBbDFEr' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-records-handler-v1 '{"data": [{"key": "D2477BbB", "value": {"eSRhYaMz": {}, "EXLy1AoT": {}, "5VXxzms6": {}}}, {"key": "TeEBz6Q2", "value": {"3JAOIv7K": {}, "QD8ch523": {}, "NRD7rskR": {}}}, {"key": "8WxICGkX", "value": {"F1xtE5za": {}, "CIX7eVUL": {}, "jx8hVFNM": {}}}]}' 'o7TjRpwO' --login_with_auth "Bearer foo" -cloudsave-admin-get-player-records-handler-v1 '{"keys": ["Y9fjovMv", "jkoMk91X", "XwwfSq1s"]}' 'aI78H7YH' --login_with_auth "Bearer foo" -cloudsave-admin-get-player-record-handler-v1 'nwkQlGf5' '2OklamIQ' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-record-handler-v1 '{}' '9pBUI7IH' 'snFDqbwp' --login_with_auth "Bearer foo" -cloudsave-admin-post-player-record-handler-v1 '{}' 'rVVKsEOu' '7VBfu0mi' --login_with_auth "Bearer foo" -cloudsave-admin-delete-player-record-handler-v1 'udvkLS6h' '0WIkJTUv' --login_with_auth "Bearer foo" -cloudsave-admin-get-player-public-record-handler-v1 '3Y7Pnj9q' 'M6wBviiP' --login_with_auth "Bearer foo" -cloudsave-admin-put-player-public-record-handler-v1 '{}' 'DEAlruJv' 'YAI3RDQa' --login_with_auth "Bearer foo" -cloudsave-admin-post-player-public-record-handler-v1 '{}' 'PJ8Ovaew' 'RsbJYMvi' --login_with_auth "Bearer foo" -cloudsave-admin-delete-player-public-record-handler-v1 'sciwkLeo' 'wlBWBii7' --login_with_auth "Bearer foo" -cloudsave-admin-get-player-record-size-handler-v1 'NZm1hC38' 'uQEoNZ4H' --login_with_auth "Bearer foo" +cloudsave-update-plugin-config '{"appConfig": {"appName": "EMIW5CB2"}, "customConfig": {"GRPCAddress": "XSMOjDP4"}, "customFunction": {"afterBulkReadGameBinaryRecord": true, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": true, "afterBulkReadPlayerRecord": false, "afterReadGameBinaryRecord": false, "afterReadGameRecord": false, "afterReadPlayerBinaryRecord": true, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": false, "beforeWriteAdminPlayerRecord": false, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": true, "beforeWritePlayerRecord": false}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" +cloudsave-list-game-records-handler-v1 '22' '45' --login_with_auth "Bearer foo" +cloudsave-admin-get-game-record-handler-v1 '2XaLN2XH' --login_with_auth "Bearer foo" +cloudsave-admin-put-game-record-handler-v1 '{}' 'Qpln4SbH' --login_with_auth "Bearer foo" +cloudsave-admin-post-game-record-handler-v1 '{}' 'swkOMLWY' --login_with_auth "Bearer foo" +cloudsave-admin-delete-game-record-handler-v1 'PYc2fKqB' --login_with_auth "Bearer foo" +cloudsave-bulk-get-admin-player-record-by-user-ids-v1 '{"userIds": ["NjEwGmJG", "ousL7V22", "2UhacIsl"]}' '6LL77PX9' --login_with_auth "Bearer foo" +cloudsave-bulk-get-player-record-size-handler-v1 '{"data": [{"keys": ["EokucazU", "Li7Z08g5", "ZYC5s112"], "user_id": "qOjZJPyA"}, {"keys": ["TtBHY0BL", "7KIFRfUB", "yAbb0v5g"], "user_id": "BG8Af6ye"}, {"keys": ["zlPMtlsV", "EMxdsEHk", "5uATKBFS"], "user_id": "QUSLqFHj"}]}' --login_with_auth "Bearer foo" +cloudsave-admin-list-admin-user-records-v1 'nHtX6UyW' --login_with_auth "Bearer foo" +cloudsave-admin-bulk-get-admin-player-record-v1 '{"keys": ["3C9Ew412", "ACoJWmMF", "cLFUQY5q"]}' 'hnwJ9SaG' --login_with_auth "Bearer foo" +cloudsave-admin-get-admin-player-record-v1 'DX8mXVJN' 'aVg9enTJ' --login_with_auth "Bearer foo" +cloudsave-admin-put-admin-player-record-v1 '{}' 'Q2zTDh1M' 'HhtgGThK' --login_with_auth "Bearer foo" +cloudsave-admin-post-player-admin-record-v1 '{}' 'WT9RGhsT' 'kLL1MwTk' --login_with_auth "Bearer foo" +cloudsave-admin-delete-admin-player-record-v1 'w8CYGY4Y' 'ZxzRfQLj' --login_with_auth "Bearer foo" +cloudsave-admin-list-player-binary-records-v1 'IZS5F2fP' --login_with_auth "Bearer foo" +cloudsave-admin-post-player-binary-record-v1 '{"file_type": "n9nzMpye", "is_public": false, "key": "WNf9EFJF", "set_by": "CLIENT"}' 'CSC4EhyA' --login_with_auth "Bearer foo" +cloudsave-admin-get-player-binary-record-v1 'AbwLHJXz' '5h5lp8Tc' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-binary-record-v1 '{"content_type": "6QqdGEo3", "file_location": "Zh3u6l9H"}' 'podmIGWJ' '2Q9wg3l4' --login_with_auth "Bearer foo" +cloudsave-admin-delete-player-binary-record-v1 'iVXkoqfp' 'JhZ0DXoO' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-binary-recor-metadata-v1 '{"is_public": false, "set_by": "CLIENT"}' 'VJoUCeh7' 'VQagzdA9' --login_with_auth "Bearer foo" +cloudsave-admin-post-player-binary-presigned-urlv1 '{"file_type": "iD7eac7D"}' 'qO5xxQRQ' 'ZJeVQg9g' --login_with_auth "Bearer foo" +cloudsave-admin-put-admin-player-record-concurrent-handler-v1 '{"updatedAt": "oUB6lpzW", "value": {"zxtNbXRk": {}, "Y4GYhkzU": {}, "yxEM9vA6": {}}}' 'ETQeyPNO' '9NXXK4Zt' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-record-concurrent-handler-v1 '{"set_by": "CLIENT", "updatedAt": "SoHehZV5", "value": {"PtF9OBkx": {}, "nX5Hu6Bw": {}, "hxDZcjxX": {}}}' 'tsQnO2DO' '0yC148kf' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-public-record-concurrent-handler-v1 '{"set_by": "SERVER", "updatedAt": "QBbdaq7W", "value": {"wwn2KgR1": {}, "ZBYwnOD3": {}, "V97SsAM7": {}}}' 'EBjHrsz3' 'pyvLMLd3' --login_with_auth "Bearer foo" +cloudsave-admin-retrieve-player-records 'zCQXHzSw' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-records-handler-v1 '{"data": [{"key": "X3QguRXM", "value": {"SNblYONX": {}, "twM4IQ8E": {}, "4ipRMNRb": {}}}, {"key": "78OXjfYJ", "value": {"HE4ceTvL": {}, "U6loPtPq": {}, "ZaoXHO0S": {}}}, {"key": "Owgh0H3Y", "value": {"lJrYf3Um": {}, "K3x5D2wu": {}, "TRruJGm2": {}}}]}' 'yAj2yCeo' --login_with_auth "Bearer foo" +cloudsave-admin-get-player-records-handler-v1 '{"keys": ["GOhHZTHR", "ME0F2uCI", "O1NOneg9"]}' '7OW1iwKh' --login_with_auth "Bearer foo" +cloudsave-admin-get-player-record-handler-v1 'GG9iyo1k' 'XoKib8HP' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-record-handler-v1 '{}' 'C4CpGcmH' 'XATg5oC8' --login_with_auth "Bearer foo" +cloudsave-admin-post-player-record-handler-v1 '{}' 'su33HjVn' 'fDBXYZ6b' --login_with_auth "Bearer foo" +cloudsave-admin-delete-player-record-handler-v1 '7fa1Qe01' '6Fbs6Eb2' --login_with_auth "Bearer foo" +cloudsave-admin-get-player-public-record-handler-v1 '8UhiL2LZ' 'M91KWOmq' --login_with_auth "Bearer foo" +cloudsave-admin-put-player-public-record-handler-v1 '{}' 'oJbJmQ0n' 'XJMqsbB0' --login_with_auth "Bearer foo" +cloudsave-admin-post-player-public-record-handler-v1 '{}' 'TGUJ9WFW' 'gQx1Rbiw' --login_with_auth "Bearer foo" +cloudsave-admin-delete-player-public-record-handler-v1 'v8CcCOIN' 'WFLOmJqZ' --login_with_auth "Bearer foo" +cloudsave-admin-get-player-record-size-handler-v1 'fiYT9WPi' 'doBML10v' --login_with_auth "Bearer foo" cloudsave-list-game-binary-records-v1 --login_with_auth "Bearer foo" -cloudsave-post-game-binary-record-v1 '{"file_type": "9kOWGqq0", "key": "52KQp8CR"}' --login_with_auth "Bearer foo" -cloudsave-bulk-get-game-binary-record-v1 '{"keys": ["rDF49Fg8", "FMvLvu5Y", "X5ZkOGCI"]}' --login_with_auth "Bearer foo" -cloudsave-get-game-binary-record-v1 '91z7zZPq' --login_with_auth "Bearer foo" -cloudsave-put-game-binary-record-v1 '{"content_type": "TauMSUFR", "file_location": "zGtv5Pvk"}' 'GRBXMlaA' --login_with_auth "Bearer foo" -cloudsave-delete-game-binary-record-v1 'tox1Xx71' --login_with_auth "Bearer foo" -cloudsave-post-game-binary-presigned-urlv1 '{"file_type": "CO0u01lV"}' 'jdqRnRHG' --login_with_auth "Bearer foo" -cloudsave-put-game-record-concurrent-handler-v1 '{"updatedAt": "DXFRLqVh", "value": {"Yen6oaEl": {}, "VfHBOnld": {}, "cKarSMu6": {}}}' 'rjlvldfZ' --login_with_auth "Bearer foo" -cloudsave-get-game-records-bulk '{"keys": ["rMJxPHbg", "thAIY1u6", "6S0f0tu8"]}' --login_with_auth "Bearer foo" -cloudsave-get-game-record-handler-v1 '4Tj7tNuf' --login_with_auth "Bearer foo" -cloudsave-put-game-record-handler-v1 '{}' 'SKkg0nJl' --login_with_auth "Bearer foo" -cloudsave-post-game-record-handler-v1 '{}' 'BRexkYbl' --login_with_auth "Bearer foo" -cloudsave-delete-game-record-handler-v1 's66d9HZF' --login_with_auth "Bearer foo" -cloudsave-bulk-get-player-public-binary-records-v1 '{"userIds": ["KGADdVbj", "dPd5sDnz", "U2QmaVXd"]}' '7fazUZKQ' --login_with_auth "Bearer foo" -cloudsave-bulk-get-player-public-record-handler-v1 '{"userIds": ["H3dffFiB", "O44fId85", "HwtkRsF3"]}' 'wgHCXtr9' --login_with_auth "Bearer foo" +cloudsave-post-game-binary-record-v1 '{"file_type": "CL5Bgqhh", "key": "LaNAvX8p"}' --login_with_auth "Bearer foo" +cloudsave-bulk-get-game-binary-record-v1 '{"keys": ["5SHK18Ro", "y6fxSow4", "iE1qMHzj"]}' --login_with_auth "Bearer foo" +cloudsave-get-game-binary-record-v1 'YDu5ZLjL' --login_with_auth "Bearer foo" +cloudsave-put-game-binary-record-v1 '{"content_type": "fwqNaqZe", "file_location": "Bjzq6lTf"}' 'iNWWaplW' --login_with_auth "Bearer foo" +cloudsave-delete-game-binary-record-v1 'R3tLhPsp' --login_with_auth "Bearer foo" +cloudsave-post-game-binary-presigned-urlv1 '{"file_type": "ycg0KHan"}' 'tKNP3Sf8' --login_with_auth "Bearer foo" +cloudsave-put-game-record-concurrent-handler-v1 '{"updatedAt": "oevsaZwN", "value": {"BAUGDKdU": {}, "3s34Bgt0": {}, "JOitTbAz": {}}}' 'FmstkTVn' --login_with_auth "Bearer foo" +cloudsave-get-game-records-bulk '{"keys": ["16YzSVKW", "ej1gTXxd", "VVWp1a8U"]}' --login_with_auth "Bearer foo" +cloudsave-get-game-record-handler-v1 'fafbpqV7' --login_with_auth "Bearer foo" +cloudsave-put-game-record-handler-v1 '{}' 'RoEfyGaT' --login_with_auth "Bearer foo" +cloudsave-post-game-record-handler-v1 '{}' 'q65ykCtU' --login_with_auth "Bearer foo" +cloudsave-delete-game-record-handler-v1 'H5XtUlXO' --login_with_auth "Bearer foo" +cloudsave-bulk-get-player-public-binary-records-v1 '{"userIds": ["dzLvdaZk", "vARgKVJu", "3JwALokT"]}' 'wrntj71J' --login_with_auth "Bearer foo" +cloudsave-bulk-get-player-public-record-handler-v1 '{"userIds": ["gshw5puU", "zbFqn4KQ", "hiflEaG6"]}' 'JMYRI7zZ' --login_with_auth "Bearer foo" cloudsave-list-my-binary-records-v1 --login_with_auth "Bearer foo" -cloudsave-bulk-get-my-binary-record-v1 '{"keys": ["ftMviJ0Z", "Xjxm6s9E", "3qCcLxiW"]}' --login_with_auth "Bearer foo" +cloudsave-bulk-get-my-binary-record-v1 '{"keys": ["dimlU6yu", "a50zApMM", "mSgiJIq7"]}' --login_with_auth "Bearer foo" cloudsave-retrieve-player-records --login_with_auth "Bearer foo" -cloudsave-get-player-records-bulk-handler-v1 '{"keys": ["kASXbyDH", "uNBAAoYm", "BQMMovlB"]}' --login_with_auth "Bearer foo" -cloudsave-public-delete-player-public-record-handler-v1 'AaAetDcg' --login_with_auth "Bearer foo" -cloudsave-post-player-binary-record-v1 '{"file_type": "ezPqcdxU", "is_public": false, "key": "sx4qnBKt"}' 'HCwrWTcD' --login_with_auth "Bearer foo" -cloudsave-list-other-player-public-binary-records-v1 'KBmIzh9N' --login_with_auth "Bearer foo" -cloudsave-bulk-get-other-player-public-binary-records-v1 '{"keys": ["WrPkgXnr", "r4ErfSrR", "uCpAOvSB"]}' 'DWJ9nsww' --login_with_auth "Bearer foo" -cloudsave-get-player-binary-record-v1 'a5D9IlGq' 'BfczslEh' --login_with_auth "Bearer foo" -cloudsave-put-player-binary-record-v1 '{"content_type": "KBkmhwVg", "file_location": "GFFc6C0x"}' 'MhLpJRnX' 'LTVJOCH4' --login_with_auth "Bearer foo" -cloudsave-delete-player-binary-record-v1 'zm8mkNOG' 'dwlP1NFF' --login_with_auth "Bearer foo" -cloudsave-put-player-binary-recor-metadata-v1 '{"is_public": true}' '1mXxi0pp' 'tsKUecLt' --login_with_auth "Bearer foo" -cloudsave-post-player-binary-presigned-urlv1 '{"file_type": "jPmE88Ib"}' 'NBh1LF1z' 'i1wKTtpu' --login_with_auth "Bearer foo" -cloudsave-get-player-public-binary-records-v1 'hRaSOPr1' 'SdFcu9DC' --login_with_auth "Bearer foo" -cloudsave-put-player-record-concurrent-handler-v1 '{"updatedAt": "aeC71jcN", "value": {"0At1IwIs": {}, "UsBKp27R": {}, "7YmJJKPu": {}}}' 'cIctNiIx' 'YTJ0Ba6m' --login_with_auth "Bearer foo" -cloudsave-put-player-public-record-concurrent-handler-v1 '{"updatedAt": "oFBxsiYp", "value": {"vZxIxJ9w": {}, "7agmCbWv": {}, "iVsF19f7": {}}}' 'jslNwMdz' 'rTVdQuFH' --login_with_auth "Bearer foo" -cloudsave-get-other-player-public-record-key-handler-v1 'XS5hxnOn' --login_with_auth "Bearer foo" -cloudsave-get-other-player-public-record-handler-v1 '{"keys": ["QFGSJqAO", "xNR1D4KO", "wEgA8bY8"]}' 'qd7DHiWx' --login_with_auth "Bearer foo" -cloudsave-get-player-record-handler-v1 'tkxic4tl' 'usfTi1tt' --login_with_auth "Bearer foo" -cloudsave-put-player-record-handler-v1 '{}' 'y6OzBcNn' 'xS7QJoxt' --login_with_auth "Bearer foo" -cloudsave-post-player-record-handler-v1 '{}' 'dXS4hqoz' 'opl7OJFT' --login_with_auth "Bearer foo" -cloudsave-delete-player-record-handler-v1 'QOYzgTPe' 'CCX6dvGn' --login_with_auth "Bearer foo" -cloudsave-get-player-public-record-handler-v1 '85oNqQUL' 'DfKLR3lk' --login_with_auth "Bearer foo" -cloudsave-put-player-public-record-handler-v1 '{}' 'kSiisXjc' '8vMp8Rn4' --login_with_auth "Bearer foo" -cloudsave-post-player-public-record-handler-v1 '{}' 'PwcGPO81' 'MUIiSB40' --login_with_auth "Bearer foo" +cloudsave-get-player-records-bulk-handler-v1 '{"keys": ["lzHLL71V", "SzBdE1cf", "0oQm6OIA"]}' --login_with_auth "Bearer foo" +cloudsave-public-delete-player-public-record-handler-v1 'sRdPTgTx' --login_with_auth "Bearer foo" +cloudsave-post-player-binary-record-v1 '{"file_type": "f7QODSBk", "is_public": false, "key": "BkaEpZfl"}' 'oPGnnjmI' --login_with_auth "Bearer foo" +cloudsave-list-other-player-public-binary-records-v1 'FjaAcvzO' --login_with_auth "Bearer foo" +cloudsave-bulk-get-other-player-public-binary-records-v1 '{"keys": ["4JsDGads", "FSclAcYQ", "UMKeh6Rw"]}' '8s76e5mg' --login_with_auth "Bearer foo" +cloudsave-get-player-binary-record-v1 'isw57oYz' 'mvrx1GSx' --login_with_auth "Bearer foo" +cloudsave-put-player-binary-record-v1 '{"content_type": "4nw1vTqm", "file_location": "dFQwJY6F"}' 'VKjw2e5f' 'avhjwyxS' --login_with_auth "Bearer foo" +cloudsave-delete-player-binary-record-v1 '09fDIfzG' 'U7UE5Q8o' --login_with_auth "Bearer foo" +cloudsave-put-player-binary-recor-metadata-v1 '{"is_public": false}' '6xQDba57' 'WxjqMjBe' --login_with_auth "Bearer foo" +cloudsave-post-player-binary-presigned-urlv1 '{"file_type": "zvlSars7"}' 'kqfup03d' '3yUF2fA8' --login_with_auth "Bearer foo" +cloudsave-get-player-public-binary-records-v1 'tjHWbnFA' '53ft7Lid' --login_with_auth "Bearer foo" +cloudsave-put-player-record-concurrent-handler-v1 '{"updatedAt": "DrY7zu0F", "value": {"YeDtaHHv": {}, "kbOpkiAa": {}, "lPKvm7Sa": {}}}' 'fw3Px3hA' 'j8ysQVCK' --login_with_auth "Bearer foo" +cloudsave-put-player-public-record-concurrent-handler-v1 '{"updatedAt": "W9o110Kt", "value": {"1bYdrkQo": {}, "J305SpI6": {}, "LzVc5O9D": {}}}' 'ZyoHX6eD' '7pVZjIWb' --login_with_auth "Bearer foo" +cloudsave-get-other-player-public-record-key-handler-v1 'GuysFxcF' --login_with_auth "Bearer foo" +cloudsave-get-other-player-public-record-handler-v1 '{"keys": ["Jpwyk6ku", "eG6DcQnF", "rWs2aVik"]}' 'Jxy0eM21' --login_with_auth "Bearer foo" +cloudsave-get-player-record-handler-v1 'AqpvN6Ub' 'M9n2QeHK' --login_with_auth "Bearer foo" +cloudsave-put-player-record-handler-v1 '{}' '5rhCBo9W' 'qkuapNvf' --login_with_auth "Bearer foo" +cloudsave-post-player-record-handler-v1 '{}' 'f3MCweAP' 'UNOHTWaa' --login_with_auth "Bearer foo" +cloudsave-delete-player-record-handler-v1 'rzBOl0Vx' 'hOQYB2AQ' --login_with_auth "Bearer foo" +cloudsave-get-player-public-record-handler-v1 'b5PeilIm' 'jUjCiZd0' --login_with_auth "Bearer foo" +cloudsave-put-player-public-record-handler-v1 '{}' 'arka7mrr' 'sJk0IFJs' --login_with_auth "Bearer foo" +cloudsave-post-player-public-record-handler-v1 '{}' 'RKjtP8K9' 'GR9TSOCK' --login_with_auth "Bearer foo" exit() END @@ -159,14 +159,14 @@ eval_tap $? 2 'AdminListAdminGameRecordV1' test.out #- 3 AdminBulkGetAdminGameRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-bulk-get-admin-game-record-v1' \ - '{"keys": ["r3eSgyaw", "O2vsXoDH", "AHcLq7z2"]}' \ + '{"keys": ["bhdBpFFd", "JoKTBHxI", "vZnIQIne"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'AdminBulkGetAdminGameRecordV1' test.out #- 4 AdminGetAdminGameRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-get-admin-game-record-v1' \ - '3RVkkQP6' \ + 'mWqh0z8C' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'AdminGetAdminGameRecordV1' test.out @@ -174,7 +174,7 @@ eval_tap $? 4 'AdminGetAdminGameRecordV1' test.out #- 5 AdminPutAdminGameRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-put-admin-game-record-v1' \ '{}' \ - 'VnNDSnSo' \ + 'QIAVPBWf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'AdminPutAdminGameRecordV1' test.out @@ -182,14 +182,14 @@ eval_tap $? 5 'AdminPutAdminGameRecordV1' test.out #- 6 AdminPostAdminGameRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-post-admin-game-record-v1' \ '{}' \ - 'wItKUuuR' \ + 'adxwdrwa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'AdminPostAdminGameRecordV1' test.out #- 7 AdminDeleteAdminGameRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-admin-game-record-v1' \ - 'GZq8gjut' \ + 'kZZjVwKF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminDeleteAdminGameRecordV1' test.out @@ -202,61 +202,61 @@ eval_tap $? 8 'AdminListGameBinaryRecordsV1' test.out #- 9 AdminPostGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-post-game-binary-record-v1' \ - '{"file_type": "1tMgWvad", "key": "bOghYlqa", "set_by": "CLIENT"}' \ + '{"file_type": "yOJjw7dI", "key": "5w6aMlYO", "set_by": "SERVER"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminPostGameBinaryRecordV1' test.out #- 10 AdminGetGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-get-game-binary-record-v1' \ - 'dKciv7aM' \ + 'KG7hYSPO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'AdminGetGameBinaryRecordV1' test.out #- 11 AdminPutGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-put-game-binary-record-v1' \ - '{"content_type": "6Sx8K0Ae", "file_location": "n9zlgRxc"}' \ - 'Ho1aC2We' \ + '{"content_type": "OPuI6tfq", "file_location": "dgGGMwKZ"}' \ + 'etulIyPp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminPutGameBinaryRecordV1' test.out #- 12 AdminDeleteGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-game-binary-record-v1' \ - 'HHd7HPp1' \ + '94dUt5XO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'AdminDeleteGameBinaryRecordV1' test.out #- 13 AdminPutGameBinaryRecorMetadataV1 $PYTHON -m $MODULE 'cloudsave-admin-put-game-binary-recor-metadata-v1' \ - '{"set_by": "SERVER"}' \ - 'rJOL3p6F' \ + '{"set_by": "CLIENT"}' \ + 'giPLMQ6e' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'AdminPutGameBinaryRecorMetadataV1' test.out #- 14 AdminPostGameBinaryPresignedURLV1 $PYTHON -m $MODULE 'cloudsave-admin-post-game-binary-presigned-urlv1' \ - '{"file_type": "UgSin7N0"}' \ - 'FpGdiHeH' \ + '{"file_type": "guyVTmmA"}' \ + 'c7ANxGoh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminPostGameBinaryPresignedURLV1' test.out #- 15 AdminPutAdminGameRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-admin-game-record-concurrent-handler-v1' \ - '{"updatedAt": "xJHViMuw", "value": {"Bnbvw9E8": {}, "XvcB6cak": {}, "82qbPKtT": {}}}' \ - '7HbKmpCL' \ + '{"updatedAt": "5bLjdLwC", "value": {"Bn8S0BSH": {}, "8VWpTFgB": {}, "UuMQ7P67": {}}}' \ + 'uRz4hC8P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'AdminPutAdminGameRecordConcurrentHandlerV1' test.out #- 16 AdminPutGameRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-game-record-concurrent-handler-v1' \ - '{"set_by": "SERVER", "updatedAt": "bV3NCOlL", "value": {"45KVRNpp": {}, "FH3B33YX": {}, "deOfFruh": {}}}' \ - 'YH5G9anE' \ + '{"set_by": "CLIENT", "updatedAt": "qf9jlwqI", "value": {"GmCMMcki": {}, "316t4jzL": {}, "egip0HnW": {}}}' \ + 'eRWgvX46' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminPutGameRecordConcurrentHandlerV1' test.out @@ -269,7 +269,7 @@ eval_tap $? 17 'GetPluginConfig' test.out #- 18 CreatePluginConfig $PYTHON -m $MODULE 'cloudsave-create-plugin-config' \ - '{"appConfig": {"appName": "z843LI3V"}, "customConfig": {"GRPCAddress": "2MAgF9mg"}, "customFunction": {"afterBulkReadGameBinaryRecord": true, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": true, "afterBulkReadPlayerRecord": false, "afterReadGameBinaryRecord": false, "afterReadGameRecord": false, "afterReadPlayerBinaryRecord": false, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": false, "beforeWriteAdminPlayerRecord": true, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": true, "beforeWritePlayerBinaryRecord": false, "beforeWritePlayerRecord": true}, "extendType": "APP"}' \ + '{"appConfig": {"appName": "kbtCUXBS"}, "customConfig": {"GRPCAddress": "dsgpHtUj"}, "customFunction": {"afterBulkReadGameBinaryRecord": true, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": false, "afterBulkReadPlayerRecord": true, "afterReadGameBinaryRecord": true, "afterReadGameRecord": false, "afterReadPlayerBinaryRecord": true, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": true, "beforeWriteAdminPlayerRecord": true, "beforeWriteGameBinaryRecord": true, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": true, "beforeWritePlayerRecord": true}, "extendType": "CUSTOM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'CreatePluginConfig' test.out @@ -282,22 +282,22 @@ eval_tap $? 19 'DeletePluginConfig' test.out #- 20 UpdatePluginConfig $PYTHON -m $MODULE 'cloudsave-update-plugin-config' \ - '{"appConfig": {"appName": "be9hmSAE"}, "customConfig": {"GRPCAddress": "CLb9bjxo"}, "customFunction": {"afterBulkReadGameBinaryRecord": true, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": true, "afterBulkReadPlayerRecord": true, "afterReadGameBinaryRecord": false, "afterReadGameRecord": false, "afterReadPlayerBinaryRecord": false, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": true, "beforeWriteAdminPlayerRecord": true, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": false, "beforeWritePlayerRecord": false}, "extendType": "APP"}' \ + '{"appConfig": {"appName": "PftDBBNG"}, "customConfig": {"GRPCAddress": "3HhOwEQB"}, "customFunction": {"afterBulkReadGameBinaryRecord": false, "afterBulkReadGameRecord": true, "afterBulkReadPlayerBinaryRecord": true, "afterBulkReadPlayerRecord": true, "afterReadGameBinaryRecord": true, "afterReadGameRecord": true, "afterReadPlayerBinaryRecord": false, "afterReadPlayerRecord": true, "beforeWriteAdminGameRecord": false, "beforeWriteAdminPlayerRecord": true, "beforeWriteGameBinaryRecord": false, "beforeWriteGameRecord": false, "beforeWritePlayerBinaryRecord": false, "beforeWritePlayerRecord": true}, "extendType": "CUSTOM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'UpdatePluginConfig' test.out #- 21 ListGameRecordsHandlerV1 $PYTHON -m $MODULE 'cloudsave-list-game-records-handler-v1' \ - '54' \ - '92' \ + '25' \ + '23' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'ListGameRecordsHandlerV1' test.out #- 22 AdminGetGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-get-game-record-handler-v1' \ - 'VtfBZHO6' \ + 'hHFeVsf8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'AdminGetGameRecordHandlerV1' test.out @@ -305,7 +305,7 @@ eval_tap $? 22 'AdminGetGameRecordHandlerV1' test.out #- 23 AdminPutGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-game-record-handler-v1' \ '{}' \ - 'VvfsklFx' \ + 'BFVHfurI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'AdminPutGameRecordHandlerV1' test.out @@ -313,29 +313,29 @@ eval_tap $? 23 'AdminPutGameRecordHandlerV1' test.out #- 24 AdminPostGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-post-game-record-handler-v1' \ '{}' \ - 'n4MBmaky' \ + 'XhjFHTgl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'AdminPostGameRecordHandlerV1' test.out #- 25 AdminDeleteGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-game-record-handler-v1' \ - '9D1Itsaf' \ + 'WLDM0i2r' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'AdminDeleteGameRecordHandlerV1' test.out #- 26 BulkGetAdminPlayerRecordByUserIdsV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-admin-player-record-by-user-ids-v1' \ - '{"userIds": ["h2uKyBnE", "ID6TAZs0", "3KY0Wdfk"]}' \ - 'br72zBIY' \ + '{"userIds": ["a2NiBpcp", "2RIyXD16", "ji8gKL34"]}' \ + '2cAsaCDP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'BulkGetAdminPlayerRecordByUserIdsV1' test.out #- 27 BulkGetPlayerRecordSizeHandlerV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-player-record-size-handler-v1' \ - '{"data": [{"keys": ["vZxogtWt", "ARBLXb3M", "mTLD7Oda"], "user_id": "03aCj4ef"}, {"keys": ["qEIpP4B7", "IIBx98Ki", "Du01PYkd"], "user_id": "LSciD5my"}, {"keys": ["MvD6Akzu", "50iFyeqf", "THR44Un6"], "user_id": "qfbOlK6h"}]}' \ + '{"data": [{"keys": ["DWq1FiZg", "KyHnQqUD", "JOAfuYLD"], "user_id": "MX7M5rte"}, {"keys": ["ARJzffB4", "XduNVYay", "yJauiF2n"], "user_id": "XuQJOP1B"}, {"keys": ["XvRoVLKO", "Zimj33yA", "gIEYRT1Z"], "user_id": "Q7s5BTNJ"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'BulkGetPlayerRecordSizeHandlerV1' test.out @@ -345,23 +345,23 @@ eval_tap 0 28 'ListPlayerRecordHandlerV1 # SKIP deprecated' test.out #- 29 AdminListAdminUserRecordsV1 $PYTHON -m $MODULE 'cloudsave-admin-list-admin-user-records-v1' \ - 'glWwFATY' \ + 'S9TRAuAT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'AdminListAdminUserRecordsV1' test.out #- 30 AdminBulkGetAdminPlayerRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-bulk-get-admin-player-record-v1' \ - '{"keys": ["J5S3wRG5", "QYIcjuXq", "bbvLdsms"]}' \ - 'cGiFhT3e' \ + '{"keys": ["grkEwil1", "D2C9F0tE", "bBXrTa33"]}' \ + 'VEqIUzFC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'AdminBulkGetAdminPlayerRecordV1' test.out #- 31 AdminGetAdminPlayerRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-get-admin-player-record-v1' \ - '3VI0D39i' \ - 'DIDhSZ9j' \ + 'EoDk3ilv' \ + 'JJ43zQrZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'AdminGetAdminPlayerRecordV1' test.out @@ -369,8 +369,8 @@ eval_tap $? 31 'AdminGetAdminPlayerRecordV1' test.out #- 32 AdminPutAdminPlayerRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-put-admin-player-record-v1' \ '{}' \ - 'ffXX6q5d' \ - '4eRF14fo' \ + 'pPT06SSy' \ + 'WtQ78nvX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'AdminPutAdminPlayerRecordV1' test.out @@ -378,132 +378,132 @@ eval_tap $? 32 'AdminPutAdminPlayerRecordV1' test.out #- 33 AdminPostPlayerAdminRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-post-player-admin-record-v1' \ '{}' \ - '6tLL5ihl' \ - 'e0vrmW7a' \ + 'iCZiljlf' \ + 'AVhXXCkL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'AdminPostPlayerAdminRecordV1' test.out #- 34 AdminDeleteAdminPlayerRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-admin-player-record-v1' \ - 'eD75W3jS' \ - 'LZH5S7RD' \ + 'CGn5L274' \ + '1M8Ct1T0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'AdminDeleteAdminPlayerRecordV1' test.out #- 35 AdminListPlayerBinaryRecordsV1 $PYTHON -m $MODULE 'cloudsave-admin-list-player-binary-records-v1' \ - 'XSzfIexA' \ + '8okC4mDC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'AdminListPlayerBinaryRecordsV1' test.out #- 36 AdminPostPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-post-player-binary-record-v1' \ - '{"file_type": "vSX5LIpg", "is_public": true, "key": "ACuRlFyd", "set_by": "SERVER"}' \ - 'wM0QknQG' \ + '{"file_type": "uNLOEo2c", "is_public": true, "key": "oUL3XFJh", "set_by": "SERVER"}' \ + 'Sq53RAnB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'AdminPostPlayerBinaryRecordV1' test.out #- 37 AdminGetPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-get-player-binary-record-v1' \ - 'Bm8B3z7a' \ - '0zB8veCg' \ + '76MUkJhM' \ + '257arUzo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'AdminGetPlayerBinaryRecordV1' test.out #- 38 AdminPutPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-binary-record-v1' \ - '{"content_type": "wCpf80X7", "file_location": "2eSok7Yq"}' \ - 'gd5wWxPc' \ - '2WyPhcqa' \ + '{"content_type": "rL5BV3Tc", "file_location": "80VGzeGu"}' \ + 's7VOS5yV' \ + 'hCb2fGlp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'AdminPutPlayerBinaryRecordV1' test.out #- 39 AdminDeletePlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-player-binary-record-v1' \ - 'qAtrg0dd' \ - 'z8oGzaFh' \ + 'g3niTjXP' \ + 'HrtV8eZr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'AdminDeletePlayerBinaryRecordV1' test.out #- 40 AdminPutPlayerBinaryRecorMetadataV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-binary-recor-metadata-v1' \ - '{"is_public": true, "set_by": "CLIENT"}' \ - 'xIgNoKBH' \ - 'niZEbZMZ' \ + '{"is_public": false, "set_by": "CLIENT"}' \ + 'O00FUw5x' \ + 'ksMEqfxG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'AdminPutPlayerBinaryRecorMetadataV1' test.out #- 41 AdminPostPlayerBinaryPresignedURLV1 $PYTHON -m $MODULE 'cloudsave-admin-post-player-binary-presigned-urlv1' \ - '{"file_type": "ZGuOFZJL"}' \ - 'EUxoM2Ba' \ - 'QV5TqUXP' \ + '{"file_type": "eg9Ggn6Z"}' \ + 'h52F6RBY' \ + 'rNrozK3l' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'AdminPostPlayerBinaryPresignedURLV1' test.out #- 42 AdminPutAdminPlayerRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-admin-player-record-concurrent-handler-v1' \ - '{"updatedAt": "qL5Pdzi2", "value": {"UtQ8kSOi": {}, "8Z1iPhCJ": {}, "mvZNNIEw": {}}}' \ - 'FAyArSyT' \ - 'nzlOM8nL' \ + '{"updatedAt": "BOkEXgZA", "value": {"0Z4WqmFi": {}, "AjTuNSAj": {}, "xMjFRipA": {}}}' \ + 'o0pShfMl' \ + 'stnTBghl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'AdminPutAdminPlayerRecordConcurrentHandlerV1' test.out #- 43 AdminPutPlayerRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-record-concurrent-handler-v1' \ - '{"set_by": "SERVER", "updatedAt": "tKo2M84b", "value": {"6gCLaYQo": {}, "H7jHRak5": {}, "sf7yvfaB": {}}}' \ - 'wG7QCNKc' \ - 'M2z3EqMX' \ + '{"set_by": "SERVER", "updatedAt": "jEcPvwqB", "value": {"6AuqEKxL": {}, "edt3GUKC": {}, "8G5g2QLN": {}}}' \ + 'VQKPspSc' \ + 'Lbl29D9d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'AdminPutPlayerRecordConcurrentHandlerV1' test.out #- 44 AdminPutPlayerPublicRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-public-record-concurrent-handler-v1' \ - '{"set_by": "CLIENT", "updatedAt": "jcSGdutI", "value": {"Amn38zrQ": {}, "gsembq5P": {}, "LpUrKMEZ": {}}}' \ - 'n5K8kblO' \ - 'spgfcDFn' \ + '{"set_by": "SERVER", "updatedAt": "KJpdiIuT", "value": {"nHYuVFbA": {}, "2OtycYsv": {}, "jy2SIEHi": {}}}' \ + 'TPJpK2fn' \ + 'kH6X9ICN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'AdminPutPlayerPublicRecordConcurrentHandlerV1' test.out #- 45 AdminRetrievePlayerRecords $PYTHON -m $MODULE 'cloudsave-admin-retrieve-player-records' \ - 'pC9ITCj2' \ + 'xE6R0UbC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'AdminRetrievePlayerRecords' test.out #- 46 AdminPutPlayerRecordsHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-records-handler-v1' \ - '{"data": [{"key": "8EfP3CiL", "value": {"u5uAA2Bi": {}, "1HJsKRB6": {}, "q63FrY5D": {}}}, {"key": "m53ctUFO", "value": {"kkYGockk": {}, "t7bVnr3j": {}, "eyap2QAM": {}}}, {"key": "1NDvO4wr", "value": {"mmONtkIc": {}, "UeXeJKem": {}, "Qi4JMdNW": {}}}]}' \ - 'cAiH4GlV' \ + '{"data": [{"key": "nqEk9Mee", "value": {"kZfV5eoX": {}, "qf7NJYZN": {}, "wIw0tMhD": {}}}, {"key": "DObCEaOM", "value": {"HyIYVDUh": {}, "22j5fjRx": {}, "S1dEFIWW": {}}}, {"key": "4jQqHSkB", "value": {"GRwlvRlA": {}, "KhYgYM5P": {}, "ZKqeGNan": {}}}]}' \ + 'JvgVPqEg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'AdminPutPlayerRecordsHandlerV1' test.out #- 47 AdminGetPlayerRecordsHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-get-player-records-handler-v1' \ - '{"keys": ["4l51yi0Z", "b6xHBKvu", "a7k2lY3c"]}' \ - 'Dvp3Pgkv' \ + '{"keys": ["GVwBdQjz", "cBUde0W1", "ow8wfX3T"]}' \ + 'o4G6czFN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'AdminGetPlayerRecordsHandlerV1' test.out #- 48 AdminGetPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-get-player-record-handler-v1' \ - 'GcJ02IBe' \ - 'ABQm62bK' \ + 'OuLnBsos' \ + 'fvJcMPDL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'AdminGetPlayerRecordHandlerV1' test.out @@ -511,8 +511,8 @@ eval_tap $? 48 'AdminGetPlayerRecordHandlerV1' test.out #- 49 AdminPutPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-record-handler-v1' \ '{}' \ - 'wg2JB08l' \ - 'hCw4et5l' \ + 'bxHXwWT4' \ + 'AnTfl1Wt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'AdminPutPlayerRecordHandlerV1' test.out @@ -520,24 +520,24 @@ eval_tap $? 49 'AdminPutPlayerRecordHandlerV1' test.out #- 50 AdminPostPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-post-player-record-handler-v1' \ '{}' \ - 'uBywSAvb' \ - '7x9FWlOP' \ + 'Wz3HDuaj' \ + 'uLhPHPjd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'AdminPostPlayerRecordHandlerV1' test.out #- 51 AdminDeletePlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-player-record-handler-v1' \ - 'PNMLoNro' \ - 'YJTuKudv' \ + 'RiwbyAeu' \ + '2N8Fi4Gk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'AdminDeletePlayerRecordHandlerV1' test.out #- 52 AdminGetPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-get-player-public-record-handler-v1' \ - 'dZO2yUiw' \ - 'OtITOG5J' \ + 'ONLSLmss' \ + 'rKr0aVuo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'AdminGetPlayerPublicRecordHandlerV1' test.out @@ -545,8 +545,8 @@ eval_tap $? 52 'AdminGetPlayerPublicRecordHandlerV1' test.out #- 53 AdminPutPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-put-player-public-record-handler-v1' \ '{}' \ - 'zA1JJmWN' \ - 'Z3UqNFaE' \ + 'NKPmIIcV' \ + 'gThR2xr0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'AdminPutPlayerPublicRecordHandlerV1' test.out @@ -554,24 +554,24 @@ eval_tap $? 53 'AdminPutPlayerPublicRecordHandlerV1' test.out #- 54 AdminPostPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-post-player-public-record-handler-v1' \ '{}' \ - 'OPAporgl' \ - 'RuTk0Spq' \ + 'EqBcppcG' \ + 'mjuo5vk6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'AdminPostPlayerPublicRecordHandlerV1' test.out #- 55 AdminDeletePlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-delete-player-public-record-handler-v1' \ - 'sCQugDT7' \ - '3d9Kq6GO' \ + 'KsoK3NbO' \ + 'WukKdpGs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'AdminDeletePlayerPublicRecordHandlerV1' test.out #- 56 AdminGetPlayerRecordSizeHandlerV1 $PYTHON -m $MODULE 'cloudsave-admin-get-player-record-size-handler-v1' \ - 'fZvtZM4P' \ - 'HSkGlUe8' \ + 'H8wSGR6Q' \ + 'wzAEGd0v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'AdminGetPlayerRecordSizeHandlerV1' test.out @@ -584,66 +584,66 @@ eval_tap $? 57 'ListGameBinaryRecordsV1' test.out #- 58 PostGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-post-game-binary-record-v1' \ - '{"file_type": "0VYMmZO8", "key": "ONTt5KbH"}' \ + '{"file_type": "At0OdOv0", "key": "JlUajQSE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'PostGameBinaryRecordV1' test.out #- 59 BulkGetGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-game-binary-record-v1' \ - '{"keys": ["XjUhEcKZ", "1bxsoAFp", "kA9nB16U"]}' \ + '{"keys": ["asGDk7Zc", "mDGoHxVK", "cy0FIftF"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'BulkGetGameBinaryRecordV1' test.out #- 60 GetGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-get-game-binary-record-v1' \ - 'n8gJZ52g' \ + 'RQ7RwLt2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'GetGameBinaryRecordV1' test.out #- 61 PutGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-put-game-binary-record-v1' \ - '{"content_type": "ZVaq1Nn0", "file_location": "A1dWkwPy"}' \ - 'tTvLg9Lz' \ + '{"content_type": "UrnFQeev", "file_location": "9WWem2YJ"}' \ + '5aSt5FAc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'PutGameBinaryRecordV1' test.out #- 62 DeleteGameBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-delete-game-binary-record-v1' \ - 'HF8bI4Ds' \ + 'n99QA7ZK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'DeleteGameBinaryRecordV1' test.out #- 63 PostGameBinaryPresignedURLV1 $PYTHON -m $MODULE 'cloudsave-post-game-binary-presigned-urlv1' \ - '{"file_type": "HGBNphh2"}' \ - 'HtA4ZqXA' \ + '{"file_type": "T00FsUlk"}' \ + '6d6fa0CU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'PostGameBinaryPresignedURLV1' test.out #- 64 PutGameRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-game-record-concurrent-handler-v1' \ - '{"updatedAt": "nVyIC2o0", "value": {"k8ZBkRxi": {}, "tTrMMF4Y": {}, "1WvnoSNh": {}}}' \ - 'aHZyoqix' \ + '{"updatedAt": "3moNPm9p", "value": {"dzYqJyiq": {}, "WeGF0wcb": {}, "zy4HqcEs": {}}}' \ + 'dBBTr0H8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'PutGameRecordConcurrentHandlerV1' test.out #- 65 GetGameRecordsBulk $PYTHON -m $MODULE 'cloudsave-get-game-records-bulk' \ - '{"keys": ["oGLneTA0", "NZMsu8JG", "TPubPKKM"]}' \ + '{"keys": ["qIJ1FD2f", "pId26hny", "yUc4W94L"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'GetGameRecordsBulk' test.out #- 66 GetGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-game-record-handler-v1' \ - 'JAmGkIE3' \ + 'wp0aZq0c' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'GetGameRecordHandlerV1' test.out @@ -651,7 +651,7 @@ eval_tap $? 66 'GetGameRecordHandlerV1' test.out #- 67 PutGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-game-record-handler-v1' \ '{}' \ - '0yeDQpuz' \ + 'wXFiv1If' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'PutGameRecordHandlerV1' test.out @@ -659,30 +659,30 @@ eval_tap $? 67 'PutGameRecordHandlerV1' test.out #- 68 PostGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-post-game-record-handler-v1' \ '{}' \ - '5Q8Az7gh' \ + 'GJyx6ZJX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'PostGameRecordHandlerV1' test.out #- 69 DeleteGameRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-delete-game-record-handler-v1' \ - 'H4wdHsoQ' \ + 'KvpNt7K9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 69 'DeleteGameRecordHandlerV1' test.out #- 70 BulkGetPlayerPublicBinaryRecordsV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-player-public-binary-records-v1' \ - '{"userIds": ["LBCVpuv5", "OAzJxjaR", "Ww7IioMH"]}' \ - '1MrkYiHZ' \ + '{"userIds": ["uZqQLMwo", "nVPfA5Ms", "5rTRX1Ro"]}' \ + 'Ef2CrdBk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'BulkGetPlayerPublicBinaryRecordsV1' test.out #- 71 BulkGetPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-player-public-record-handler-v1' \ - '{"userIds": ["1xJglAi0", "N7JLx6Cq", "73ZJp8P4"]}' \ - 'cig9qD2c' \ + '{"userIds": ["PXF8iWro", "xoKdTVtt", "YmrwIo6z"]}' \ + 'lp8akeqn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'BulkGetPlayerPublicRecordHandlerV1' test.out @@ -695,7 +695,7 @@ eval_tap $? 72 'ListMyBinaryRecordsV1' test.out #- 73 BulkGetMyBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-my-binary-record-v1' \ - '{"keys": ["UAnZV7K4", "L3vYskf7", "dCVnqs6s"]}' \ + '{"keys": ["dKAXu5AT", "BZvV17vn", "6YYg1r2s"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'BulkGetMyBinaryRecordV1' test.out @@ -708,62 +708,62 @@ eval_tap $? 74 'RetrievePlayerRecords' test.out #- 75 GetPlayerRecordsBulkHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-player-records-bulk-handler-v1' \ - '{"keys": ["DdugG61x", "95gQbOFI", "3jYZtuTN"]}' \ + '{"keys": ["detr3X3E", "vGZ4ECXX", "HkeJJnkx"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 75 'GetPlayerRecordsBulkHandlerV1' test.out #- 76 PublicDeletePlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-public-delete-player-public-record-handler-v1' \ - 'p0X2BppJ' \ + '9z3Xr41x' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 76 'PublicDeletePlayerPublicRecordHandlerV1' test.out #- 77 PostPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-post-player-binary-record-v1' \ - '{"file_type": "8FvXGJB4", "is_public": true, "key": "PwVV1IsF"}' \ - 'nOUlSfKn' \ + '{"file_type": "mIvSjOHj", "is_public": true, "key": "ef1Ww0zE"}' \ + '4mFnj1nO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 77 'PostPlayerBinaryRecordV1' test.out #- 78 ListOtherPlayerPublicBinaryRecordsV1 $PYTHON -m $MODULE 'cloudsave-list-other-player-public-binary-records-v1' \ - 'PHkTvbfw' \ + 'fziR694t' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 78 'ListOtherPlayerPublicBinaryRecordsV1' test.out #- 79 BulkGetOtherPlayerPublicBinaryRecordsV1 $PYTHON -m $MODULE 'cloudsave-bulk-get-other-player-public-binary-records-v1' \ - '{"keys": ["9LHZ1to4", "wCGmHVdu", "dbeYEhkI"]}' \ - 'NnRDgzka' \ + '{"keys": ["joAK9tGS", "UxwDcQCI", "57YczFkO"]}' \ + 'sdCk3V8h' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 79 'BulkGetOtherPlayerPublicBinaryRecordsV1' test.out #- 80 GetPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-get-player-binary-record-v1' \ - 'lx8LKjLj' \ - 'InXeDV6o' \ + 'WRIxpEgi' \ + 'YTp8ZuQW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 80 'GetPlayerBinaryRecordV1' test.out #- 81 PutPlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-put-player-binary-record-v1' \ - '{"content_type": "aTnIuRlG", "file_location": "BWfDgBvz"}' \ - 'kEhnPYBV' \ - 'HaiangU1' \ + '{"content_type": "B86AYG8b", "file_location": "2O4XcYe2"}' \ + 'usv70NLv' \ + 'kNB7q9RI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 81 'PutPlayerBinaryRecordV1' test.out #- 82 DeletePlayerBinaryRecordV1 $PYTHON -m $MODULE 'cloudsave-delete-player-binary-record-v1' \ - 'ndS2kIOK' \ - 'OlJhfpOJ' \ + 'Ks8qi7OG' \ + 'ODK0ssGi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 82 'DeletePlayerBinaryRecordV1' test.out @@ -771,66 +771,66 @@ eval_tap $? 82 'DeletePlayerBinaryRecordV1' test.out #- 83 PutPlayerBinaryRecorMetadataV1 $PYTHON -m $MODULE 'cloudsave-put-player-binary-recor-metadata-v1' \ '{"is_public": false}' \ - 'aNO9WGhF' \ - 'LOT8F27P' \ + 'WIOnZRM2' \ + 'gEVJb6JQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 83 'PutPlayerBinaryRecorMetadataV1' test.out #- 84 PostPlayerBinaryPresignedURLV1 $PYTHON -m $MODULE 'cloudsave-post-player-binary-presigned-urlv1' \ - '{"file_type": "PjwxNtKg"}' \ - 'LjfmpGo5' \ - 'AwGOQtn7' \ + '{"file_type": "W9ojzo9E"}' \ + '1nzcHfRV' \ + 'ZHMEq6Cl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 84 'PostPlayerBinaryPresignedURLV1' test.out #- 85 GetPlayerPublicBinaryRecordsV1 $PYTHON -m $MODULE 'cloudsave-get-player-public-binary-records-v1' \ - 'aRRws6PM' \ - 'npWoAhQq' \ + 'glzMXNEb' \ + 'vKDTlGb7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 85 'GetPlayerPublicBinaryRecordsV1' test.out #- 86 PutPlayerRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-player-record-concurrent-handler-v1' \ - '{"updatedAt": "nS7NuzCf", "value": {"Tgwn1W6I": {}, "7eapf7Sd": {}, "TG6o0Kr8": {}}}' \ - '7mTx7Abf' \ - 'K4n7oe5X' \ + '{"updatedAt": "A2nH1jDS", "value": {"eLueXcEC": {}, "Ew5LdpeR": {}, "NCJ0ydgW": {}}}' \ + 'EvBrPFA9' \ + 'zWRWTbf0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 86 'PutPlayerRecordConcurrentHandlerV1' test.out #- 87 PutPlayerPublicRecordConcurrentHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-player-public-record-concurrent-handler-v1' \ - '{"updatedAt": "Vimt40DK", "value": {"lmH0Nti6": {}, "HLyTWSGv": {}, "sXqxknoN": {}}}' \ - 'tkZqWeLW' \ - 'u81gfVab' \ + '{"updatedAt": "EousoaPq", "value": {"Z051ZfL4": {}, "AOkYLtnV": {}, "dLsMtdG9": {}}}' \ + 'movnpnZK' \ + 'LZsbkqbu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 87 'PutPlayerPublicRecordConcurrentHandlerV1' test.out #- 88 GetOtherPlayerPublicRecordKeyHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-other-player-public-record-key-handler-v1' \ - '1rB8Csfr' \ + '36jmZXdo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 88 'GetOtherPlayerPublicRecordKeyHandlerV1' test.out #- 89 GetOtherPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-other-player-public-record-handler-v1' \ - '{"keys": ["rzvXwn0j", "aPzegItc", "LmOp4cIn"]}' \ - 'kCnLs0o6' \ + '{"keys": ["WMPq0RMQ", "bzLesmmx", "uU29bH4S"]}' \ + 'RXGpnNQk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 89 'GetOtherPlayerPublicRecordHandlerV1' test.out #- 90 GetPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-player-record-handler-v1' \ - 'eOa4Xzc2' \ - '910JLEAJ' \ + 'LlXRFj5x' \ + 'bW1p5JhL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 90 'GetPlayerRecordHandlerV1' test.out @@ -838,8 +838,8 @@ eval_tap $? 90 'GetPlayerRecordHandlerV1' test.out #- 91 PutPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-player-record-handler-v1' \ '{}' \ - 'fjszNPlb' \ - 'Ia2kNTvA' \ + 'dkKe6mqK' \ + 'XH3JgKLu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 91 'PutPlayerRecordHandlerV1' test.out @@ -847,24 +847,24 @@ eval_tap $? 91 'PutPlayerRecordHandlerV1' test.out #- 92 PostPlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-post-player-record-handler-v1' \ '{}' \ - '2r5HpoHz' \ - 'oBAcus3q' \ + 'ZrniWCjl' \ + 'nRcTrWXs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 92 'PostPlayerRecordHandlerV1' test.out #- 93 DeletePlayerRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-delete-player-record-handler-v1' \ - 'PegSSnYy' \ - 'vxMTzoyB' \ + 'uqfAObUd' \ + 'kFxRTiMS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 93 'DeletePlayerRecordHandlerV1' test.out #- 94 GetPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-get-player-public-record-handler-v1' \ - 'a51XV5Gs' \ - 'ES1Gptbf' \ + 'i76FsNA6' \ + 'sVTwcXqC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 94 'GetPlayerPublicRecordHandlerV1' test.out @@ -872,8 +872,8 @@ eval_tap $? 94 'GetPlayerPublicRecordHandlerV1' test.out #- 95 PutPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-put-player-public-record-handler-v1' \ '{}' \ - 'HDyFGTb4' \ - 'o73Gkle4' \ + 'E3LbUdCy' \ + 'L5PG3gYN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 95 'PutPlayerPublicRecordHandlerV1' test.out @@ -881,8 +881,8 @@ eval_tap $? 95 'PutPlayerPublicRecordHandlerV1' test.out #- 96 PostPlayerPublicRecordHandlerV1 $PYTHON -m $MODULE 'cloudsave-post-player-public-record-handler-v1' \ '{}' \ - 'AfQPBD8c' \ - 'DrQqADx6' \ + 'y15IAiF1' \ + 'YtQu7ZU2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 96 'PostPlayerPublicRecordHandlerV1' test.out diff --git a/samples/cli/tests/dslogmanager-cli-test.sh b/samples/cli/tests/dslogmanager-cli-test.sh index 3c1628e2e..8e1a58f79 100644 --- a/samples/cli/tests/dslogmanager-cli-test.sh +++ b/samples/cli/tests/dslogmanager-cli-test.sh @@ -29,11 +29,11 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -dslogmanager-get-server-logs 'nukML2W8' --login_with_auth "Bearer foo" +dslogmanager-get-server-logs 'NPwoKq4E' --login_with_auth "Bearer foo" dslogmanager-list-terminated-servers --login_with_auth "Bearer foo" -dslogmanager-download-server-logs 'Y6NyvGrQ' --login_with_auth "Bearer foo" -dslogmanager-check-server-logs 'NJl4gnMk' --login_with_auth "Bearer foo" -dslogmanager-batch-download-server-logs '{"Downloads": [{"alloc_id": "BuXnCYAt", "namespace": "qv7MxuTj", "pod_name": "MOUhVUJJ"}, {"alloc_id": "IkbTGOOF", "namespace": "BbzWBrry", "pod_name": "6rBWC3ym"}, {"alloc_id": "4gV3yKZD", "namespace": "Nkm6awxr", "pod_name": "3lWBmXfb"}]}' --login_with_auth "Bearer foo" +dslogmanager-download-server-logs '0eFTlSSb' --login_with_auth "Bearer foo" +dslogmanager-check-server-logs 'oXWDeLfZ' --login_with_auth "Bearer foo" +dslogmanager-batch-download-server-logs '{"Downloads": [{"alloc_id": "R37DRZN3", "namespace": "CGoxoct4", "pod_name": "cRwiLnS1"}, {"alloc_id": "DP3VMcty", "namespace": "6La3fX0R", "pod_name": "K2eMXLcG"}, {"alloc_id": "TUMyx8rj", "namespace": "BjyAcvUd", "pod_name": "PeZaNyl5"}]}' --login_with_auth "Bearer foo" dslogmanager-list-all-terminated-servers --login_with_auth "Bearer foo" dslogmanager-public-get-messages --login_with_auth "Bearer foo" exit() @@ -66,7 +66,7 @@ fi #- 2 GetServerLogs $PYTHON -m $MODULE 'dslogmanager-get-server-logs' \ - '2axH3R36' \ + 'icnucmxW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 2 'GetServerLogs' test.out @@ -79,21 +79,21 @@ eval_tap $? 3 'ListTerminatedServers' test.out #- 4 DownloadServerLogs $PYTHON -m $MODULE 'dslogmanager-download-server-logs' \ - '2UPeCQKq' \ + 'uzgk8nhK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'DownloadServerLogs' test.out #- 5 CheckServerLogs $PYTHON -m $MODULE 'dslogmanager-check-server-logs' \ - 'zJuXJRHM' \ + 'ZL7KQEEk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'CheckServerLogs' test.out #- 6 BatchDownloadServerLogs $PYTHON -m $MODULE 'dslogmanager-batch-download-server-logs' \ - '{"Downloads": [{"alloc_id": "8K0qbbF6", "namespace": "hXiScunS", "pod_name": "xaXv5JjP"}, {"alloc_id": "HYdp1GCg", "namespace": "eIWDHScc", "pod_name": "MthBnTZd"}, {"alloc_id": "Z3fk936W", "namespace": "ZGHneVOZ", "pod_name": "5mp2MZfe"}]}' \ + '{"Downloads": [{"alloc_id": "jDsre56s", "namespace": "UpoZgyws", "pod_name": "RKjQjLkk"}, {"alloc_id": "txFykkFJ", "namespace": "kXSQ75Uy", "pod_name": "ycatLwPs"}, {"alloc_id": "Zkp80ymA", "namespace": "RoJjw6He", "pod_name": "YQMzAPHN"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'BatchDownloadServerLogs' test.out diff --git a/samples/cli/tests/dsmc-cli-test.sh b/samples/cli/tests/dsmc-cli-test.sh index ab7bb35e9..0563d6c31 100644 --- a/samples/cli/tests/dsmc-cli-test.sh +++ b/samples/cli/tests/dsmc-cli-test.sh @@ -30,84 +30,84 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END dsmc-list-config --login_with_auth "Bearer foo" -dsmc-update-image '{"artifactPath": "26ViPJey", "coreDumpEnabled": false, "image": "63YL3mvy", "imageReplicationsMap": {"yeLYc3gk": {"failure_code": "SaP4IKlx", "region": "Nr0HSilx", "status": "PHZnVW4q", "uri": "vPvzwpOF"}, "7PSoQrOs": {"failure_code": "Vw6Gu9XK", "region": "A3b1DqPk", "status": "Nt3lxVVm", "uri": "cpz8TlHp"}, "Kbh07hqT": {"failure_code": "KNAr4QbA", "region": "mQ24tr90", "status": "K8eJrEHo", "uri": "9p6tuIdt"}}, "namespace": "E5dzh0f3", "patchVersion": "5lRnn6wU", "persistent": true, "version": "Harzk7b9"}' --login_with_auth "Bearer foo" -dsmc-create-image '{"artifactPath": "wlNo8qAq", "coreDumpEnabled": false, "dockerPath": "gAanGXNU", "image": "9DT67Ozs", "imageSize": 22, "namespace": "tGVJmvg7", "persistent": false, "ulimitFileSize": 73, "version": "NRx7d5ZY"}' --login_with_auth "Bearer foo" +dsmc-update-image '{"artifactPath": "NDYDf5jR", "coreDumpEnabled": false, "image": "oqnRFHRK", "imageReplicationsMap": {"IqXmKDIA": {"failure_code": "7HyrYhIx", "region": "eSmVtOZ2", "status": "RimSnRlw", "uri": "Rh9v0Mpi"}, "COVPmeyX": {"failure_code": "ej1ZHnhY", "region": "d3hnK0nO", "status": "uxYlIHDR", "uri": "TKICjtMo"}, "srJo3Utu": {"failure_code": "S62Gv5S0", "region": "X32QKsOj", "status": "El0XjFnN", "uri": "JzcD6vUW"}}, "namespace": "MEQZG9ui", "patchVersion": "XMifJHwE", "persistent": true, "version": "KuM06rk0"}' --login_with_auth "Bearer foo" +dsmc-create-image '{"artifactPath": "Ji3wFzFA", "coreDumpEnabled": false, "dockerPath": "gSJ47LqW", "image": "Op6pDHPE", "imageSize": 93, "namespace": "i529dUlL", "persistent": false, "ulimitFileSize": 29, "version": "boSJuunP"}' --login_with_auth "Bearer foo" dsmc-import-images 'tmp.dat' --login_with_auth "Bearer foo" -dsmc-create-image-patch '{"artifactPath": "SpM9FlDN", "coreDumpEnabled": true, "dockerPath": "RTgCjwJv", "image": "Nj8u1Q0H", "imageSize": 6, "namespace": "cQCnwUEk", "patchVersion": "etEoSSxv", "persistent": true, "ulimitFileSize": 27, "uploaderFlag": "McXV0v1O", "version": "lMLNwY6I"}' --login_with_auth "Bearer foo" +dsmc-create-image-patch '{"artifactPath": "iHRRFBWq", "coreDumpEnabled": true, "dockerPath": "E3vCSwBG", "image": "yVFdInUx", "imageSize": 89, "namespace": "eg0edonP", "patchVersion": "Gtz3jMa9", "persistent": true, "ulimitFileSize": 29, "uploaderFlag": "mxg02UIe", "version": "SJuZQhri"}' --login_with_auth "Bearer foo" dsmc-get-lowest-instance-spec --login_with_auth "Bearer foo" dsmc-get-config --login_with_auth "Bearer foo" -dsmc-create-config '{"claim_timeout": 32, "creation_timeout": 19, "default_version": "zUKtMF91", "port": 60, "ports": {"AKz7czMs": 66, "j2wbuqJv": 98, "GDSCtt6B": 87}, "protocol": "QdeVMGz0", "providers": ["YV7d97V6", "qvHdMTVi", "NlBXnKm0"], "session_timeout": 55, "unreachable_timeout": 58}' --login_with_auth "Bearer foo" +dsmc-create-config '{"claim_timeout": 71, "creation_timeout": 41, "default_version": "WNBlYRIy", "port": 71, "ports": {"EBagcQUB": 92, "PqkKzMP2": 54, "1ayWmSlH": 22}, "protocol": "ap4iPSvc", "providers": ["u7Ovqjfk", "NYsPOR1L", "13rtSObW"], "session_timeout": 87, "unreachable_timeout": 31}' --login_with_auth "Bearer foo" dsmc-delete-config --login_with_auth "Bearer foo" -dsmc-update-config '{"claim_timeout": 12, "creation_timeout": 23, "default_version": "BpoHsGHK", "port": 6, "protocol": "Fj1s5B6I", "providers": ["Gyv9AfHf", "ijfx6i3t", "lOeGjxGx"], "session_timeout": 67, "unreachable_timeout": 84}' --login_with_auth "Bearer foo" +dsmc-update-config '{"claim_timeout": 20, "creation_timeout": 57, "default_version": "zZOOb51C", "port": 16, "protocol": "pQeoOdO3", "providers": ["DzPsHv9T", "yU4tOJbb", "4ST10yeq"], "session_timeout": 55, "unreachable_timeout": 96}' --login_with_auth "Bearer foo" dsmc-clear-cache --login_with_auth "Bearer foo" -dsmc-get-all-deployment '52' '39' --login_with_auth "Bearer foo" -dsmc-get-deployment 'kYGtCVut' --login_with_auth "Bearer foo" -dsmc-create-deployment '{"allow_version_override": true, "buffer_count": 47, "buffer_percent": 71, "configuration": "4WUQUabQ", "enable_region_overrides": true, "extendable_session": true, "game_version": "tB2PF69e", "max_count": 15, "min_count": 99, "overrides": {"FUM8af17": {"buffer_count": 8, "buffer_percent": 97, "configuration": "2npctYGt", "enable_region_overrides": true, "extendable_session": true, "game_version": "JV8AjIhw", "max_count": 100, "min_count": 41, "name": "zuVvIUrB", "region_overrides": {"dnPay5lc": {"buffer_count": 63, "buffer_percent": 67, "max_count": 20, "min_count": 52, "name": "ERFMdAU9", "unlimited": false, "use_buffer_percent": true}, "PvrhVQwu": {"buffer_count": 71, "buffer_percent": 19, "max_count": 53, "min_count": 24, "name": "araIMuSx", "unlimited": true, "use_buffer_percent": false}, "afOaTUPk": {"buffer_count": 38, "buffer_percent": 61, "max_count": 37, "min_count": 55, "name": "ts13Kki5", "unlimited": false, "use_buffer_percent": true}}, "regions": ["PCSbxQ5a", "4Wyr6f7A", "oj85PhN2"], "session_timeout": 13, "unlimited": false, "use_buffer_percent": true}, "tHzupCdj": {"buffer_count": 50, "buffer_percent": 50, "configuration": "g8qhHYf8", "enable_region_overrides": true, "extendable_session": false, "game_version": "dL5I33bh", "max_count": 33, "min_count": 19, "name": "IE8bzkET", "region_overrides": {"8NSXiX01": {"buffer_count": 17, "buffer_percent": 4, "max_count": 32, "min_count": 21, "name": "IG0INzFF", "unlimited": false, "use_buffer_percent": false}, "9Rzh4XGt": {"buffer_count": 57, "buffer_percent": 62, "max_count": 34, "min_count": 90, "name": "PmF0959o", "unlimited": true, "use_buffer_percent": false}, "Lu4mxY2z": {"buffer_count": 82, "buffer_percent": 34, "max_count": 1, "min_count": 77, "name": "i4jB68Pp", "unlimited": false, "use_buffer_percent": false}}, "regions": ["HFWh1mEt", "8VcYTSgh", "e4ndhT1e"], "session_timeout": 31, "unlimited": true, "use_buffer_percent": true}, "7gakH7y8": {"buffer_count": 4, "buffer_percent": 70, "configuration": "Bh3jt31v", "enable_region_overrides": true, "extendable_session": true, "game_version": "sok1UqSG", "max_count": 93, "min_count": 100, "name": "YisPtJ5d", "region_overrides": {"zBjxW5H9": {"buffer_count": 53, "buffer_percent": 62, "max_count": 54, "min_count": 94, "name": "viaBopT6", "unlimited": false, "use_buffer_percent": true}, "8TWROyRE": {"buffer_count": 93, "buffer_percent": 8, "max_count": 56, "min_count": 43, "name": "9c4Cp6yA", "unlimited": false, "use_buffer_percent": true}, "Z3B1RCaL": {"buffer_count": 52, "buffer_percent": 15, "max_count": 6, "min_count": 11, "name": "lorf7ahZ", "unlimited": true, "use_buffer_percent": false}}, "regions": ["ASUFnxU1", "Sd41w3OR", "ejM81r22"], "session_timeout": 83, "unlimited": true, "use_buffer_percent": false}}, "region_overrides": {"0thVCIDY": {"buffer_count": 39, "buffer_percent": 14, "max_count": 34, "min_count": 13, "name": "Y9bGBjnB", "unlimited": true, "use_buffer_percent": false}, "NJ2PBSbo": {"buffer_count": 86, "buffer_percent": 33, "max_count": 92, "min_count": 95, "name": "uSKexZVB", "unlimited": false, "use_buffer_percent": false}, "YXeQ29RM": {"buffer_count": 4, "buffer_percent": 48, "max_count": 4, "min_count": 41, "name": "ioyBY6sT", "unlimited": false, "use_buffer_percent": true}}, "regions": ["fqetBbgA", "vOEwZO6h", "5HSObfMg"], "session_timeout": 62, "unlimited": false, "use_buffer_percent": true}' 'vgOz4etk' --login_with_auth "Bearer foo" -dsmc-delete-deployment 'gWPTOdjd' --login_with_auth "Bearer foo" -dsmc-update-deployment '{"allow_version_override": true, "buffer_count": 92, "buffer_percent": 87, "configuration": "qqJSeXnf", "enable_region_overrides": true, "extendable_session": true, "game_version": "73fE0L4i", "max_count": 72, "min_count": 85, "regions": ["D9zktfwp", "qVQ0kLBA", "yudM5i7f"], "session_timeout": 59, "unlimited": true, "use_buffer_percent": false}' 'TjfiJEVZ' --login_with_auth "Bearer foo" -dsmc-create-root-region-override '{"buffer_count": 68, "buffer_percent": 98, "max_count": 37, "min_count": 86, "unlimited": false, "use_buffer_percent": true}' 'N0WZPrx3' 'XRdL8IVn' --login_with_auth "Bearer foo" -dsmc-delete-root-region-override 'nc2IkUyT' 'i25PRM0a' --login_with_auth "Bearer foo" -dsmc-update-root-region-override '{"buffer_count": 94, "buffer_percent": 97, "max_count": 47, "min_count": 33, "unlimited": false, "use_buffer_percent": true}' 'DEBMz8al' 'CEMZwBiq' --login_with_auth "Bearer foo" -dsmc-create-deployment-override '{"buffer_count": 12, "buffer_percent": 15, "configuration": "wvXxjYtq", "enable_region_overrides": false, "extendable_session": false, "game_version": "yxBWuA3K", "max_count": 91, "min_count": 36, "region_overrides": {"DbKwrA0F": {"buffer_count": 73, "buffer_percent": 84, "max_count": 46, "min_count": 42, "name": "wWkOE2SN", "unlimited": true, "use_buffer_percent": true}, "PKYwKa5p": {"buffer_count": 63, "buffer_percent": 66, "max_count": 6, "min_count": 80, "name": "ClQEQXxG", "unlimited": false, "use_buffer_percent": true}, "tqOALtMX": {"buffer_count": 71, "buffer_percent": 59, "max_count": 1, "min_count": 18, "name": "e2EgvdPz", "unlimited": false, "use_buffer_percent": true}}, "regions": ["VnFpeKlX", "QaqdYq7t", "CCPx4WK8"], "session_timeout": 20, "unlimited": true, "use_buffer_percent": false}' 'EdxRsjqG' 'Jv9ZeIeg' --login_with_auth "Bearer foo" -dsmc-delete-deployment-override 'wB8M6IzA' 'rBzrGTVE' --login_with_auth "Bearer foo" -dsmc-update-deployment-override '{"buffer_count": 97, "buffer_percent": 33, "configuration": "9QkFNuDI", "enable_region_overrides": true, "game_version": "kdGqF3cv", "max_count": 44, "min_count": 65, "regions": ["E8DSeCOo", "3iRU92hK", "SJFGlMGa"], "session_timeout": 59, "unlimited": false, "use_buffer_percent": false}' 'oj45zbXl' 'bYTfZpaP' --login_with_auth "Bearer foo" -dsmc-create-override-region-override '{"buffer_count": 59, "buffer_percent": 81, "max_count": 1, "min_count": 65, "unlimited": true, "use_buffer_percent": true}' 'sorMrLMT' 'n99H0gji' 'xDMRSHiA' --login_with_auth "Bearer foo" -dsmc-delete-override-region-override 'lTwsrgK2' 'ThtzaZkA' 'EEIS9gO2' --login_with_auth "Bearer foo" -dsmc-update-override-region-override '{"buffer_count": 5, "buffer_percent": 21, "max_count": 29, "min_count": 55, "unlimited": true, "use_buffer_percent": false}' 'dCNWrRrP' 'sfZwTv1L' 'ZF2X3xfy' --login_with_auth "Bearer foo" -dsmc-get-all-pod-config '44' '63' --login_with_auth "Bearer foo" -dsmc-get-pod-config 'cGwSPIDj' --login_with_auth "Bearer foo" -dsmc-create-pod-config '{"cpu_limit": 84, "mem_limit": 55, "params": "D7DRaHmn"}' 'ox2rWR46' --login_with_auth "Bearer foo" -dsmc-delete-pod-config 'x8lfz76H' --login_with_auth "Bearer foo" -dsmc-update-pod-config '{"cpu_limit": 66, "mem_limit": 18, "name": "7w4Mn2rp", "params": "TlW9xdit"}' 'FKgikJWz' --login_with_auth "Bearer foo" -dsmc-add-port '{"port": 86}' 'A0d8GTHO' --login_with_auth "Bearer foo" -dsmc-delete-port 'aU9DfIwK' --login_with_auth "Bearer foo" -dsmc-update-port '{"name": "s8F216X2", "port": 46}' '5aOhyswy' --login_with_auth "Bearer foo" -dsmc-list-images '45' '97' --login_with_auth "Bearer foo" -dsmc-delete-image 'g9S4GCzB' 'NW89iVV0' --login_with_auth "Bearer foo" +dsmc-get-all-deployment '26' '18' --login_with_auth "Bearer foo" +dsmc-get-deployment 'MkrkEwg6' --login_with_auth "Bearer foo" +dsmc-create-deployment '{"allow_version_override": false, "buffer_count": 70, "buffer_percent": 3, "configuration": "KMj31WOC", "enable_region_overrides": true, "extendable_session": false, "game_version": "QM6mNgQV", "max_count": 15, "min_count": 71, "overrides": {"rcFKQPFD": {"buffer_count": 10, "buffer_percent": 67, "configuration": "ExV3mjE2", "enable_region_overrides": true, "extendable_session": false, "game_version": "lDVnrUYV", "max_count": 24, "min_count": 79, "name": "Sctrvt6e", "region_overrides": {"4iPhxyvy": {"buffer_count": 7, "buffer_percent": 90, "max_count": 21, "min_count": 48, "name": "G2r6yEkR", "unlimited": false, "use_buffer_percent": true}, "h9gZER5R": {"buffer_count": 74, "buffer_percent": 75, "max_count": 38, "min_count": 58, "name": "yUTpNLo6", "unlimited": true, "use_buffer_percent": false}, "1En9tN0B": {"buffer_count": 31, "buffer_percent": 31, "max_count": 59, "min_count": 20, "name": "LKJ1Jbb1", "unlimited": true, "use_buffer_percent": false}}, "regions": ["5nmree9O", "PkjRtK3A", "IViwDCrz"], "session_timeout": 96, "unlimited": true, "use_buffer_percent": false}, "kbJIUqdx": {"buffer_count": 74, "buffer_percent": 12, "configuration": "JsuBZfbp", "enable_region_overrides": true, "extendable_session": false, "game_version": "4948HeS3", "max_count": 16, "min_count": 81, "name": "8HLG76bW", "region_overrides": {"e0Ol1g9f": {"buffer_count": 50, "buffer_percent": 33, "max_count": 89, "min_count": 8, "name": "DDkjlf9d", "unlimited": false, "use_buffer_percent": true}, "gnk6kP8W": {"buffer_count": 23, "buffer_percent": 74, "max_count": 8, "min_count": 58, "name": "2zLJgadN", "unlimited": true, "use_buffer_percent": true}, "iVPbXLf9": {"buffer_count": 28, "buffer_percent": 27, "max_count": 51, "min_count": 57, "name": "XKixPfgE", "unlimited": false, "use_buffer_percent": true}}, "regions": ["oHgL2QQR", "CbGNySx6", "iJyQ7l87"], "session_timeout": 51, "unlimited": false, "use_buffer_percent": false}, "mkI0UVP7": {"buffer_count": 7, "buffer_percent": 49, "configuration": "vtnf3WGY", "enable_region_overrides": true, "extendable_session": true, "game_version": "dNAcPgk3", "max_count": 79, "min_count": 73, "name": "SUfCOruy", "region_overrides": {"UMpLKZk7": {"buffer_count": 14, "buffer_percent": 49, "max_count": 10, "min_count": 95, "name": "NXTEQN0A", "unlimited": true, "use_buffer_percent": false}, "hfhCj9ER": {"buffer_count": 97, "buffer_percent": 73, "max_count": 95, "min_count": 37, "name": "4jvozb1Y", "unlimited": true, "use_buffer_percent": true}, "FThZnxq8": {"buffer_count": 51, "buffer_percent": 23, "max_count": 31, "min_count": 79, "name": "DVi97DPK", "unlimited": true, "use_buffer_percent": true}}, "regions": ["UXgrJB5i", "xLjB8VIt", "ydlfcGIa"], "session_timeout": 59, "unlimited": true, "use_buffer_percent": false}}, "region_overrides": {"k5ArS1yC": {"buffer_count": 98, "buffer_percent": 32, "max_count": 52, "min_count": 7, "name": "PXCbhkEq", "unlimited": true, "use_buffer_percent": false}, "zRm8hvEf": {"buffer_count": 71, "buffer_percent": 22, "max_count": 18, "min_count": 58, "name": "iP77uu1f", "unlimited": false, "use_buffer_percent": true}, "kFdMDoiV": {"buffer_count": 13, "buffer_percent": 21, "max_count": 32, "min_count": 87, "name": "MxdTm0Kn", "unlimited": false, "use_buffer_percent": false}}, "regions": ["P5CDdIfX", "cDiX6TA5", "JTG8OKAM"], "session_timeout": 93, "unlimited": true, "use_buffer_percent": false}' '6CwGAgwU' --login_with_auth "Bearer foo" +dsmc-delete-deployment 'ckwsIHFX' --login_with_auth "Bearer foo" +dsmc-update-deployment '{"allow_version_override": true, "buffer_count": 54, "buffer_percent": 21, "configuration": "gUAqtdG6", "enable_region_overrides": true, "extendable_session": false, "game_version": "77LzoADy", "max_count": 34, "min_count": 3, "regions": ["GtJqncRm", "TELVXcFu", "089mzHxO"], "session_timeout": 78, "unlimited": false, "use_buffer_percent": true}' 'NXlCixkT' --login_with_auth "Bearer foo" +dsmc-create-root-region-override '{"buffer_count": 77, "buffer_percent": 18, "max_count": 77, "min_count": 76, "unlimited": false, "use_buffer_percent": true}' 'eDOTNOuP' 'wQekvxAH' --login_with_auth "Bearer foo" +dsmc-delete-root-region-override 'ZtIQgfXx' 'V14Dj34Z' --login_with_auth "Bearer foo" +dsmc-update-root-region-override '{"buffer_count": 9, "buffer_percent": 75, "max_count": 56, "min_count": 96, "unlimited": true, "use_buffer_percent": false}' '3jWcIZ18' '1Kph69M5' --login_with_auth "Bearer foo" +dsmc-create-deployment-override '{"buffer_count": 12, "buffer_percent": 72, "configuration": "13YkuYLp", "enable_region_overrides": true, "extendable_session": false, "game_version": "rfQlhaj8", "max_count": 48, "min_count": 63, "region_overrides": {"WYHKxqKW": {"buffer_count": 91, "buffer_percent": 94, "max_count": 18, "min_count": 3, "name": "0szpkif9", "unlimited": false, "use_buffer_percent": true}, "ACGWlU0E": {"buffer_count": 34, "buffer_percent": 78, "max_count": 71, "min_count": 20, "name": "9ZMYU0ES", "unlimited": true, "use_buffer_percent": true}, "X7FcVCUB": {"buffer_count": 19, "buffer_percent": 37, "max_count": 87, "min_count": 22, "name": "mXu7QDaE", "unlimited": true, "use_buffer_percent": true}}, "regions": ["Hq1Tiz3x", "Q0wDO2qT", "6CsVvDPj"], "session_timeout": 97, "unlimited": false, "use_buffer_percent": true}' 'KRS0L4PS' '6ZBYdJh0' --login_with_auth "Bearer foo" +dsmc-delete-deployment-override 'ZiCODJvD' 'VNG0HOww' --login_with_auth "Bearer foo" +dsmc-update-deployment-override '{"buffer_count": 63, "buffer_percent": 40, "configuration": "oiD18nOY", "enable_region_overrides": true, "game_version": "lf0so67n", "max_count": 77, "min_count": 89, "regions": ["gp3Sobpq", "yGYgzdCW", "rzsB8tYr"], "session_timeout": 36, "unlimited": true, "use_buffer_percent": false}' 'fEyMRKCS' 'RW5jKBMS' --login_with_auth "Bearer foo" +dsmc-create-override-region-override '{"buffer_count": 5, "buffer_percent": 89, "max_count": 46, "min_count": 61, "unlimited": false, "use_buffer_percent": false}' '6EM0Lk6r' 'aJEJT2gM' 'f0ZatWCt' --login_with_auth "Bearer foo" +dsmc-delete-override-region-override 'J6nKgI7e' '9CPjLTTq' 'YMF2ykpV' --login_with_auth "Bearer foo" +dsmc-update-override-region-override '{"buffer_count": 56, "buffer_percent": 95, "max_count": 91, "min_count": 92, "unlimited": false, "use_buffer_percent": false}' 'xAj6wRbL' 'gLayZ7Dp' 'ERIGLTRA' --login_with_auth "Bearer foo" +dsmc-get-all-pod-config '46' '11' --login_with_auth "Bearer foo" +dsmc-get-pod-config 'FPvDf7jJ' --login_with_auth "Bearer foo" +dsmc-create-pod-config '{"cpu_limit": 39, "mem_limit": 35, "params": "CB6pvjW0"}' 'dO46QdFC' --login_with_auth "Bearer foo" +dsmc-delete-pod-config '97QiCh1D' --login_with_auth "Bearer foo" +dsmc-update-pod-config '{"cpu_limit": 65, "mem_limit": 93, "name": "fMlubzXc", "params": "kPkxQf8d"}' 'XoatAS9J' --login_with_auth "Bearer foo" +dsmc-add-port '{"port": 27}' 'pst5uUzw' --login_with_auth "Bearer foo" +dsmc-delete-port 'Pcog61Jm' --login_with_auth "Bearer foo" +dsmc-update-port '{"name": "yRWBVofD", "port": 29}' '8CdPYWNl' --login_with_auth "Bearer foo" +dsmc-list-images '92' '76' --login_with_auth "Bearer foo" +dsmc-delete-image 'uhgva0bD' 'ellDfECH' --login_with_auth "Bearer foo" dsmc-export-images --login_with_auth "Bearer foo" dsmc-get-image-limit --login_with_auth "Bearer foo" -dsmc-delete-image-patch 'bh3DU4Em' 'HaF0hk7I' 'TUqBlXIg' --login_with_auth "Bearer foo" -dsmc-get-image-detail 'Qjj6pbfj' --login_with_auth "Bearer foo" -dsmc-get-image-patches 'fsUdxI6v' --login_with_auth "Bearer foo" -dsmc-get-image-patch-detail 'yYv1pT75' 'VrbCPR0P' --login_with_auth "Bearer foo" +dsmc-delete-image-patch 'eJzOlYiz' 'ne3e1MSv' 'TstKE9TB' --login_with_auth "Bearer foo" +dsmc-get-image-detail 'LPsnpAwy' --login_with_auth "Bearer foo" +dsmc-get-image-patches 'YCqrXveM' --login_with_auth "Bearer foo" +dsmc-get-image-patch-detail 'mZbd7ui7' 'kiUdYW5s' --login_with_auth "Bearer foo" dsmc-get-repository --login_with_auth "Bearer foo" -dsmc-list-server '22' '52' --login_with_auth "Bearer foo" +dsmc-list-server '89' '16' --login_with_auth "Bearer foo" dsmc-count-server --login_with_auth "Bearer foo" dsmc-count-server-detailed --login_with_auth "Bearer foo" dsmc-list-local-server --login_with_auth "Bearer foo" -dsmc-delete-local-server 'gO7JymGF' --login_with_auth "Bearer foo" -dsmc-get-server 'rI1aRjAv' --login_with_auth "Bearer foo" -dsmc-delete-server 'k8rY2Zt6' --login_with_auth "Bearer foo" -dsmc-list-session '41' '94' --login_with_auth "Bearer foo" +dsmc-delete-local-server 'OlRKNDW7' --login_with_auth "Bearer foo" +dsmc-get-server 'SkqL8BTR' --login_with_auth "Bearer foo" +dsmc-delete-server 'UpgLS2So' --login_with_auth "Bearer foo" +dsmc-list-session '99' '36' --login_with_auth "Bearer foo" dsmc-count-session --login_with_auth "Bearer foo" -dsmc-delete-session 'AkIJyT3g' --login_with_auth "Bearer foo" -dsmc-create-repository '{"namespace": "vQgnOmUU", "repository": "BXQ6bL5J"}' --login_with_auth "Bearer foo" +dsmc-delete-session 'c9ll9sUQ' --login_with_auth "Bearer foo" +dsmc-create-repository '{"namespace": "ficgVion", "repository": "nkUR3QoL"}' --login_with_auth "Bearer foo" dsmc-export-config-v1 --login_with_auth "Bearer foo" dsmc-import-config-v1 --login_with_auth "Bearer foo" -dsmc-get-all-deployment-client '74' '86' --login_with_auth "Bearer foo" -dsmc-create-deployment-client '{"allow_version_override": false, "buffer_count": 36, "buffer_percent": 22, "configuration": "cPG7WFjX", "enable_region_overrides": true, "extendable_session": false, "game_version": "ayc8ZuIS", "max_count": 69, "min_count": 75, "overrides": {"Yc4xbs1S": {"buffer_count": 46, "buffer_percent": 27, "configuration": "Wtsme8Hn", "enable_region_overrides": true, "extendable_session": false, "game_version": "YqRTh8fg", "max_count": 15, "min_count": 92, "name": "FW7kNvKi", "region_overrides": {"xgDdihqq": {"buffer_count": 37, "buffer_percent": 67, "max_count": 58, "min_count": 67, "name": "PUfFhs0j", "unlimited": true, "use_buffer_percent": true}, "0zmOC3Uf": {"buffer_count": 40, "buffer_percent": 72, "max_count": 45, "min_count": 47, "name": "kahchi0k", "unlimited": true, "use_buffer_percent": true}, "sb4WjtJS": {"buffer_count": 33, "buffer_percent": 70, "max_count": 57, "min_count": 47, "name": "SQZLroIx", "unlimited": true, "use_buffer_percent": false}}, "regions": ["7qnZMnlc", "nfPrGXbQ", "u7SsWwRP"], "session_timeout": 48, "unlimited": true, "use_buffer_percent": false}, "rpp0uVTR": {"buffer_count": 69, "buffer_percent": 63, "configuration": "OzUFxiUU", "enable_region_overrides": false, "extendable_session": false, "game_version": "VSD8dJ6H", "max_count": 3, "min_count": 18, "name": "PVZNfmA9", "region_overrides": {"sdyJfH34": {"buffer_count": 53, "buffer_percent": 77, "max_count": 74, "min_count": 32, "name": "titnzSh2", "unlimited": false, "use_buffer_percent": true}, "3omxooLF": {"buffer_count": 75, "buffer_percent": 95, "max_count": 94, "min_count": 26, "name": "5lJuWdNh", "unlimited": false, "use_buffer_percent": true}, "y5WQTWGH": {"buffer_count": 23, "buffer_percent": 68, "max_count": 52, "min_count": 42, "name": "wF2H9E61", "unlimited": false, "use_buffer_percent": false}}, "regions": ["o5RXC3jF", "kbMQWDH8", "Fu0LcvKU"], "session_timeout": 88, "unlimited": false, "use_buffer_percent": true}, "MlPRdvRv": {"buffer_count": 43, "buffer_percent": 43, "configuration": "ZcZrfIrj", "enable_region_overrides": true, "extendable_session": false, "game_version": "c3C4a5qT", "max_count": 92, "min_count": 90, "name": "Da1820Ay", "region_overrides": {"G8Es8E70": {"buffer_count": 21, "buffer_percent": 52, "max_count": 27, "min_count": 47, "name": "NRkk7Uks", "unlimited": true, "use_buffer_percent": true}, "dIPapoTh": {"buffer_count": 52, "buffer_percent": 22, "max_count": 91, "min_count": 66, "name": "8oXKGBWx", "unlimited": true, "use_buffer_percent": true}, "kUWv7UQ5": {"buffer_count": 51, "buffer_percent": 33, "max_count": 3, "min_count": 73, "name": "AJYT7AbN", "unlimited": true, "use_buffer_percent": true}}, "regions": ["aauYEDJx", "3SQSunDN", "nBE02oH8"], "session_timeout": 73, "unlimited": false, "use_buffer_percent": true}}, "region_overrides": {"NEuZPMA3": {"buffer_count": 6, "buffer_percent": 80, "max_count": 85, "min_count": 74, "name": "tpjM7Srd", "unlimited": false, "use_buffer_percent": false}, "nCuj5JiY": {"buffer_count": 16, "buffer_percent": 64, "max_count": 46, "min_count": 72, "name": "VDymEzc6", "unlimited": false, "use_buffer_percent": false}, "aXtpPcUN": {"buffer_count": 19, "buffer_percent": 9, "max_count": 75, "min_count": 60, "name": "RtKyHwbQ", "unlimited": true, "use_buffer_percent": true}}, "regions": ["1EQglDsg", "OAjLRjeV", "iu9bVnGi"], "session_timeout": 47, "unlimited": true, "use_buffer_percent": true}' '8Yl1dSKr' --login_with_auth "Bearer foo" -dsmc-delete-deployment-client 'EDcCt29N' --login_with_auth "Bearer foo" -dsmc-get-all-pod-config-client '13' '69' --login_with_auth "Bearer foo" -dsmc-create-pod-config-client '{"cpu_limit": 77, "mem_limit": 20, "params": "xD1bD8eS"}' 'YSKPH4OM' --login_with_auth "Bearer foo" -dsmc-delete-pod-config-client 'dtTwkgol' --login_with_auth "Bearer foo" +dsmc-get-all-deployment-client '47' '36' --login_with_auth "Bearer foo" +dsmc-create-deployment-client '{"allow_version_override": false, "buffer_count": 23, "buffer_percent": 21, "configuration": "PGF59agG", "enable_region_overrides": true, "extendable_session": true, "game_version": "KLhb9VS5", "max_count": 31, "min_count": 60, "overrides": {"bdEIIa4M": {"buffer_count": 74, "buffer_percent": 75, "configuration": "uGx2GFOu", "enable_region_overrides": true, "extendable_session": true, "game_version": "SGoWGHjc", "max_count": 0, "min_count": 33, "name": "afO1ndsG", "region_overrides": {"xmypdbTO": {"buffer_count": 71, "buffer_percent": 15, "max_count": 84, "min_count": 14, "name": "zQ2AY8Jq", "unlimited": true, "use_buffer_percent": true}, "4hoHfFnx": {"buffer_count": 0, "buffer_percent": 75, "max_count": 61, "min_count": 2, "name": "QiRKpCaH", "unlimited": true, "use_buffer_percent": false}, "H1La5vm9": {"buffer_count": 22, "buffer_percent": 17, "max_count": 53, "min_count": 41, "name": "gag1PzyI", "unlimited": true, "use_buffer_percent": true}}, "regions": ["sz2tn55h", "hdfCygZW", "FzmWDZne"], "session_timeout": 10, "unlimited": false, "use_buffer_percent": false}, "K52VDkzO": {"buffer_count": 56, "buffer_percent": 88, "configuration": "9mS1R050", "enable_region_overrides": true, "extendable_session": false, "game_version": "np88h71m", "max_count": 93, "min_count": 35, "name": "9U3gGcVQ", "region_overrides": {"oHi8AiDh": {"buffer_count": 74, "buffer_percent": 17, "max_count": 71, "min_count": 64, "name": "OUplf80g", "unlimited": true, "use_buffer_percent": true}, "YbfmBbNx": {"buffer_count": 96, "buffer_percent": 22, "max_count": 61, "min_count": 30, "name": "mMUdYuRL", "unlimited": true, "use_buffer_percent": false}, "pZbIttJ6": {"buffer_count": 35, "buffer_percent": 33, "max_count": 14, "min_count": 51, "name": "O0xxFICc", "unlimited": false, "use_buffer_percent": true}}, "regions": ["7w8Ss6C4", "CubGiauL", "xpCxgow0"], "session_timeout": 14, "unlimited": true, "use_buffer_percent": false}, "FWXBkGEO": {"buffer_count": 35, "buffer_percent": 47, "configuration": "iwV5gkAu", "enable_region_overrides": false, "extendable_session": false, "game_version": "ZxDIV94t", "max_count": 20, "min_count": 4, "name": "C5mcNOk0", "region_overrides": {"hIearJa4": {"buffer_count": 93, "buffer_percent": 10, "max_count": 100, "min_count": 59, "name": "KubcoiK6", "unlimited": false, "use_buffer_percent": true}, "rL8k6URb": {"buffer_count": 25, "buffer_percent": 1, "max_count": 14, "min_count": 12, "name": "xu581CSF", "unlimited": true, "use_buffer_percent": true}, "h0w4k1mB": {"buffer_count": 52, "buffer_percent": 45, "max_count": 32, "min_count": 8, "name": "Pb4iauH1", "unlimited": false, "use_buffer_percent": true}}, "regions": ["Z8eneT5G", "KJ8nSkZa", "1q6kNRhA"], "session_timeout": 23, "unlimited": true, "use_buffer_percent": false}}, "region_overrides": {"QQp1ugjB": {"buffer_count": 1, "buffer_percent": 24, "max_count": 25, "min_count": 24, "name": "3WG5UKaD", "unlimited": true, "use_buffer_percent": true}, "2Opcdglz": {"buffer_count": 90, "buffer_percent": 70, "max_count": 59, "min_count": 96, "name": "0ToZa0Zj", "unlimited": false, "use_buffer_percent": true}, "sgw9ZH3X": {"buffer_count": 32, "buffer_percent": 37, "max_count": 81, "min_count": 82, "name": "GLBD9L2K", "unlimited": false, "use_buffer_percent": false}}, "regions": ["zCdIOPtZ", "DSpCKKPP", "4wUnpR5k"], "session_timeout": 3, "unlimited": true, "use_buffer_percent": false}' '3mTPplK8' --login_with_auth "Bearer foo" +dsmc-delete-deployment-client 'ZRJtH3WP' --login_with_auth "Bearer foo" +dsmc-get-all-pod-config-client '65' '28' --login_with_auth "Bearer foo" +dsmc-create-pod-config-client '{"cpu_limit": 43, "mem_limit": 21, "params": "ZBr7mCV9"}' 'MKc6NPOT' --login_with_auth "Bearer foo" +dsmc-delete-pod-config-client '8ll08MZr' --login_with_auth "Bearer foo" dsmc-list-images-client --login_with_auth "Bearer foo" dsmc-image-limit-client --login_with_auth "Bearer foo" -dsmc-image-detail-client 'ANBfWyfX' --login_with_auth "Bearer foo" -dsmc-list-server-client '84' '27' --login_with_auth "Bearer foo" -dsmc-server-heartbeat '{"podName": "BiBh6gXl"}' --login_with_auth "Bearer foo" -dsmc-deregister-local-server '{"name": "D0zdPMKW"}' --login_with_auth "Bearer foo" -dsmc-register-local-server '{"custom_attribute": "M7R3sWb0", "ip": "1ZNp4AbZ", "name": "myA1gXwn", "port": 45}' --login_with_auth "Bearer foo" -dsmc-register-server '{"custom_attribute": "xM1JztUT", "pod_name": "XPHggKyj"}' --login_with_auth "Bearer foo" -dsmc-shutdown-server '{"kill_me": false, "pod_name": "7uo6fxVJ"}' --login_with_auth "Bearer foo" -dsmc-get-server-session-timeout '3GLvzfTQ' --login_with_auth "Bearer foo" -dsmc-get-server-session 'UAguOr9I' --login_with_auth "Bearer foo" -dsmc-create-session '{"client_version": "Grw0YTjb", "configuration": "E2eR4T7K", "deployment": "EQsxI3Wr", "game_mode": "4pJNCm8x", "matching_allies": [{"matching_parties": [{"party_attributes": {"eFnp3R2r": {}, "nzhlZmkO": {}, "MqCGh20f": {}}, "party_id": "jRu1ozMP", "party_members": [{"user_id": "KbM0mGoc"}, {"user_id": "5rc8oEtu"}, {"user_id": "xDiniooc"}]}, {"party_attributes": {"wlG2T8ot": {}, "h5ZQWC8m": {}, "9c11vuXY": {}}, "party_id": "mJzyXklK", "party_members": [{"user_id": "upHh8j5V"}, {"user_id": "1vPaEruY"}, {"user_id": "0mHFuJKo"}]}, {"party_attributes": {"WjlxSigm": {}, "K89M3V9Q": {}, "kpKl8wcC": {}}, "party_id": "VAnXof1k", "party_members": [{"user_id": "TgONq932"}, {"user_id": "jScbbQGT"}, {"user_id": "ThnNDJFN"}]}]}, {"matching_parties": [{"party_attributes": {"r5Gi4FfC": {}, "umJIkc4C": {}, "MbqLY17p": {}}, "party_id": "sNEr3jmJ", "party_members": [{"user_id": "sWWiudcH"}, {"user_id": "cgpYe3bO"}, {"user_id": "vNuFAkeA"}]}, {"party_attributes": {"LMdZY5zM": {}, "DP7u689l": {}, "cEEItEvy": {}}, "party_id": "PYnYDUVD", "party_members": [{"user_id": "p6nZAUlZ"}, {"user_id": "XK1FdKQ4"}, {"user_id": "eYy05fxf"}]}, {"party_attributes": {"jo2wvd49": {}, "2K4py7Ef": {}, "ro9TjLzh": {}}, "party_id": "FCquaake", "party_members": [{"user_id": "MCjy7gfE"}, {"user_id": "4iQCICTs"}, {"user_id": "ZX5zYfDs"}]}]}, {"matching_parties": [{"party_attributes": {"1ZwIYvg1": {}, "JlSjya3z": {}, "MYfV0UTe": {}}, "party_id": "e49LesFM", "party_members": [{"user_id": "iuCx6sKV"}, {"user_id": "GwcBUENx"}, {"user_id": "YKw1gbvh"}]}, {"party_attributes": {"gAUHfmHH": {}, "njLnqneC": {}, "Vb68AYwe": {}}, "party_id": "P2sko4BJ", "party_members": [{"user_id": "0VRG8QwD"}, {"user_id": "GTnw5XXc"}, {"user_id": "9v7zMJmt"}]}, {"party_attributes": {"ey90en0G": {}, "WD8ylhHQ": {}, "PuVKasmm": {}}, "party_id": "oMa2Jffb", "party_members": [{"user_id": "tCjz1WKv"}, {"user_id": "sxok2sb3"}, {"user_id": "ELZAetGB"}]}]}], "namespace": "j2t1cxdP", "notification_payload": {}, "pod_name": "3RUuDVLU", "region": "S59etQN8", "session_id": "oKI4b1Kr"}' --login_with_auth "Bearer foo" -dsmc-claim-server '{"session_id": "BtNb5u22"}' --login_with_auth "Bearer foo" -dsmc-get-session 'E8hBbDOt' --login_with_auth "Bearer foo" -dsmc-cancel-session 'WhV8Wt2m' --login_with_auth "Bearer foo" +dsmc-image-detail-client 'I8i2x1RV' --login_with_auth "Bearer foo" +dsmc-list-server-client '60' '35' --login_with_auth "Bearer foo" +dsmc-server-heartbeat '{"podName": "lU6sYgHU"}' --login_with_auth "Bearer foo" +dsmc-deregister-local-server '{"name": "JzHbrWFk"}' --login_with_auth "Bearer foo" +dsmc-register-local-server '{"custom_attribute": "adzFU3Ci", "ip": "YX3DfML8", "name": "dffygODf", "port": 68}' --login_with_auth "Bearer foo" +dsmc-register-server '{"custom_attribute": "6HLxqLFE", "pod_name": "ibRtHNfC"}' --login_with_auth "Bearer foo" +dsmc-shutdown-server '{"kill_me": false, "pod_name": "I5aY6lSA"}' --login_with_auth "Bearer foo" +dsmc-get-server-session-timeout 'ElcUd95l' --login_with_auth "Bearer foo" +dsmc-get-server-session '0Wd2vguB' --login_with_auth "Bearer foo" +dsmc-create-session '{"client_version": "c976AQeU", "configuration": "qPpOeeq3", "deployment": "HvYPH6r1", "game_mode": "mBxJXPje", "matching_allies": [{"matching_parties": [{"party_attributes": {"ObFd0fe9": {}, "C1PvvtbQ": {}, "kbzGeiCf": {}}, "party_id": "aX9yld9c", "party_members": [{"user_id": "1Csc1xwk"}, {"user_id": "8VpwQjIJ"}, {"user_id": "1ud4cAXA"}]}, {"party_attributes": {"4qKVcxUp": {}, "fzYeY3dx": {}, "H1bicuDD": {}}, "party_id": "IqRdfoqf", "party_members": [{"user_id": "FMRAIgoI"}, {"user_id": "L1N2hSyk"}, {"user_id": "iV3lYsyt"}]}, {"party_attributes": {"7e3eTOrA": {}, "eLYtJVqT": {}, "rso8wgVq": {}}, "party_id": "4M1PCEff", "party_members": [{"user_id": "iJC7pWRO"}, {"user_id": "i5oE3oZr"}, {"user_id": "5OL9Zpvz"}]}]}, {"matching_parties": [{"party_attributes": {"nn9YgAoX": {}, "akdSA5mP": {}, "q2uillrQ": {}}, "party_id": "fent8e91", "party_members": [{"user_id": "akeXfYx0"}, {"user_id": "kcvT29KM"}, {"user_id": "SmY2m8tC"}]}, {"party_attributes": {"hnpDF3b3": {}, "cCO8j3iX": {}, "agNuKvEy": {}}, "party_id": "XeF3iYEw", "party_members": [{"user_id": "9fazoIk6"}, {"user_id": "ulTuCTYQ"}, {"user_id": "Smdj2iii"}]}, {"party_attributes": {"fwjq9zI5": {}, "88hrizRc": {}, "3NKSWooA": {}}, "party_id": "LBhPfycy", "party_members": [{"user_id": "RwDWv6e8"}, {"user_id": "mYCogmr1"}, {"user_id": "dJes9Fxs"}]}]}, {"matching_parties": [{"party_attributes": {"MMWD9KZ8": {}, "2UuJZWIT": {}, "BduIrqL1": {}}, "party_id": "JcV76dQb", "party_members": [{"user_id": "Ctxw4mmG"}, {"user_id": "Kur6zEP1"}, {"user_id": "m5xtL5iF"}]}, {"party_attributes": {"BIDBL8gQ": {}, "e69PxqHB": {}, "JcOhMBmR": {}}, "party_id": "YMM9zIaA", "party_members": [{"user_id": "aQPQPQyI"}, {"user_id": "zgob5eVu"}, {"user_id": "j0iAGqyU"}]}, {"party_attributes": {"eWxGIDFe": {}, "KO1ptVRf": {}, "Fru1ikQj": {}}, "party_id": "A7uUaNie", "party_members": [{"user_id": "PO2TyoM8"}, {"user_id": "DYvyLuzz"}, {"user_id": "YMFD8eaB"}]}]}], "namespace": "qjZ2H0m3", "notification_payload": {}, "pod_name": "gG4ZXiBy", "region": "n8RQloIW", "session_id": "9fi3W19f"}' --login_with_auth "Bearer foo" +dsmc-claim-server '{"session_id": "uqOxkvx9"}' --login_with_auth "Bearer foo" +dsmc-get-session 'E24KT5tb' --login_with_auth "Bearer foo" +dsmc-cancel-session 'jECj26vZ' --login_with_auth "Bearer foo" dsmc-get-default-provider --login_with_auth "Bearer foo" dsmc-list-providers --login_with_auth "Bearer foo" -dsmc-list-providers-by-region 'zcaUDYNR' --login_with_auth "Bearer foo" +dsmc-list-providers-by-region 'b9iSJfSC' --login_with_auth "Bearer foo" dsmc-public-get-messages --login_with_auth "Bearer foo" exit() END @@ -148,14 +148,14 @@ eval_tap 0 3 'SaveConfig # SKIP deprecated' test.out #- 4 UpdateImage $PYTHON -m $MODULE 'dsmc-update-image' \ - '{"artifactPath": "Y0KTMfxV", "coreDumpEnabled": true, "image": "2FQv5Lq4", "imageReplicationsMap": {"kVqA56HB": {"failure_code": "liZUWnoL", "region": "0hNdhxoy", "status": "QqLxT4dz", "uri": "DzuSaFXI"}, "cxXm2YmL": {"failure_code": "5RviJoac", "region": "0CZlokn2", "status": "qsO2848S", "uri": "30wu31k8"}, "odNEwNyN": {"failure_code": "HWO9GWfJ", "region": "0S6qaBJr", "status": "kie0UZIp", "uri": "i0aftmiW"}}, "namespace": "H0CPWy5S", "patchVersion": "6ApdI86M", "persistent": false, "version": "chSvi0pF"}' \ + '{"artifactPath": "6URB968n", "coreDumpEnabled": true, "image": "ALuGGHQd", "imageReplicationsMap": {"vxvWgBtr": {"failure_code": "zKFYhRBF", "region": "OWs5PSoi", "status": "hKdwd0sD", "uri": "Z5VkOSL7"}, "UoYn7NY7": {"failure_code": "1q8nDOTF", "region": "JLx594CN", "status": "2ii5gMvS", "uri": "UGlAHQyz"}, "TuQPX0XV": {"failure_code": "aXB6C9Ca", "region": "zgZLCKID", "status": "FWKpoog2", "uri": "Lu1GjQeq"}}, "namespace": "YHgXK0BY", "patchVersion": "MekjzD3j", "persistent": false, "version": "1pcXVTG5"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'UpdateImage' test.out #- 5 CreateImage $PYTHON -m $MODULE 'dsmc-create-image' \ - '{"artifactPath": "LJRvqXPh", "coreDumpEnabled": false, "dockerPath": "5rFud397", "image": "SdEKHuiO", "imageSize": 44, "namespace": "z5vcWWLh", "persistent": true, "ulimitFileSize": 89, "version": "6wJC2zF1"}' \ + '{"artifactPath": "MRVyk45i", "coreDumpEnabled": false, "dockerPath": "dIdQmsdy", "image": "C3oGXwQA", "imageSize": 28, "namespace": "8djy1nqt", "persistent": true, "ulimitFileSize": 35, "version": "czBBXwOz"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'CreateImage' test.out @@ -169,7 +169,7 @@ eval_tap $? 6 'ImportImages' test.out #- 7 CreateImagePatch $PYTHON -m $MODULE 'dsmc-create-image-patch' \ - '{"artifactPath": "99k6rVI4", "coreDumpEnabled": false, "dockerPath": "SFK8ZXkS", "image": "bjLuCFZv", "imageSize": 90, "namespace": "PgICRGQo", "patchVersion": "Xid7Uja4", "persistent": true, "ulimitFileSize": 63, "uploaderFlag": "iuUlFbP3", "version": "WuVjgaph"}' \ + '{"artifactPath": "BSXAJWTy", "coreDumpEnabled": true, "dockerPath": "B1bK27ZZ", "image": "BRrZOtOn", "imageSize": 66, "namespace": "hzVkM6T4", "patchVersion": "khTK5h91", "persistent": false, "ulimitFileSize": 16, "uploaderFlag": "QCgdRpah", "version": "gjTg2zWZ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'CreateImagePatch' test.out @@ -188,7 +188,7 @@ eval_tap $? 9 'GetConfig' test.out #- 10 CreateConfig $PYTHON -m $MODULE 'dsmc-create-config' \ - '{"claim_timeout": 30, "creation_timeout": 44, "default_version": "TICvdI1E", "port": 4, "ports": {"DW873nfB": 95, "IRnXwBpz": 99, "3STScAqD": 58}, "protocol": "0NeGZCKr", "providers": ["ig8LHWmu", "gwg6WUF9", "wAudRjxS"], "session_timeout": 53, "unreachable_timeout": 22}' \ + '{"claim_timeout": 99, "creation_timeout": 49, "default_version": "G0Q6P0op", "port": 18, "ports": {"WzxWGL01": 90, "dl6U5tGn": 81, "W7X2eNCz": 9}, "protocol": "vCvEgxqh", "providers": ["T7i8qFCZ", "PIaIrCaD", "6mHMTB5F"], "session_timeout": 4, "unreachable_timeout": 98}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'CreateConfig' test.out @@ -201,7 +201,7 @@ eval_tap $? 11 'DeleteConfig' test.out #- 12 UpdateConfig $PYTHON -m $MODULE 'dsmc-update-config' \ - '{"claim_timeout": 55, "creation_timeout": 84, "default_version": "qL3NH9CG", "port": 74, "protocol": "kR81d0cY", "providers": ["f8tDNgXw", "45MTup7m", "O10es6vZ"], "session_timeout": 43, "unreachable_timeout": 34}' \ + '{"claim_timeout": 75, "creation_timeout": 21, "default_version": "mzGPfPRQ", "port": 64, "protocol": "HeptBKBM", "providers": ["hOQZ6Yle", "EYajyHDd", "moRke0N4"], "session_timeout": 14, "unreachable_timeout": 82}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'UpdateConfig' test.out @@ -214,196 +214,196 @@ eval_tap $? 13 'ClearCache' test.out #- 14 GetAllDeployment $PYTHON -m $MODULE 'dsmc-get-all-deployment' \ - '48' \ - '84' \ + '75' \ + '23' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'GetAllDeployment' test.out #- 15 GetDeployment $PYTHON -m $MODULE 'dsmc-get-deployment' \ - 'PiIMrhsg' \ + 'FjzyygeK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'GetDeployment' test.out #- 16 CreateDeployment $PYTHON -m $MODULE 'dsmc-create-deployment' \ - '{"allow_version_override": true, "buffer_count": 43, "buffer_percent": 48, "configuration": "zs7Fxkdf", "enable_region_overrides": false, "extendable_session": true, "game_version": "dvELzfnK", "max_count": 19, "min_count": 7, "overrides": {"qChemnQT": {"buffer_count": 78, "buffer_percent": 29, "configuration": "zp1PHQCq", "enable_region_overrides": true, "extendable_session": true, "game_version": "3nyTRYLe", "max_count": 83, "min_count": 42, "name": "nejw7wXn", "region_overrides": {"qJs1RcMw": {"buffer_count": 0, "buffer_percent": 25, "max_count": 97, "min_count": 86, "name": "gJVg7iOD", "unlimited": true, "use_buffer_percent": true}, "BQhDfXXM": {"buffer_count": 32, "buffer_percent": 39, "max_count": 95, "min_count": 7, "name": "Np1mOgEQ", "unlimited": false, "use_buffer_percent": true}, "0V5gZ5p5": {"buffer_count": 61, "buffer_percent": 46, "max_count": 5, "min_count": 35, "name": "ylvTOJOo", "unlimited": false, "use_buffer_percent": true}}, "regions": ["Mtea8xhI", "zXZrtacf", "DIaxDiBL"], "session_timeout": 35, "unlimited": false, "use_buffer_percent": false}, "JadbWAu9": {"buffer_count": 92, "buffer_percent": 15, "configuration": "oWalarLt", "enable_region_overrides": false, "extendable_session": false, "game_version": "JMWnSSVw", "max_count": 23, "min_count": 27, "name": "3YGj8ilb", "region_overrides": {"Z2VuniDB": {"buffer_count": 75, "buffer_percent": 62, "max_count": 88, "min_count": 7, "name": "uI0cD4Ew", "unlimited": true, "use_buffer_percent": false}, "DSp5Kp99": {"buffer_count": 28, "buffer_percent": 58, "max_count": 54, "min_count": 25, "name": "8vsQHyE6", "unlimited": false, "use_buffer_percent": false}, "dVKdwr7X": {"buffer_count": 58, "buffer_percent": 95, "max_count": 87, "min_count": 62, "name": "jSBddwvU", "unlimited": true, "use_buffer_percent": true}}, "regions": ["VDMIGK70", "7M28Br5S", "gmO4oM75"], "session_timeout": 69, "unlimited": false, "use_buffer_percent": false}, "GzK1PJbJ": {"buffer_count": 16, "buffer_percent": 0, "configuration": "PWFBjSmn", "enable_region_overrides": false, "extendable_session": false, "game_version": "CiugC1gk", "max_count": 13, "min_count": 67, "name": "E4xtoxv7", "region_overrides": {"O8DkaCEe": {"buffer_count": 62, "buffer_percent": 25, "max_count": 14, "min_count": 47, "name": "wAXm1hkP", "unlimited": true, "use_buffer_percent": true}, "4kv6iNB1": {"buffer_count": 56, "buffer_percent": 48, "max_count": 81, "min_count": 39, "name": "DIGpMhZP", "unlimited": true, "use_buffer_percent": true}, "Vfftpj5b": {"buffer_count": 2, "buffer_percent": 60, "max_count": 48, "min_count": 26, "name": "XaYnW9zV", "unlimited": true, "use_buffer_percent": true}}, "regions": ["qK3LIKO0", "2X2xT8wC", "6BDX8Rcg"], "session_timeout": 72, "unlimited": false, "use_buffer_percent": true}}, "region_overrides": {"P5mdGJ9G": {"buffer_count": 31, "buffer_percent": 61, "max_count": 82, "min_count": 20, "name": "BTRGbva2", "unlimited": true, "use_buffer_percent": false}, "WRmgAx3k": {"buffer_count": 19, "buffer_percent": 93, "max_count": 57, "min_count": 100, "name": "VYd9PkCS", "unlimited": true, "use_buffer_percent": false}, "2YS6UTp2": {"buffer_count": 14, "buffer_percent": 10, "max_count": 47, "min_count": 77, "name": "H5PQlCow", "unlimited": true, "use_buffer_percent": false}}, "regions": ["OmEgeI4K", "K5Ch1Lnq", "Aa5IZLnb"], "session_timeout": 47, "unlimited": true, "use_buffer_percent": true}' \ - 'WE4KKTfm' \ + '{"allow_version_override": false, "buffer_count": 68, "buffer_percent": 30, "configuration": "C1SovsBH", "enable_region_overrides": false, "extendable_session": true, "game_version": "MEcqD1TE", "max_count": 99, "min_count": 13, "overrides": {"6hF12HHv": {"buffer_count": 70, "buffer_percent": 84, "configuration": "xZSCuaig", "enable_region_overrides": false, "extendable_session": false, "game_version": "G35AAsMU", "max_count": 54, "min_count": 47, "name": "Ww9PdUhv", "region_overrides": {"JVnkBVjN": {"buffer_count": 58, "buffer_percent": 99, "max_count": 94, "min_count": 16, "name": "mEMSlKyO", "unlimited": true, "use_buffer_percent": true}, "FS3nrGyi": {"buffer_count": 45, "buffer_percent": 4, "max_count": 37, "min_count": 65, "name": "ceERyogW", "unlimited": true, "use_buffer_percent": false}, "aypAUYsA": {"buffer_count": 13, "buffer_percent": 61, "max_count": 8, "min_count": 60, "name": "I1AaW9OX", "unlimited": true, "use_buffer_percent": false}}, "regions": ["3shBPDam", "h2ONRpUP", "Fh1izJc3"], "session_timeout": 23, "unlimited": true, "use_buffer_percent": true}, "T5dbJCqO": {"buffer_count": 98, "buffer_percent": 26, "configuration": "Enr26vgi", "enable_region_overrides": false, "extendable_session": false, "game_version": "OTQoKbRY", "max_count": 99, "min_count": 73, "name": "VRhnlVyM", "region_overrides": {"OMvjHdKr": {"buffer_count": 25, "buffer_percent": 79, "max_count": 63, "min_count": 66, "name": "TUeIfTcI", "unlimited": true, "use_buffer_percent": true}, "SeGoiYOk": {"buffer_count": 86, "buffer_percent": 91, "max_count": 34, "min_count": 40, "name": "SvMYqk8k", "unlimited": false, "use_buffer_percent": true}, "1j405ewh": {"buffer_count": 91, "buffer_percent": 80, "max_count": 81, "min_count": 89, "name": "FyjdCNVO", "unlimited": true, "use_buffer_percent": false}}, "regions": ["Lc9yIISR", "Qcp4gN1X", "zE2Zlf6P"], "session_timeout": 4, "unlimited": false, "use_buffer_percent": true}, "yUBKcoRW": {"buffer_count": 51, "buffer_percent": 63, "configuration": "nMyBfnQ8", "enable_region_overrides": true, "extendable_session": false, "game_version": "K8xfpefg", "max_count": 79, "min_count": 56, "name": "gU9yUIpP", "region_overrides": {"sX3R1yxY": {"buffer_count": 77, "buffer_percent": 67, "max_count": 30, "min_count": 52, "name": "rvY0qcL9", "unlimited": false, "use_buffer_percent": false}, "oV95mhyl": {"buffer_count": 47, "buffer_percent": 6, "max_count": 8, "min_count": 65, "name": "IpDgZmsI", "unlimited": true, "use_buffer_percent": true}, "78gdU12q": {"buffer_count": 79, "buffer_percent": 39, "max_count": 63, "min_count": 97, "name": "rp2GSyDr", "unlimited": true, "use_buffer_percent": true}}, "regions": ["JPQooOSv", "nlCJ5aJd", "j0XryWbE"], "session_timeout": 27, "unlimited": false, "use_buffer_percent": true}}, "region_overrides": {"QqFPVARY": {"buffer_count": 70, "buffer_percent": 25, "max_count": 21, "min_count": 33, "name": "4IsiPLp5", "unlimited": false, "use_buffer_percent": false}, "2zKGCXOv": {"buffer_count": 75, "buffer_percent": 95, "max_count": 95, "min_count": 90, "name": "JrtVYwem", "unlimited": true, "use_buffer_percent": false}, "9ZvsJJF9": {"buffer_count": 55, "buffer_percent": 5, "max_count": 97, "min_count": 41, "name": "w3xXuvip", "unlimited": true, "use_buffer_percent": true}}, "regions": ["xogI9bFm", "KrCeHk28", "tBdoKm9b"], "session_timeout": 11, "unlimited": false, "use_buffer_percent": false}' \ + 'lmjdtOI9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'CreateDeployment' test.out #- 17 DeleteDeployment $PYTHON -m $MODULE 'dsmc-delete-deployment' \ - 'CX2CNYha' \ + 'kJiPgU0h' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'DeleteDeployment' test.out #- 18 UpdateDeployment $PYTHON -m $MODULE 'dsmc-update-deployment' \ - '{"allow_version_override": false, "buffer_count": 7, "buffer_percent": 13, "configuration": "RsGCgkUx", "enable_region_overrides": true, "extendable_session": false, "game_version": "SZ2vg7I5", "max_count": 73, "min_count": 80, "regions": ["PDeP9GTP", "0gtqs4ZR", "B5ZSnNOI"], "session_timeout": 70, "unlimited": false, "use_buffer_percent": true}' \ - 'ZM4LR5iy' \ + '{"allow_version_override": true, "buffer_count": 80, "buffer_percent": 0, "configuration": "Jjri4V2p", "enable_region_overrides": true, "extendable_session": false, "game_version": "c7mnlTKR", "max_count": 66, "min_count": 76, "regions": ["siJ0rpE9", "jJV9s7ol", "T8T34JIh"], "session_timeout": 39, "unlimited": true, "use_buffer_percent": false}' \ + '3zvqRISV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'UpdateDeployment' test.out #- 19 CreateRootRegionOverride $PYTHON -m $MODULE 'dsmc-create-root-region-override' \ - '{"buffer_count": 80, "buffer_percent": 6, "max_count": 59, "min_count": 78, "unlimited": true, "use_buffer_percent": false}' \ - '3aj4gAHb' \ - '2SDGEIZL' \ + '{"buffer_count": 38, "buffer_percent": 72, "max_count": 51, "min_count": 53, "unlimited": true, "use_buffer_percent": true}' \ + 'cMoiJ50s' \ + 'BmE9XKiO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'CreateRootRegionOverride' test.out #- 20 DeleteRootRegionOverride $PYTHON -m $MODULE 'dsmc-delete-root-region-override' \ - 'IaTiwX5M' \ - 'WxZTx8Wi' \ + 'BFpvaiTN' \ + 'Q0Nb2FQs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'DeleteRootRegionOverride' test.out #- 21 UpdateRootRegionOverride $PYTHON -m $MODULE 'dsmc-update-root-region-override' \ - '{"buffer_count": 11, "buffer_percent": 94, "max_count": 15, "min_count": 51, "unlimited": true, "use_buffer_percent": false}' \ - 'iUHiJYXF' \ - 'Ltkrx71a' \ + '{"buffer_count": 75, "buffer_percent": 72, "max_count": 47, "min_count": 2, "unlimited": true, "use_buffer_percent": true}' \ + 'lgkNJXwA' \ + 'qEFfaX8Z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'UpdateRootRegionOverride' test.out #- 22 CreateDeploymentOverride $PYTHON -m $MODULE 'dsmc-create-deployment-override' \ - '{"buffer_count": 3, "buffer_percent": 11, "configuration": "Bf4GLyyJ", "enable_region_overrides": false, "extendable_session": true, "game_version": "eyZUAZDx", "max_count": 27, "min_count": 79, "region_overrides": {"eqEZiz7i": {"buffer_count": 19, "buffer_percent": 24, "max_count": 20, "min_count": 42, "name": "w93CdEU2", "unlimited": false, "use_buffer_percent": false}, "Wy9cWTr8": {"buffer_count": 81, "buffer_percent": 94, "max_count": 32, "min_count": 50, "name": "b9LNGR6d", "unlimited": false, "use_buffer_percent": false}, "yXEVADNg": {"buffer_count": 52, "buffer_percent": 32, "max_count": 2, "min_count": 76, "name": "J3baGU7K", "unlimited": false, "use_buffer_percent": true}}, "regions": ["oFpWlduo", "vAnHEmlc", "DQzU5lAE"], "session_timeout": 93, "unlimited": true, "use_buffer_percent": false}' \ - 'KdNNknlj' \ - 'D9cGQHc9' \ + '{"buffer_count": 29, "buffer_percent": 65, "configuration": "MTfByv4B", "enable_region_overrides": true, "extendable_session": false, "game_version": "mFkR82sg", "max_count": 40, "min_count": 39, "region_overrides": {"zeZUxrXq": {"buffer_count": 4, "buffer_percent": 44, "max_count": 89, "min_count": 27, "name": "Y7GYV1zV", "unlimited": true, "use_buffer_percent": false}, "kWqhbnSn": {"buffer_count": 4, "buffer_percent": 91, "max_count": 22, "min_count": 39, "name": "RdPB8b0g", "unlimited": true, "use_buffer_percent": false}, "F5xcK25E": {"buffer_count": 21, "buffer_percent": 41, "max_count": 38, "min_count": 42, "name": "V3gPvLb5", "unlimited": true, "use_buffer_percent": false}}, "regions": ["ku7pbMrc", "XYsPYRQX", "aSAO6uMD"], "session_timeout": 40, "unlimited": true, "use_buffer_percent": false}' \ + 'JxbgDW4u' \ + 'VMFUHe2B' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'CreateDeploymentOverride' test.out #- 23 DeleteDeploymentOverride $PYTHON -m $MODULE 'dsmc-delete-deployment-override' \ - '1KZwbtGQ' \ - '2qjuFwAS' \ + 'L4uD4oWd' \ + 'vQdWefwO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'DeleteDeploymentOverride' test.out #- 24 UpdateDeploymentOverride $PYTHON -m $MODULE 'dsmc-update-deployment-override' \ - '{"buffer_count": 93, "buffer_percent": 54, "configuration": "2XUj0N9q", "enable_region_overrides": false, "game_version": "Su4ndsCx", "max_count": 86, "min_count": 100, "regions": ["wfmIu5zc", "NKjBcqC0", "ashQUhrJ"], "session_timeout": 79, "unlimited": false, "use_buffer_percent": false}' \ - '5S41zBbk' \ - 'XfURMrwx' \ + '{"buffer_count": 33, "buffer_percent": 21, "configuration": "mYwJ8yjU", "enable_region_overrides": true, "game_version": "qFRwXAos", "max_count": 22, "min_count": 85, "regions": ["tkqrybPk", "SICJ0Obn", "3nJdzrDx"], "session_timeout": 50, "unlimited": false, "use_buffer_percent": true}' \ + 'QFtxeDxZ' \ + 'cC7ckvcM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'UpdateDeploymentOverride' test.out #- 25 CreateOverrideRegionOverride $PYTHON -m $MODULE 'dsmc-create-override-region-override' \ - '{"buffer_count": 76, "buffer_percent": 63, "max_count": 23, "min_count": 83, "unlimited": true, "use_buffer_percent": false}' \ - 'HK3yrIxP' \ - 'ijk5Z1I7' \ - 'b0E9I4zf' \ + '{"buffer_count": 50, "buffer_percent": 15, "max_count": 56, "min_count": 93, "unlimited": true, "use_buffer_percent": false}' \ + 'yoLuqlAp' \ + 'nXLzLbpO' \ + 'SGMdJR14' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'CreateOverrideRegionOverride' test.out #- 26 DeleteOverrideRegionOverride $PYTHON -m $MODULE 'dsmc-delete-override-region-override' \ - 'nX2XsXAq' \ - 'nfA6oPP4' \ - 'F25yCGrn' \ + 'r1oZIpTq' \ + '9vlZJu7B' \ + 'EtRb00qU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'DeleteOverrideRegionOverride' test.out #- 27 UpdateOverrideRegionOverride $PYTHON -m $MODULE 'dsmc-update-override-region-override' \ - '{"buffer_count": 100, "buffer_percent": 41, "max_count": 50, "min_count": 14, "unlimited": false, "use_buffer_percent": true}' \ - 'm4OAH4To' \ - 'KnOfOus1' \ - 'DgK0wiIS' \ + '{"buffer_count": 77, "buffer_percent": 28, "max_count": 20, "min_count": 68, "unlimited": true, "use_buffer_percent": false}' \ + 'SjLILvYS' \ + 'uHLTuhgU' \ + 'nPMYlv1c' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'UpdateOverrideRegionOverride' test.out #- 28 GetAllPodConfig $PYTHON -m $MODULE 'dsmc-get-all-pod-config' \ - '74' \ - '52' \ + '9' \ + '34' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'GetAllPodConfig' test.out #- 29 GetPodConfig $PYTHON -m $MODULE 'dsmc-get-pod-config' \ - 'WRMRE8Ck' \ + '4aY3cBhE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'GetPodConfig' test.out #- 30 CreatePodConfig $PYTHON -m $MODULE 'dsmc-create-pod-config' \ - '{"cpu_limit": 54, "mem_limit": 22, "params": "B2E6ofAg"}' \ - 'Ugq4NmG2' \ + '{"cpu_limit": 86, "mem_limit": 4, "params": "cMbOaRKz"}' \ + 'GT0Cared' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'CreatePodConfig' test.out #- 31 DeletePodConfig $PYTHON -m $MODULE 'dsmc-delete-pod-config' \ - '60P0Hno2' \ + 'Nc5gbo8d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'DeletePodConfig' test.out #- 32 UpdatePodConfig $PYTHON -m $MODULE 'dsmc-update-pod-config' \ - '{"cpu_limit": 77, "mem_limit": 84, "name": "9tA9FO1h", "params": "x93itf3C"}' \ - 'pU6ckWQo' \ + '{"cpu_limit": 34, "mem_limit": 41, "name": "m3XBRB0G", "params": "yYYFvN3B"}' \ + '7XG5YxN3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'UpdatePodConfig' test.out #- 33 AddPort $PYTHON -m $MODULE 'dsmc-add-port' \ - '{"port": 9}' \ - 'aOaZIu0p' \ + '{"port": 3}' \ + '0u0bTRfw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'AddPort' test.out #- 34 DeletePort $PYTHON -m $MODULE 'dsmc-delete-port' \ - 'xhkc9elv' \ + 'z8xlII3j' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'DeletePort' test.out #- 35 UpdatePort $PYTHON -m $MODULE 'dsmc-update-port' \ - '{"name": "BapIFSKv", "port": 97}' \ - 'oLY4j1V8' \ + '{"name": "7DBHTo4O", "port": 3}' \ + 'v65dcPKA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'UpdatePort' test.out #- 36 ListImages $PYTHON -m $MODULE 'dsmc-list-images' \ - '20' \ - '67' \ + '21' \ + '93' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'ListImages' test.out #- 37 DeleteImage $PYTHON -m $MODULE 'dsmc-delete-image' \ - 'Ipg7hG0Q' \ - 'H5hbnIuN' \ + 'Y7tIjnKQ' \ + 'Unox4cnT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'DeleteImage' test.out @@ -422,31 +422,31 @@ eval_tap $? 39 'GetImageLimit' test.out #- 40 DeleteImagePatch $PYTHON -m $MODULE 'dsmc-delete-image-patch' \ - 'VGAcOvS2' \ - 'enZo1aDZ' \ - 'TyFZjsVN' \ + '397oybW2' \ + 'Ms9mJCbW' \ + 'rXj43mZf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'DeleteImagePatch' test.out #- 41 GetImageDetail $PYTHON -m $MODULE 'dsmc-get-image-detail' \ - 'NGYN8fOS' \ + '9h3IWc1M' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'GetImageDetail' test.out #- 42 GetImagePatches $PYTHON -m $MODULE 'dsmc-get-image-patches' \ - 'iVaRQZSj' \ + 'ZjyBsrB1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'GetImagePatches' test.out #- 43 GetImagePatchDetail $PYTHON -m $MODULE 'dsmc-get-image-patch-detail' \ - 'MMYQtly1' \ - 'TAg7cEF3' \ + 'qVhXlHL0' \ + 'lOBItCFF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'GetImagePatchDetail' test.out @@ -459,8 +459,8 @@ eval_tap $? 44 'GetRepository' test.out #- 45 ListServer $PYTHON -m $MODULE 'dsmc-list-server' \ - '87' \ - '80' \ + '59' \ + '5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'ListServer' test.out @@ -485,29 +485,29 @@ eval_tap $? 48 'ListLocalServer' test.out #- 49 DeleteLocalServer $PYTHON -m $MODULE 'dsmc-delete-local-server' \ - '2eKFMzAQ' \ + '1pIpl0Wh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'DeleteLocalServer' test.out #- 50 GetServer $PYTHON -m $MODULE 'dsmc-get-server' \ - 'wB26i29D' \ + 'bvZBQdCF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'GetServer' test.out #- 51 DeleteServer $PYTHON -m $MODULE 'dsmc-delete-server' \ - 'JgfkezCD' \ + 'TBzSL2gW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'DeleteServer' test.out #- 52 ListSession $PYTHON -m $MODULE 'dsmc-list-session' \ - '2' \ - '91' \ + '85' \ + '71' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'ListSession' test.out @@ -520,14 +520,14 @@ eval_tap $? 53 'CountSession' test.out #- 54 DeleteSession $PYTHON -m $MODULE 'dsmc-delete-session' \ - 'ctKcwmUL' \ + 'tbyELbdV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'DeleteSession' test.out #- 55 CreateRepository $PYTHON -m $MODULE 'dsmc-create-repository' \ - '{"namespace": "qxHKmzE1", "repository": "jfAg4cAx"}' \ + '{"namespace": "YmgQQVaM", "repository": "r8TrsvS0"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'CreateRepository' test.out @@ -546,46 +546,46 @@ eval_tap $? 57 'ImportConfigV1' test.out #- 58 GetAllDeploymentClient $PYTHON -m $MODULE 'dsmc-get-all-deployment-client' \ - '23' \ - '27' \ + '80' \ + '93' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'GetAllDeploymentClient' test.out #- 59 CreateDeploymentClient $PYTHON -m $MODULE 'dsmc-create-deployment-client' \ - '{"allow_version_override": true, "buffer_count": 33, "buffer_percent": 38, "configuration": "7tNIOfei", "enable_region_overrides": true, "extendable_session": true, "game_version": "mg5pazNk", "max_count": 13, "min_count": 78, "overrides": {"XUE4Z44W": {"buffer_count": 31, "buffer_percent": 78, "configuration": "zSyiNyNo", "enable_region_overrides": false, "extendable_session": true, "game_version": "tPwM647f", "max_count": 49, "min_count": 21, "name": "dd47iEvp", "region_overrides": {"DzdNEfGv": {"buffer_count": 48, "buffer_percent": 86, "max_count": 41, "min_count": 16, "name": "GcrR0Ndl", "unlimited": true, "use_buffer_percent": true}, "3ZmUEQyq": {"buffer_count": 39, "buffer_percent": 25, "max_count": 68, "min_count": 57, "name": "IguxEia3", "unlimited": true, "use_buffer_percent": false}, "UKJIvBcm": {"buffer_count": 11, "buffer_percent": 83, "max_count": 90, "min_count": 20, "name": "Iw29sJwT", "unlimited": false, "use_buffer_percent": false}}, "regions": ["RF3rA1Ou", "RizhJzWX", "4MfrRbuX"], "session_timeout": 93, "unlimited": false, "use_buffer_percent": true}, "FH2k9Scz": {"buffer_count": 50, "buffer_percent": 62, "configuration": "kmCzTNtR", "enable_region_overrides": false, "extendable_session": true, "game_version": "SJNQFE6U", "max_count": 16, "min_count": 69, "name": "tBBCVZO3", "region_overrides": {"aucGeEFt": {"buffer_count": 96, "buffer_percent": 83, "max_count": 3, "min_count": 20, "name": "Pz4IBgV7", "unlimited": false, "use_buffer_percent": true}, "yTO8qX27": {"buffer_count": 81, "buffer_percent": 9, "max_count": 8, "min_count": 24, "name": "hLkmNVlZ", "unlimited": false, "use_buffer_percent": true}, "dSNr2EBk": {"buffer_count": 43, "buffer_percent": 49, "max_count": 8, "min_count": 9, "name": "6wl2NhUQ", "unlimited": false, "use_buffer_percent": true}}, "regions": ["9OEguQ5f", "cgeAL1o2", "Fm85Q2nv"], "session_timeout": 29, "unlimited": true, "use_buffer_percent": false}, "4f8mQHrW": {"buffer_count": 59, "buffer_percent": 18, "configuration": "8g9l9P9P", "enable_region_overrides": false, "extendable_session": true, "game_version": "EEiTWhBA", "max_count": 99, "min_count": 18, "name": "aJOIhB1c", "region_overrides": {"biLwEFkE": {"buffer_count": 42, "buffer_percent": 42, "max_count": 86, "min_count": 5, "name": "sS3CL7ZP", "unlimited": false, "use_buffer_percent": true}, "J6Iy4ODl": {"buffer_count": 60, "buffer_percent": 31, "max_count": 3, "min_count": 51, "name": "ElrhEA2G", "unlimited": false, "use_buffer_percent": false}, "z2ZM6qJm": {"buffer_count": 41, "buffer_percent": 98, "max_count": 28, "min_count": 86, "name": "KERuwMF1", "unlimited": true, "use_buffer_percent": true}}, "regions": ["8cvieY5k", "53ZOr1Al", "UQSLvDaI"], "session_timeout": 54, "unlimited": true, "use_buffer_percent": false}}, "region_overrides": {"tIOFbYvu": {"buffer_count": 71, "buffer_percent": 58, "max_count": 41, "min_count": 14, "name": "yb6rbixW", "unlimited": true, "use_buffer_percent": true}, "Ucawbqcl": {"buffer_count": 50, "buffer_percent": 28, "max_count": 98, "min_count": 9, "name": "ZtOmoER8", "unlimited": false, "use_buffer_percent": false}, "DSS6mjN6": {"buffer_count": 24, "buffer_percent": 32, "max_count": 75, "min_count": 55, "name": "bwuSrrDR", "unlimited": false, "use_buffer_percent": true}}, "regions": ["m5dmvHQc", "6TlMDWE8", "2qdwIQtu"], "session_timeout": 38, "unlimited": true, "use_buffer_percent": true}' \ - 'VH5PeFUu' \ + '{"allow_version_override": true, "buffer_count": 38, "buffer_percent": 39, "configuration": "TurBQYWT", "enable_region_overrides": false, "extendable_session": false, "game_version": "0pFn6cLa", "max_count": 34, "min_count": 18, "overrides": {"M7RIfEP0": {"buffer_count": 50, "buffer_percent": 92, "configuration": "W4TNLXli", "enable_region_overrides": true, "extendable_session": false, "game_version": "sgvn3HGP", "max_count": 19, "min_count": 90, "name": "AJAf3AKc", "region_overrides": {"9Gdl2tfD": {"buffer_count": 1, "buffer_percent": 78, "max_count": 64, "min_count": 20, "name": "8Vj10UZG", "unlimited": false, "use_buffer_percent": true}, "9NXYgUtQ": {"buffer_count": 95, "buffer_percent": 18, "max_count": 83, "min_count": 31, "name": "yZh3ihHn", "unlimited": true, "use_buffer_percent": true}, "qonAWewe": {"buffer_count": 37, "buffer_percent": 67, "max_count": 31, "min_count": 51, "name": "vpI5BwDq", "unlimited": true, "use_buffer_percent": false}}, "regions": ["SBTeJnZy", "wEhNcuZJ", "ayLp0MaR"], "session_timeout": 26, "unlimited": false, "use_buffer_percent": false}, "52TghWed": {"buffer_count": 8, "buffer_percent": 82, "configuration": "7ll60ljW", "enable_region_overrides": false, "extendable_session": true, "game_version": "SevCzJ6u", "max_count": 75, "min_count": 77, "name": "ZqPH2IDO", "region_overrides": {"wh7bnP5m": {"buffer_count": 45, "buffer_percent": 15, "max_count": 17, "min_count": 26, "name": "wQoEBqNy", "unlimited": false, "use_buffer_percent": true}, "zk9YqDMq": {"buffer_count": 69, "buffer_percent": 22, "max_count": 14, "min_count": 6, "name": "siaXgX6r", "unlimited": false, "use_buffer_percent": true}, "WiQQypZF": {"buffer_count": 25, "buffer_percent": 65, "max_count": 86, "min_count": 10, "name": "f6EPv50n", "unlimited": true, "use_buffer_percent": false}}, "regions": ["x9M7q7Me", "9ubXQuFo", "4i3cT7Kf"], "session_timeout": 33, "unlimited": false, "use_buffer_percent": true}, "sNDpGnhP": {"buffer_count": 19, "buffer_percent": 98, "configuration": "FuEkGdyu", "enable_region_overrides": true, "extendable_session": true, "game_version": "FAk5eaJM", "max_count": 9, "min_count": 15, "name": "TbvgPV4V", "region_overrides": {"Kw91Xm0C": {"buffer_count": 91, "buffer_percent": 60, "max_count": 78, "min_count": 58, "name": "lwgSyYvy", "unlimited": false, "use_buffer_percent": false}, "39HYOV4e": {"buffer_count": 52, "buffer_percent": 80, "max_count": 32, "min_count": 82, "name": "pyXvIFPL", "unlimited": false, "use_buffer_percent": true}, "ZdGPr9si": {"buffer_count": 88, "buffer_percent": 32, "max_count": 72, "min_count": 11, "name": "Akv7NveO", "unlimited": true, "use_buffer_percent": true}}, "regions": ["sRwBk5Rt", "aMfwDiB3", "J9eCH1IA"], "session_timeout": 20, "unlimited": false, "use_buffer_percent": false}}, "region_overrides": {"Bj063P3X": {"buffer_count": 16, "buffer_percent": 87, "max_count": 86, "min_count": 84, "name": "46p2rDxY", "unlimited": false, "use_buffer_percent": false}, "RsypBkgH": {"buffer_count": 8, "buffer_percent": 28, "max_count": 27, "min_count": 94, "name": "baKojyhX", "unlimited": false, "use_buffer_percent": false}, "P9aEg5Bg": {"buffer_count": 24, "buffer_percent": 39, "max_count": 17, "min_count": 20, "name": "Hvp6iaR5", "unlimited": false, "use_buffer_percent": true}}, "regions": ["NXvcNha8", "Zbewoe70", "NIgCdeiM"], "session_timeout": 26, "unlimited": false, "use_buffer_percent": false}' \ + 'wzSnYBwv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'CreateDeploymentClient' test.out #- 60 DeleteDeploymentClient $PYTHON -m $MODULE 'dsmc-delete-deployment-client' \ - 'veQWv9v3' \ + 'SMtOaE66' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'DeleteDeploymentClient' test.out #- 61 GetAllPodConfigClient $PYTHON -m $MODULE 'dsmc-get-all-pod-config-client' \ - '69' \ - '46' \ + '20' \ + '47' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'GetAllPodConfigClient' test.out #- 62 CreatePodConfigClient $PYTHON -m $MODULE 'dsmc-create-pod-config-client' \ - '{"cpu_limit": 14, "mem_limit": 77, "params": "HlFm1GCo"}' \ - 'TPbeqtnN' \ + '{"cpu_limit": 10, "mem_limit": 57, "params": "WXwW2VEu"}' \ + 'xWPLmZwB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'CreatePodConfigClient' test.out #- 63 DeletePodConfigClient $PYTHON -m $MODULE 'dsmc-delete-pod-config-client' \ - 'FxHUhgEy' \ + 'exfgfBpX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'DeletePodConfigClient' test.out @@ -604,92 +604,92 @@ eval_tap $? 65 'ImageLimitClient' test.out #- 66 ImageDetailClient $PYTHON -m $MODULE 'dsmc-image-detail-client' \ - '23zInJkq' \ + 't9vyiga8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'ImageDetailClient' test.out #- 67 ListServerClient $PYTHON -m $MODULE 'dsmc-list-server-client' \ - '48' \ - '43' \ + '51' \ + '88' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'ListServerClient' test.out #- 68 ServerHeartbeat $PYTHON -m $MODULE 'dsmc-server-heartbeat' \ - '{"podName": "7NFWfnNY"}' \ + '{"podName": "x6wuvsb4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'ServerHeartbeat' test.out #- 69 DeregisterLocalServer $PYTHON -m $MODULE 'dsmc-deregister-local-server' \ - '{"name": "YqP7iYhd"}' \ + '{"name": "89oCHiUo"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 69 'DeregisterLocalServer' test.out #- 70 RegisterLocalServer $PYTHON -m $MODULE 'dsmc-register-local-server' \ - '{"custom_attribute": "gboo1ZUU", "ip": "KwuaQhup", "name": "tZJxQGp0", "port": 10}' \ + '{"custom_attribute": "caLJKMMY", "ip": "3txfZNow", "name": "XqQWaOZ7", "port": 78}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'RegisterLocalServer' test.out #- 71 RegisterServer $PYTHON -m $MODULE 'dsmc-register-server' \ - '{"custom_attribute": "GU2mTZga", "pod_name": "7Kvmhqqs"}' \ + '{"custom_attribute": "HAmUWbNV", "pod_name": "1HTWUljI"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'RegisterServer' test.out #- 72 ShutdownServer $PYTHON -m $MODULE 'dsmc-shutdown-server' \ - '{"kill_me": true, "pod_name": "0kUS0kbc"}' \ + '{"kill_me": false, "pod_name": "Q46ukjQe"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'ShutdownServer' test.out #- 73 GetServerSessionTimeout $PYTHON -m $MODULE 'dsmc-get-server-session-timeout' \ - 'RkjBEMiZ' \ + 'hzPhb0CB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'GetServerSessionTimeout' test.out #- 74 GetServerSession $PYTHON -m $MODULE 'dsmc-get-server-session' \ - 'Tcoc0AtN' \ + 'ZlGbtnYk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 74 'GetServerSession' test.out #- 75 CreateSession $PYTHON -m $MODULE 'dsmc-create-session' \ - '{"client_version": "lHe78jVG", "configuration": "DtClsQuM", "deployment": "0CfuoYk6", "game_mode": "lJ2nJ3lM", "matching_allies": [{"matching_parties": [{"party_attributes": {"oRC53DJO": {}, "LfsQATUp": {}, "6caCSADz": {}}, "party_id": "YJNu7dhC", "party_members": [{"user_id": "8Qv7XIxt"}, {"user_id": "1HqBEHlf"}, {"user_id": "Tbc8AgJ1"}]}, {"party_attributes": {"UzKgICNz": {}, "p6HW0ibQ": {}, "0Yoe81eJ": {}}, "party_id": "zz5ZkI4o", "party_members": [{"user_id": "aOhwhl72"}, {"user_id": "7UrToCM4"}, {"user_id": "3vQH6c5M"}]}, {"party_attributes": {"ZNLwPrq9": {}, "SFkGW5OH": {}, "2aPakEaN": {}}, "party_id": "2mmdMK87", "party_members": [{"user_id": "aS4iDAqp"}, {"user_id": "XqLL3Iq5"}, {"user_id": "ZzpzIrgz"}]}]}, {"matching_parties": [{"party_attributes": {"3sUrvQ7q": {}, "IEjVAnUT": {}, "HmMccS89": {}}, "party_id": "VC3c7mqn", "party_members": [{"user_id": "8hU7VfTQ"}, {"user_id": "Ss0JuBju"}, {"user_id": "I3jHLe5V"}]}, {"party_attributes": {"4cu1giMF": {}, "xaq0XZec": {}, "TshRveEN": {}}, "party_id": "cSDO0shK", "party_members": [{"user_id": "v4yg0pHb"}, {"user_id": "Jrt6eJnb"}, {"user_id": "MAECcLuN"}]}, {"party_attributes": {"By4Xwk5j": {}, "1m3xUfkt": {}, "4VXP6g4e": {}}, "party_id": "Z6oX9fFw", "party_members": [{"user_id": "c4dTNItD"}, {"user_id": "OMpwxgZZ"}, {"user_id": "LbpevzjY"}]}]}, {"matching_parties": [{"party_attributes": {"luueUXfp": {}, "Ppw48X3J": {}, "Kp3lWE7I": {}}, "party_id": "YuGwSJIc", "party_members": [{"user_id": "UFNbPFfW"}, {"user_id": "yABSvREU"}, {"user_id": "J7ZWfV73"}]}, {"party_attributes": {"ivqfBSC2": {}, "vFlrK0kS": {}, "zcELo4Ew": {}}, "party_id": "iVzKe1AI", "party_members": [{"user_id": "appgPWjG"}, {"user_id": "38jKrswb"}, {"user_id": "kKlhD8sN"}]}, {"party_attributes": {"725N5lka": {}, "upMW3yaA": {}, "XaKpMDLu": {}}, "party_id": "ItBSiNwD", "party_members": [{"user_id": "3YZ1YWui"}, {"user_id": "sMuX8g4w"}, {"user_id": "cMnmtCIW"}]}]}], "namespace": "xS2QmWky", "notification_payload": {}, "pod_name": "7HZCcNjY", "region": "GNtJZugr", "session_id": "0B15QdL6"}' \ + '{"client_version": "iilqgpDn", "configuration": "Gcd4pDxv", "deployment": "zavQeiA3", "game_mode": "i9WJUxQD", "matching_allies": [{"matching_parties": [{"party_attributes": {"UWNXJi5D": {}, "KRgtdYSL": {}, "A1nHIj19": {}}, "party_id": "tcqrBiVP", "party_members": [{"user_id": "ge0NlqNB"}, {"user_id": "Ba5HOAoj"}, {"user_id": "2lViYpQl"}]}, {"party_attributes": {"xUWGRaPs": {}, "JYxh2A4S": {}, "78rPCyhz": {}}, "party_id": "8aGGLp8C", "party_members": [{"user_id": "90dDDmKd"}, {"user_id": "1VzTgiy5"}, {"user_id": "BaxzV7L1"}]}, {"party_attributes": {"UDfbhYgm": {}, "D6IQE97u": {}, "CbYkrXla": {}}, "party_id": "QoAshNar", "party_members": [{"user_id": "fl2CxaST"}, {"user_id": "KBQfAWTb"}, {"user_id": "nb1EUGHM"}]}]}, {"matching_parties": [{"party_attributes": {"L7oTfl4D": {}, "hOK34WnX": {}, "wmRN18yP": {}}, "party_id": "9IVW12r1", "party_members": [{"user_id": "IfmMDbOm"}, {"user_id": "HdNRLWhK"}, {"user_id": "DF0TO95H"}]}, {"party_attributes": {"cog6FIIy": {}, "O3rHiU5k": {}, "MX9Uxpvt": {}}, "party_id": "QTL2tDx7", "party_members": [{"user_id": "CHhDFjf1"}, {"user_id": "NL6TeKnX"}, {"user_id": "fGPTIoX6"}]}, {"party_attributes": {"8pSnIkHQ": {}, "QontELtG": {}, "NDUCeBBo": {}}, "party_id": "xotyFrdv", "party_members": [{"user_id": "64LsclCU"}, {"user_id": "uWTFi8BQ"}, {"user_id": "fT07VFbR"}]}]}, {"matching_parties": [{"party_attributes": {"FvtLaaG5": {}, "ifYF7xF4": {}, "gJiVj4Ox": {}}, "party_id": "OfmK9FpY", "party_members": [{"user_id": "Hqj1UdEB"}, {"user_id": "VSJpl734"}, {"user_id": "gGEYYcpj"}]}, {"party_attributes": {"QyO7K7h9": {}, "bQJSHT0V": {}, "SDat6uDP": {}}, "party_id": "MKWvGf94", "party_members": [{"user_id": "bz7yVxEF"}, {"user_id": "xAwChbH1"}, {"user_id": "lElandbS"}]}, {"party_attributes": {"uMuSY6iu": {}, "LP14vxqi": {}, "vqPSkUJC": {}}, "party_id": "8MZjExqU", "party_members": [{"user_id": "tcgZdIGL"}, {"user_id": "udRcypma"}, {"user_id": "w9jQ4Qj0"}]}]}], "namespace": "Hve6hsHK", "notification_payload": {}, "pod_name": "Dul3eeuc", "region": "0kYFmjz1", "session_id": "j2qY3EDp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 75 'CreateSession' test.out #- 76 ClaimServer $PYTHON -m $MODULE 'dsmc-claim-server' \ - '{"session_id": "Y4HXoJ7c"}' \ + '{"session_id": "hNUU7KPX"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 76 'ClaimServer' test.out #- 77 GetSession $PYTHON -m $MODULE 'dsmc-get-session' \ - 'mAyk4gXt' \ + '9oxfEseQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 77 'GetSession' test.out #- 78 CancelSession $PYTHON -m $MODULE 'dsmc-cancel-session' \ - 'ATDoj8Fi' \ + 'XS4zUMop' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 78 'CancelSession' test.out @@ -708,7 +708,7 @@ eval_tap $? 80 'ListProviders' test.out #- 81 ListProvidersByRegion $PYTHON -m $MODULE 'dsmc-list-providers-by-region' \ - 'HajWZrNT' \ + 'cH643b8f' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 81 'ListProvidersByRegion' test.out diff --git a/samples/cli/tests/eventlog-cli-test.sh b/samples/cli/tests/eventlog-cli-test.sh index 299151f1c..e344bd756 100644 --- a/samples/cli/tests/eventlog-cli-test.sh +++ b/samples/cli/tests/eventlog-cli-test.sh @@ -29,10 +29,10 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -eventlog-query-event-stream-handler '{"clientId": "le6bHsmC", "eventName": "T4KOlVxI", "payloadQuery": {"AoVaGzGy": {}, "PA78oUOe": {}, "RdcdQSS1": {}}, "sessionId": "mkelBCrM", "traceId": "AXxKRTNi", "userId": "hqCinPEw", "version": 61}' --login_with_auth "Bearer foo" -eventlog-get-event-specific-user-v2-handler 'n82LJ7Zg' --login_with_auth "Bearer foo" -eventlog-get-public-edit-history 'InS8NWoS' --login_with_auth "Bearer foo" -eventlog-get-user-events-v2-public 'cXT3FkG6' --login_with_auth "Bearer foo" +eventlog-query-event-stream-handler '{"clientId": "IbfF3axR", "eventName": "28e4ZJrf", "payloadQuery": {"gxjXVvQA": {}, "6iYc7aOj": {}, "AfWFUox3": {}}, "sessionId": "K2LN90Dg", "traceId": "FKug3y0T", "userId": "PaQfHUzd", "version": 13}' --login_with_auth "Bearer foo" +eventlog-get-event-specific-user-v2-handler 'OgAv4p6o' --login_with_auth "Bearer foo" +eventlog-get-public-edit-history 'jC5iIj6A' --login_with_auth "Bearer foo" +eventlog-get-user-events-v2-public '9P5zjgy2' --login_with_auth "Bearer foo" exit() END @@ -147,28 +147,28 @@ eval_tap 0 29 'GetRegisteredEventsByEventTypeHandler # SKIP deprecated' test.out #- 30 QueryEventStreamHandler $PYTHON -m $MODULE 'eventlog-query-event-stream-handler' \ - '{"clientId": "L1Dqs5JR", "eventName": "pw9bJ7sn", "payloadQuery": {"1WMzdr31": {}, "3hEVHBgk": {}, "hVPl2EnL": {}}, "sessionId": "aHBoePFu", "traceId": "6pitJSVI", "userId": "ERnOTR9Q", "version": 86}' \ + '{"clientId": "TNhjjY1L", "eventName": "mwB3ksBu", "payloadQuery": {"R01NoN9V": {}, "3Xrnf0F6": {}, "0toXOUJH": {}}, "sessionId": "60dZZFcS", "traceId": "FwVjEgZk", "userId": "BH87nwtL", "version": 6}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'QueryEventStreamHandler' test.out #- 31 GetEventSpecificUserV2Handler $PYTHON -m $MODULE 'eventlog-get-event-specific-user-v2-handler' \ - 'GnvZpQMO' \ + '0zd5iyOf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'GetEventSpecificUserV2Handler' test.out #- 32 GetPublicEditHistory $PYTHON -m $MODULE 'eventlog-get-public-edit-history' \ - 'vu9ZUtGE' \ + 'Y8NVWhjB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GetPublicEditHistory' test.out #- 33 GetUserEventsV2Public $PYTHON -m $MODULE 'eventlog-get-user-events-v2-public' \ - 'ibNFo4WI' \ + 'aatdE3E6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'GetUserEventsV2Public' test.out diff --git a/samples/cli/tests/gametelemetry-cli-test.sh b/samples/cli/tests/gametelemetry-cli-test.sh index 4dc4d9bf9..255409890 100644 --- a/samples/cli/tests/gametelemetry-cli-test.sh +++ b/samples/cli/tests/gametelemetry-cli-test.sh @@ -31,9 +31,9 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END gametelemetry-get-namespaces-game-telemetry-v1-admin-namespaces-get --login_with_auth "Bearer foo" gametelemetry-get-events-game-telemetry-v1-admin-namespaces-namespace-events-get --login_with_auth "Bearer foo" -gametelemetry-protected-save-events-game-telemetry-v1-protected-events-post '[{"ClientTimestamp": "1979-01-04T00:00:00Z", "EventId": "gYSDPDHG", "EventName": "uuuAQS1z", "EventNamespace": "yGugFoQ2", "EventTimestamp": "1994-05-18T00:00:00Z", "Payload": {"Q5SqgQgV": {}, "wjLrBXyM": {}, "BGUSdvAc": {}}}, {"ClientTimestamp": "1993-12-18T00:00:00Z", "EventId": "HrNAtWM4", "EventName": "WQgZqQGG", "EventNamespace": "1Rn95gEl", "EventTimestamp": "1990-01-30T00:00:00Z", "Payload": {"ldjdtfx5": {}, "SO83HUPO": {}, "VuiNYqBU": {}}}, {"ClientTimestamp": "1999-08-19T00:00:00Z", "EventId": "2LH04JDO", "EventName": "3r9W8VNR", "EventNamespace": "5f967O1m", "EventTimestamp": "1977-07-13T00:00:00Z", "Payload": {"I7PiSk0T": {}, "K4bK39Ik": {}, "2iI5J5rN": {}}}]' --login_with_auth "Bearer foo" -gametelemetry-protected-get-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-get 'ZcCurFTC' --login_with_auth "Bearer foo" -gametelemetry-protected-update-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-playtime-put 'rHNCFF85' '4nuSCdVY' --login_with_auth "Bearer foo" +gametelemetry-protected-save-events-game-telemetry-v1-protected-events-post '[{"ClientTimestamp": "1975-05-28T00:00:00Z", "EventId": "w73Hzdkc", "EventName": "S1IDxylx", "EventNamespace": "TCbHw8kB", "EventTimestamp": "1994-11-29T00:00:00Z", "Payload": {"J1ZWIfJR": {}, "uOjSkrff": {}, "Ahnrn0bX": {}}}, {"ClientTimestamp": "1993-10-19T00:00:00Z", "EventId": "QgsoXF0T", "EventName": "yXgN5Awd", "EventNamespace": "PMVrHRG1", "EventTimestamp": "1987-01-20T00:00:00Z", "Payload": {"7YFRIpRF": {}, "1rr0li4G": {}, "LatEicuA": {}}}, {"ClientTimestamp": "1994-07-10T00:00:00Z", "EventId": "icYKMqAf", "EventName": "XgJd3Q56", "EventNamespace": "Vu5JH2aB", "EventTimestamp": "1992-02-29T00:00:00Z", "Payload": {"PIukzQFT": {}, "kUfqDQID": {}, "PRj1HZFS": {}}}]' --login_with_auth "Bearer foo" +gametelemetry-protected-get-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-get '1qTXt92A' --login_with_auth "Bearer foo" +gametelemetry-protected-update-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-playtime-put 'Xqd8bZhN' 'qGm7a7Ej' --login_with_auth "Bearer foo" exit() END @@ -76,22 +76,22 @@ eval_tap $? 3 'GetEventsGameTelemetryV1AdminNamespacesNamespaceEventsGet' test.o #- 4 ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost $PYTHON -m $MODULE 'gametelemetry-protected-save-events-game-telemetry-v1-protected-events-post' \ - '[{"ClientTimestamp": "1979-08-16T00:00:00Z", "EventId": "U2SDKQO4", "EventName": "UNwqZojW", "EventNamespace": "fVO3K98i", "EventTimestamp": "1999-08-13T00:00:00Z", "Payload": {"CU5LC7uj": {}, "qzQwIWpb": {}, "CJkwKrPj": {}}}, {"ClientTimestamp": "1972-06-01T00:00:00Z", "EventId": "xg7MdScc", "EventName": "dX5qmmcl", "EventNamespace": "AKuRLUdy", "EventTimestamp": "1984-03-27T00:00:00Z", "Payload": {"4k2VXwBl": {}, "mnlGu2CK": {}, "ga5XgU1O": {}}}, {"ClientTimestamp": "1979-09-28T00:00:00Z", "EventId": "ipUgr2SC", "EventName": "PG60e8Lf", "EventNamespace": "WgiyLh1P", "EventTimestamp": "1997-11-21T00:00:00Z", "Payload": {"YTHk9P24": {}, "bQY8zUfN": {}, "EirlcY16": {}}}]' \ + '[{"ClientTimestamp": "1978-09-10T00:00:00Z", "EventId": "xnghA4AZ", "EventName": "lL4ZbYSk", "EventNamespace": "2ason3Zn", "EventTimestamp": "1983-12-16T00:00:00Z", "Payload": {"2zuKoqsS": {}, "PuWF1UfB": {}, "WGtfJd3p": {}}}, {"ClientTimestamp": "1986-11-13T00:00:00Z", "EventId": "MeYnlN5K", "EventName": "NGHDL4M8", "EventNamespace": "NVIOl0Gt", "EventTimestamp": "1999-03-28T00:00:00Z", "Payload": {"WSNcpe16": {}, "t998uH3R": {}, "B1FFX0ot": {}}}, {"ClientTimestamp": "1990-04-07T00:00:00Z", "EventId": "IfdkQ7E1", "EventName": "CzkMyAaY", "EventNamespace": "JSGtlMCf", "EventTimestamp": "1986-10-08T00:00:00Z", "Payload": {"cy59KrS5": {}, "iXp6Zr6a": {}, "JKRwciiP": {}}}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost' test.out #- 5 ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimeGet $PYTHON -m $MODULE 'gametelemetry-protected-get-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-get' \ - 'hSUpUx9A' \ + '4JDpiY2v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimeGet' test.out #- 6 ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimePlaytimePut $PYTHON -m $MODULE 'gametelemetry-protected-update-playtime-game-telemetry-v1-protected-steam-ids-steam-id-playtime-playtime-put' \ - '8ixfVAOB' \ - 'BBoOxTA0' \ + 'Ao8yc6rW' \ + 'GW48Ttcq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimePlaytimePut' test.out diff --git a/samples/cli/tests/gdpr-cli-test.sh b/samples/cli/tests/gdpr-cli-test.sh index 6b56e1e4c..6135b5302 100644 --- a/samples/cli/tests/gdpr-cli-test.sh +++ b/samples/cli/tests/gdpr-cli-test.sh @@ -31,28 +31,28 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END gdpr-admin-get-list-deletion-data-request --login_with_auth "Bearer foo" gdpr-get-admin-email-configuration --login_with_auth "Bearer foo" -gdpr-update-admin-email-configuration '["GqvdQHfC", "9J2fundz", "yEbOyX2C"]' --login_with_auth "Bearer foo" -gdpr-save-admin-email-configuration '["vZMpTEGp", "a8DLYEDz", "8llAviju"]' --login_with_auth "Bearer foo" -gdpr-delete-admin-email-configuration '["fUvUAz13", "GIQUhEYB", "eVZqdDjC"]' --login_with_auth "Bearer foo" +gdpr-update-admin-email-configuration '["IobDaa7k", "Q9whtCrC", "Lhv7RcpJ"]' --login_with_auth "Bearer foo" +gdpr-save-admin-email-configuration '["70we0Smq", "jSFEhImm", "75VAFB0L"]' --login_with_auth "Bearer foo" +gdpr-delete-admin-email-configuration '["dKhRIFgB", "xuP22rMP", "RSp2DCfP"]' --login_with_auth "Bearer foo" gdpr-admin-get-list-personal-data-request --login_with_auth "Bearer foo" gdpr-admin-get-services-configuration --login_with_auth "Bearer foo" -gdpr-admin-update-services-configuration '{"services": [{"extendConfig": {"appName": "EmwuK0NE", "namespace": "lh8ilYj3"}, "id": "PuoNKVE0", "serviceConfig": {"protocol": "GRPC", "url": "PqURQZtI"}, "type": "EXTEND"}, {"extendConfig": {"appName": "Ys8fp2Bs", "namespace": "fere30aQ"}, "id": "j845kzKD", "serviceConfig": {"protocol": "GRPC", "url": "Bsr3EXaT"}, "type": "EXTEND"}, {"extendConfig": {"appName": "P4DlOyOU", "namespace": "Q8hsCGWr"}, "id": "J7IN5EKg", "serviceConfig": {"protocol": "GRPC", "url": "iu1hADLe"}, "type": "EXTEND"}]}' --login_with_auth "Bearer foo" +gdpr-admin-update-services-configuration '{"services": [{"extendConfig": {"appName": "BEiu4BsB", "namespace": "6rP5HlH3"}, "id": "8BeZTpy7", "serviceConfig": {"protocol": "GRPC", "url": "visQtDwa"}, "type": "SERVICE"}, {"extendConfig": {"appName": "oz7lMDpX", "namespace": "v6Irhbb3"}, "id": "ASGf90II", "serviceConfig": {"protocol": "GRPC", "url": "PiZs9CVZ"}, "type": "EXTEND"}, {"extendConfig": {"appName": "2Z1D74d0", "namespace": "QCgQx1Ns"}, "id": "aBnhiFIL", "serviceConfig": {"protocol": "GRPC", "url": "xX7TwpCx"}, "type": "SERVICE"}]}' --login_with_auth "Bearer foo" gdpr-admin-reset-services-configuration --login_with_auth "Bearer foo" -gdpr-admin-get-user-account-deletion-request 'n31eIfA9' --login_with_auth "Bearer foo" -gdpr-admin-submit-user-account-deletion-request 'vlBczDOW' --login_with_auth "Bearer foo" -gdpr-admin-cancel-user-account-deletion-request '1waRaIWR' --login_with_auth "Bearer foo" -gdpr-admin-get-user-personal-data-requests 'OJf60jwK' --login_with_auth "Bearer foo" -gdpr-admin-request-data-retrieval 'zSxYlpl2' --login_with_auth "Bearer foo" -gdpr-admin-cancel-user-personal-data-request 'sjM0qlmj' 'BD8D5Ozq' --login_with_auth "Bearer foo" -gdpr-admin-generate-personal-data-url 'htkGTkg8' 'b5b2Lvn4' 'j5vrXi60' --login_with_auth "Bearer foo" -gdpr-public-submit-user-account-deletion-request '5m65ZN4d' 'aHIHUbHu' --login_with_auth "Bearer foo" -gdpr-public-cancel-user-account-deletion-request 'bU35SCWe' --login_with_auth "Bearer foo" -gdpr-public-get-user-account-deletion-status '1SkBbCv4' --login_with_auth "Bearer foo" -gdpr-public-get-user-personal-data-requests '4ry7bRuY' --login_with_auth "Bearer foo" -gdpr-public-request-data-retrieval '4J05WWBe' 'Fafr3bL5' --login_with_auth "Bearer foo" -gdpr-public-cancel-user-personal-data-request 'kkTAAMse' 'FDtX9G01' --login_with_auth "Bearer foo" -gdpr-public-generate-personal-data-url 'HrsK7AKP' 'aJVNJ2So' 'a9i1mlQR' --login_with_auth "Bearer foo" -gdpr-public-submit-my-account-deletion-request 'IfNOAsQq' '5qhSFAHh' --login_with_auth "Bearer foo" +gdpr-admin-get-user-account-deletion-request 'aUUyh0S7' --login_with_auth "Bearer foo" +gdpr-admin-submit-user-account-deletion-request 'MbbSZu5z' --login_with_auth "Bearer foo" +gdpr-admin-cancel-user-account-deletion-request 'wlwulQEl' --login_with_auth "Bearer foo" +gdpr-admin-get-user-personal-data-requests 'wdIUJ280' --login_with_auth "Bearer foo" +gdpr-admin-request-data-retrieval 'JM6NjU7O' --login_with_auth "Bearer foo" +gdpr-admin-cancel-user-personal-data-request '0FU1M7AY' 'iofnhiST' --login_with_auth "Bearer foo" +gdpr-admin-generate-personal-data-url 'r6ZSMJky' 's3XEfDSB' 'mBxnBfbZ' --login_with_auth "Bearer foo" +gdpr-public-submit-user-account-deletion-request 'K3MDB7OJ' 'M7L7coad' --login_with_auth "Bearer foo" +gdpr-public-cancel-user-account-deletion-request 'RoboUZOf' --login_with_auth "Bearer foo" +gdpr-public-get-user-account-deletion-status 'OYIjc8d2' --login_with_auth "Bearer foo" +gdpr-public-get-user-personal-data-requests 'w8jb9dHS' --login_with_auth "Bearer foo" +gdpr-public-request-data-retrieval 'heVrK7hv' 'w4IcmBSf' --login_with_auth "Bearer foo" +gdpr-public-cancel-user-personal-data-request 'rsgteCFk' 'Cq6I5Xta' --login_with_auth "Bearer foo" +gdpr-public-generate-personal-data-url '98Q1p0Dy' 'tL9Y3Zun' 'GpiqQX9L' --login_with_auth "Bearer foo" +gdpr-public-submit-my-account-deletion-request 'RJGZg0GQ' 'NZWQCpSr' --login_with_auth "Bearer foo" gdpr-public-cancel-my-account-deletion-request --login_with_auth "Bearer foo" gdpr-public-get-my-account-deletion-status --login_with_auth "Bearer foo" exit() @@ -97,21 +97,21 @@ eval_tap $? 3 'GetAdminEmailConfiguration' test.out #- 4 UpdateAdminEmailConfiguration $PYTHON -m $MODULE 'gdpr-update-admin-email-configuration' \ - '["TQnhqL4M", "RECvDIDf", "Feep9L13"]' \ + '["RkVslajH", "kIci4JTn", "QXShhz3t"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'UpdateAdminEmailConfiguration' test.out #- 5 SaveAdminEmailConfiguration $PYTHON -m $MODULE 'gdpr-save-admin-email-configuration' \ - '["asqYHoqR", "Z6xdur59", "0MY53ZEd"]' \ + '["qzKmjMfi", "otIlEvFn", "dztSAGNW"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'SaveAdminEmailConfiguration' test.out #- 6 DeleteAdminEmailConfiguration $PYTHON -m $MODULE 'gdpr-delete-admin-email-configuration' \ - '["DbuSS8Ek", "GcZdiPIS", "DDETcbbk"]' \ + '["6UEzvGGN", "F0QqJBZA", "K7iUWZb1"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'DeleteAdminEmailConfiguration' test.out @@ -130,7 +130,7 @@ eval_tap $? 8 'AdminGetServicesConfiguration' test.out #- 9 AdminUpdateServicesConfiguration $PYTHON -m $MODULE 'gdpr-admin-update-services-configuration' \ - '{"services": [{"extendConfig": {"appName": "5glTHEg6", "namespace": "QQ3R9P9H"}, "id": "ZOiDjPr4", "serviceConfig": {"protocol": "GRPC", "url": "fGS2ZGCs"}, "type": "SERVICE"}, {"extendConfig": {"appName": "hiofyAvT", "namespace": "dapFTxrM"}, "id": "39KN1iRo", "serviceConfig": {"protocol": "GRPC", "url": "KCIjUKGk"}, "type": "SERVICE"}, {"extendConfig": {"appName": "pURkFE4U", "namespace": "Z8PgLDOJ"}, "id": "f7JT1gh5", "serviceConfig": {"protocol": "GRPC", "url": "QCj4pxf6"}, "type": "EXTEND"}]}' \ + '{"services": [{"extendConfig": {"appName": "IizlVCPx", "namespace": "IuGrln5Z"}, "id": "bMMT8fGL", "serviceConfig": {"protocol": "GRPC", "url": "Vok7Zxi6"}, "type": "SERVICE"}, {"extendConfig": {"appName": "dwKiDWW0", "namespace": "7CcfiSQ9"}, "id": "dQx6O3KZ", "serviceConfig": {"protocol": "GRPC", "url": "WAhGhxgZ"}, "type": "EXTEND"}, {"extendConfig": {"appName": "gknOseqQ", "namespace": "vUyxnBb9"}, "id": "POK1DnkW", "serviceConfig": {"protocol": "GRPC", "url": "Rig6WPFp"}, "type": "SERVICE"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminUpdateServicesConfiguration' test.out @@ -143,114 +143,114 @@ eval_tap $? 10 'AdminResetServicesConfiguration' test.out #- 11 AdminGetUserAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-admin-get-user-account-deletion-request' \ - 'fwgWykcp' \ + 'mWop7aZ0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminGetUserAccountDeletionRequest' test.out #- 12 AdminSubmitUserAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-admin-submit-user-account-deletion-request' \ - 'gWBP2f1v' \ + 'Jw7bI4He' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'AdminSubmitUserAccountDeletionRequest' test.out #- 13 AdminCancelUserAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-admin-cancel-user-account-deletion-request' \ - 'xT5O5cRy' \ + 'u51nnFlF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'AdminCancelUserAccountDeletionRequest' test.out #- 14 AdminGetUserPersonalDataRequests $PYTHON -m $MODULE 'gdpr-admin-get-user-personal-data-requests' \ - 'cSqO8Ujl' \ + 'DdZWwUtM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminGetUserPersonalDataRequests' test.out #- 15 AdminRequestDataRetrieval $PYTHON -m $MODULE 'gdpr-admin-request-data-retrieval' \ - '4latYsUf' \ + 'pVIeusFy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'AdminRequestDataRetrieval' test.out #- 16 AdminCancelUserPersonalDataRequest $PYTHON -m $MODULE 'gdpr-admin-cancel-user-personal-data-request' \ - 'Pbsz2WGE' \ - 'oD5a3wnp' \ + 'IyhkhWkw' \ + 'Xcylcg0p' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminCancelUserPersonalDataRequest' test.out #- 17 AdminGeneratePersonalDataURL $PYTHON -m $MODULE 'gdpr-admin-generate-personal-data-url' \ - '2MgOaZCx' \ - 'WovJStMI' \ - 'DWjfavuV' \ + 'oFoBNxzH' \ + 'bQvwYiB0' \ + 'FxiDQ2tH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminGeneratePersonalDataURL' test.out #- 18 PublicSubmitUserAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-public-submit-user-account-deletion-request' \ - 'VBBOuob0' \ - '0x7gLvRP' \ + 'ThPyxhuV' \ + '2QBTsFgj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'PublicSubmitUserAccountDeletionRequest' test.out #- 19 PublicCancelUserAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-public-cancel-user-account-deletion-request' \ - '8Cd8TqC2' \ + 'pXZSoc7J' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'PublicCancelUserAccountDeletionRequest' test.out #- 20 PublicGetUserAccountDeletionStatus $PYTHON -m $MODULE 'gdpr-public-get-user-account-deletion-status' \ - 'AmBpYuOr' \ + 'IZvE0ofB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'PublicGetUserAccountDeletionStatus' test.out #- 21 PublicGetUserPersonalDataRequests $PYTHON -m $MODULE 'gdpr-public-get-user-personal-data-requests' \ - 'RFNecbkN' \ + 'TGzwkHVX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'PublicGetUserPersonalDataRequests' test.out #- 22 PublicRequestDataRetrieval $PYTHON -m $MODULE 'gdpr-public-request-data-retrieval' \ - 'nD2sAqJh' \ - '3Xjzvhw9' \ + 'TjkQv0c9' \ + '2VAiTh3v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'PublicRequestDataRetrieval' test.out #- 23 PublicCancelUserPersonalDataRequest $PYTHON -m $MODULE 'gdpr-public-cancel-user-personal-data-request' \ - 'vLJ7YSiP' \ - '8JBJtzfQ' \ + 'DthxyHF1' \ + 'c76DoJ1Q' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'PublicCancelUserPersonalDataRequest' test.out #- 24 PublicGeneratePersonalDataURL $PYTHON -m $MODULE 'gdpr-public-generate-personal-data-url' \ - 'mukPkEtd' \ - 'syTiquvm' \ - 'Uf3SRAuP' \ + 'vSDY0gPo' \ + '216H71Yz' \ + 'fkxIWXU8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'PublicGeneratePersonalDataURL' test.out #- 25 PublicSubmitMyAccountDeletionRequest $PYTHON -m $MODULE 'gdpr-public-submit-my-account-deletion-request' \ - 'ZcHoDdiS' \ - 'QXTkKStN' \ + 'TejrefMb' \ + 'N2FQIM08' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'PublicSubmitMyAccountDeletionRequest' test.out diff --git a/samples/cli/tests/group-cli-test.sh b/samples/cli/tests/group-cli-test.sh index e3b07d49b..d4967e0d8 100644 --- a/samples/cli/tests/group-cli-test.sh +++ b/samples/cli/tests/group-cli-test.sh @@ -30,78 +30,78 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END group-list-group-configuration-admin-v1 --login_with_auth "Bearer foo" -group-create-group-configuration-admin-v1 '{"allowMultiple": false, "configurationCode": "Sqxz7IjT", "description": "D7Z2c836", "globalRules": [{"allowedAction": "aiDxlIu8", "ruleDetail": [{"ruleAttribute": "HXicgQe5", "ruleCriteria": "MINIMUM", "ruleValue": 0.45845922184501997}, {"ruleAttribute": "Cq79foJS", "ruleCriteria": "EQUAL", "ruleValue": 0.16845348848095487}, {"ruleAttribute": "knWgZOEz", "ruleCriteria": "MAXIMUM", "ruleValue": 0.022633940236668426}]}, {"allowedAction": "4b7u3dGb", "ruleDetail": [{"ruleAttribute": "b2vpNeEY", "ruleCriteria": "EQUAL", "ruleValue": 0.9887754325738443}, {"ruleAttribute": "Sqg7uU3d", "ruleCriteria": "EQUAL", "ruleValue": 0.8486959792249409}, {"ruleAttribute": "4ItQrZ8o", "ruleCriteria": "MAXIMUM", "ruleValue": 0.32448672263659073}]}, {"allowedAction": "pHeiSGli", "ruleDetail": [{"ruleAttribute": "tXnwo9GU", "ruleCriteria": "MINIMUM", "ruleValue": 0.5255924648121573}, {"ruleAttribute": "UVoUO6D7", "ruleCriteria": "MINIMUM", "ruleValue": 0.10610036785100019}, {"ruleAttribute": "NldTYREc", "ruleCriteria": "MINIMUM", "ruleValue": 0.8290330496494344}]}], "groupAdminRoleId": "ZZI35vRd", "groupMaxMember": 16, "groupMemberRoleId": "FBCMLDuD", "name": "lNg7w7vy"}' --login_with_auth "Bearer foo" +group-create-group-configuration-admin-v1 '{"allowMultiple": true, "configurationCode": "RjKRWHky", "description": "TyFRp3ia", "globalRules": [{"allowedAction": "i5O5fDXl", "ruleDetail": [{"ruleAttribute": "dsC2lutE", "ruleCriteria": "EQUAL", "ruleValue": 0.8189510685987698}, {"ruleAttribute": "yvgCHHm5", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9004431393411899}, {"ruleAttribute": "ensCVnyq", "ruleCriteria": "MAXIMUM", "ruleValue": 0.4311144458155717}]}, {"allowedAction": "tOhCWqW5", "ruleDetail": [{"ruleAttribute": "oMfVU75l", "ruleCriteria": "EQUAL", "ruleValue": 0.24009978854953617}, {"ruleAttribute": "uQZZ7TJY", "ruleCriteria": "MAXIMUM", "ruleValue": 0.2204282617083977}, {"ruleAttribute": "sSUm8cfJ", "ruleCriteria": "MAXIMUM", "ruleValue": 0.19458108917533523}]}, {"allowedAction": "jRR5bVGn", "ruleDetail": [{"ruleAttribute": "MC0vMUxM", "ruleCriteria": "MINIMUM", "ruleValue": 0.2376204099125011}, {"ruleAttribute": "UKJ46Ebe", "ruleCriteria": "MINIMUM", "ruleValue": 0.9165969753383044}, {"ruleAttribute": "rcDuafSO", "ruleCriteria": "MAXIMUM", "ruleValue": 0.30530865991543377}]}], "groupAdminRoleId": "6raywwwa", "groupMaxMember": 46, "groupMemberRoleId": "WaICansT", "name": "hYWJuLfC"}' --login_with_auth "Bearer foo" group-initiate-group-configuration-admin-v1 --login_with_auth "Bearer foo" -group-get-group-configuration-admin-v1 'YIo4alT0' --login_with_auth "Bearer foo" -group-delete-group-configuration-v1 '4NUAckpo' --login_with_auth "Bearer foo" -group-update-group-configuration-admin-v1 '{"description": "IiR1NR5M", "groupMaxMember": 7, "name": "oQn3GNzb"}' 'hcl0Ew1Y' --login_with_auth "Bearer foo" -group-update-group-configuration-global-rule-admin-v1 '{"ruleDetail": [{"ruleAttribute": "KZTRtVpm", "ruleCriteria": "MINIMUM", "ruleValue": 0.0890399467723555}, {"ruleAttribute": "iW0iO58A", "ruleCriteria": "MAXIMUM", "ruleValue": 0.43937714374510217}, {"ruleAttribute": "41sPDL4T", "ruleCriteria": "MINIMUM", "ruleValue": 0.3399839426447804}]}' 'mpdMse8i' 'k1x0tIWF' --login_with_auth "Bearer foo" -group-delete-group-configuration-global-rule-admin-v1 'emaR8cAM' 'lUSUkvsj' --login_with_auth "Bearer foo" +group-get-group-configuration-admin-v1 'rIrfQBcE' --login_with_auth "Bearer foo" +group-delete-group-configuration-v1 'tkrOdcFo' --login_with_auth "Bearer foo" +group-update-group-configuration-admin-v1 '{"description": "YguTzU92", "groupMaxMember": 74, "name": "0JzY22mP"}' 'aXXq8pqE' --login_with_auth "Bearer foo" +group-update-group-configuration-global-rule-admin-v1 '{"ruleDetail": [{"ruleAttribute": "tZ2125jp", "ruleCriteria": "MAXIMUM", "ruleValue": 0.11173102287947156}, {"ruleAttribute": "JcSuMTWd", "ruleCriteria": "MINIMUM", "ruleValue": 0.2359531925659527}, {"ruleAttribute": "RAaS0Cbi", "ruleCriteria": "EQUAL", "ruleValue": 0.5654224167137633}]}' 'pp07fjm7' 'pmMXqIEN' --login_with_auth "Bearer foo" +group-delete-group-configuration-global-rule-admin-v1 'sGtByOR7' 'whyRpihH' --login_with_auth "Bearer foo" group-get-group-list-admin-v1 --login_with_auth "Bearer foo" -group-get-single-group-admin-v1 'do9evWRK' --login_with_auth "Bearer foo" -group-delete-group-admin-v1 'i18Fjhvc' --login_with_auth "Bearer foo" -group-get-group-members-list-admin-v1 'dxRu6eOJ' --login_with_auth "Bearer foo" +group-get-single-group-admin-v1 'zI6sPdsx' --login_with_auth "Bearer foo" +group-delete-group-admin-v1 'J3yQuroL' --login_with_auth "Bearer foo" +group-get-group-members-list-admin-v1 'Z128G246' --login_with_auth "Bearer foo" group-get-member-roles-list-admin-v1 --login_with_auth "Bearer foo" -group-create-member-role-admin-v1 '{"memberRoleName": "YXi0GVPj", "memberRolePermissions": [{"action": 39, "resourceName": "awTgOV4j"}, {"action": 99, "resourceName": "wOZqYbQf"}, {"action": 36, "resourceName": "u662Rv7T"}]}' --login_with_auth "Bearer foo" -group-get-single-member-role-admin-v1 'eGHWOm9t' --login_with_auth "Bearer foo" -group-delete-member-role-admin-v1 'LZxwFeXf' --login_with_auth "Bearer foo" -group-update-member-role-admin-v1 '{"memberRoleName": "GxradpCb"}' 'x8EvdKCL' --login_with_auth "Bearer foo" -group-update-member-role-permission-admin-v1 '{"memberRolePermissions": [{"action": 70, "resourceName": "gKk6s0gf"}, {"action": 14, "resourceName": "GWPXNvYd"}, {"action": 54, "resourceName": "v5lJwlwI"}]}' 'W6sTsiVz' --login_with_auth "Bearer foo" +group-create-member-role-admin-v1 '{"memberRoleName": "6UKifPdt", "memberRolePermissions": [{"action": 51, "resourceName": "u4hcKUJY"}, {"action": 69, "resourceName": "U841PDmp"}, {"action": 60, "resourceName": "mbua4jvh"}]}' --login_with_auth "Bearer foo" +group-get-single-member-role-admin-v1 'rOT2s8iz' --login_with_auth "Bearer foo" +group-delete-member-role-admin-v1 '55ukhRJH' --login_with_auth "Bearer foo" +group-update-member-role-admin-v1 '{"memberRoleName": "lnN3hFQV"}' 'bFvWfcWd' --login_with_auth "Bearer foo" +group-update-member-role-permission-admin-v1 '{"memberRolePermissions": [{"action": 62, "resourceName": "5rHRViZd"}, {"action": 95, "resourceName": "YbscSakg"}, {"action": 10, "resourceName": "QTTWArgw"}]}' 'XiZxLGVb' --login_with_auth "Bearer foo" group-get-group-list-public-v1 --login_with_auth "Bearer foo" -group-create-new-group-public-v1 '{"configurationCode": "paZG5AXy", "customAttributes": {"H2qRO6e9": {}, "p5DZU7K8": {}, "1YLYVcJG": {}}, "groupDescription": "yN9XcWGw", "groupIcon": "RcGlGum3", "groupMaxMember": 36, "groupName": "8Maa5Dev", "groupRegion": "EfnmAlf5", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "BIqqTAK7", "ruleDetail": [{"ruleAttribute": "MMCsaiWG", "ruleCriteria": "MINIMUM", "ruleValue": 0.8303299045654852}, {"ruleAttribute": "KXyUCh9H", "ruleCriteria": "MINIMUM", "ruleValue": 0.3207948357148017}, {"ruleAttribute": "TeTKC3YW", "ruleCriteria": "EQUAL", "ruleValue": 0.5907129390694179}]}, {"allowedAction": "RyNrWXZq", "ruleDetail": [{"ruleAttribute": "A2UFI1lj", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9762704720388616}, {"ruleAttribute": "yj12HhPQ", "ruleCriteria": "MAXIMUM", "ruleValue": 0.7262024415436061}, {"ruleAttribute": "Hapf0gTG", "ruleCriteria": "EQUAL", "ruleValue": 0.13580657630470172}]}, {"allowedAction": "HZpqZ2Ne", "ruleDetail": [{"ruleAttribute": "NEpRVAli", "ruleCriteria": "EQUAL", "ruleValue": 0.36614237446796527}, {"ruleAttribute": "oQeX8mc1", "ruleCriteria": "MAXIMUM", "ruleValue": 0.24232285044376933}, {"ruleAttribute": "Snk0wuCB", "ruleCriteria": "MINIMUM", "ruleValue": 0.07146233292550674}]}]}, "groupType": "PRIVATE"}' --login_with_auth "Bearer foo" -group-get-single-group-public-v1 '2Nq3Y1cK' --login_with_auth "Bearer foo" -group-update-single-group-v1 '{"customAttributes": {}, "groupDescription": "3KSF02Nl", "groupIcon": "C1AJj268", "groupName": "xIj6f6lR", "groupRegion": "19CPP9e6", "groupType": "PRIVATE"}' 'ENf7ZqlY' --login_with_auth "Bearer foo" -group-delete-group-public-v1 'gBfMoynq' --login_with_auth "Bearer foo" -group-update-patch-single-group-public-v1 '{"customAttributes": {}, "groupDescription": "9HiXOjIy", "groupIcon": "WFWlsEaj", "groupName": "c7pRUGal", "groupRegion": "Mvs2XMMc", "groupType": "OPEN"}' 'um6UKABW' --login_with_auth "Bearer foo" -group-update-group-custom-attributes-public-v1 '{"customAttributes": {"F5O6tlsa": {}, "ic9Lw2Zv": {}, "OErmTHPh": {}}}' 'lXmgqzkl' --login_with_auth "Bearer foo" -group-accept-group-invitation-public-v1 'DDKwLorl' --login_with_auth "Bearer foo" -group-reject-group-invitation-public-v1 'iPP1Etzu' --login_with_auth "Bearer foo" -group-join-group-v1 'KYBfpz1A' --login_with_auth "Bearer foo" -group-cancel-group-join-request-v1 'VqImHrwN' --login_with_auth "Bearer foo" -group-get-group-join-request-public-v1 'L15OWI7u' --login_with_auth "Bearer foo" -group-get-group-members-list-public-v1 'K7CzYjVS' --login_with_auth "Bearer foo" -group-update-group-custom-rule-public-v1 '{"groupCustomRule": {"roHICWTz": {}, "kQaVD6ll": {}, "899P8cgy": {}}}' 'QfziAXjA' --login_with_auth "Bearer foo" -group-update-group-predefined-rule-public-v1 '{"ruleDetail": [{"ruleAttribute": "Rn3vAuxK", "ruleCriteria": "MAXIMUM", "ruleValue": 0.1791943208979847}, {"ruleAttribute": "yXIZio3q", "ruleCriteria": "MINIMUM", "ruleValue": 0.9026445428002744}, {"ruleAttribute": "ydvBeXuR", "ruleCriteria": "EQUAL", "ruleValue": 0.012621817774048805}]}' 'auEj7YkG' 'YmSiXbXa' --login_with_auth "Bearer foo" -group-delete-group-predefined-rule-public-v1 'gbZ0Njcs' 'z1Oi1Sy6' --login_with_auth "Bearer foo" +group-create-new-group-public-v1 '{"configurationCode": "tuKMvCFu", "customAttributes": {"gPCliQVO": {}, "TzV2ZTSA": {}, "XoesNU4S": {}}, "groupDescription": "6rSupXx4", "groupIcon": "od03lI9O", "groupMaxMember": 84, "groupName": "iujiswkK", "groupRegion": "c7r99fYp", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "B83BZtHx", "ruleDetail": [{"ruleAttribute": "QivNxmrX", "ruleCriteria": "MAXIMUM", "ruleValue": 0.2765161765173224}, {"ruleAttribute": "4fxeMGSm", "ruleCriteria": "EQUAL", "ruleValue": 0.18587467896015775}, {"ruleAttribute": "gQ8LJAMi", "ruleCriteria": "EQUAL", "ruleValue": 0.8796082452382245}]}, {"allowedAction": "E1t8zewU", "ruleDetail": [{"ruleAttribute": "Jzv9Evy4", "ruleCriteria": "EQUAL", "ruleValue": 0.5094641327825314}, {"ruleAttribute": "CdmwjgHH", "ruleCriteria": "EQUAL", "ruleValue": 0.9280042319056239}, {"ruleAttribute": "1753M9SC", "ruleCriteria": "MAXIMUM", "ruleValue": 0.27626192617858536}]}, {"allowedAction": "pz97dTlh", "ruleDetail": [{"ruleAttribute": "LKYmyqI7", "ruleCriteria": "MAXIMUM", "ruleValue": 0.5999772043454251}, {"ruleAttribute": "Vqf7tPHW", "ruleCriteria": "MAXIMUM", "ruleValue": 0.6966891641926223}, {"ruleAttribute": "BDreQs3P", "ruleCriteria": "MAXIMUM", "ruleValue": 0.27229411228761913}]}]}, "groupType": "PUBLIC"}' --login_with_auth "Bearer foo" +group-get-single-group-public-v1 'k7JYu9QG' --login_with_auth "Bearer foo" +group-update-single-group-v1 '{"customAttributes": {}, "groupDescription": "REY4VKdI", "groupIcon": "FrskqWpH", "groupName": "bmnNgOo9", "groupRegion": "MIe20JLY", "groupType": "PRIVATE"}' 'Rvnqq09T' --login_with_auth "Bearer foo" +group-delete-group-public-v1 'b1Iht2Zu' --login_with_auth "Bearer foo" +group-update-patch-single-group-public-v1 '{"customAttributes": {}, "groupDescription": "t8jJMPIw", "groupIcon": "8kG4FejE", "groupName": "eLqS8GdS", "groupRegion": "dc0IPDtN", "groupType": "OPEN"}' 'Ei6mxlf2' --login_with_auth "Bearer foo" +group-update-group-custom-attributes-public-v1 '{"customAttributes": {"SPMrHuQI": {}, "zEq9ujkn": {}, "8IGLPqLt": {}}}' 'm3fxjdY2' --login_with_auth "Bearer foo" +group-accept-group-invitation-public-v1 'KLtkXbMg' --login_with_auth "Bearer foo" +group-reject-group-invitation-public-v1 'XjkVf9g8' --login_with_auth "Bearer foo" +group-join-group-v1 'zv6f1E8e' --login_with_auth "Bearer foo" +group-cancel-group-join-request-v1 'XzztyjhX' --login_with_auth "Bearer foo" +group-get-group-join-request-public-v1 'Ux8scIBN' --login_with_auth "Bearer foo" +group-get-group-members-list-public-v1 'eG4CGthj' --login_with_auth "Bearer foo" +group-update-group-custom-rule-public-v1 '{"groupCustomRule": {"c9Q8NlY7": {}, "DalTnSA3": {}, "Nj6XkCSJ": {}}}' 'lC26oeta' --login_with_auth "Bearer foo" +group-update-group-predefined-rule-public-v1 '{"ruleDetail": [{"ruleAttribute": "gapLK6sl", "ruleCriteria": "EQUAL", "ruleValue": 0.8117791680509515}, {"ruleAttribute": "nAhN2m6W", "ruleCriteria": "MAXIMUM", "ruleValue": 0.17724412271076595}, {"ruleAttribute": "Pi7a0sr6", "ruleCriteria": "EQUAL", "ruleValue": 0.9430170785726234}]}' 'KQcS03M7' '6JwL1C8w' --login_with_auth "Bearer foo" +group-delete-group-predefined-rule-public-v1 '8O5xwBhw' 'POzEFB9W' --login_with_auth "Bearer foo" group-leave-group-public-v1 --login_with_auth "Bearer foo" group-get-member-roles-list-public-v1 --login_with_auth "Bearer foo" -group-update-member-role-public-v1 '{"userId": "phitpHYS"}' '8EAmA2gP' --login_with_auth "Bearer foo" -group-delete-member-role-public-v1 '{"userId": "TrpU5zYS"}' '1ggZcdEM' --login_with_auth "Bearer foo" +group-update-member-role-public-v1 '{"userId": "p6ZZJYgt"}' 'WHrS2tGx' --login_with_auth "Bearer foo" +group-delete-member-role-public-v1 '{"userId": "sVvsShxH"}' 'Do0sqVXS' --login_with_auth "Bearer foo" group-get-group-invitation-request-public-v1 --login_with_auth "Bearer foo" -group-get-user-group-information-public-v1 'uFRBE6cX' --login_with_auth "Bearer foo" -group-invite-group-public-v1 '47Fo59PF' --login_with_auth "Bearer foo" -group-accept-group-join-request-public-v1 'kBdL3SAd' --login_with_auth "Bearer foo" -group-reject-group-join-request-public-v1 'jRMKJpak' --login_with_auth "Bearer foo" -group-kick-group-member-public-v1 'cGbLJJZJ' --login_with_auth "Bearer foo" -group-get-list-group-by-i-ds-admin-v2 '{"groupIDs": ["ocABPuKg", "IjGlmGKl", "QwD1UoTE"]}' --login_with_auth "Bearer foo" -group-get-user-joined-group-information-public-v2 '9RA9LFuX' --login_with_auth "Bearer foo" -group-admin-get-user-group-status-information-v2 '2b9evsOT' 'iRb1fz9K' --login_with_auth "Bearer foo" -group-create-new-group-public-v2 '{"configurationCode": "TVo0uunV", "customAttributes": {"4uInMuAb": {}, "oW6nppoS": {}, "V1NGF40V": {}}, "groupDescription": "2IOKDFQ0", "groupIcon": "cRtURZ2y", "groupMaxMember": 21, "groupName": "NjAoC4Si", "groupRegion": "w7LeKFjr", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "M5MQgeDg", "ruleDetail": [{"ruleAttribute": "ilRRscXZ", "ruleCriteria": "EQUAL", "ruleValue": 0.2783344263231352}, {"ruleAttribute": "z8ujn1CD", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9887978501493343}, {"ruleAttribute": "xcdzEY2q", "ruleCriteria": "MINIMUM", "ruleValue": 0.09547911132289644}]}, {"allowedAction": "BSXOzzP9", "ruleDetail": [{"ruleAttribute": "unsLPHBn", "ruleCriteria": "EQUAL", "ruleValue": 0.8198176684873592}, {"ruleAttribute": "Bc4SesOu", "ruleCriteria": "MINIMUM", "ruleValue": 0.5603200526602442}, {"ruleAttribute": "yrgJiIZm", "ruleCriteria": "EQUAL", "ruleValue": 0.8837112346722139}]}, {"allowedAction": "jC1syFk8", "ruleDetail": [{"ruleAttribute": "eIgmBZP3", "ruleCriteria": "EQUAL", "ruleValue": 0.8364202524210228}, {"ruleAttribute": "cQ32IgAU", "ruleCriteria": "MAXIMUM", "ruleValue": 0.5988305214999187}, {"ruleAttribute": "EPKwUY6B", "ruleCriteria": "MINIMUM", "ruleValue": 0.8671456630412949}]}]}, "groupType": "PRIVATE"}' --login_with_auth "Bearer foo" -group-get-list-group-by-i-ds-v2 '{"groupIDs": ["EcclyJj9", "5TTtF9Pb", "kMj5dazw"]}' --login_with_auth "Bearer foo" -group-update-put-single-group-public-v2 '{"customAttributes": {}, "groupDescription": "5pPtrVBz", "groupIcon": "eH7MGoPB", "groupName": "gaa38CV6", "groupRegion": "dJYCWnx5", "groupType": "OPEN"}' 'iTar9i9Q' --login_with_auth "Bearer foo" -group-delete-group-public-v2 'cDWx0T95' --login_with_auth "Bearer foo" -group-update-patch-single-group-public-v2 '{"customAttributes": {}, "groupDescription": "IFMcazm0", "groupIcon": "Bfbm9kIL", "groupName": "2a2OXEGx", "groupRegion": "Ye5mZMxQ", "groupType": "OPEN"}' 'z8Ll8C1C' --login_with_auth "Bearer foo" -group-update-group-custom-attributes-public-v2 '{"customAttributes": {"o5WPsGhW": {}, "FOnvmqpI": {}, "qx2H1dAa": {}}}' 'lxniTSXk' --login_with_auth "Bearer foo" -group-accept-group-invitation-public-v2 'OryY68Ic' --login_with_auth "Bearer foo" -group-reject-group-invitation-public-v2 'C3DzpG3K' --login_with_auth "Bearer foo" -group-get-group-invite-request-public-v2 '3yWAhqVr' --login_with_auth "Bearer foo" -group-join-group-v2 'nuMrbPe0' --login_with_auth "Bearer foo" -group-get-group-join-request-public-v2 'CAhCnxcv' --login_with_auth "Bearer foo" -group-leave-group-public-v2 'OIqh2Kfz' --login_with_auth "Bearer foo" -group-update-group-custom-rule-public-v2 '{"groupCustomRule": {"rNetenio": {}, "yuB7fe1H": {}, "UOOXfYDO": {}}}' 'Syspnx04' --login_with_auth "Bearer foo" -group-update-group-predefined-rule-public-v2 '{"ruleDetail": [{"ruleAttribute": "2LcNZ4de", "ruleCriteria": "MAXIMUM", "ruleValue": 0.6275679847864158}, {"ruleAttribute": "c1H8chOX", "ruleCriteria": "MINIMUM", "ruleValue": 0.6947961763574919}, {"ruleAttribute": "xe9Pmdbt", "ruleCriteria": "MINIMUM", "ruleValue": 0.09873402771631978}]}' '6dtr4t3H' 'Bv03gtpm' --login_with_auth "Bearer foo" -group-delete-group-predefined-rule-public-v2 'xMiaE9J9' '9Nq2Zftw' --login_with_auth "Bearer foo" +group-get-user-group-information-public-v1 'Uv6pPii4' --login_with_auth "Bearer foo" +group-invite-group-public-v1 'MgAsN3Cl' --login_with_auth "Bearer foo" +group-accept-group-join-request-public-v1 'xoEuo5TO' --login_with_auth "Bearer foo" +group-reject-group-join-request-public-v1 'phMXbu4I' --login_with_auth "Bearer foo" +group-kick-group-member-public-v1 'JqROo2Ed' --login_with_auth "Bearer foo" +group-get-list-group-by-i-ds-admin-v2 '{"groupIDs": ["iOvGrbzm", "YWjE4BeY", "3NAVnQCO"]}' --login_with_auth "Bearer foo" +group-get-user-joined-group-information-public-v2 'SNtMPtpd' --login_with_auth "Bearer foo" +group-admin-get-user-group-status-information-v2 'SjRSwQcw' 'LskFQQUv' --login_with_auth "Bearer foo" +group-create-new-group-public-v2 '{"configurationCode": "epKdM2Zm", "customAttributes": {"qFEzBOYT": {}, "ZL3Xm9Yp": {}, "hbktv14F": {}}, "groupDescription": "9DoNYrLs", "groupIcon": "07Q1N01K", "groupMaxMember": 76, "groupName": "8y5AeYxO", "groupRegion": "dxCM2mGc", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "EKRFkFlb", "ruleDetail": [{"ruleAttribute": "rImJQs2T", "ruleCriteria": "MAXIMUM", "ruleValue": 0.30099153379156707}, {"ruleAttribute": "UvZNzZIf", "ruleCriteria": "MINIMUM", "ruleValue": 0.20357236590809802}, {"ruleAttribute": "kDDGE6ob", "ruleCriteria": "MINIMUM", "ruleValue": 0.06702203001368723}]}, {"allowedAction": "IF5EKTGK", "ruleDetail": [{"ruleAttribute": "ulvfcDdF", "ruleCriteria": "MAXIMUM", "ruleValue": 0.8799721192947111}, {"ruleAttribute": "f3vl68cT", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9941130065128633}, {"ruleAttribute": "lM9mYJY5", "ruleCriteria": "MAXIMUM", "ruleValue": 0.607797935565883}]}, {"allowedAction": "jYARVfP8", "ruleDetail": [{"ruleAttribute": "gNh7jLwU", "ruleCriteria": "MAXIMUM", "ruleValue": 0.6075573719571692}, {"ruleAttribute": "PIhq4XHR", "ruleCriteria": "MINIMUM", "ruleValue": 0.7173620034658803}, {"ruleAttribute": "yIvgCObz", "ruleCriteria": "MINIMUM", "ruleValue": 0.8587432636171359}]}]}, "groupType": "PRIVATE"}' --login_with_auth "Bearer foo" +group-get-list-group-by-i-ds-v2 '{"groupIDs": ["TigiR67E", "7Z0APWDI", "FvFPdAPX"]}' --login_with_auth "Bearer foo" +group-update-put-single-group-public-v2 '{"customAttributes": {}, "groupDescription": "YMaXGjun", "groupIcon": "OzRyPThP", "groupName": "jVN7A60t", "groupRegion": "GIKbMS4s", "groupType": "PRIVATE"}' '9melDSN9' --login_with_auth "Bearer foo" +group-delete-group-public-v2 'AMbryBBf' --login_with_auth "Bearer foo" +group-update-patch-single-group-public-v2 '{"customAttributes": {}, "groupDescription": "4FS108NQ", "groupIcon": "NNU4N8HP", "groupName": "hgfg2Dx8", "groupRegion": "j5hQDGTT", "groupType": "PRIVATE"}' 'DjFsSCJ9' --login_with_auth "Bearer foo" +group-update-group-custom-attributes-public-v2 '{"customAttributes": {"zw6UK3sb": {}, "Upy3BYrj": {}, "KJXzhg29": {}}}' 'HZLRhqcG' --login_with_auth "Bearer foo" +group-accept-group-invitation-public-v2 'Bm1PBuwl' --login_with_auth "Bearer foo" +group-reject-group-invitation-public-v2 'VTQGl3Xg' --login_with_auth "Bearer foo" +group-get-group-invite-request-public-v2 'seRsdhuB' --login_with_auth "Bearer foo" +group-join-group-v2 '3yFrO4zt' --login_with_auth "Bearer foo" +group-get-group-join-request-public-v2 'mSwsW1Mt' --login_with_auth "Bearer foo" +group-leave-group-public-v2 'nFWyWln0' --login_with_auth "Bearer foo" +group-update-group-custom-rule-public-v2 '{"groupCustomRule": {"kUs57RXA": {}, "ovLlQtme": {}, "0rEUepXG": {}}}' '5jgAh5Eu' --login_with_auth "Bearer foo" +group-update-group-predefined-rule-public-v2 '{"ruleDetail": [{"ruleAttribute": "dGkXOrrW", "ruleCriteria": "MINIMUM", "ruleValue": 0.16599547901868816}, {"ruleAttribute": "VHGYSXKP", "ruleCriteria": "MAXIMUM", "ruleValue": 0.010244118366241173}, {"ruleAttribute": "OVK0j6pR", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9794340198544412}]}' 'nIpkvydj' 'GbMMsV7q' --login_with_auth "Bearer foo" +group-delete-group-predefined-rule-public-v2 '47hbr62f' '9kXygixE' --login_with_auth "Bearer foo" group-get-member-roles-list-public-v2 --login_with_auth "Bearer foo" -group-update-member-role-public-v2 '{"userId": "fNg5x5HH"}' 'u8e5fNgt' 'y41pqF7S' --login_with_auth "Bearer foo" -group-delete-member-role-public-v2 '{"userId": "6qjUA33W"}' 'cEehDfwA' 'hRSfellL' --login_with_auth "Bearer foo" +group-update-member-role-public-v2 '{"userId": "RKKdggye"}' 'Rt0DLa9L' '8F6TtqMY' --login_with_auth "Bearer foo" +group-delete-member-role-public-v2 '{"userId": "cgfDTWdH"}' 'IWPj8yCY' 'Z39tS6Mn' --login_with_auth "Bearer foo" group-get-user-group-information-public-v2 --login_with_auth "Bearer foo" group-get-my-group-join-request-v2 --login_with_auth "Bearer foo" -group-invite-group-public-v2 'XJ7Oxcy3' 'vAofyO2B' --login_with_auth "Bearer foo" -group-cancel-invitation-group-member-v2 'uPHh3YhS' 'NrhyYo2r' --login_with_auth "Bearer foo" -group-accept-group-join-request-public-v2 'HkcxMMaH' 'txi12Ord' --login_with_auth "Bearer foo" -group-reject-group-join-request-public-v2 't0DexfGT' 'nyjEDylb' --login_with_auth "Bearer foo" -group-kick-group-member-public-v2 'STOrUGsd' '8SFdAtcG' --login_with_auth "Bearer foo" -group-get-user-group-status-information-v2 'uhJyXvfG' 'czPzV8Dk' --login_with_auth "Bearer foo" +group-invite-group-public-v2 '8ND9fytW' 'D0VG2pAr' --login_with_auth "Bearer foo" +group-cancel-invitation-group-member-v2 'RFomPfHm' '7J2gf8M4' --login_with_auth "Bearer foo" +group-accept-group-join-request-public-v2 'QfszlYR9' 'QH2Lrplh' --login_with_auth "Bearer foo" +group-reject-group-join-request-public-v2 'ZoWaxYJJ' 'fL1rK7hY' --login_with_auth "Bearer foo" +group-kick-group-member-public-v2 'UOJVg6HZ' '8WIyucvj' --login_with_auth "Bearer foo" +group-get-user-group-status-information-v2 'o7T87M9z' 'azUG2DE1' --login_with_auth "Bearer foo" exit() END @@ -138,7 +138,7 @@ eval_tap $? 2 'ListGroupConfigurationAdminV1' test.out #- 3 CreateGroupConfigurationAdminV1 $PYTHON -m $MODULE 'group-create-group-configuration-admin-v1' \ - '{"allowMultiple": false, "configurationCode": "kOxmmjq8", "description": "0Ejft58W", "globalRules": [{"allowedAction": "WC8ejkX4", "ruleDetail": [{"ruleAttribute": "vbbBDpX2", "ruleCriteria": "MINIMUM", "ruleValue": 0.9524467409532045}, {"ruleAttribute": "lTSpp58V", "ruleCriteria": "MINIMUM", "ruleValue": 0.18309287753262515}, {"ruleAttribute": "oIX9SQeL", "ruleCriteria": "MAXIMUM", "ruleValue": 0.3474045008743073}]}, {"allowedAction": "ohIZdCco", "ruleDetail": [{"ruleAttribute": "s7jxhVCz", "ruleCriteria": "MAXIMUM", "ruleValue": 0.25018226000173616}, {"ruleAttribute": "3cO99cqp", "ruleCriteria": "MAXIMUM", "ruleValue": 0.7841828943231981}, {"ruleAttribute": "S8PhV1Tg", "ruleCriteria": "MINIMUM", "ruleValue": 0.5668307070541758}]}, {"allowedAction": "ZPWHGcn5", "ruleDetail": [{"ruleAttribute": "IUXSWHx1", "ruleCriteria": "MAXIMUM", "ruleValue": 0.07401610112739176}, {"ruleAttribute": "yNu2bG37", "ruleCriteria": "EQUAL", "ruleValue": 0.8918743282106952}, {"ruleAttribute": "0g4c12hd", "ruleCriteria": "MAXIMUM", "ruleValue": 0.33714526792957633}]}], "groupAdminRoleId": "Slgd8WXp", "groupMaxMember": 42, "groupMemberRoleId": "wsXX0Vtg", "name": "F1Lo8tJj"}' \ + '{"allowMultiple": false, "configurationCode": "IS681VtB", "description": "fUmaz7Ls", "globalRules": [{"allowedAction": "EYMWB5sM", "ruleDetail": [{"ruleAttribute": "qY9BkCle", "ruleCriteria": "EQUAL", "ruleValue": 0.9714860339114766}, {"ruleAttribute": "em4E8j2O", "ruleCriteria": "MAXIMUM", "ruleValue": 0.9186727419703089}, {"ruleAttribute": "grDIHsra", "ruleCriteria": "MAXIMUM", "ruleValue": 0.37420466346528536}]}, {"allowedAction": "H6PKULai", "ruleDetail": [{"ruleAttribute": "sJXazxHo", "ruleCriteria": "MINIMUM", "ruleValue": 0.009039126139579468}, {"ruleAttribute": "Mq6lHXsm", "ruleCriteria": "EQUAL", "ruleValue": 0.8716648611753944}, {"ruleAttribute": "VC9nMFsD", "ruleCriteria": "MINIMUM", "ruleValue": 0.12347934183469855}]}, {"allowedAction": "g4eIzUun", "ruleDetail": [{"ruleAttribute": "nl9zlhER", "ruleCriteria": "EQUAL", "ruleValue": 0.8962768815265078}, {"ruleAttribute": "Uff3Q6oa", "ruleCriteria": "MAXIMUM", "ruleValue": 0.814826909384207}, {"ruleAttribute": "Cuc4b2D4", "ruleCriteria": "MAXIMUM", "ruleValue": 0.809912055137396}]}], "groupAdminRoleId": "WdBoTizU", "groupMaxMember": 38, "groupMemberRoleId": "NygI6JRh", "name": "hHWIgOHq"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'CreateGroupConfigurationAdminV1' test.out @@ -151,39 +151,39 @@ eval_tap $? 4 'InitiateGroupConfigurationAdminV1' test.out #- 5 GetGroupConfigurationAdminV1 $PYTHON -m $MODULE 'group-get-group-configuration-admin-v1' \ - 'WGqJl5Z7' \ + 'FrXneETl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'GetGroupConfigurationAdminV1' test.out #- 6 DeleteGroupConfigurationV1 $PYTHON -m $MODULE 'group-delete-group-configuration-v1' \ - 'wuKtLzZl' \ + '8WoKDsb3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'DeleteGroupConfigurationV1' test.out #- 7 UpdateGroupConfigurationAdminV1 $PYTHON -m $MODULE 'group-update-group-configuration-admin-v1' \ - '{"description": "eYBzhF38", "groupMaxMember": 91, "name": "RwPpsPHb"}' \ - 'K14tdkwu' \ + '{"description": "QAxk4kci", "groupMaxMember": 19, "name": "1VxkfVES"}' \ + 'va9E2ivd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'UpdateGroupConfigurationAdminV1' test.out #- 8 UpdateGroupConfigurationGlobalRuleAdminV1 $PYTHON -m $MODULE 'group-update-group-configuration-global-rule-admin-v1' \ - '{"ruleDetail": [{"ruleAttribute": "it19i8km", "ruleCriteria": "MINIMUM", "ruleValue": 0.8369564879109309}, {"ruleAttribute": "IBwzlqYt", "ruleCriteria": "MAXIMUM", "ruleValue": 0.026380786474748175}, {"ruleAttribute": "eTwKPx8V", "ruleCriteria": "MINIMUM", "ruleValue": 0.13517341695888185}]}' \ - 'Gjgk7G0t' \ - 'Zuc0jc0u' \ + '{"ruleDetail": [{"ruleAttribute": "flsBltXa", "ruleCriteria": "MAXIMUM", "ruleValue": 0.3245082552953217}, {"ruleAttribute": "DQp0ZbkM", "ruleCriteria": "MAXIMUM", "ruleValue": 0.5086893222135939}, {"ruleAttribute": "zb06T1i3", "ruleCriteria": "MINIMUM", "ruleValue": 0.06711438885893573}]}' \ + 'gT4CMczk' \ + '2YiB6N2i' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'UpdateGroupConfigurationGlobalRuleAdminV1' test.out #- 9 DeleteGroupConfigurationGlobalRuleAdminV1 $PYTHON -m $MODULE 'group-delete-group-configuration-global-rule-admin-v1' \ - 'wopqBoqT' \ - 'QgN5xyBv' \ + 'sNBXNofj' \ + 'pdf1trG3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'DeleteGroupConfigurationGlobalRuleAdminV1' test.out @@ -196,21 +196,21 @@ eval_tap $? 10 'GetGroupListAdminV1' test.out #- 11 GetSingleGroupAdminV1 $PYTHON -m $MODULE 'group-get-single-group-admin-v1' \ - 'i9cZai2w' \ + 'MtxEHT8S' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'GetSingleGroupAdminV1' test.out #- 12 DeleteGroupAdminV1 $PYTHON -m $MODULE 'group-delete-group-admin-v1' \ - '8KtqtwaT' \ + 'JgLid3OH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'DeleteGroupAdminV1' test.out #- 13 GetGroupMembersListAdminV1 $PYTHON -m $MODULE 'group-get-group-members-list-admin-v1' \ - 'MFYIBJse' \ + 'NJrjCd5p' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'GetGroupMembersListAdminV1' test.out @@ -223,37 +223,37 @@ eval_tap $? 14 'GetMemberRolesListAdminV1' test.out #- 15 CreateMemberRoleAdminV1 $PYTHON -m $MODULE 'group-create-member-role-admin-v1' \ - '{"memberRoleName": "iOSbjViX", "memberRolePermissions": [{"action": 46, "resourceName": "VKRyCPyq"}, {"action": 82, "resourceName": "jcqRfFoK"}, {"action": 87, "resourceName": "4rr40kVm"}]}' \ + '{"memberRoleName": "93CllUkB", "memberRolePermissions": [{"action": 41, "resourceName": "0rSePrvF"}, {"action": 72, "resourceName": "ukdYJgLZ"}, {"action": 28, "resourceName": "5lISpiiy"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'CreateMemberRoleAdminV1' test.out #- 16 GetSingleMemberRoleAdminV1 $PYTHON -m $MODULE 'group-get-single-member-role-admin-v1' \ - 'dy1NYa9E' \ + 'UqsLQmI7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'GetSingleMemberRoleAdminV1' test.out #- 17 DeleteMemberRoleAdminV1 $PYTHON -m $MODULE 'group-delete-member-role-admin-v1' \ - 'sEDfcu5d' \ + 'j1ViNpbn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'DeleteMemberRoleAdminV1' test.out #- 18 UpdateMemberRoleAdminV1 $PYTHON -m $MODULE 'group-update-member-role-admin-v1' \ - '{"memberRoleName": "ImFjyKUK"}' \ - 'n0DTVmmq' \ + '{"memberRoleName": "XDO6Fr10"}' \ + '4d90kFlz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'UpdateMemberRoleAdminV1' test.out #- 19 UpdateMemberRolePermissionAdminV1 $PYTHON -m $MODULE 'group-update-member-role-permission-admin-v1' \ - '{"memberRolePermissions": [{"action": 72, "resourceName": "K5WuTqXN"}, {"action": 20, "resourceName": "24b7SqJB"}, {"action": 73, "resourceName": "Cy7RBlZY"}]}' \ - 'O7Hs0mxN' \ + '{"memberRolePermissions": [{"action": 93, "resourceName": "TSN2KPvX"}, {"action": 77, "resourceName": "xgJqmiEF"}, {"action": 12, "resourceName": "gqiw4k1w"}]}' \ + 'sNg1kbSs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'UpdateMemberRolePermissionAdminV1' test.out @@ -266,112 +266,112 @@ eval_tap $? 20 'GetGroupListPublicV1' test.out #- 21 CreateNewGroupPublicV1 $PYTHON -m $MODULE 'group-create-new-group-public-v1' \ - '{"configurationCode": "u1bJmZCv", "customAttributes": {"3Hgj6KS6": {}, "VRGq6sHn": {}, "wapNrs7s": {}}, "groupDescription": "0iL4axcZ", "groupIcon": "rTwD79bp", "groupMaxMember": 98, "groupName": "EBxgzE5q", "groupRegion": "U0Xdogf6", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "HnAK8Urv", "ruleDetail": [{"ruleAttribute": "2Dp4FSaT", "ruleCriteria": "MINIMUM", "ruleValue": 0.84949952312835}, {"ruleAttribute": "mb5Ed8RK", "ruleCriteria": "EQUAL", "ruleValue": 0.6532773094900394}, {"ruleAttribute": "9ySSA2mN", "ruleCriteria": "EQUAL", "ruleValue": 0.7999810965704044}]}, {"allowedAction": "PLHFmkG2", "ruleDetail": [{"ruleAttribute": "Bc2bw1rH", "ruleCriteria": "MAXIMUM", "ruleValue": 0.23331300441447378}, {"ruleAttribute": "EpMvzhEw", "ruleCriteria": "EQUAL", "ruleValue": 0.7746665411474979}, {"ruleAttribute": "5Ac2yMhs", "ruleCriteria": "MAXIMUM", "ruleValue": 0.1759094680226181}]}, {"allowedAction": "uTUnjzzB", "ruleDetail": [{"ruleAttribute": "0RJ2CRLp", "ruleCriteria": "EQUAL", "ruleValue": 0.8952138618430233}, {"ruleAttribute": "wwqwN6tG", "ruleCriteria": "EQUAL", "ruleValue": 0.3831616310246605}, {"ruleAttribute": "6oRl165P", "ruleCriteria": "MINIMUM", "ruleValue": 0.7674883348225504}]}]}, "groupType": "PUBLIC"}' \ + '{"configurationCode": "mWEEYJEh", "customAttributes": {"nagiHhbF": {}, "fYosYiSR": {}, "yew5T9YX": {}}, "groupDescription": "5BPEaOcH", "groupIcon": "4KqF1SPA", "groupMaxMember": 10, "groupName": "cEfsqc70", "groupRegion": "d8VadVD6", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "oATO0RqN", "ruleDetail": [{"ruleAttribute": "w4cMJSi5", "ruleCriteria": "EQUAL", "ruleValue": 0.9035505810752386}, {"ruleAttribute": "hXtZtHA2", "ruleCriteria": "MAXIMUM", "ruleValue": 0.31897269797541616}, {"ruleAttribute": "8QltMcXr", "ruleCriteria": "MAXIMUM", "ruleValue": 0.34680285846212744}]}, {"allowedAction": "25hHJ6cC", "ruleDetail": [{"ruleAttribute": "btprSVhl", "ruleCriteria": "EQUAL", "ruleValue": 0.05545482433327231}, {"ruleAttribute": "HSSBSxKq", "ruleCriteria": "MAXIMUM", "ruleValue": 0.49281602722250184}, {"ruleAttribute": "kXfyagqc", "ruleCriteria": "EQUAL", "ruleValue": 0.6443206148028313}]}, {"allowedAction": "S9QBS2sX", "ruleDetail": [{"ruleAttribute": "NyDd79H4", "ruleCriteria": "MAXIMUM", "ruleValue": 0.19472356847519345}, {"ruleAttribute": "YFmbsfyD", "ruleCriteria": "MINIMUM", "ruleValue": 0.10306589024198776}, {"ruleAttribute": "jERnSax5", "ruleCriteria": "MINIMUM", "ruleValue": 0.1889131223417585}]}]}, "groupType": "PUBLIC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'CreateNewGroupPublicV1' test.out #- 22 GetSingleGroupPublicV1 $PYTHON -m $MODULE 'group-get-single-group-public-v1' \ - 'EPvRB8ga' \ + 'RrQZQxJu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'GetSingleGroupPublicV1' test.out #- 23 UpdateSingleGroupV1 $PYTHON -m $MODULE 'group-update-single-group-v1' \ - '{"customAttributes": {}, "groupDescription": "UfO1kBJg", "groupIcon": "PSvMyWjO", "groupName": "Angj2Rc4", "groupRegion": "9rIelhht", "groupType": "PUBLIC"}' \ - 'iPxAd522' \ + '{"customAttributes": {}, "groupDescription": "Nv5nvi6m", "groupIcon": "VEuXyP0P", "groupName": "ZneBYMXF", "groupRegion": "fmu7NYWg", "groupType": "PUBLIC"}' \ + 'm25oep0t' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'UpdateSingleGroupV1' test.out #- 24 DeleteGroupPublicV1 $PYTHON -m $MODULE 'group-delete-group-public-v1' \ - 'jWZqZHkj' \ + 'lkMTy4pz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'DeleteGroupPublicV1' test.out #- 25 UpdatePatchSingleGroupPublicV1 $PYTHON -m $MODULE 'group-update-patch-single-group-public-v1' \ - '{"customAttributes": {}, "groupDescription": "hrk7ty9g", "groupIcon": "GcaquUoG", "groupName": "zVebv9y8", "groupRegion": "mi3DAJPJ", "groupType": "PUBLIC"}' \ - 'hN63pLVH' \ + '{"customAttributes": {}, "groupDescription": "zLIQHkkr", "groupIcon": "ZW4lidIa", "groupName": "LtocQd4c", "groupRegion": "uy8epjI1", "groupType": "PRIVATE"}' \ + 'qldca5If' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'UpdatePatchSingleGroupPublicV1' test.out #- 26 UpdateGroupCustomAttributesPublicV1 $PYTHON -m $MODULE 'group-update-group-custom-attributes-public-v1' \ - '{"customAttributes": {"YMGQIYrZ": {}, "ibQAKdt9": {}, "FXSHHvKj": {}}}' \ - 'y4LCZAZw' \ + '{"customAttributes": {"Yei6vmmw": {}, "ddsmD0mh": {}, "HQcd0olr": {}}}' \ + 'pVoQ0sWH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'UpdateGroupCustomAttributesPublicV1' test.out #- 27 AcceptGroupInvitationPublicV1 $PYTHON -m $MODULE 'group-accept-group-invitation-public-v1' \ - 'JLqgNKAs' \ + 'B7PpfWW3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'AcceptGroupInvitationPublicV1' test.out #- 28 RejectGroupInvitationPublicV1 $PYTHON -m $MODULE 'group-reject-group-invitation-public-v1' \ - '7P3NPYUX' \ + 'QuANAXS1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'RejectGroupInvitationPublicV1' test.out #- 29 JoinGroupV1 $PYTHON -m $MODULE 'group-join-group-v1' \ - 'p7sMP8kE' \ + 'o3Lm6XCa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'JoinGroupV1' test.out #- 30 CancelGroupJoinRequestV1 $PYTHON -m $MODULE 'group-cancel-group-join-request-v1' \ - 'tYRLTFyn' \ + 'a8k2Ig3K' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'CancelGroupJoinRequestV1' test.out #- 31 GetGroupJoinRequestPublicV1 $PYTHON -m $MODULE 'group-get-group-join-request-public-v1' \ - 'CLOsOXcf' \ + '1wMrqysV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'GetGroupJoinRequestPublicV1' test.out #- 32 GetGroupMembersListPublicV1 $PYTHON -m $MODULE 'group-get-group-members-list-public-v1' \ - 'j4k1KUo5' \ + 'rZibhn2W' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GetGroupMembersListPublicV1' test.out #- 33 UpdateGroupCustomRulePublicV1 $PYTHON -m $MODULE 'group-update-group-custom-rule-public-v1' \ - '{"groupCustomRule": {"fTGY5ms4": {}, "izZkxk9Z": {}, "sbVkvDfs": {}}}' \ - 'v01RbWhC' \ + '{"groupCustomRule": {"x46tYHHg": {}, "TM60cKA8": {}, "r9H5TbR9": {}}}' \ + '53VaO6NC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'UpdateGroupCustomRulePublicV1' test.out #- 34 UpdateGroupPredefinedRulePublicV1 $PYTHON -m $MODULE 'group-update-group-predefined-rule-public-v1' \ - '{"ruleDetail": [{"ruleAttribute": "7Qni1qPX", "ruleCriteria": "MINIMUM", "ruleValue": 0.22379220029873648}, {"ruleAttribute": "2xrFfSkD", "ruleCriteria": "MINIMUM", "ruleValue": 0.604291637876843}, {"ruleAttribute": "m99zxOn2", "ruleCriteria": "MAXIMUM", "ruleValue": 0.32217455413660123}]}' \ - '346sFnhE' \ - 'N7xmsrjm' \ + '{"ruleDetail": [{"ruleAttribute": "KzEQJh6i", "ruleCriteria": "MINIMUM", "ruleValue": 0.45958198049029486}, {"ruleAttribute": "BcLWwnuc", "ruleCriteria": "EQUAL", "ruleValue": 0.1592685568376242}, {"ruleAttribute": "dfYw8ckH", "ruleCriteria": "MAXIMUM", "ruleValue": 0.5372261693344662}]}' \ + 'S4qPARXj' \ + 'Lq0ETbpa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'UpdateGroupPredefinedRulePublicV1' test.out #- 35 DeleteGroupPredefinedRulePublicV1 $PYTHON -m $MODULE 'group-delete-group-predefined-rule-public-v1' \ - 'U4yuRPHy' \ - 'Ow9AopUf' \ + 'rFEMT7Ee' \ + '8QVGMmVO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'DeleteGroupPredefinedRulePublicV1' test.out @@ -390,16 +390,16 @@ eval_tap $? 37 'GetMemberRolesListPublicV1' test.out #- 38 UpdateMemberRolePublicV1 $PYTHON -m $MODULE 'group-update-member-role-public-v1' \ - '{"userId": "qLkIUrmQ"}' \ - 'YRWXYHa9' \ + '{"userId": "kuDOBYSP"}' \ + 'l7k3ZSQP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'UpdateMemberRolePublicV1' test.out #- 39 DeleteMemberRolePublicV1 $PYTHON -m $MODULE 'group-delete-member-role-public-v1' \ - '{"userId": "gmyCgWwE"}' \ - 'GwX9s8Dc' \ + '{"userId": "Sm3Aap1r"}' \ + 'X6X7OsXN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'DeleteMemberRolePublicV1' test.out @@ -412,169 +412,169 @@ eval_tap $? 40 'GetGroupInvitationRequestPublicV1' test.out #- 41 GetUserGroupInformationPublicV1 $PYTHON -m $MODULE 'group-get-user-group-information-public-v1' \ - 'nS38uLfn' \ + 'RiPOwsFY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'GetUserGroupInformationPublicV1' test.out #- 42 InviteGroupPublicV1 $PYTHON -m $MODULE 'group-invite-group-public-v1' \ - 'fCSHDINH' \ + 'ftaMcxHl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'InviteGroupPublicV1' test.out #- 43 AcceptGroupJoinRequestPublicV1 $PYTHON -m $MODULE 'group-accept-group-join-request-public-v1' \ - 'YjjESNLA' \ + 'SSCYgych' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'AcceptGroupJoinRequestPublicV1' test.out #- 44 RejectGroupJoinRequestPublicV1 $PYTHON -m $MODULE 'group-reject-group-join-request-public-v1' \ - 'WEOqxo7Q' \ + 'Ga7DqwCQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'RejectGroupJoinRequestPublicV1' test.out #- 45 KickGroupMemberPublicV1 $PYTHON -m $MODULE 'group-kick-group-member-public-v1' \ - '0Rnz7XwJ' \ + 'oVPOHdXM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'KickGroupMemberPublicV1' test.out #- 46 GetListGroupByIDsAdminV2 $PYTHON -m $MODULE 'group-get-list-group-by-i-ds-admin-v2' \ - '{"groupIDs": ["0HTF2gNF", "AgORU7Uk", "FUKMSkGn"]}' \ + '{"groupIDs": ["GzWkDfwN", "ZqqfGDUg", "rqfhkcmQ"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'GetListGroupByIDsAdminV2' test.out #- 47 GetUserJoinedGroupInformationPublicV2 $PYTHON -m $MODULE 'group-get-user-joined-group-information-public-v2' \ - 'dRhZy0e2' \ + 'zCzy49mw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'GetUserJoinedGroupInformationPublicV2' test.out #- 48 AdminGetUserGroupStatusInformationV2 $PYTHON -m $MODULE 'group-admin-get-user-group-status-information-v2' \ - 'ZxJyENgR' \ - 'C5LXqe0Z' \ + 'y7N97UaI' \ + 'u8Jp4T1D' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'AdminGetUserGroupStatusInformationV2' test.out #- 49 CreateNewGroupPublicV2 $PYTHON -m $MODULE 'group-create-new-group-public-v2' \ - '{"configurationCode": "PGK1j2av", "customAttributes": {"S3E08IWB": {}, "1pfohAbp": {}, "1VvcBf0h": {}}, "groupDescription": "2L0SvX4G", "groupIcon": "QRWGU7ii", "groupMaxMember": 36, "groupName": "y78b3rUX", "groupRegion": "St64zuNB", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "RuPEZZzt", "ruleDetail": [{"ruleAttribute": "5PWGtsdt", "ruleCriteria": "EQUAL", "ruleValue": 0.148246408681885}, {"ruleAttribute": "RZ9w5X9z", "ruleCriteria": "EQUAL", "ruleValue": 0.33059522137504516}, {"ruleAttribute": "Ygz24xFv", "ruleCriteria": "MINIMUM", "ruleValue": 0.707409476256575}]}, {"allowedAction": "em8GefpC", "ruleDetail": [{"ruleAttribute": "FduU2LNj", "ruleCriteria": "EQUAL", "ruleValue": 0.850817681486062}, {"ruleAttribute": "hvkHzXMF", "ruleCriteria": "MAXIMUM", "ruleValue": 0.8891323806950294}, {"ruleAttribute": "HQ7sQi0R", "ruleCriteria": "MAXIMUM", "ruleValue": 0.10353918225166203}]}, {"allowedAction": "TAJxj3uy", "ruleDetail": [{"ruleAttribute": "P0kaPelz", "ruleCriteria": "MINIMUM", "ruleValue": 0.6356829643206622}, {"ruleAttribute": "lAlNWuup", "ruleCriteria": "MAXIMUM", "ruleValue": 0.34280917061852967}, {"ruleAttribute": "Wjgb3wax", "ruleCriteria": "MAXIMUM", "ruleValue": 0.6658238998997535}]}]}, "groupType": "PUBLIC"}' \ + '{"configurationCode": "tIVQaR8F", "customAttributes": {"70EgzWET": {}, "5TzmaedI": {}, "8FHW4Vld": {}}, "groupDescription": "L0Uv3UEE", "groupIcon": "hp5ZYTms", "groupMaxMember": 24, "groupName": "gRLurQZM", "groupRegion": "dUIoXHAJ", "groupRules": {"groupCustomRule": {}, "groupPredefinedRules": [{"allowedAction": "zKaUdlxV", "ruleDetail": [{"ruleAttribute": "2GyUCL6d", "ruleCriteria": "MINIMUM", "ruleValue": 0.6746764980855245}, {"ruleAttribute": "fao5pbqe", "ruleCriteria": "MINIMUM", "ruleValue": 0.6099755189426691}, {"ruleAttribute": "WTbODcvW", "ruleCriteria": "EQUAL", "ruleValue": 0.0963327686985389}]}, {"allowedAction": "KLVmFL4P", "ruleDetail": [{"ruleAttribute": "CkmKWuku", "ruleCriteria": "MINIMUM", "ruleValue": 0.2941358990943529}, {"ruleAttribute": "U49CVuWG", "ruleCriteria": "MAXIMUM", "ruleValue": 0.75476600287766}, {"ruleAttribute": "HliCuAyv", "ruleCriteria": "MAXIMUM", "ruleValue": 0.07330397049385162}]}, {"allowedAction": "HznpFJbv", "ruleDetail": [{"ruleAttribute": "JzoJtkMD", "ruleCriteria": "EQUAL", "ruleValue": 0.17695502657144424}, {"ruleAttribute": "lFNHJVzB", "ruleCriteria": "EQUAL", "ruleValue": 0.27323915909087604}, {"ruleAttribute": "HHayklSd", "ruleCriteria": "MAXIMUM", "ruleValue": 0.45753986999677576}]}]}, "groupType": "PUBLIC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'CreateNewGroupPublicV2' test.out #- 50 GetListGroupByIDsV2 $PYTHON -m $MODULE 'group-get-list-group-by-i-ds-v2' \ - '{"groupIDs": ["NCPO9eH9", "iMI01Ngl", "7WJZYHDw"]}' \ + '{"groupIDs": ["DnSggLp7", "2JYNawDA", "wArfoSrN"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'GetListGroupByIDsV2' test.out #- 51 UpdatePutSingleGroupPublicV2 $PYTHON -m $MODULE 'group-update-put-single-group-public-v2' \ - '{"customAttributes": {}, "groupDescription": "2pVZ0wvL", "groupIcon": "4VHBpVSo", "groupName": "Tfo8Q3N3", "groupRegion": "G1XpBpCQ", "groupType": "OPEN"}' \ - 'pVLqmB4N' \ + '{"customAttributes": {}, "groupDescription": "e6AiO3Am", "groupIcon": "AjYIksHz", "groupName": "rSOdxuf4", "groupRegion": "3BysfOLY", "groupType": "PUBLIC"}' \ + 'kHtXOC3P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'UpdatePutSingleGroupPublicV2' test.out #- 52 DeleteGroupPublicV2 $PYTHON -m $MODULE 'group-delete-group-public-v2' \ - 'IuBPfCp0' \ + 'vgLmSuX9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'DeleteGroupPublicV2' test.out #- 53 UpdatePatchSingleGroupPublicV2 $PYTHON -m $MODULE 'group-update-patch-single-group-public-v2' \ - '{"customAttributes": {}, "groupDescription": "HxDae4b4", "groupIcon": "SRFUmoF7", "groupName": "gl4XAAuX", "groupRegion": "0qQMfnFp", "groupType": "PRIVATE"}' \ - 'SEQreYdN' \ + '{"customAttributes": {}, "groupDescription": "Hz5ysMjQ", "groupIcon": "hHlOJOUR", "groupName": "s0VCAP85", "groupRegion": "6CBouSK5", "groupType": "PUBLIC"}' \ + 'xZqQuk9A' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'UpdatePatchSingleGroupPublicV2' test.out #- 54 UpdateGroupCustomAttributesPublicV2 $PYTHON -m $MODULE 'group-update-group-custom-attributes-public-v2' \ - '{"customAttributes": {"hFanlA4Z": {}, "a7L8j45w": {}, "2ZrPsHFi": {}}}' \ - '90t2g7bi' \ + '{"customAttributes": {"m9PSukmp": {}, "zt5wJmWM": {}, "vKBMzZYA": {}}}' \ + 'WL5q7JKb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'UpdateGroupCustomAttributesPublicV2' test.out #- 55 AcceptGroupInvitationPublicV2 $PYTHON -m $MODULE 'group-accept-group-invitation-public-v2' \ - 'YUwohuKe' \ + '6wldd5i6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'AcceptGroupInvitationPublicV2' test.out #- 56 RejectGroupInvitationPublicV2 $PYTHON -m $MODULE 'group-reject-group-invitation-public-v2' \ - 'KaPBQuIu' \ + 'eAaBzzNd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'RejectGroupInvitationPublicV2' test.out #- 57 GetGroupInviteRequestPublicV2 $PYTHON -m $MODULE 'group-get-group-invite-request-public-v2' \ - 'EFzSiPUi' \ + 'SOobCPHy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'GetGroupInviteRequestPublicV2' test.out #- 58 JoinGroupV2 $PYTHON -m $MODULE 'group-join-group-v2' \ - 'tQ5j4svX' \ + 'OQMg4m3l' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'JoinGroupV2' test.out #- 59 GetGroupJoinRequestPublicV2 $PYTHON -m $MODULE 'group-get-group-join-request-public-v2' \ - 'BXbiPJKc' \ + 'tG6OTwt1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'GetGroupJoinRequestPublicV2' test.out #- 60 LeaveGroupPublicV2 $PYTHON -m $MODULE 'group-leave-group-public-v2' \ - 'LiHzaQqO' \ + 'ckOkBhPu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'LeaveGroupPublicV2' test.out #- 61 UpdateGroupCustomRulePublicV2 $PYTHON -m $MODULE 'group-update-group-custom-rule-public-v2' \ - '{"groupCustomRule": {"CGNwColL": {}, "v61odXsn": {}, "ULguZFif": {}}}' \ - '8KZ5U71A' \ + '{"groupCustomRule": {"Y3qvPUNu": {}, "uSk9Zg9t": {}, "o5c6Wk1T": {}}}' \ + 'PbzMM47K' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'UpdateGroupCustomRulePublicV2' test.out #- 62 UpdateGroupPredefinedRulePublicV2 $PYTHON -m $MODULE 'group-update-group-predefined-rule-public-v2' \ - '{"ruleDetail": [{"ruleAttribute": "kUSA0nD4", "ruleCriteria": "MINIMUM", "ruleValue": 0.013055785956874288}, {"ruleAttribute": "gZaSANde", "ruleCriteria": "MINIMUM", "ruleValue": 0.2824565016262689}, {"ruleAttribute": "3UuIAmwe", "ruleCriteria": "MINIMUM", "ruleValue": 0.6264859532281526}]}' \ - 'W25kKEIO' \ - 'mVDXRj0p' \ + '{"ruleDetail": [{"ruleAttribute": "o0VuITeS", "ruleCriteria": "MAXIMUM", "ruleValue": 0.8461388607235525}, {"ruleAttribute": "DR2lxhWl", "ruleCriteria": "MINIMUM", "ruleValue": 0.9775778157169777}, {"ruleAttribute": "uA3VmQ4a", "ruleCriteria": "EQUAL", "ruleValue": 0.609914131176767}]}' \ + 'oNv976DV' \ + 'aJzSnUsi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'UpdateGroupPredefinedRulePublicV2' test.out #- 63 DeleteGroupPredefinedRulePublicV2 $PYTHON -m $MODULE 'group-delete-group-predefined-rule-public-v2' \ - 'bdSnrXZ2' \ - 'nGzAuZ5Q' \ + 'rnNWicQb' \ + 'jHoIKzER' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'DeleteGroupPredefinedRulePublicV2' test.out @@ -587,18 +587,18 @@ eval_tap $? 64 'GetMemberRolesListPublicV2' test.out #- 65 UpdateMemberRolePublicV2 $PYTHON -m $MODULE 'group-update-member-role-public-v2' \ - '{"userId": "OkrF4KCH"}' \ - 'dLERzadQ' \ - '2UM38h6L' \ + '{"userId": "0LMfIVPo"}' \ + 'texvwsai' \ + 'Tv8ooRVR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'UpdateMemberRolePublicV2' test.out #- 66 DeleteMemberRolePublicV2 $PYTHON -m $MODULE 'group-delete-member-role-public-v2' \ - '{"userId": "vVgRotcn"}' \ - 'sokWHhwL' \ - 'moUdeUCS' \ + '{"userId": "LuYVlQj4"}' \ + 'JP3RoNkH' \ + 'GdXnq3Qy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'DeleteMemberRolePublicV2' test.out @@ -617,48 +617,48 @@ eval_tap $? 68 'GetMyGroupJoinRequestV2' test.out #- 69 InviteGroupPublicV2 $PYTHON -m $MODULE 'group-invite-group-public-v2' \ - 'H3Yg9y3X' \ - 'Dl2bF5zs' \ + 'VxaXR6Xg' \ + 'NgpsVkiI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 69 'InviteGroupPublicV2' test.out #- 70 CancelInvitationGroupMemberV2 $PYTHON -m $MODULE 'group-cancel-invitation-group-member-v2' \ - 'pkRTeka3' \ - 'earOb7WW' \ + 'FBfoG3NB' \ + 'cRJDlvc7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'CancelInvitationGroupMemberV2' test.out #- 71 AcceptGroupJoinRequestPublicV2 $PYTHON -m $MODULE 'group-accept-group-join-request-public-v2' \ - 'gzCCUULB' \ - '5qVoEsSB' \ + 'YQldfw2Q' \ + 'CcYl3R1O' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'AcceptGroupJoinRequestPublicV2' test.out #- 72 RejectGroupJoinRequestPublicV2 $PYTHON -m $MODULE 'group-reject-group-join-request-public-v2' \ - 'RjRFh8Bz' \ - 'rmAGm8Um' \ + 'FV1OShiZ' \ + '6yoHZISC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'RejectGroupJoinRequestPublicV2' test.out #- 73 KickGroupMemberPublicV2 $PYTHON -m $MODULE 'group-kick-group-member-public-v2' \ - 'SZeEgUit' \ - '2h7Ahyxt' \ + 's2fvwTKT' \ + 'yVM3XOu6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'KickGroupMemberPublicV2' test.out #- 74 GetUserGroupStatusInformationV2 $PYTHON -m $MODULE 'group-get-user-group-status-information-v2' \ - 'l2AW4Lpx' \ - 'Wr7GyHtL' \ + 'XOVe7Rob' \ + 'RvGx5J1T' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 74 'GetUserGroupStatusInformationV2' test.out diff --git a/samples/cli/tests/iam-cli-test.sh b/samples/cli/tests/iam-cli-test.sh index 201ef9270..9c8f4587f 100644 --- a/samples/cli/tests/iam-cli-test.sh +++ b/samples/cli/tests/iam-cli-test.sh @@ -32,226 +32,227 @@ $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap iam-admin-get-bans-type-v3 --login_with_auth "Bearer foo" iam-admin-get-list-ban-reason-v3 --login_with_auth "Bearer foo" iam-admin-get-input-validations --login_with_auth "Bearer foo" -iam-admin-update-input-validations '[{"field": "WrjQvwxG", "validation": {"allowAllSpecialCharacters": false, "allowDigit": false, "allowLetter": false, "allowSpace": true, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["BIYoz3MN", "vbU9X8v8", "Wr7Znkqj"], "preferRegex": false, "regex": "VUIoEqpq"}, "blockedWord": ["jDkX8QyA", "4uiB3gL2", "HnZTacFa"], "description": [{"language": "xyZd3tHi", "message": ["y3a62MKL", "CLzc5JsM", "SzcIOO9u"]}, {"language": "PapX0T4R", "message": ["gNimIYYI", "C9HuFtMO", "IAX6f6my"]}, {"language": "8HfTJgZY", "message": ["xmkaszR5", "thYK2TPN", "88BWrzCx"]}], "isCustomRegex": true, "letterCase": "ge2qb4d1", "maxLength": 51, "maxRepeatingAlphaNum": 16, "maxRepeatingSpecialCharacter": 76, "minCharType": 20, "minLength": 24, "regex": "F4EnlWiE", "specialCharacterLocation": "DADUq9hi", "specialCharacters": ["VNE7XSWz", "OMHaRrPT", "U1Z1fu00"]}}, {"field": "XGy3K9eq", "validation": {"allowAllSpecialCharacters": true, "allowDigit": true, "allowLetter": true, "allowSpace": false, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["3jngpNmL", "W3JobSQb", "irum2mc1"], "preferRegex": true, "regex": "HDmCmGKn"}, "blockedWord": ["hrPvCUeS", "Lj0U6BIm", "cZ9M1ojb"], "description": [{"language": "8On4bZFd", "message": ["aLAPzyKJ", "7phVbMwN", "DErVhvz3"]}, {"language": "4OANApaX", "message": ["QKlRzbKK", "De2RKhoy", "fA4TclkC"]}, {"language": "GTXw4npE", "message": ["UZC82LkQ", "InYfjWGJ", "74eNbxtS"]}], "isCustomRegex": true, "letterCase": "9zgV0eHx", "maxLength": 77, "maxRepeatingAlphaNum": 31, "maxRepeatingSpecialCharacter": 33, "minCharType": 98, "minLength": 28, "regex": "eMDMJdYq", "specialCharacterLocation": "daNZZpID", "specialCharacters": ["2fQe9rRS", "AUG7Hxxa", "Ir3rEjCo"]}}, {"field": "zcJiKO60", "validation": {"allowAllSpecialCharacters": true, "allowDigit": false, "allowLetter": false, "allowSpace": true, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["l3S5bGQD", "JyrCaCbV", "hzPdqfrJ"], "preferRegex": true, "regex": "9fkKJUzE"}, "blockedWord": ["CfjfgKMz", "M2KgCS72", "oebPONnj"], "description": [{"language": "rR0tpIqY", "message": ["HQtN2LIm", "jdesBuQm", "Soq5BEx4"]}, {"language": "Fs7155AS", "message": ["859Fy5gR", "VbGTb1ja", "AbYO9wnF"]}, {"language": "ZaWOG6BQ", "message": ["7TqCCb2E", "INbhmo9e", "G7bK1RUZ"]}], "isCustomRegex": true, "letterCase": "lZHmkPyw", "maxLength": 72, "maxRepeatingAlphaNum": 94, "maxRepeatingSpecialCharacter": 12, "minCharType": 96, "minLength": 24, "regex": "HZySEEzs", "specialCharacterLocation": "KskX2dT5", "specialCharacters": ["TuAfJlSq", "pQNMBohw", "FR7EXFSL"]}}]' --login_with_auth "Bearer foo" -iam-admin-reset-input-validations 'F2CSTMGh' --login_with_auth "Bearer foo" +iam-admin-update-input-validations '[{"field": "0h8mihSO", "validation": {"allowAllSpecialCharacters": true, "allowDigit": false, "allowLetter": true, "allowSpace": false, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["gj31bRgw", "1ZZA5Vs4", "aqD40ZIO"], "preferRegex": false, "regex": "bk4ewihM"}, "blockedWord": ["hvD9JtHE", "s4rRMH0T", "o6n27gk4"], "description": [{"language": "KUGVWlGp", "message": ["1wXv7M9r", "bMX9tR3Z", "cHd7lElG"]}, {"language": "hbNCBtIg", "message": ["GdBSghBW", "ga93ZpjT", "bYEnrk2N"]}, {"language": "O2EkcE4a", "message": ["wo8xN1vb", "cV1kLi1V", "FLXGBids"]}], "isCustomRegex": true, "letterCase": "YO9DqFeR", "maxLength": 40, "maxRepeatingAlphaNum": 37, "maxRepeatingSpecialCharacter": 15, "minCharType": 30, "minLength": 87, "regex": "U6fY6Gre", "specialCharacterLocation": "uOrK5qUh", "specialCharacters": ["LAJiVZaf", "Us1dIw4d", "TTAyMOUJ"]}}, {"field": "yuHfuIwU", "validation": {"allowAllSpecialCharacters": true, "allowDigit": true, "allowLetter": false, "allowSpace": true, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["kXuliWBg", "qmSwZNIY", "Es6cDTm3"], "preferRegex": true, "regex": "SAAe8VwA"}, "blockedWord": ["3ycAZwXR", "i5Hd3dvP", "cdr4sTXB"], "description": [{"language": "laHRITzJ", "message": ["HLvYSJzt", "BCn2o01P", "HV7IysBw"]}, {"language": "I3u50KAp", "message": ["ywoYmpQE", "gfP1fvRB", "WC6uuLdk"]}, {"language": "l8A2HRKJ", "message": ["vBaIDUR9", "VHrPWrQi", "6bbReEYn"]}], "isCustomRegex": false, "letterCase": "gi9uQB70", "maxLength": 25, "maxRepeatingAlphaNum": 36, "maxRepeatingSpecialCharacter": 16, "minCharType": 45, "minLength": 32, "regex": "w6Vnm6Bd", "specialCharacterLocation": "759l1XEi", "specialCharacters": ["juIJOxF4", "wx3tMvJR", "PLGqkUwH"]}}, {"field": "CU9V5ofY", "validation": {"allowAllSpecialCharacters": true, "allowDigit": false, "allowLetter": true, "allowSpace": false, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["P1AVM4Pz", "9CiEyqGU", "RfF4QzQq"], "preferRegex": true, "regex": "GSqQ4zcd"}, "blockedWord": ["8IIw6bA1", "Q1fis8JP", "cbftQ6vA"], "description": [{"language": "BKxM6dra", "message": ["BLbm4CDX", "7lYkg1w3", "kKAWOAo0"]}, {"language": "dGyN83Q0", "message": ["uq848FPh", "4gkeVmRO", "CT3M8Dto"]}, {"language": "rObAeIBG", "message": ["M07KoONL", "qOhdlukb", "NOH3Nmyg"]}], "isCustomRegex": true, "letterCase": "8olvTOYX", "maxLength": 22, "maxRepeatingAlphaNum": 4, "maxRepeatingSpecialCharacter": 66, "minCharType": 58, "minLength": 29, "regex": "7LLTvtLE", "specialCharacterLocation": "5nn0CvGg", "specialCharacters": ["4LZ2xxBy", "cj1xEa7a", "OVPhAYBJ"]}}]' --login_with_auth "Bearer foo" +iam-admin-reset-input-validations 'O7p7HoEG' --login_with_auth "Bearer foo" iam-list-admins-v3 --login_with_auth "Bearer foo" iam-admin-get-age-restriction-status-v3 --login_with_auth "Bearer foo" -iam-admin-update-age-restriction-config-v3 '{"ageRestriction": 13, "enable": true}' --login_with_auth "Bearer foo" +iam-admin-update-age-restriction-config-v3 '{"ageRestriction": 48, "enable": false}' --login_with_auth "Bearer foo" iam-admin-get-list-country-age-restriction-v3 --login_with_auth "Bearer foo" -iam-admin-update-country-age-restriction-v3 '{"ageRestriction": 39}' 'wOAsuaZB' --login_with_auth "Bearer foo" +iam-admin-update-country-age-restriction-v3 '{"ageRestriction": 12}' 'hpSCuFyz' --login_with_auth "Bearer foo" iam-admin-get-banned-users-v3 --login_with_auth "Bearer foo" -iam-admin-ban-user-bulk-v3 '{"ban": "PI2ielSj", "comment": "0vYFlppM", "endDate": "C1jXMvne", "reason": "9qpTjEj5", "skipNotif": false, "userIds": ["9bcoDBg1", "rzqGiKpk", "l4XOLsb5"]}' --login_with_auth "Bearer foo" -iam-admin-unban-user-bulk-v3 '{"bans": [{"banId": "uCSKoCiK", "userId": "SQhLs1xL"}, {"banId": "0zpk9Qkp", "userId": "Tt9eAHW6"}, {"banId": "kZrW5Dn5", "userId": "jUhuzpk0"}]}' --login_with_auth "Bearer foo" +iam-admin-ban-user-bulk-v3 '{"ban": "bdyWfM2c", "comment": "Ant819u8", "endDate": "Nc83yntV", "reason": "nlTq6jD3", "skipNotif": false, "userIds": ["NYQEphKr", "UK2ZJoxI", "m32JgYYB"]}' --login_with_auth "Bearer foo" +iam-admin-unban-user-bulk-v3 '{"bans": [{"banId": "fMLOcXD9", "userId": "dH28Od3H"}, {"banId": "Bh2ZYp8E", "userId": "IP4gpbiM"}, {"banId": "auTn3CMY", "userId": "E2TC89Jn"}]}' --login_with_auth "Bearer foo" iam-admin-get-bans-type-with-namespace-v3 --login_with_auth "Bearer foo" iam-admin-get-clients-by-namespace-v3 --login_with_auth "Bearer foo" -iam-admin-create-client-v3 '{"audiences": ["eu2UzJIR", "xH7De6Z1", "Vnjmymqt"], "baseUri": "3xhiPBRm", "clientId": "1hCxu5Mw", "clientName": "16u5Ge4d", "clientPermissions": [{"action": 16, "resource": "gFXguMRN", "schedAction": 33, "schedCron": "aYp6OvRT", "schedRange": ["KBQ86POt", "lQLbcs45", "ZWx3JEtU"]}, {"action": 53, "resource": "vmAqRcMs", "schedAction": 4, "schedCron": "kLDDzI0S", "schedRange": ["uLUjz1YJ", "EYLRBrKJ", "oJwf7ro2"]}, {"action": 51, "resource": "pozsamay", "schedAction": 39, "schedCron": "WH9OXYMH", "schedRange": ["DZNRZf8s", "T5qOcRRJ", "hX7Gv6rw"]}], "clientPlatform": "3bPoLEyT", "deletable": true, "description": "0WtjcDOE", "namespace": "lIwfJdMr", "oauthAccessTokenExpiration": 75, "oauthAccessTokenExpirationTimeUnit": "ixtyqB1K", "oauthClientType": "QCHsYPfk", "oauthRefreshTokenExpiration": 86, "oauthRefreshTokenExpirationTimeUnit": "4QaDQIor", "parentNamespace": "N7njIrlw", "redirectUri": "wr7fFgtf", "scopes": ["Pn5Pettb", "tMdZPbjN", "00USPEfw"], "secret": "snLSGFUp", "twoFactorEnabled": true}' --login_with_auth "Bearer foo" -iam-admin-get-clientsby-namespaceby-idv3 'K2N3y2g0' --login_with_auth "Bearer foo" -iam-admin-delete-client-v3 '5lsmWJKq' --login_with_auth "Bearer foo" -iam-admin-update-client-v3 '{"audiences": ["upqob8Qf", "KYhsvTqV", "7eVrq6Cb"], "baseUri": "U2lAB6Ov", "clientName": "2RPPJeuP", "clientPermissions": [{"action": 26, "resource": "UN6X1FgG", "schedAction": 1, "schedCron": "UOjCP9AG", "schedRange": ["vYiyL9iw", "gNSKbbvg", "2p6FnbMg"]}, {"action": 56, "resource": "Kgno8Zdz", "schedAction": 6, "schedCron": "jDloEefm", "schedRange": ["yFf5nzAN", "QMaV9HGQ", "7MTC8Iuv"]}, {"action": 19, "resource": "EAlVQAJT", "schedAction": 60, "schedCron": "VTmDm5Ow", "schedRange": ["GvZc8Be2", "j7eN4S0M", "BqK43OaQ"]}], "clientPlatform": "IV67jfox", "deletable": true, "description": "u3hEUJzB", "namespace": "64Oj3AL7", "oauthAccessTokenExpiration": 2, "oauthAccessTokenExpirationTimeUnit": "IfI3cxMM", "oauthRefreshTokenExpiration": 26, "oauthRefreshTokenExpirationTimeUnit": "4b0TNLUw", "redirectUri": "1bxWEZMA", "scopes": ["BXIWqnUq", "vIKXpbqU", "hiczOVaZ"], "twoFactorEnabled": true}' 'HR5ZFKn7' --login_with_auth "Bearer foo" -iam-admin-update-client-permission-v3 '{"permissions": [{"action": 87, "resource": "kbL70CT3"}, {"action": 69, "resource": "IZW2Wixb"}, {"action": 41, "resource": "GTOWwJW3"}]}' 'gBCyhbuV' --login_with_auth "Bearer foo" -iam-admin-add-client-permissions-v3 '{"permissions": [{"action": 92, "resource": "USTHrUlw"}, {"action": 75, "resource": "lO8o09fA"}, {"action": 64, "resource": "2xY7int2"}]}' 'tj7eccaS' --login_with_auth "Bearer foo" -iam-admin-delete-client-permission-v3 '27' '69m7r7ws' '34Pa7JKk' --login_with_auth "Bearer foo" +iam-admin-create-client-v3 '{"audiences": ["LAc543YD", "tDnV2Axf", "QWktJaLd"], "baseUri": "uQhuZSMD", "clientId": "HkcQ9W8e", "clientName": "CfkMbiEG", "clientPermissions": [{"action": 80, "resource": "7UuPfiNH", "schedAction": 25, "schedCron": "q1vYwS7p", "schedRange": ["kuCnS8kX", "ye6acO7d", "L8F02lJJ"]}, {"action": 69, "resource": "QZlajPvU", "schedAction": 66, "schedCron": "GmqkgmES", "schedRange": ["K2P7cui2", "0L7OGLaS", "MQ494kTT"]}, {"action": 30, "resource": "qJt9DkZr", "schedAction": 10, "schedCron": "aTWKsFj6", "schedRange": ["pxfXwsNN", "DgF6VcBm", "10jDDek2"]}], "clientPlatform": "WEBY6ruF", "deletable": false, "description": "Wcx6GIDB", "namespace": "5Ca49OCf", "oauthAccessTokenExpiration": 62, "oauthAccessTokenExpirationTimeUnit": "sX893I3L", "oauthClientType": "mkLnHdqy", "oauthRefreshTokenExpiration": 24, "oauthRefreshTokenExpirationTimeUnit": "HhULtzyN", "parentNamespace": "cu9rBAaV", "redirectUri": "zuiSy9Q2", "scopes": ["50Uw3mKC", "Y2dBkoLs", "DdTHM1MK"], "secret": "ny6yZJr9", "twoFactorEnabled": false}' --login_with_auth "Bearer foo" +iam-admin-get-clientsby-namespaceby-idv3 'mG3poehg' --login_with_auth "Bearer foo" +iam-admin-delete-client-v3 'cvRUzwPl' --login_with_auth "Bearer foo" +iam-admin-update-client-v3 '{"audiences": ["B7xHKOZx", "bTmKD7BA", "Px7YSyZh"], "baseUri": "oLqVDEJT", "clientName": "T0vVNgeH", "clientPermissions": [{"action": 31, "resource": "lDbh4e5N", "schedAction": 36, "schedCron": "iTJclmBG", "schedRange": ["I0TkpPoD", "CrB96QXn", "DebZDGm2"]}, {"action": 19, "resource": "wmHNfmGM", "schedAction": 87, "schedCron": "6NpEdttV", "schedRange": ["zkhZgycq", "cUc1UjK9", "O9FLmtxp"]}, {"action": 49, "resource": "EvRgPrVh", "schedAction": 38, "schedCron": "JOsyGAtu", "schedRange": ["DLICMucF", "99hnveE6", "kq9ObtJS"]}], "clientPlatform": "njcnGCDo", "deletable": false, "description": "GsjhvOBL", "namespace": "YMuQpDva", "oauthAccessTokenExpiration": 79, "oauthAccessTokenExpirationTimeUnit": "gRdEJHT5", "oauthRefreshTokenExpiration": 73, "oauthRefreshTokenExpirationTimeUnit": "aVqEgRG6", "redirectUri": "W3V8XS96", "scopes": ["fzRrpTGI", "WvV60h6I", "qBSRA0ie"], "twoFactorEnabled": true}' 'x1jkWnzw' --login_with_auth "Bearer foo" +iam-admin-update-client-permission-v3 '{"permissions": [{"action": 44, "resource": "c16swstn"}, {"action": 37, "resource": "OKJIX3I2"}, {"action": 77, "resource": "cHWt5Y2v"}]}' '3CVN0RAa' --login_with_auth "Bearer foo" +iam-admin-add-client-permissions-v3 '{"permissions": [{"action": 22, "resource": "YmI2OpMN"}, {"action": 21, "resource": "TMqVPmFM"}, {"action": 9, "resource": "qB7uAlkR"}]}' '3qGOIkYN' --login_with_auth "Bearer foo" +iam-admin-delete-client-permission-v3 '95' '6Ldmqp3t' 'zpQlMSB5' --login_with_auth "Bearer foo" iam-admin-get-country-list-v3 --login_with_auth "Bearer foo" iam-admin-get-country-blacklist-v3 --login_with_auth "Bearer foo" -iam-admin-add-country-blacklist-v3 '{"blacklist": ["yYyrjSp0", "oJIhPAtG", "3zOCddQC"]}' --login_with_auth "Bearer foo" +iam-admin-add-country-blacklist-v3 '{"blacklist": ["b0jv31sa", "mOzW30zM", "vlQjpxyl"]}' --login_with_auth "Bearer foo" iam-retrieve-all-third-party-login-platform-credential-v3 --login_with_auth "Bearer foo" iam-retrieve-all-active-third-party-login-platform-credential-v3 --login_with_auth "Bearer foo" iam-retrieve-all-sso-login-platform-credential-v3 --login_with_auth "Bearer foo" -iam-retrieve-third-party-login-platform-credential-v3 'yAK0jNk2' --login_with_auth "Bearer foo" -iam-add-third-party-login-platform-credential-v3 '{"ACSURL": "Ew5m3Xyi", "AWSCognitoRegion": "YbrUkhP4", "AWSCognitoUserPool": "k5GE2QQL", "AllowedClients": ["Dc2WEs8I", "C1e6Mhiu", "FpGqT3AO"], "AppId": "QzZHQmqf", "AuthorizationEndpoint": "oISbQmEl", "ClientId": "omaS66AB", "Environment": "d5197bxg", "FederationMetadataURL": "RqxXPije", "GenericOauthFlow": true, "IsActive": true, "Issuer": "roPTGhYu", "JWKSEndpoint": "NhYYFdzV", "KeyID": "nJsAFShW", "NetflixCertificates": {"encryptedPrivateKey": "S1yYLMWr", "encryptedPrivateKeyName": "TEFaqa0J", "publicCertificate": "uMHfo8WK", "publicCertificateName": "7b3xNBl5", "rootCertificate": "5qMGpiBi", "rootCertificateName": "xuuRdMzD"}, "OrganizationId": "8dUDAPqU", "PlatformName": "i61XNwMj", "RedirectUri": "BhZLuYhn", "RegisteredDomains": [{"affectedClientIDs": ["WIDHaN8A", "vLicZ82e", "xbOTFsqd"], "domain": "gUPEDRK0", "namespaces": ["R4xa6zBv", "zZzMm2P0", "E6KVNllL"], "roleId": "g8yJwaVF"}, {"affectedClientIDs": ["iCWIZdxi", "0Kt8Ju8T", "vjklXlBS"], "domain": "YoVrZmEj", "namespaces": ["VUWJmPlu", "PqJp25xL", "55XIHL9q"], "roleId": "nYTGIbHM"}, {"affectedClientIDs": ["H6xtnySO", "xtocJEdn", "1ihq9cwr"], "domain": "lNkF2QL2", "namespaces": ["fBG3bZQH", "B6SXJZAI", "4wXjBido"], "roleId": "C9E3O8Jy"}], "Secret": "TkuqGDKQ", "TeamID": "NcyKz9IJ", "TokenAuthenticationType": "1MnOvbTv", "TokenClaimsMapping": {"fBjYRqsw": "SHdxTrMh", "Yg0c5ve5": "bMOsrmSz", "onhNI7ao": "rTxu2mvl"}, "TokenEndpoint": "lN3g0VeW", "UserInfoEndpoint": "HWfPVOg8", "UserInfoHTTPMethod": "MSGbclTy", "scopes": ["wzjRqwJ7", "FIy26ikG", "fuCjbX4L"]}' 'UQohcq1m' --login_with_auth "Bearer foo" -iam-delete-third-party-login-platform-credential-v3 'MZCiam5E' --login_with_auth "Bearer foo" -iam-update-third-party-login-platform-credential-v3 '{"ACSURL": "5XYtDv8b", "AWSCognitoRegion": "SgfFYEzG", "AWSCognitoUserPool": "RkP2TlYG", "AllowedClients": ["SntjbFU1", "m0PTalIT", "cC691LRR"], "AppId": "vq2FXdbs", "AuthorizationEndpoint": "N9EbP8ve", "ClientId": "A5l4AHxx", "Environment": "ss8UgMp5", "FederationMetadataURL": "3sYiAqBb", "GenericOauthFlow": true, "IsActive": true, "Issuer": "2Pgo77ee", "JWKSEndpoint": "SABJ52HI", "KeyID": "oSPwdGj9", "NetflixCertificates": {"encryptedPrivateKey": "uGiWh6ZK", "encryptedPrivateKeyName": "U0XVmlFL", "publicCertificate": "5qq5WJ0Q", "publicCertificateName": "Nlyqpfq6", "rootCertificate": "88etzeSM", "rootCertificateName": "fJpywfwF"}, "OrganizationId": "Xj3LTfJ7", "PlatformName": "uZ1eqGqF", "RedirectUri": "FnRcYtjD", "RegisteredDomains": [{"affectedClientIDs": ["IkrS2FmC", "lxHawH6w", "TZWil3ax"], "domain": "MlGRMvJz", "namespaces": ["UnOsHEmE", "zNWfCNt2", "XLXq0L1L"], "roleId": "e5AIQNuh"}, {"affectedClientIDs": ["7Hi3qGYy", "62wLjYlS", "mxqKQy89"], "domain": "ZJQtgMir", "namespaces": ["EEsEPlFH", "jPV6zrcc", "2FHj1GdM"], "roleId": "yw5rRIX8"}, {"affectedClientIDs": ["ngRmO7mY", "nFLqydiC", "nwmjCY2w"], "domain": "K5YbcpGU", "namespaces": ["HO6E1tIB", "riMHsnRa", "wNCNWhDJ"], "roleId": "LgEbMRa2"}], "Secret": "gc6yYxrp", "TeamID": "JFun3PHn", "TokenAuthenticationType": "jZoIOU9I", "TokenClaimsMapping": {"BKJx9oMh": "l5STcFy7", "QBtIPbqc": "WTGC7EDF", "X48wIA5y": "BGkotHzC"}, "TokenEndpoint": "hDGbHY0B", "UserInfoEndpoint": "fToaMNJz", "UserInfoHTTPMethod": "ArPSLSN8", "scopes": ["OFHec5uk", "gfYtElYA", "WEusgMbo"]}' 'GDHeuwiw' --login_with_auth "Bearer foo" -iam-update-third-party-login-platform-domain-v3 '{"affectedClientIDs": ["xTXSmZvW", "2b4bY5bG", "CX5A8tB6"], "assignedNamespaces": ["vuTbMFEm", "iU9IkZvV", "RTjzJMRZ"], "domain": "SmRgXNKC", "roleId": "q0wuFQjt"}' 'YZq3DOxx' --login_with_auth "Bearer foo" -iam-delete-third-party-login-platform-domain-v3 '{"domain": "7zpES7Js"}' 'EYFoTVHW' --login_with_auth "Bearer foo" -iam-retrieve-sso-login-platform-credential 'nnvw3ncJ' --login_with_auth "Bearer foo" -iam-add-sso-login-platform-credential '{"acsUrl": "nzFIqa7w", "apiKey": "gFc28EiX", "appId": "xoKIRWYP", "federationMetadataUrl": "jlA432QW", "isActive": false, "redirectUri": "Hl9SLBNy", "secret": "qBNGXu0c", "ssoUrl": "mACY1HLo"}' 'VP49jmm3' --login_with_auth "Bearer foo" -iam-delete-sso-login-platform-credential-v3 'DaZEJHAC' --login_with_auth "Bearer foo" -iam-update-sso-platform-credential '{"acsUrl": "vQ9GvqmU", "apiKey": "vNyvmIjT", "appId": "xdc1BXES", "federationMetadataUrl": "uTNWcM0y", "isActive": true, "redirectUri": "jQ50y7KT", "secret": "OZzyHKd4", "ssoUrl": "GUOkpX9L"}' 'dcH4qJ6C' --login_with_auth "Bearer foo" -iam-admin-list-user-id-by-platform-user-i-ds-v3 '{"platformUserIds": ["93TE3jFB", "GyYFOKGM", "vovv4DYW"]}' 'iF58AxnG' --login_with_auth "Bearer foo" -iam-admin-get-user-by-platform-user-idv3 'lJm420Bj' 'zvfhE8e8' --login_with_auth "Bearer foo" -iam-get-admin-users-by-role-id-v3 'gkENMlc2' --login_with_auth "Bearer foo" +iam-retrieve-third-party-login-platform-credential-v3 '1VkNILBc' --login_with_auth "Bearer foo" +iam-add-third-party-login-platform-credential-v3 '{"ACSURL": "irKrHJBH", "AWSCognitoRegion": "QgekemPL", "AWSCognitoUserPool": "8FhAfQf1", "AllowedClients": ["o6dpg7bP", "R7RUIcOe", "yedB72Ui"], "AppId": "porsl0EE", "AuthorizationEndpoint": "BarXAUbs", "ClientId": "4tGBKinN", "Environment": "QOWEIACF", "FederationMetadataURL": "ITq34hRN", "GenericOauthFlow": false, "IsActive": false, "Issuer": "6LuUjhIy", "JWKSEndpoint": "JdVQDav4", "KeyID": "0bmF2d2A", "NetflixCertificates": {"encryptedPrivateKey": "OAFrhQMK", "encryptedPrivateKeyName": "nvQWvP3d", "publicCertificate": "pfdA5435", "publicCertificateName": "7ZKPKSdj", "rootCertificate": "bfpaoozC", "rootCertificateName": "oXV1WRFY"}, "OrganizationId": "HkVzT2iE", "PlatformName": "rciGZH4p", "RedirectUri": "WSV9eYtb", "RegisteredDomains": [{"affectedClientIDs": ["FfY8dMIw", "DmNJJMZT", "H9mC3kt3"], "domain": "p6KtRUIb", "namespaces": ["h1sY0JRG", "FOVwqpkC", "vzZ2Vn4y"], "roleId": "kkSmOzoY"}, {"affectedClientIDs": ["BD2FV929", "Q3Bajqyq", "sGvxz9nv"], "domain": "tD23Dm0V", "namespaces": ["HajXZwHF", "T3NHE8LC", "sxZSEfxU"], "roleId": "JUzlvAPX"}, {"affectedClientIDs": ["qxO6ZGZ6", "5m67PqUG", "ecSqVbIC"], "domain": "KIwUB1Md", "namespaces": ["kMyvKejE", "xXrbJ4hc", "9ajOvvwu"], "roleId": "OhSedbLX"}], "Secret": "YjV71bu8", "TeamID": "wtKykUIq", "TokenAuthenticationType": "xRD2dzRz", "TokenClaimsMapping": {"FJkyQOGM": "0yncH9sW", "BWm2KW6C": "lq4BL6Wc", "o7g1BrcR": "wT5LWzTO"}, "TokenEndpoint": "TdAGQXNN", "UserInfoEndpoint": "KnTgvgjp", "UserInfoHTTPMethod": "MjHp4Sk8", "scopes": ["KIxoiJK9", "gB2T9Quc", "Gfhr0fxG"]}' 'LHzEJUa0' --login_with_auth "Bearer foo" +iam-delete-third-party-login-platform-credential-v3 'JTr1Uf8C' --login_with_auth "Bearer foo" +iam-update-third-party-login-platform-credential-v3 '{"ACSURL": "Z2rMvprT", "AWSCognitoRegion": "UuUJZEBG", "AWSCognitoUserPool": "U9PnrQDU", "AllowedClients": ["5Bw35mus", "2JNTxnOG", "ZZhPq5kX"], "AppId": "OuhwHW6f", "AuthorizationEndpoint": "nPuMjsis", "ClientId": "n0tZ3vzD", "Environment": "hPuAYywM", "FederationMetadataURL": "SGVa2Mc5", "GenericOauthFlow": false, "IsActive": true, "Issuer": "idUA7kA2", "JWKSEndpoint": "YP7UYewD", "KeyID": "jEvWIAHo", "NetflixCertificates": {"encryptedPrivateKey": "eZ2XySci", "encryptedPrivateKeyName": "PqRM7AfR", "publicCertificate": "dQbpwvui", "publicCertificateName": "gen2R9fp", "rootCertificate": "fMB0h0RM", "rootCertificateName": "hZg5m6cw"}, "OrganizationId": "pKYFFr1m", "PlatformName": "WgpSXJKh", "RedirectUri": "XlZQPUI1", "RegisteredDomains": [{"affectedClientIDs": ["fdktZo44", "vrGHv8Ky", "OuMfc9bs"], "domain": "NovmvudN", "namespaces": ["oKXlYSVw", "VdXJVLUa", "kJh0QDF4"], "roleId": "IYg9YALV"}, {"affectedClientIDs": ["QO5bVh2q", "CHMpF38C", "x1R8VaHw"], "domain": "bpQb0Ilj", "namespaces": ["Oe72OpBG", "UnlCu9bb", "1IeOXpZS"], "roleId": "MM8C4YEM"}, {"affectedClientIDs": ["xMP7g3Yw", "VbmJbMnv", "ago9E9hR"], "domain": "MEtpwhgp", "namespaces": ["j5ewVTob", "CyQ2iul5", "T9AXyJrj"], "roleId": "syJrCUqg"}], "Secret": "LDmr0K2h", "TeamID": "luDev8Fh", "TokenAuthenticationType": "d9Y8EARp", "TokenClaimsMapping": {"CHLbMGBP": "zTjeJ3aV", "5C0dJOJY": "KaXJLr56", "2VO96Cf9": "Nq1xsmbZ"}, "TokenEndpoint": "myKLtnfV", "UserInfoEndpoint": "MQ9NbUR3", "UserInfoHTTPMethod": "E36m1Wys", "scopes": ["miMkJblk", "24C8HMJG", "icSDzysm"]}' 'q9GjOioL' --login_with_auth "Bearer foo" +iam-update-third-party-login-platform-domain-v3 '{"affectedClientIDs": ["uOhKYxk8", "cTgbe28I", "rPAlX373"], "assignedNamespaces": ["SKcbs5NA", "dO0WRyE2", "Mei0ZZrh"], "domain": "3UwlAvET", "roleId": "mcoskIFW"}' 'KNbANPyk' --login_with_auth "Bearer foo" +iam-delete-third-party-login-platform-domain-v3 '{"domain": "jUZip5wP"}' '0MRBOAUf' --login_with_auth "Bearer foo" +iam-retrieve-sso-login-platform-credential 'wnkWawMV' --login_with_auth "Bearer foo" +iam-add-sso-login-platform-credential '{"acsUrl": "e3anHXKi", "apiKey": "nwWLXaTe", "appId": "uS4SdhPZ", "federationMetadataUrl": "k4ZwbqFK", "isActive": true, "redirectUri": "mjtRHrnN", "secret": "IBTAqhIb", "ssoUrl": "xDZ0AKZB"}' 'DKSO2zRL' --login_with_auth "Bearer foo" +iam-delete-sso-login-platform-credential-v3 'UhhiznM5' --login_with_auth "Bearer foo" +iam-update-sso-platform-credential '{"acsUrl": "kKCu4osO", "apiKey": "fsePhHjq", "appId": "N1NAcf0L", "federationMetadataUrl": "d3Q9ZcH5", "isActive": true, "redirectUri": "84HmbClg", "secret": "2X2gaqDP", "ssoUrl": "WQb3s1U3"}' 'VtOaG1sY' --login_with_auth "Bearer foo" +iam-admin-list-user-id-by-platform-user-i-ds-v3 '{"platformUserIds": ["ewo89End", "WQoQFWnt", "KQBWjKxO"]}' 'BKMEpRK4' --login_with_auth "Bearer foo" +iam-admin-get-user-by-platform-user-idv3 '27cRIV7f' 'fMXCG8Re' --login_with_auth "Bearer foo" +iam-get-admin-users-by-role-id-v3 'fQye4Axo' --login_with_auth "Bearer foo" iam-admin-get-user-by-email-address-v3 --login_with_auth "Bearer foo" -iam-admin-get-bulk-user-ban-v3 '{"bulkUserId": ["2QtFKLID", "r5oCLafd", "iFUot8a7"]}' --login_with_auth "Bearer foo" -iam-admin-list-user-id-by-user-i-ds-v3 '{"userIds": ["7YxMCoWM", "CiGc3U5q", "RtThbEBX"]}' --login_with_auth "Bearer foo" -iam-admin-bulk-get-users-platform '{"userIds": ["jcpuBaU6", "tyqnok3D", "5KKCp5Jr"]}' --login_with_auth "Bearer foo" -iam-admin-invite-user-v3 '{"emailAddresses": ["dbHxOyMD", "IRFOB4uG", "BQPZ9nwQ"], "isAdmin": false, "namespace": "0OlpsZtF", "roles": ["7Robue4I", "sAqCNida", "3HTzpTjc"]}' --login_with_auth "Bearer foo" -iam-admin-query-third-platform-link-history-v3 'iEP7yWH5' --login_with_auth "Bearer foo" +iam-admin-get-bulk-user-ban-v3 '{"bulkUserId": ["OncosVFM", "jTOMInhK", "sNyNnaM5"]}' --login_with_auth "Bearer foo" +iam-admin-list-user-id-by-user-i-ds-v3 '{"userIds": ["bfYcSAh8", "0690Z5PT", "7Z6QG1aB"]}' --login_with_auth "Bearer foo" +iam-admin-bulk-get-users-platform '{"userIds": ["n6hIafWh", "kx5aETtq", "ubmSp1fj"]}' --login_with_auth "Bearer foo" +iam-admin-invite-user-v3 '{"emailAddresses": ["P2pLzmOb", "uZjarcKU", "Yf9S0pVF"], "isAdmin": true, "namespace": "W4IsDbE6", "roles": ["ywOIkrS5", "TLJyBTCv", "9F0a3qFM"]}' --login_with_auth "Bearer foo" +iam-admin-query-third-platform-link-history-v3 'qMi8YBy2' --login_with_auth "Bearer foo" iam-admin-list-users-v3 --login_with_auth "Bearer foo" iam-admin-search-user-v3 --login_with_auth "Bearer foo" -iam-admin-get-bulk-user-by-email-address-v3 '{"listEmailAddressRequest": ["fLwm1neY", "quc1XGiM", "0WRrc0p7"]}' --login_with_auth "Bearer foo" -iam-admin-get-user-by-user-id-v3 'TcBdIFGb' --login_with_auth "Bearer foo" -iam-admin-update-user-v3 '{"avatarUrl": "MF5wm57d", "country": "FOLSmHGT", "dateOfBirth": "xieiWpeh", "displayName": "SyolChvV", "languageTag": "H4qS7XsL", "userName": "mhvJh92Q"}' 'lDmguIvY' --login_with_auth "Bearer foo" -iam-admin-get-user-ban-v3 'fmIb2x70' --login_with_auth "Bearer foo" -iam-admin-ban-user-v3 '{"ban": "03QNI3aV", "comment": "RgxCNHfa", "endDate": "fP4Z3h9S", "reason": "4VpBTO9v", "skipNotif": false}' '9r9IyUcC' --login_with_auth "Bearer foo" -iam-admin-update-user-ban-v3 '{"enabled": false, "skipNotif": false}' 'GZBrnepj' 'hQSJXI4o' --login_with_auth "Bearer foo" -iam-admin-send-verification-code-v3 '{"context": "VrQtTcmQ", "emailAddress": "QGl0SuiB", "languageTag": "wrqgR6aq"}' 'q7SZUrf8' --login_with_auth "Bearer foo" -iam-admin-verify-account-v3 '{"Code": "dczhylPC", "ContactType": "irvTLkuk", "LanguageTag": "NdFfFPH8", "validateOnly": false}' 'ADcvvP7K' --login_with_auth "Bearer foo" -iam-get-user-verification-code 'dnItXpw2' --login_with_auth "Bearer foo" -iam-admin-get-user-deletion-status-v3 'qyHf8o89' --login_with_auth "Bearer foo" -iam-admin-update-user-deletion-status-v3 '{"deletionDate": 21, "enabled": true}' '6TCUb99r' --login_with_auth "Bearer foo" -iam-admin-upgrade-headless-account-v3 '{"code": "2OCFUZY1", "country": "wQhqJPHR", "dateOfBirth": "I8L7V6HD", "displayName": "TqCJzOCK", "emailAddress": "UIEFxkZb", "password": "ld1XY2rB", "validateOnly": false}' 'iknP9tEF' --login_with_auth "Bearer foo" -iam-admin-delete-user-information-v3 'fvxdltwd' --login_with_auth "Bearer foo" -iam-admin-get-user-login-histories-v3 '39FEXrGo' --login_with_auth "Bearer foo" -iam-admin-reset-password-v3 '{"languageTag": "1tFN50o3", "newPassword": "a1DOzz1r", "oldPassword": "4kuSoqob"}' 'FCI4Wbw9' --login_with_auth "Bearer foo" -iam-admin-update-user-permission-v3 '{"Permissions": [{"Action": 77, "Resource": "RZcj2pvr", "SchedAction": 35, "SchedCron": "M7xmt86f", "SchedRange": ["yDZflfrf", "KBkPgDZd", "jyHM4IIQ"]}, {"Action": 31, "Resource": "MSO59z0T", "SchedAction": 28, "SchedCron": "cY4Yid1T", "SchedRange": ["GjyySFGg", "2E1KctG5", "DOKWHQvs"]}, {"Action": 52, "Resource": "sCDmW16u", "SchedAction": 33, "SchedCron": "dpxvLsuQ", "SchedRange": ["av0ejz6v", "ol0DC8S9", "xbtRDNGF"]}]}' '5Gqr9Ylh' --login_with_auth "Bearer foo" -iam-admin-add-user-permissions-v3 '{"Permissions": [{"Action": 13, "Resource": "60dfF7pr", "SchedAction": 71, "SchedCron": "j2ebH3QT", "SchedRange": ["848VYSxn", "bmqwtAM2", "NKsqGFIH"]}, {"Action": 27, "Resource": "nWawOBRb", "SchedAction": 80, "SchedCron": "heXlMSd0", "SchedRange": ["8gWg5M5u", "D4w6u1jf", "PgCyfvDZ"]}, {"Action": 55, "Resource": "yDG8IY3v", "SchedAction": 35, "SchedCron": "AJa2Kifg", "SchedRange": ["Zh8NUzIA", "8ACT9bUe", "c8ht2RZw"]}]}' 'vRY6VtxY' --login_with_auth "Bearer foo" -iam-admin-delete-user-permission-bulk-v3 '[{"Action": 47, "Resource": "F4ncFYPg"}, {"Action": 44, "Resource": "jkIGyVVp"}, {"Action": 38, "Resource": "y5v2Bpuv"}]' 'r7sQX99d' --login_with_auth "Bearer foo" -iam-admin-delete-user-permission-v3 '52' 'NYrXALC4' 'beTwcCPN' --login_with_auth "Bearer foo" -iam-admin-get-user-platform-accounts-v3 'KOTUYIIs' --login_with_auth "Bearer foo" -iam-admin-get-list-justice-platform-accounts '4jIj5EQI' --login_with_auth "Bearer foo" -iam-admin-get-user-mapping 'i4JFjpi3' '8M0OKshd' --login_with_auth "Bearer foo" -iam-admin-create-justice-user 'ICpsWlom' 'aWUZ1ktJ' --login_with_auth "Bearer foo" -iam-admin-link-platform-account '{"platformId": "DbnJom35", "platformUserId": "pDInRvTM"}' '6jZF0BKK' --login_with_auth "Bearer foo" -iam-admin-platform-unlink-v3 '{"platformNamespace": "vbb3mo2F"}' 'PaQz8fZI' 'naNAgN9z' --login_with_auth "Bearer foo" -iam-admin-platform-link-v3 'el7npgeg' 'SmhhyMJQ' 'F7ngop5Y' --login_with_auth "Bearer foo" -iam-admin-delete-user-linking-history-by-platform-idv3 'tVZe1uTt' 'SF7x0LEl' --login_with_auth "Bearer foo" -iam-admin-get-third-party-platform-token-link-status-v3 'SageHiVZ' 'qaWnuRNo' 'bUsMDCFv' --login_with_auth "Bearer foo" -iam-admin-get-user-single-platform-account '1oGYZHKj' 'knVc4Tnp' --login_with_auth "Bearer foo" -iam-admin-delete-user-roles-v3 '["VlpKdCg6", "oo5DjXNB", "fEr4oxix"]' '9Ew9lu0D' --login_with_auth "Bearer foo" -iam-admin-save-user-role-v3 '[{"namespace": "FUyNdDn4", "roleId": "D6Pw1kr6"}, {"namespace": "1Y5ht8rj", "roleId": "wTyZ28PW"}, {"namespace": "IBbJyaHG", "roleId": "D8Le8qLy"}]' 'qS183rpJ' --login_with_auth "Bearer foo" -iam-admin-add-user-role-v3 'NHMCiij3' 'fblotdog' --login_with_auth "Bearer foo" -iam-admin-delete-user-role-v3 'QkQswKty' 'TVSSuNrd' --login_with_auth "Bearer foo" -iam-admin-update-user-status-v3 '{"enabled": true, "reason": "krTdt02e"}' 'EUwB46hr' --login_with_auth "Bearer foo" -iam-admin-trustly-update-user-identity '{"emailAddress": "w1H8S0rC", "password": "OCET87UY"}' 'dedSptt4' --login_with_auth "Bearer foo" -iam-admin-verify-user-without-verification-code-v3 'TSSKVHOs' --login_with_auth "Bearer foo" -iam-admin-update-client-secret-v3 '{"newSecret": "6nt3KX1c"}' 'YNwcFC31' --login_with_auth "Bearer foo" +iam-admin-get-bulk-user-by-email-address-v3 '{"listEmailAddressRequest": ["mpbfakkX", "P0KQsV3i", "Kry2QLyI"]}' --login_with_auth "Bearer foo" +iam-admin-get-user-by-user-id-v3 '5Qz1tYfk' --login_with_auth "Bearer foo" +iam-admin-update-user-v3 '{"avatarUrl": "hVToCqkF", "country": "jN8E7wvl", "dateOfBirth": "FKkN7G7J", "displayName": "wFfqFcEV", "languageTag": "oE02yEPI", "userName": "9b2A1FrM"}' 'k4kltcvx' --login_with_auth "Bearer foo" +iam-admin-get-user-ban-v3 'jWK6Zq6h' --login_with_auth "Bearer foo" +iam-admin-ban-user-v3 '{"ban": "heaEXAnQ", "comment": "1ohOHCLR", "endDate": "ixG377Yq", "reason": "QVaQKjaF", "skipNotif": false}' 'dG83tAd1' --login_with_auth "Bearer foo" +iam-admin-update-user-ban-v3 '{"enabled": true, "skipNotif": true}' '77KJbLYe' '5ljbmocK' --login_with_auth "Bearer foo" +iam-admin-send-verification-code-v3 '{"context": "MxFq9JFr", "emailAddress": "EUBOmj7l", "languageTag": "MituDP5x"}' 'tW6HBoe5' --login_with_auth "Bearer foo" +iam-admin-verify-account-v3 '{"Code": "nSZvNEUv", "ContactType": "2wZlu5OL", "LanguageTag": "W41XujwU", "validateOnly": true}' 'd7zOb7aU' --login_with_auth "Bearer foo" +iam-get-user-verification-code '2umrVdEU' --login_with_auth "Bearer foo" +iam-admin-get-user-deletion-status-v3 'JSUtiLkm' --login_with_auth "Bearer foo" +iam-admin-update-user-deletion-status-v3 '{"deletionDate": 63, "enabled": true}' 'kTmSw0CL' --login_with_auth "Bearer foo" +iam-admin-upgrade-headless-account-v3 '{"code": "9uTO4HaQ", "country": "D8fQvd8g", "dateOfBirth": "mQb9OIH8", "displayName": "P6nCv5eL", "emailAddress": "KyYWBula", "password": "UGgmBqVk", "validateOnly": false}' 'DMjd4Ucc' --login_with_auth "Bearer foo" +iam-admin-delete-user-information-v3 'AoK6IL0b' --login_with_auth "Bearer foo" +iam-admin-get-user-login-histories-v3 'n2j640H0' --login_with_auth "Bearer foo" +iam-admin-reset-password-v3 '{"languageTag": "siPN2RKo", "newPassword": "bmzK0wIO", "oldPassword": "iwYxcyZh"}' 'k3XOiZBr' --login_with_auth "Bearer foo" +iam-admin-update-user-permission-v3 '{"Permissions": [{"Action": 30, "Resource": "coT8oORJ", "SchedAction": 76, "SchedCron": "iTKIkhRW", "SchedRange": ["26YdF61S", "X99E3B61", "FlkOb7Ga"]}, {"Action": 52, "Resource": "9LCqup0P", "SchedAction": 17, "SchedCron": "2truGZTq", "SchedRange": ["tdWjpEua", "xExbJ7Oe", "a9x2eoYm"]}, {"Action": 83, "Resource": "rG0dh2Z4", "SchedAction": 57, "SchedCron": "q3aRwvFo", "SchedRange": ["u2IO9JRa", "SYCqrj9u", "TAWTJ7su"]}]}' 'mgKyW1vw' --login_with_auth "Bearer foo" +iam-admin-add-user-permissions-v3 '{"Permissions": [{"Action": 99, "Resource": "uKZCPwsx", "SchedAction": 9, "SchedCron": "pg1ihTID", "SchedRange": ["G38Ht98G", "TXC3lwHX", "KmHvKH2p"]}, {"Action": 27, "Resource": "1ZRDMT0Y", "SchedAction": 9, "SchedCron": "ecRmhsm4", "SchedRange": ["T1PqpErL", "KGzECbf8", "UarA5xju"]}, {"Action": 21, "Resource": "CWXzzNNi", "SchedAction": 91, "SchedCron": "FRDEQcTK", "SchedRange": ["7jzodeGD", "yjnpveXG", "d9BrxYEk"]}]}' 'ylGuhobl' --login_with_auth "Bearer foo" +iam-admin-delete-user-permission-bulk-v3 '[{"Action": 23, "Resource": "pvXDZoM3"}, {"Action": 73, "Resource": "EcSeoayo"}, {"Action": 54, "Resource": "W8UUzTi0"}]' 'NIwN1zS8' --login_with_auth "Bearer foo" +iam-admin-delete-user-permission-v3 '25' 'wSclwXxb' 'YTgsUBlC' --login_with_auth "Bearer foo" +iam-admin-get-user-platform-accounts-v3 'QFfhQ04U' --login_with_auth "Bearer foo" +iam-admin-get-list-justice-platform-accounts 'gpLgwKe9' --login_with_auth "Bearer foo" +iam-admin-get-user-mapping 'IDn5XC6Y' 'EkaMYs4I' --login_with_auth "Bearer foo" +iam-admin-create-justice-user 'lf4j5zhf' 'orybgffY' --login_with_auth "Bearer foo" +iam-admin-link-platform-account '{"platformId": "FKT2sjjD", "platformUserId": "vKzIYQQc"}' 'PBFAPab6' --login_with_auth "Bearer foo" +iam-admin-platform-unlink-v3 '{"platformNamespace": "ODez27uz"}' 'VDfc6N4h' 'vfED5ScC' --login_with_auth "Bearer foo" +iam-admin-platform-link-v3 'vVcdb0zL' 'kXYQvvh8' 'BFdfNu0T' --login_with_auth "Bearer foo" +iam-admin-delete-user-linking-history-by-platform-idv3 'ENDHqz1V' 'v7qRcqMJ' --login_with_auth "Bearer foo" +iam-admin-get-third-party-platform-token-link-status-v3 'qcKZq4fD' 'GWIQqDSE' 'MXSFxmAH' --login_with_auth "Bearer foo" +iam-admin-get-user-single-platform-account 'kYHwHsA6' 'tMaXweAD' --login_with_auth "Bearer foo" +iam-admin-delete-user-roles-v3 '["h2w8momx", "CpSf7386", "Sh04lPcD"]' '9rNFmo6m' --login_with_auth "Bearer foo" +iam-admin-save-user-role-v3 '[{"namespace": "tD9ciBr5", "roleId": "qQsQo7eV"}, {"namespace": "mrtH6Dmf", "roleId": "ttaxXEZQ"}, {"namespace": "ws7X4TrH", "roleId": "tNgNmQax"}]' 'YrtKX3ny' --login_with_auth "Bearer foo" +iam-admin-add-user-role-v3 'vE4bnV25' 'gwRYbVS2' --login_with_auth "Bearer foo" +iam-admin-delete-user-role-v3 'bOY1I0Tr' 'fhVhiV72' --login_with_auth "Bearer foo" +iam-admin-update-user-status-v3 '{"enabled": false, "reason": "H8WKnBpL"}' 'blXe00yk' --login_with_auth "Bearer foo" +iam-admin-trustly-update-user-identity '{"emailAddress": "DwsRtlZu", "password": "62hGxY7B"}' '58qPcmdf' --login_with_auth "Bearer foo" +iam-admin-verify-user-without-verification-code-v3 'CEYcHIcD' --login_with_auth "Bearer foo" +iam-admin-update-client-secret-v3 '{"newSecret": "pQbyNxNT"}' '3x72bzvc' --login_with_auth "Bearer foo" iam-admin-get-roles-v3 --login_with_auth "Bearer foo" -iam-admin-create-role-v3 '{"adminRole": false, "deletable": false, "isWildcard": false, "managers": [{"displayName": "UVTVAzj4", "namespace": "qtRB7WJJ", "userId": "vIEQgn0S"}, {"displayName": "a5lDbFsw", "namespace": "74i21Sv4", "userId": "E5ExShiv"}, {"displayName": "sckX1Deh", "namespace": "lRLFvqfO", "userId": "dCu6IUXE"}], "members": [{"displayName": "WYhkk1Fv", "namespace": "exBdx2yv", "userId": "YvxurleE"}, {"displayName": "xbBKesjo", "namespace": "TXCg6twg", "userId": "aYacuwEF"}, {"displayName": "xda46J1X", "namespace": "4PDch6zY", "userId": "Gfd3zazL"}], "permissions": [{"action": 15, "resource": "vNnlqaac", "schedAction": 96, "schedCron": "N0BWMLVp", "schedRange": ["xWyaUY6R", "Iv5e6nuw", "CjSOV5Hs"]}, {"action": 72, "resource": "3rWe2b5a", "schedAction": 9, "schedCron": "ipX1G0Ax", "schedRange": ["VMa31lrF", "Qvvvn1rR", "6W3Pph3W"]}, {"action": 95, "resource": "IDfzMMj2", "schedAction": 65, "schedCron": "o2moxYYE", "schedRange": ["uPbKbjfx", "UuKmg3Zo", "vaVJMUYd"]}], "roleName": "dDVC9quW"}' --login_with_auth "Bearer foo" -iam-admin-get-role-v3 'fmIiWO9q' --login_with_auth "Bearer foo" -iam-admin-delete-role-v3 'iCK961xB' --login_with_auth "Bearer foo" -iam-admin-update-role-v3 '{"deletable": false, "isWildcard": true, "roleName": "i6SWXNaF"}' '8URLvVaQ' --login_with_auth "Bearer foo" -iam-admin-get-role-admin-status-v3 'IBPRteqy' --login_with_auth "Bearer foo" -iam-admin-update-admin-role-status-v3 'RAn6T4B1' --login_with_auth "Bearer foo" -iam-admin-remove-role-admin-v3 'DVB3fBKE' --login_with_auth "Bearer foo" -iam-admin-get-role-managers-v3 '0yWDhGju' --login_with_auth "Bearer foo" -iam-admin-add-role-managers-v3 '{"managers": [{"displayName": "BA5sXjCd", "namespace": "8nBqfB0Z", "userId": "NADibhnc"}, {"displayName": "8yS4QadQ", "namespace": "TlzBlz8d", "userId": "qCJcTu1D"}, {"displayName": "dCZfAydY", "namespace": "dM1uHz2s", "userId": "7lLSQ5nl"}]}' '462Uh29Y' --login_with_auth "Bearer foo" -iam-admin-remove-role-managers-v3 '{"managers": [{"displayName": "FJA60mMc", "namespace": "pmOoQhh2", "userId": "RYVeqCir"}, {"displayName": "Pxjo125Y", "namespace": "2uCKFOtg", "userId": "TpuXgOrf"}, {"displayName": "386bkGxd", "namespace": "ONPbIbWp", "userId": "B2ytKpy5"}]}' '1vQ7ZOEg' --login_with_auth "Bearer foo" -iam-admin-get-role-members-v3 'wv3A2twP' --login_with_auth "Bearer foo" -iam-admin-add-role-members-v3 '{"members": [{"displayName": "ZSJUM2jm", "namespace": "GDUaq8ZH", "userId": "df6DmgTl"}, {"displayName": "j0pu0SoW", "namespace": "mqMuEV2g", "userId": "jrCN0P1y"}, {"displayName": "5lgwRPEI", "namespace": "L2XpHgiI", "userId": "BOVM0Ksp"}]}' 'Q3O9Jh91' --login_with_auth "Bearer foo" -iam-admin-remove-role-members-v3 '{"members": [{"displayName": "Y8ln6PEx", "namespace": "x1SeZZyw", "userId": "FrnCRHju"}, {"displayName": "iwsK734q", "namespace": "irn3z2VR", "userId": "H7AtNSFe"}, {"displayName": "Wf5ufz3s", "namespace": "tWh7VKp3", "userId": "lKucGd4a"}]}' 'lXGZN0mf' --login_with_auth "Bearer foo" -iam-admin-update-role-permissions-v3 '{"permissions": [{"action": 62, "resource": "uGeUJuWE", "schedAction": 8, "schedCron": "JBBK64Wb", "schedRange": ["nx7GqDDO", "zV0sjHr0", "u4tsHnM0"]}, {"action": 2, "resource": "iZIrx2Ra", "schedAction": 0, "schedCron": "epTW7lDt", "schedRange": ["m22Wpu0Q", "0IRwauIs", "aslVk0US"]}, {"action": 27, "resource": "A42eLdqQ", "schedAction": 22, "schedCron": "fIZUWOW8", "schedRange": ["TptRlcsY", "PKNPTuf8", "hxLUKpTg"]}]}' '182xBkcy' --login_with_auth "Bearer foo" -iam-admin-add-role-permissions-v3 '{"permissions": [{"action": 46, "resource": "ianJpVxm", "schedAction": 2, "schedCron": "qD5zLWNm", "schedRange": ["qVFDfJqV", "cApPVY4u", "cuqcXrSw"]}, {"action": 78, "resource": "NIAZbD6m", "schedAction": 20, "schedCron": "KBPjK4Xw", "schedRange": ["uDeXEdPi", "jWBWC5Xi", "c4iKTjdt"]}, {"action": 21, "resource": "SolADFEW", "schedAction": 48, "schedCron": "t2OHMmjP", "schedRange": ["Ru4J9Voh", "0Jfcbkb3", "8CNCZVH5"]}]}' 'D0TRX0uc' --login_with_auth "Bearer foo" -iam-admin-delete-role-permissions-v3 '["0XSYxoWV", "BAl3HmjR", "nMiE8t1l"]' 'yF590PR3' --login_with_auth "Bearer foo" -iam-admin-delete-role-permission-v3 '69' 'G7AOPQcF' 'hyOcPbgX' --login_with_auth "Bearer foo" +iam-admin-create-role-v3 '{"adminRole": true, "deletable": false, "isWildcard": true, "managers": [{"displayName": "WvyZYZ6Y", "namespace": "hKSLR0Ak", "userId": "VsuhxxOy"}, {"displayName": "dDYILXk9", "namespace": "MFbBhQAf", "userId": "WR6KpMqk"}, {"displayName": "MAMthIRJ", "namespace": "0WinxJIx", "userId": "xiKjP974"}], "members": [{"displayName": "OsC2vkyl", "namespace": "BNGYpSeu", "userId": "KwM56tk7"}, {"displayName": "YRs2bdQI", "namespace": "9kmVP2HY", "userId": "8kEz2JSE"}, {"displayName": "yOBw42zY", "namespace": "uH3YeqYr", "userId": "5Z6PUnin"}], "permissions": [{"action": 99, "resource": "wG5aB6hK", "schedAction": 21, "schedCron": "tVDEo3OK", "schedRange": ["zDXhDcT5", "WYYizVqW", "vJ0VkzzG"]}, {"action": 1, "resource": "7WTPJtlE", "schedAction": 44, "schedCron": "ZlmZZlKb", "schedRange": ["5rV8h7QE", "jIsFq0TZ", "kD6tNat8"]}, {"action": 49, "resource": "jgMGLZZk", "schedAction": 98, "schedCron": "ElXFZpyQ", "schedRange": ["ilU5AHpV", "BA0c6vH8", "Iel4bAOv"]}], "roleName": "iJHDDn0S"}' --login_with_auth "Bearer foo" +iam-admin-get-role-v3 'Kl51Jniw' --login_with_auth "Bearer foo" +iam-admin-delete-role-v3 'rHrqZ4VI' --login_with_auth "Bearer foo" +iam-admin-update-role-v3 '{"deletable": true, "isWildcard": true, "roleName": "aNafuoEH"}' 'alnULjq7' --login_with_auth "Bearer foo" +iam-admin-get-role-admin-status-v3 '4HDvqTtc' --login_with_auth "Bearer foo" +iam-admin-update-admin-role-status-v3 'fqfaE7vA' --login_with_auth "Bearer foo" +iam-admin-remove-role-admin-v3 'y4WuloFJ' --login_with_auth "Bearer foo" +iam-admin-get-role-managers-v3 '8nihpIhZ' --login_with_auth "Bearer foo" +iam-admin-add-role-managers-v3 '{"managers": [{"displayName": "ysKdA3Pe", "namespace": "OBbOVISF", "userId": "OK3lvK0I"}, {"displayName": "LXx6ucG8", "namespace": "VqxauoAy", "userId": "V37niHNC"}, {"displayName": "2DzTB7vT", "namespace": "AxZLR5gg", "userId": "gJX79uvk"}]}' 'D3Xt4q8U' --login_with_auth "Bearer foo" +iam-admin-remove-role-managers-v3 '{"managers": [{"displayName": "EIQiHqO1", "namespace": "MikdP1KP", "userId": "F6s0AZ3i"}, {"displayName": "aQsOvVTQ", "namespace": "6N12Ab3I", "userId": "GVf4YneH"}, {"displayName": "a2BnyZTS", "namespace": "8M7ZLpSg", "userId": "nndWIPpk"}]}' 'omZqxShF' --login_with_auth "Bearer foo" +iam-admin-get-role-members-v3 'pKkTEoGH' --login_with_auth "Bearer foo" +iam-admin-add-role-members-v3 '{"members": [{"displayName": "lWG1JJ3b", "namespace": "wNPk787q", "userId": "A17HwWKZ"}, {"displayName": "4urTHZ6o", "namespace": "NSN1mFIZ", "userId": "qSKKsQnq"}, {"displayName": "2FJ1ypQD", "namespace": "9lBRsvG8", "userId": "ShsHwQ6L"}]}' 'kRLrtaew' --login_with_auth "Bearer foo" +iam-admin-remove-role-members-v3 '{"members": [{"displayName": "NRKmoi0t", "namespace": "C8TsExJt", "userId": "JU85jylg"}, {"displayName": "BOyX91KR", "namespace": "CaJ9mffT", "userId": "C4xl3Ybg"}, {"displayName": "IgYUKbDB", "namespace": "dXLLuoJV", "userId": "5GBNxeax"}]}' 'CCj8AEyi' --login_with_auth "Bearer foo" +iam-admin-update-role-permissions-v3 '{"permissions": [{"action": 61, "resource": "RxqvSF4t", "schedAction": 61, "schedCron": "KLPZ6K0I", "schedRange": ["g4VEsK2a", "yCisiYy1", "jqDeB7ck"]}, {"action": 48, "resource": "4UxvBYWC", "schedAction": 24, "schedCron": "UlduDu2X", "schedRange": ["LmFpaJ4E", "JByx9ZHU", "4rBTKydO"]}, {"action": 17, "resource": "Fyr0I0NZ", "schedAction": 83, "schedCron": "Yvb6qc1H", "schedRange": ["uiEiEr7j", "AfUddbN0", "46KC78Tr"]}]}' 'khk8lUwS' --login_with_auth "Bearer foo" +iam-admin-add-role-permissions-v3 '{"permissions": [{"action": 85, "resource": "3dFNRJ3g", "schedAction": 69, "schedCron": "cmWaJc55", "schedRange": ["pjAFZe3Y", "vEtG0JIJ", "LouYY3Iw"]}, {"action": 89, "resource": "oJbSxRJA", "schedAction": 25, "schedCron": "YPBwSRWJ", "schedRange": ["By355gbG", "7iPxLzzc", "iN64fioc"]}, {"action": 86, "resource": "ICpBuMab", "schedAction": 14, "schedCron": "BSXKv4qk", "schedRange": ["V8KfSF8u", "hDczNG4q", "hN7maDAq"]}]}' 'lvfpqw4Q' --login_with_auth "Bearer foo" +iam-admin-delete-role-permissions-v3 '["PVw8Jc70", "Zem7lL06", "YLzevJru"]' '4KwThwPR' --login_with_auth "Bearer foo" +iam-admin-delete-role-permission-v3 '6' 'HYWYJnbd' 'pOX1H2uN' --login_with_auth "Bearer foo" iam-admin-get-my-user-v3 --login_with_auth "Bearer foo" -iam-user-authentication-v3 'ZdMPqYTC' 'y0U3H3lj' '98GpnZr1' --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-authentication-with-platform-link-v3 '0ulPz6KQ' 'WrbFwVfJ' 'oclpgnuM' 'pOoxNLoY' --login_with_auth "Bearer foo" -iam-generate-token-by-new-headless-account-v3 '07kDtVNL' --login_with_auth "Bearer foo" -iam-request-one-time-linking-code-v3 'GSE7XaWz' --login_with_auth "Bearer foo" -iam-validate-one-time-linking-code-v3 'ZSXd70Bn' --login_with_auth "Bearer foo" -iam-request-token-by-one-time-link-code-response-v3 'V6EVaZM8' 'VGCL5LMP' --login_with_auth "Bearer foo" +iam-user-authentication-v3 '8abcrPJH' 'IaGXexjK' 'lXMT1S7O' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-authentication-with-platform-link-v3 'Ctsa3S3S' 'RfN4L9B6' '5wYikHvl' '20zxLyNj' --login_with_auth "Bearer foo" +iam-generate-token-by-new-headless-account-v3 'gVdasZaV' --login_with_auth "Bearer foo" +iam-request-one-time-linking-code-v3 '5t4VrIwB' --login_with_auth "Bearer foo" +iam-validate-one-time-linking-code-v3 'U434qoI8' --login_with_auth "Bearer foo" +iam-request-token-by-one-time-link-code-response-v3 '26N7LX1v' 'uhoAxhGY' --login_with_auth "Bearer foo" iam-get-country-location-v3 --login_with_auth "Bearer foo" iam-logout --login_with_auth "Bearer foo" -iam-request-token-exchange-code-v3 'f8lvnBsc' --login_with_auth "Bearer foo" -iam-admin-retrieve-user-third-party-platform-token-v3 'zwMXnYKw' 'yqNjyYWb' --login_with_auth "Bearer foo" -iam-revoke-user-v3 'gaCXqQ9s' --login_with_auth "Bearer foo" -iam-authorize-v3 'GUHm53A2' 'code' --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-token-introspection-v3 'FOI1LSfa' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-request-token-exchange-code-v3 'KFdPrA6w' --login_with_auth "Bearer foo" +iam-admin-retrieve-user-third-party-platform-token-v3 'RdH14NOJ' 'x8VztWXF' --login_with_auth "Bearer foo" +iam-revoke-user-v3 '38Blf8He' --login_with_auth "Bearer foo" +iam-authorize-v3 'zWVZJ9LH' 'code' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-token-introspection-v3 '8OWWhLbr' --login_with_auth "Basic YWRtaW46YWRtaW4=" iam-get-jwksv3 --login_with_auth "Bearer foo" -iam-send-mfa-authentication-code 'H1dPCWHX' 'ofzxcqLH' '9sWSxHy1' --login_with_auth "Bearer foo" -iam-change2fa-method 'wqBy9n0w' 'MKij4TWf' --login_with_auth "Bearer foo" -iam-verify2fa-code 'FAN66woi' 'Nzzwt46z' 'knD1RJmy' 'false' --login_with_auth "Bearer foo" -iam-retrieve-user-third-party-platform-token-v3 'ZeID3iJL' 'EU6iQ748' --login_with_auth "Bearer foo" -iam-auth-code-request-v3 'gP7tkFzY' 'nuv0wZQq' --login_with_auth "Bearer foo" -iam-platform-token-grant-v3 'P0k9vDbi' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-send-mfa-authentication-code 'Y2n4JLQF' 'r4dec6et' 'O6v9OiuG' --login_with_auth "Bearer foo" +iam-change2fa-method 'WK4tTaWw' 'dlE3N4sf' --login_with_auth "Bearer foo" +iam-verify2fa-code 'Ips4G6Ex' 'awdYTSZm' 'O6pCe0s8' 'false' --login_with_auth "Bearer foo" +iam-retrieve-user-third-party-platform-token-v3 'KYV4jUf4' '5HTfAy9X' --login_with_auth "Bearer foo" +iam-auth-code-request-v3 'wAgXO1Qk' 'N4tUx8wb' --login_with_auth "Bearer foo" +iam-platform-token-grant-v3 'Qws1D2GA' --login_with_auth "Basic YWRtaW46YWRtaW4=" iam-get-revocation-list-v3 --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-token-revocation-v3 'x8DUhAzT' --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-simultaneous-login-v3 'steam' '1GiiDnbD' --login_with_auth "Bearer foo" -iam-token-grant-v3 'refresh_token' --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-verify-token-v3 'iCI6A6Am' --login_with_auth "Basic YWRtaW46YWRtaW4=" -iam-platform-authentication-v3 'KzEO260x' '6zmWsOPU' --login_with_auth "Bearer foo" -iam-platform-token-refresh-v3 'lMDLz5We' 'yiHkFQ9h' --login_with_auth "Bearer foo" +iam-token-revocation-v3 'm8lxH7ZP' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-simultaneous-login-v3 'epicgames' 'lo7dVpla' --login_with_auth "Bearer foo" +iam-token-grant-v3 'password' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-verify-token-v3 'Cqji2Psg' --login_with_auth "Basic YWRtaW46YWRtaW4=" +iam-platform-authentication-v3 'LSZmgwPD' 'CCgHmcTx' --login_with_auth "Bearer foo" +iam-platform-token-refresh-v3 'J0Xmb04c' 'hXu4v0oL' --login_with_auth "Bearer foo" iam-public-get-input-validations --login_with_auth "Bearer foo" -iam-public-get-input-validation-by-field 'BMJ1HIRO' --login_with_auth "Bearer foo" -iam-public-get-country-age-restriction-v3 'a3QQHZ73' --login_with_auth "Bearer foo" +iam-public-get-input-validation-by-field '49MMssND' --login_with_auth "Bearer foo" +iam-public-get-country-age-restriction-v3 '6o8LbGiS' --login_with_auth "Bearer foo" iam-public-get-country-list-v3 --login_with_auth "Bearer foo" iam-retrieve-all-active-third-party-login-platform-credential-public-v3 --login_with_auth "Bearer foo" -iam-retrieve-active-oidc-clients-public-v3 'SFDlw2ly' --login_with_auth "Bearer foo" -iam-public-list-user-id-by-platform-user-i-ds-v3 '{"platformUserIds": ["GnCtzc9D", "ZSBSPCky", "w6rzdimP"]}' 'lAqnXeR7' --login_with_auth "Bearer foo" -iam-public-get-user-by-platform-user-idv3 '0dUmiw8v' 'Pdz1bM39' --login_with_auth "Bearer foo" -iam-public-get-async-status 'QBL7jaMW' --login_with_auth "Bearer foo" +iam-retrieve-active-oidc-clients-public-v3 'CuUcNZsL' --login_with_auth "Bearer foo" +iam-public-list-user-id-by-platform-user-i-ds-v3 '{"platformUserIds": ["HkTW71KA", "BJZkVtWP", "HM98586y"]}' 'c1o2mllT' --login_with_auth "Bearer foo" +iam-public-get-user-by-platform-user-idv3 'hKxLj0TU' 'VhfVKM47' --login_with_auth "Bearer foo" +iam-public-get-async-status 'zRTIRy4j' --login_with_auth "Bearer foo" iam-public-search-user-v3 --login_with_auth "Bearer foo" -iam-public-create-user-v3 '{"PasswordMD5Sum": "6bWxYzoh", "acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "zRaRgxjG", "policyId": "6fU7l8cb", "policyVersionId": "iypZEEGb"}, {"isAccepted": true, "localizedPolicyVersionId": "gSHdHHZS", "policyId": "lwOeur7V", "policyVersionId": "2ButuJhj"}, {"isAccepted": true, "localizedPolicyVersionId": "KfOg2fXp", "policyId": "xh3NPcpL", "policyVersionId": "7JEDZejN"}], "authType": "7fN8Tntl", "code": "33evggtX", "country": "egWhUyBg", "dateOfBirth": "MKrAC2o3", "displayName": "YT8oFSUy", "emailAddress": "xz9D7SuL", "password": "6ENJlSCi", "reachMinimumAge": false}' --login_with_auth "Bearer foo" -iam-check-user-availability 'vr4g4skP' 'jUPe5uPv' --login_with_auth "Bearer foo" -iam-public-bulk-get-users '{"userIds": ["1TSgyqRZ", "hnRm4vHi", "KghdI8rQ"]}' --login_with_auth "Bearer foo" -iam-public-send-registration-code '{"emailAddress": "jJ6fKMea", "languageTag": "yV4S59Sk"}' --login_with_auth "Bearer foo" -iam-public-verify-registration-code '{"code": "KGDCz14n", "emailAddress": "FjCFCHKQ"}' --login_with_auth "Bearer foo" -iam-public-forgot-password-v3 '{"emailAddress": "UEHUrYBj", "languageTag": "74EFlQI5"}' --login_with_auth "Bearer foo" -iam-get-admin-invitation-v3 'hDkn5jim' --login_with_auth "Bearer foo" -iam-create-user-from-invitation-v3 '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "iinpqJhh", "policyId": "AC8mYzlR", "policyVersionId": "cV5VOXAI"}, {"isAccepted": true, "localizedPolicyVersionId": "unA60Yn0", "policyId": "Ny1GwUoj", "policyVersionId": "hZ5WD2ij"}, {"isAccepted": false, "localizedPolicyVersionId": "A03eO8Re", "policyId": "5eelv4oj", "policyVersionId": "On6P0FCY"}], "authType": "EMAILPASSWD", "country": "YoG3GI9R", "dateOfBirth": "5UHAmhvA", "displayName": "Dy6224L7", "password": "ywA4MwT5", "reachMinimumAge": true}' 'XF4IAiMq' --login_with_auth "Bearer foo" -iam-update-user-v3 '{"avatarUrl": "Or9zwKg1", "country": "aE14abLr", "dateOfBirth": "7tirQsuV", "displayName": "vFFUYntI", "languageTag": "CWEOkiic", "userName": "YiEmjRay"}' --login_with_auth "Bearer foo" -iam-public-partial-update-user-v3 '{"avatarUrl": "NDp5PQFc", "country": "YIjVlEjF", "dateOfBirth": "sLHbrXN6", "displayName": "vIZhCxbI", "languageTag": "qfiXhrGt", "userName": "51lkMz1P"}' --login_with_auth "Bearer foo" -iam-public-send-verification-code-v3 '{"context": "qOtbr2zP", "emailAddress": "3sU0McEi", "languageTag": "PYFbmhVD"}' --login_with_auth "Bearer foo" -iam-public-user-verification-v3 '{"code": "MZDcd30p", "contactType": "Cxy3gXvN", "languageTag": "gHiLJR9s", "validateOnly": false}' --login_with_auth "Bearer foo" -iam-public-upgrade-headless-account-v3 '{"code": "sAs2XvNv", "country": "WMkRWkYQ", "dateOfBirth": "gqEocNr9", "displayName": "Dwh1PYJs", "emailAddress": "8OiM2bkx", "password": "oIHd9vUE", "validateOnly": true}' --login_with_auth "Bearer foo" -iam-public-verify-headless-account-v3 '{"emailAddress": "zXvLzVfk", "password": "YetBEN2T"}' --login_with_auth "Bearer foo" -iam-public-update-password-v3 '{"languageTag": "rLLiLKDD", "newPassword": "sCK5uPLA", "oldPassword": "VUNbZiOk"}' --login_with_auth "Bearer foo" -iam-public-create-justice-user '2s3S2r1q' --login_with_auth "Bearer foo" -iam-public-platform-link-v3 'BiYMBK9L' '9xYoVNK7' --login_with_auth "Bearer foo" -iam-public-platform-unlink-v3 '{"platformNamespace": "YNmm1s03"}' 'CLwf0uqH' --login_with_auth "Bearer foo" -iam-public-platform-unlink-all-v3 'ccTG1noe' --login_with_auth "Bearer foo" -iam-public-force-platform-link-v3 'iiqX1KXN' '2zoRBHIp' --login_with_auth "Bearer foo" -iam-public-web-link-platform 'GL3COlE6' --login_with_auth "Bearer foo" -iam-public-web-link-platform-establish 'VqHmnOkE' 'EpO5rDRo' --login_with_auth "Bearer foo" -iam-public-process-web-link-platform-v3 '5SQz4d2G' '1oaRwmmm' --login_with_auth "Bearer foo" -iam-public-get-users-platform-infos-v3 '{"platformId": "MVTcienV", "userIds": ["k0ZgKDDS", "ula65azs", "yoDlWxoE"]}' --login_with_auth "Bearer foo" -iam-reset-password-v3 '{"code": "hZ7JnDST", "emailAddress": "C1Jqq7rR", "newPassword": "nSm4WNwl"}' --login_with_auth "Bearer foo" -iam-public-get-user-ban-history-v3 'PwC7Pwx0' --login_with_auth "Bearer foo" -iam-public-list-user-all-platform-accounts-distinct-v3 '1Tot6AH9' --login_with_auth "Bearer foo" -iam-public-get-user-information-v3 'T0SH1eEs' --login_with_auth "Bearer foo" -iam-public-get-user-login-histories-v3 'wzDe8ogQ' --login_with_auth "Bearer foo" -iam-public-get-user-platform-accounts-v3 '8PatrqFS' --login_with_auth "Bearer foo" -iam-public-list-justice-platform-accounts-v3 'mRcj2JFW' --login_with_auth "Bearer foo" -iam-public-link-platform-account '{"platformId": "xSY1POC9", "platformUserId": "axqAjGrC"}' '9JIResl3' --login_with_auth "Bearer foo" -iam-public-force-link-platform-with-progression '{"chosenNamespaces": ["bhOOFeJF", "l3B4snRx", "IOWVzs4v"], "requestId": "QtROMKxp"}' 'gaicaw84' --login_with_auth "Bearer foo" -iam-public-get-publisher-user-v3 'nljP4J00' --login_with_auth "Bearer foo" -iam-public-validate-user-by-user-id-and-password-v3 '8cIq9phk' 'NvDLSLci' --login_with_auth "Bearer foo" +iam-public-create-user-v3 '{"PasswordMD5Sum": "u9Mmi2Nb", "acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "CnVpvHzn", "policyId": "pRZ6Xahs", "policyVersionId": "M68a66gn"}, {"isAccepted": false, "localizedPolicyVersionId": "UjvEy0sg", "policyId": "6VdCEZJH", "policyVersionId": "ppOsVKvD"}, {"isAccepted": true, "localizedPolicyVersionId": "sgHECp1T", "policyId": "dsCslbBn", "policyVersionId": "xhuSlvmv"}], "authType": "BdTFkY0p", "code": "PxDW5o5l", "country": "Ra1EPUVc", "dateOfBirth": "Ge4Ove9o", "displayName": "bgHrIRHt", "emailAddress": "WcY4ekSZ", "password": "KDN3QyH1", "reachMinimumAge": true}' --login_with_auth "Bearer foo" +iam-check-user-availability '74ORkm86' '4J1fdqBK' --login_with_auth "Bearer foo" +iam-public-bulk-get-users '{"userIds": ["7bqOfD6r", "3ulh3CSt", "K5M51JL3"]}' --login_with_auth "Bearer foo" +iam-public-send-registration-code '{"emailAddress": "0MMTLEw8", "languageTag": "S0re5T39"}' --login_with_auth "Bearer foo" +iam-public-verify-registration-code '{"code": "oScuzi0D", "emailAddress": "N2dK0iTT"}' --login_with_auth "Bearer foo" +iam-public-forgot-password-v3 '{"emailAddress": "HCD0tKFZ", "languageTag": "64iHCOb7"}' --login_with_auth "Bearer foo" +iam-get-admin-invitation-v3 'TIhY5LAV' --login_with_auth "Bearer foo" +iam-create-user-from-invitation-v3 '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "DYNh5VeC", "policyId": "fb2zH8Q4", "policyVersionId": "DNuYdvSa"}, {"isAccepted": false, "localizedPolicyVersionId": "ah0rnwbf", "policyId": "7dlZvIyW", "policyVersionId": "8Op7Hkv3"}, {"isAccepted": true, "localizedPolicyVersionId": "l93Knq0X", "policyId": "GDZnwvu3", "policyVersionId": "qzMQhrgH"}], "authType": "EMAILPASSWD", "country": "UPq16JA4", "dateOfBirth": "1a9irF7e", "displayName": "D5fN0gMQ", "password": "OOMVcT6r", "reachMinimumAge": false}' 'CFQKKQAl' --login_with_auth "Bearer foo" +iam-update-user-v3 '{"avatarUrl": "wfi6IJvr", "country": "802ITadB", "dateOfBirth": "GNijn4q8", "displayName": "qMK1jbq1", "languageTag": "TYvm3Sd7", "userName": "5XdyO4Sm"}' --login_with_auth "Bearer foo" +iam-public-partial-update-user-v3 '{"avatarUrl": "0qFpP05U", "country": "FctfXhmk", "dateOfBirth": "qaf9zwbo", "displayName": "UobndV9W", "languageTag": "LlGrsNsL", "userName": "WoXUP3PG"}' --login_with_auth "Bearer foo" +iam-public-send-verification-code-v3 '{"context": "p2qbSLr3", "emailAddress": "KCcNw2ZA", "languageTag": "8UAuE4Id"}' --login_with_auth "Bearer foo" +iam-public-user-verification-v3 '{"code": "lwI7HzfF", "contactType": "mcf6ut0Q", "languageTag": "rY8VK0xH", "validateOnly": false}' --login_with_auth "Bearer foo" +iam-public-upgrade-headless-account-v3 '{"code": "AkSm5Xon", "country": "ItYucmv3", "dateOfBirth": "4aItwP7F", "displayName": "OyAtwVNC", "emailAddress": "8YwkNIp6", "password": "hy8KvIqe", "validateOnly": true}' --login_with_auth "Bearer foo" +iam-public-verify-headless-account-v3 '{"emailAddress": "loRc5eOS", "password": "Tw3l5a0m"}' --login_with_auth "Bearer foo" +iam-public-update-password-v3 '{"languageTag": "EtHhXlBl", "newPassword": "5ReMgKws", "oldPassword": "2gzMc218"}' --login_with_auth "Bearer foo" +iam-public-create-justice-user 'XpXwvi5J' --login_with_auth "Bearer foo" +iam-public-platform-link-v3 'n8bqmA2B' 'gKh7T3Z5' --login_with_auth "Bearer foo" +iam-public-platform-unlink-v3 '{"platformNamespace": "TAhAwC9G"}' 'Dur5Thu5' --login_with_auth "Bearer foo" +iam-public-platform-unlink-all-v3 'HpI7jfL3' --login_with_auth "Bearer foo" +iam-public-force-platform-link-v3 'lzZdayz4' '8DQFNyXZ' --login_with_auth "Bearer foo" +iam-public-web-link-platform 'kwR5Ly4R' --login_with_auth "Bearer foo" +iam-public-web-link-platform-establish 'szC5fqSS' '8k8Y8zEL' --login_with_auth "Bearer foo" +iam-public-process-web-link-platform-v3 'tR9ju1yP' 'giEnGx9C' --login_with_auth "Bearer foo" +iam-public-get-users-platform-infos-v3 '{"platformId": "6MYJ2PRW", "userIds": ["lJkK2sHt", "MgNsdRMS", "lfXxOJ6m"]}' --login_with_auth "Bearer foo" +iam-reset-password-v3 '{"code": "5xcxF0mo", "emailAddress": "aeTqNzpp", "newPassword": "iAcqNbgi"}' --login_with_auth "Bearer foo" +iam-public-get-user-ban-history-v3 'vtUM8WF4' --login_with_auth "Bearer foo" +iam-public-list-user-all-platform-accounts-distinct-v3 '537IS3Gs' --login_with_auth "Bearer foo" +iam-public-get-user-information-v3 'JefSA89i' --login_with_auth "Bearer foo" +iam-public-get-user-login-histories-v3 'FkTbnAfh' --login_with_auth "Bearer foo" +iam-public-get-user-platform-accounts-v3 'j69ZLxUr' --login_with_auth "Bearer foo" +iam-public-list-justice-platform-accounts-v3 'UZY46F46' --login_with_auth "Bearer foo" +iam-public-link-platform-account '{"platformId": "iUwJT6zr", "platformUserId": "HmPT7MHY"}' 'ppgHeZQ0' --login_with_auth "Bearer foo" +iam-public-force-link-platform-with-progression '{"chosenNamespaces": ["MGHbB3Ka", "5dJFbqN4", "CTlImYEp"], "requestId": "7bFTwSdi"}' 'QuAtcrck' --login_with_auth "Bearer foo" +iam-public-get-publisher-user-v3 'Zy4wtXjZ' --login_with_auth "Bearer foo" +iam-public-validate-user-by-user-id-and-password-v3 'kYJN12Ix' 'kq0T4Q86' --login_with_auth "Bearer foo" iam-public-get-roles-v3 --login_with_auth "Bearer foo" -iam-public-get-role-v3 '9PNuuTsK' --login_with_auth "Bearer foo" +iam-public-get-role-v3 'xTZsKUZI' --login_with_auth "Bearer foo" iam-public-get-my-user-v3 --login_with_auth "Bearer foo" -iam-public-get-link-headless-account-to-my-account-conflict-v3 'etdyDMDL' --login_with_auth "Bearer foo" -iam-link-headless-account-to-my-account-v3 '{"chosenNamespaces": ["BCiVGyJw", "B2C2vcxv", "c54P9aK0"], "oneTimeLinkCode": "2ZCKsmYi"}' --login_with_auth "Bearer foo" -iam-public-send-verification-link-v3 '{"languageTag": "Z1Xr3Pbe"}' --login_with_auth "Bearer foo" +iam-public-get-link-headless-account-to-my-account-conflict-v3 'ZIunOKNH' --login_with_auth "Bearer foo" +iam-link-headless-account-to-my-account-v3 '{"chosenNamespaces": ["nv1RFnkX", "DnvsFq2v", "eABOw20o"], "oneTimeLinkCode": "04CfSNZz"}' --login_with_auth "Bearer foo" +iam-public-send-verification-link-v3 '{"languageTag": "enO4l1ky"}' --login_with_auth "Bearer foo" iam-public-verify-user-by-link-v3 --login_with_auth "Bearer foo" -iam-platform-authenticate-samlv3-handler 'Izal7dxO' 'KTJHibys' --login_with_auth "Bearer foo" -iam-login-sso-client 'OBEdJKOW' --login_with_auth "Bearer foo" -iam-logout-sso-client 'NU14fd7D' --login_with_auth "Bearer foo" -iam-request-target-token-response-v3 'MsKBc6uq' --login_with_auth "Bearer foo" +iam-platform-authenticate-samlv3-handler 'l5z5Im1U' 'kJUcYt0C' --login_with_auth "Bearer foo" +iam-login-sso-client 'a8IVxaQM' --login_with_auth "Bearer foo" +iam-logout-sso-client '7hTZ7Ec7' --login_with_auth "Bearer foo" +iam-request-target-token-response-v3 'ZaUxsNCl' --login_with_auth "Bearer foo" iam-admin-get-devices-by-user-v4 --login_with_auth "Bearer foo" iam-admin-get-banned-devices-v4 --login_with_auth "Bearer foo" -iam-admin-get-user-device-bans-v4 'XQIhGCFr' --login_with_auth "Bearer foo" -iam-admin-ban-device-v4 '{"comment": "WfbYCFRq", "deviceId": "x2Mw4CZo", "deviceType": "462b4ZZZ", "enabled": true, "endDate": "2NApXELf", "ext": {"TBQPtotL": {}, "Q0fOmGC6": {}, "1VfCGrCs": {}}, "reason": "h6mC9YtR"}' --login_with_auth "Bearer foo" -iam-admin-get-device-ban-v4 'EKEQyyND' --login_with_auth "Bearer foo" -iam-admin-update-device-ban-v4 '{"enabled": true}' '2TQ1RtOd' --login_with_auth "Bearer foo" -iam-admin-generate-report-v4 'WbxlrDzt' --login_with_auth "Bearer foo" +iam-admin-get-user-device-bans-v4 '1KpPwyFQ' --login_with_auth "Bearer foo" +iam-admin-ban-device-v4 '{"comment": "oLRs4XAh", "deviceId": "jqqI8o5o", "deviceType": "3bdpAFgn", "enabled": true, "endDate": "kQZ8h6zu", "ext": {"3Uyghgxx": {}, "p8QAxwBK": {}, "zoaV4tWh": {}}, "reason": "IB4kIlaD"}' --login_with_auth "Bearer foo" +iam-admin-get-device-ban-v4 'XpeUiSHf' --login_with_auth "Bearer foo" +iam-admin-update-device-ban-v4 '{"enabled": true}' 'kcG3CqBj' --login_with_auth "Bearer foo" +iam-admin-generate-report-v4 'f3hpJAB0' --login_with_auth "Bearer foo" iam-admin-get-device-types-v4 --login_with_auth "Bearer foo" -iam-admin-get-device-bans-v4 'mubVUyEA' --login_with_auth "Bearer foo" -iam-admin-decrypt-device-v4 'TQKhhVmQ' --login_with_auth "Bearer foo" -iam-admin-unban-device-v4 'bSULSeGE' --login_with_auth "Bearer foo" -iam-admin-get-users-by-device-v4 'fkMBxksw' --login_with_auth "Bearer foo" -iam-admin-create-test-users-v4 '{"count": 91}' --login_with_auth "Bearer foo" -iam-admin-bulk-update-user-account-type-v4 '{"testAccount": true, "userIds": ["HSNf26Nu", "or1LJ9Pk", "bnRoVNYZ"]}' --login_with_auth "Bearer foo" -iam-admin-bulk-check-valid-user-idv4 '{"userIds": ["FHOU1G5U", "55HHf2qR", "JIlgj82K"]}' --login_with_auth "Bearer foo" -iam-admin-update-user-v4 '{"avatarUrl": "zaHmLHvD", "country": "iPg0DsHH", "dateOfBirth": "6qeXsFzI", "displayName": "0GuHDdHD", "languageTag": "YD86dilj", "userName": "xK5GAQSI"}' 'YYICBJAD' --login_with_auth "Bearer foo" -iam-admin-update-user-email-address-v4 '{"code": "SCfBqYnd", "emailAddress": "3SwT4ZRE"}' 'kW4HqnWY' --login_with_auth "Bearer foo" -iam-admin-disable-user-mfav4 'G076dHKh' --login_with_auth "Bearer foo" -iam-admin-list-user-roles-v4 'y5SSPoLR' --login_with_auth "Bearer foo" -iam-admin-update-user-role-v4 '{"assignedNamespaces": ["MsDfH41w", "cMZnkGib", "r1d3PKR8"], "roleId": "DYfsWkir"}' 'p4COCoh5' --login_with_auth "Bearer foo" -iam-admin-add-user-role-v4 '{"assignedNamespaces": ["OUaPA61J", "shNf3bEz", "2aECoQTD"], "roleId": "WBv39KLo"}' '8vE5jP8H' --login_with_auth "Bearer foo" -iam-admin-remove-user-role-v4 '{"assignedNamespaces": ["BvMz10Rr", "kJsweJaq", "9cj6WGdv"], "roleId": "U2QmEHh7"}' 'yaOYXsAf' --login_with_auth "Bearer foo" +iam-admin-get-device-bans-v4 '5PLQ9sfw' --login_with_auth "Bearer foo" +iam-admin-decrypt-device-v4 'WunefUls' --login_with_auth "Bearer foo" +iam-admin-unban-device-v4 'PIbX08iJ' --login_with_auth "Bearer foo" +iam-admin-get-users-by-device-v4 'i7o3cdxY' --login_with_auth "Bearer foo" +iam-admin-create-test-users-v4 '{"count": 55}' --login_with_auth "Bearer foo" +iam-admin-create-user-v4 '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "XHTgKm7Z", "policyId": "Q4v35JRK", "policyVersionId": "WxZq1xXw"}, {"isAccepted": false, "localizedPolicyVersionId": "GNaRx7tI", "policyId": "2sdDGQF4", "policyVersionId": "4Kn3O1Ab"}, {"isAccepted": true, "localizedPolicyVersionId": "7KA68Nc6", "policyId": "6iroCyCk", "policyVersionId": "QWNTqgvM"}], "authType": "EMAILPASSWD", "code": "ngsklWPO", "country": "bJZoHZI0", "dateOfBirth": "m4rBC8Av", "displayName": "32NVpn5a", "emailAddress": "A8QiJUg5", "password": "wVVFoycK", "passwordMD5Sum": "W4ULGYIC", "reachMinimumAge": true, "username": "4g41l0vq"}' --login_with_auth "Bearer foo" +iam-admin-bulk-update-user-account-type-v4 '{"testAccount": true, "userIds": ["dyeVPES9", "l3Nxoz4M", "aCdCtCmJ"]}' --login_with_auth "Bearer foo" +iam-admin-bulk-check-valid-user-idv4 '{"userIds": ["DEvWzVFm", "Fi9cKKYF", "lGmDTu7P"]}' --login_with_auth "Bearer foo" +iam-admin-update-user-v4 '{"avatarUrl": "LiP4Befh", "country": "fdB1D0ED", "dateOfBirth": "hkn8h5KN", "displayName": "T6nwuh42", "languageTag": "POc9Yrge", "userName": "2DYrBuVE"}' 'Bx2sBYB3' --login_with_auth "Bearer foo" +iam-admin-update-user-email-address-v4 '{"code": "24csO3kA", "emailAddress": "kQ7LxxpL"}' '7PZ58hDB' --login_with_auth "Bearer foo" +iam-admin-disable-user-mfav4 'atIogUcA' --login_with_auth "Bearer foo" +iam-admin-list-user-roles-v4 'QHJAu3qS' --login_with_auth "Bearer foo" +iam-admin-update-user-role-v4 '{"assignedNamespaces": ["6G8FChM7", "rogL6hNi", "EnPq3crL"], "roleId": "sLqpuFSR"}' 'uSsYI6x6' --login_with_auth "Bearer foo" +iam-admin-add-user-role-v4 '{"assignedNamespaces": ["H7R7ldKZ", "45Vk7vFF", "Df8ORXgK"], "roleId": "zl5Knrzp"}' '5qM5G2o6' --login_with_auth "Bearer foo" +iam-admin-remove-user-role-v4 '{"assignedNamespaces": ["2hKyl043", "T5uXgXOe", "l2p4Zbqe"], "roleId": "Fv55NzaG"}' 'APHFZWGn' --login_with_auth "Bearer foo" iam-admin-get-roles-v4 --login_with_auth "Bearer foo" -iam-admin-create-role-v4 '{"adminRole": true, "deletable": false, "isWildcard": false, "roleName": "wxD1RCQv"}' --login_with_auth "Bearer foo" -iam-admin-get-role-v4 'uVV5Q2h8' --login_with_auth "Bearer foo" -iam-admin-delete-role-v4 'VpDaa7dx' --login_with_auth "Bearer foo" -iam-admin-update-role-v4 '{"adminRole": false, "deletable": true, "isWildcard": true, "roleName": "oJE7mj0L"}' '0vf6Y5Hn' --login_with_auth "Bearer foo" -iam-admin-update-role-permissions-v4 '{"permissions": [{"action": 45, "resource": "gpUN6JUV", "schedAction": 88, "schedCron": "HuiHJHeq", "schedRange": ["NNBoFioz", "sFCZM4uq", "HDrfXz9a"]}, {"action": 26, "resource": "GmW2o1Fw", "schedAction": 63, "schedCron": "w8u9ko0W", "schedRange": ["iNqFjMsa", "lcBVcDYr", "tbi0upNq"]}, {"action": 7, "resource": "vnr2Ujfs", "schedAction": 44, "schedCron": "yH82kyv1", "schedRange": ["WJqBZFVI", "Zya4BKqU", "v5mJCLwi"]}]}' 'xgDpNssj' --login_with_auth "Bearer foo" -iam-admin-add-role-permissions-v4 '{"permissions": [{"action": 4, "resource": "rpLUc7PB", "schedAction": 80, "schedCron": "ZKFerFHL", "schedRange": ["xQnbtGCd", "6ZOr8S1I", "Ku9z6jov"]}, {"action": 16, "resource": "xcWm9lpl", "schedAction": 12, "schedCron": "g5nTAGvh", "schedRange": ["QBWDIf1g", "nISlhxay", "DSonp3dK"]}, {"action": 83, "resource": "Fg7JTWGf", "schedAction": 78, "schedCron": "usucgM3C", "schedRange": ["HAcyv2DR", "cNIv0Gwa", "CE4b65Mx"]}]}' 'vcGlPbdp' --login_with_auth "Bearer foo" -iam-admin-delete-role-permissions-v4 '["NzKt6bog", "8TZJYCkZ", "P5AaivE8"]' 'Zid2YkRn' --login_with_auth "Bearer foo" -iam-admin-list-assigned-users-v4 'OKiIgqGV' --login_with_auth "Bearer foo" -iam-admin-assign-user-to-role-v4 '{"assignedNamespaces": ["QS61NIQt", "Bn3wpLnX", "waxUNV5H"], "namespace": "39HcBNx0", "userId": "vkEzCSkL"}' 'hoe5QZLi' --login_with_auth "Bearer foo" -iam-admin-revoke-user-from-role-v4 '{"namespace": "e2aOObF9", "userId": "vS4dmD7y"}' 'HE30pWZA' --login_with_auth "Bearer foo" -iam-admin-invite-user-new-v4 '{"assignedNamespaces": ["RYIZk4rq", "OW7DzEAX", "3ptr8jCy"], "emailAddresses": ["T07pZkdO", "YxjJ7tL4", "Qo98Z860"], "isAdmin": false, "namespace": "2iv0Lzf1", "roleId": "X93IA4op"}' --login_with_auth "Bearer foo" -iam-admin-update-my-user-v4 '{"avatarUrl": "ypLH3i6h", "country": "6przCjq3", "dateOfBirth": "F7lOsDiD", "displayName": "3v8CcCVw", "languageTag": "qzQ9xxCS", "userName": "7wiOOw7B"}' --login_with_auth "Bearer foo" +iam-admin-create-role-v4 '{"adminRole": false, "deletable": true, "isWildcard": true, "roleName": "LgfJ1OmD"}' --login_with_auth "Bearer foo" +iam-admin-get-role-v4 'GsShhe2N' --login_with_auth "Bearer foo" +iam-admin-delete-role-v4 '4wQOh7Xq' --login_with_auth "Bearer foo" +iam-admin-update-role-v4 '{"adminRole": false, "deletable": true, "isWildcard": true, "roleName": "EpO3Th40"}' '5czeYzQj' --login_with_auth "Bearer foo" +iam-admin-update-role-permissions-v4 '{"permissions": [{"action": 21, "resource": "qmyzgM16", "schedAction": 15, "schedCron": "rjVuhM5x", "schedRange": ["7p4OH4RY", "AqHNBQyW", "lLx25KOV"]}, {"action": 3, "resource": "00oqD3hx", "schedAction": 39, "schedCron": "YyuF1xeR", "schedRange": ["laPZA1Lc", "ab1EZANA", "j9K7aQIZ"]}, {"action": 57, "resource": "oUmXEWhm", "schedAction": 46, "schedCron": "ayQz5crU", "schedRange": ["q8BNdnnR", "21gNMpeZ", "2Ffw8KXy"]}]}' 'NcB6YS1t' --login_with_auth "Bearer foo" +iam-admin-add-role-permissions-v4 '{"permissions": [{"action": 2, "resource": "761NHDtj", "schedAction": 91, "schedCron": "qTtuUO0T", "schedRange": ["IaPhWz3W", "IVGqQQyQ", "jXxvh56O"]}, {"action": 76, "resource": "JLIO46jt", "schedAction": 99, "schedCron": "0uBOMsKH", "schedRange": ["PX0RSRG8", "3QaKSJaK", "iGGz2JOo"]}, {"action": 36, "resource": "WYKLt400", "schedAction": 65, "schedCron": "8mfvoSGk", "schedRange": ["RvvT7KfQ", "QaIZjFTv", "lcKpzf3u"]}]}' 'OPKor3IS' --login_with_auth "Bearer foo" +iam-admin-delete-role-permissions-v4 '["XRI5nesY", "CZ8t8BaZ", "sYmGzu7R"]' 'ebNE9bBR' --login_with_auth "Bearer foo" +iam-admin-list-assigned-users-v4 '2OLS00cH' --login_with_auth "Bearer foo" +iam-admin-assign-user-to-role-v4 '{"assignedNamespaces": ["FZagQANP", "hXEr3N8n", "RCs3bdDU"], "namespace": "G8brq7IU", "userId": "FKXWf34t"}' 'JGRwtuvg' --login_with_auth "Bearer foo" +iam-admin-revoke-user-from-role-v4 '{"namespace": "su9SOx40", "userId": "e7KDjWgn"}' 'P5anCrqg' --login_with_auth "Bearer foo" +iam-admin-invite-user-new-v4 '{"assignedNamespaces": ["TE41uBcz", "zabzIjW9", "cyspQWgv"], "emailAddresses": ["QKZxjezN", "6PjV41SJ", "OYh5Z9aH"], "isAdmin": false, "namespace": "nav8B3Hq", "roleId": "YGxRgvXl"}' --login_with_auth "Bearer foo" +iam-admin-update-my-user-v4 '{"avatarUrl": "cQGy7ztJ", "country": "pjkYRpS9", "dateOfBirth": "t2nuhtxc", "displayName": "vMCYSjG5", "languageTag": "xk3ZSXAc", "userName": "oapiCzYA"}' --login_with_auth "Bearer foo" iam-admin-disable-my-authenticator-v4 --login_with_auth "Bearer foo" iam-admin-enable-my-authenticator-v4 --login_with_auth "Bearer foo" iam-admin-generate-my-authenticator-key-v4 --login_with_auth "Bearer foo" @@ -262,16 +263,16 @@ iam-admin-download-my-backup-codes-v4 --login_with_auth "Bearer foo" iam-admin-enable-my-backup-codes-v4 --login_with_auth "Bearer foo" iam-admin-send-my-mfa-email-code-v4 --login_with_auth "Bearer foo" iam-admin-disable-my-email-v4 --login_with_auth "Bearer foo" -iam-admin-enable-my-email-v4 '3dcf9dmA' --login_with_auth "Bearer foo" +iam-admin-enable-my-email-v4 'W2H6fjFf' --login_with_auth "Bearer foo" iam-admin-get-my-enabled-factors-v4 --login_with_auth "Bearer foo" -iam-admin-make-factor-my-default-v4 'urgbPLXm' --login_with_auth "Bearer foo" -iam-public-create-test-user-v4 '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "m7fJsmC3", "policyId": "o0ReTAp0", "policyVersionId": "tBgSpmrV"}, {"isAccepted": false, "localizedPolicyVersionId": "LmPfucHV", "policyId": "3dY9QQwf", "policyVersionId": "VGucK1bN"}, {"isAccepted": false, "localizedPolicyVersionId": "x5OwKSkf", "policyId": "J9oNWGUb", "policyVersionId": "iIEFWkGd"}], "authType": "EMAILPASSWD", "country": "AWbb7i7a", "dateOfBirth": "DpBEDELt", "displayName": "Cy4d9kkx", "emailAddress": "8ntsnDFE", "password": "RS6P0Dav", "passwordMD5Sum": "ITYcqOeU", "username": "IfYI9aOo", "verified": false}' --login_with_auth "Bearer foo" -iam-public-create-user-v4 '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "cEUksyJr", "policyId": "yWwyrswY", "policyVersionId": "HeqKxxSg"}, {"isAccepted": false, "localizedPolicyVersionId": "J9yndDMa", "policyId": "tWAr3Nxu", "policyVersionId": "qOP6nxB0"}, {"isAccepted": false, "localizedPolicyVersionId": "MzoxCS7O", "policyId": "jNgztKt4", "policyVersionId": "ZB8xKStH"}], "authType": "EMAILPASSWD", "code": "ZQg8KQsk", "country": "zfeffNdX", "dateOfBirth": "hCVmA6qf", "displayName": "ca3gBRLT", "emailAddress": "A1UbClvL", "password": "z0Kvgjne", "passwordMD5Sum": "Ssi8g1yU", "reachMinimumAge": true, "username": "GiO6QhCz"}' --login_with_auth "Bearer foo" -iam-create-user-from-invitation-v4 '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "xTxZUfFE", "policyId": "GMPUDXzz", "policyVersionId": "pieT3hYA"}, {"isAccepted": true, "localizedPolicyVersionId": "NqULb9XG", "policyId": "ZpoZrgOR", "policyVersionId": "lKFEgw9o"}, {"isAccepted": true, "localizedPolicyVersionId": "kkG6XO8u", "policyId": "EicTWLoB", "policyVersionId": "VQqojrTK"}], "authType": "EMAILPASSWD", "country": "qcVY07KF", "dateOfBirth": "GFZigtos", "displayName": "68fYvlcB", "password": "cchjzBdN", "reachMinimumAge": false, "username": "c37X0LTu"}' 'nHIfmngE' --login_with_auth "Bearer foo" -iam-public-update-user-v4 '{"avatarUrl": "yK7PqLxL", "country": "fMN0o9TX", "dateOfBirth": "9N6xXfVc", "displayName": "NtFMpvqC", "languageTag": "NwwB5eUJ", "userName": "t1Ay7Dm7"}' --login_with_auth "Bearer foo" -iam-public-update-user-email-address-v4 '{"code": "53ekYuXS", "emailAddress": "4lOjzHP9"}' --login_with_auth "Bearer foo" -iam-public-upgrade-headless-account-with-verification-code-v4 '{"code": "e4GJyver", "country": "qgDa7lZe", "dateOfBirth": "2n66aIY0", "displayName": "XPMAUid4", "emailAddress": "56CUHxal", "password": "cVieAFSr", "reachMinimumAge": true, "username": "eJrwRyCF", "validateOnly": true}' --login_with_auth "Bearer foo" -iam-public-upgrade-headless-account-v4 '{"emailAddress": "2poEj6P4", "password": "knCxBFfm", "username": "Ql9HFJmq"}' --login_with_auth "Bearer foo" +iam-admin-make-factor-my-default-v4 'i60pdOar' --login_with_auth "Bearer foo" +iam-public-create-test-user-v4 '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "GgPUtsSb", "policyId": "KPdJ1bVt", "policyVersionId": "fg4114J4"}, {"isAccepted": true, "localizedPolicyVersionId": "LWBedHwV", "policyId": "kb6FpLRZ", "policyVersionId": "5sdFHMib"}, {"isAccepted": false, "localizedPolicyVersionId": "e09FhBlY", "policyId": "yvOSdQE0", "policyVersionId": "ASHUohe6"}], "authType": "EMAILPASSWD", "country": "OKzfJbkv", "dateOfBirth": "ujWh99oq", "displayName": "BbyYEial", "emailAddress": "25ttpOY2", "password": "XddBid2a", "passwordMD5Sum": "vMSV3pUF", "username": "4uBr2nXb", "verified": false}' --login_with_auth "Bearer foo" +iam-public-create-user-v4 '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "tWDoe0su", "policyId": "uJmu6oDm", "policyVersionId": "9yI7jFr0"}, {"isAccepted": true, "localizedPolicyVersionId": "ftcf4feD", "policyId": "67nLywlz", "policyVersionId": "0KyjAuTI"}, {"isAccepted": false, "localizedPolicyVersionId": "Mkkvh1SE", "policyId": "4pwz8LMe", "policyVersionId": "06Dl0LVB"}], "authType": "EMAILPASSWD", "code": "wTaaXO7q", "country": "Rm0VoAPF", "dateOfBirth": "9JYXVSC9", "displayName": "c48szWeu", "emailAddress": "ZSVu0B04", "password": "tIeWS2NE", "passwordMD5Sum": "YTYQxbol", "reachMinimumAge": false, "username": "q0angG4w"}' --login_with_auth "Bearer foo" +iam-create-user-from-invitation-v4 '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "qubvQLip", "policyId": "cQ8I5467", "policyVersionId": "Mx1UPySX"}, {"isAccepted": true, "localizedPolicyVersionId": "se7gsqsm", "policyId": "BNJ1wtJU", "policyVersionId": "SyKXQHtM"}, {"isAccepted": true, "localizedPolicyVersionId": "YPh5t80w", "policyId": "ABqiCqYw", "policyVersionId": "oSvB5p12"}], "authType": "EMAILPASSWD", "country": "aQ5eR2D6", "dateOfBirth": "eivwEbwT", "displayName": "hvDlm2nK", "password": "oQ5rhNy6", "reachMinimumAge": true, "username": "bdOvTXJi"}' 'e0DVZnrq' --login_with_auth "Bearer foo" +iam-public-update-user-v4 '{"avatarUrl": "mhO5gKGX", "country": "Kn1krEWq", "dateOfBirth": "Hb3AE8mr", "displayName": "8Adx2978", "languageTag": "gVZYGPmt", "userName": "en9rkmm6"}' --login_with_auth "Bearer foo" +iam-public-update-user-email-address-v4 '{"code": "5oeZLZZJ", "emailAddress": "j56uOYCk"}' --login_with_auth "Bearer foo" +iam-public-upgrade-headless-account-with-verification-code-v4 '{"code": "uMU5ZYvY", "country": "ySPDRaCw", "dateOfBirth": "yZxXJ9fZ", "displayName": "Vk8HeOkZ", "emailAddress": "zI1Vki2c", "password": "tX2nAr7V", "reachMinimumAge": false, "username": "jnqDEdz2", "validateOnly": false}' --login_with_auth "Bearer foo" +iam-public-upgrade-headless-account-v4 '{"emailAddress": "o97Eg7d4", "password": "1Eys4uYt", "username": "YcSJBQGb"}' --login_with_auth "Bearer foo" iam-public-disable-my-authenticator-v4 --login_with_auth "Bearer foo" iam-public-enable-my-authenticator-v4 --login_with_auth "Bearer foo" iam-public-generate-my-authenticator-key-v4 --login_with_auth "Bearer foo" @@ -283,11 +284,11 @@ iam-public-enable-my-backup-codes-v4 --login_with_auth "Bearer foo" iam-public-remove-trusted-device-v4 --login_with_auth "Bearer foo" iam-public-send-my-mfa-email-code-v4 --login_with_auth "Bearer foo" iam-public-disable-my-email-v4 --login_with_auth "Bearer foo" -iam-public-enable-my-email-v4 'GAbxuy8S' --login_with_auth "Bearer foo" +iam-public-enable-my-email-v4 'TRliIyXl' --login_with_auth "Bearer foo" iam-public-get-my-enabled-factors-v4 --login_with_auth "Bearer foo" -iam-public-make-factor-my-default-v4 '5paUkRFZ' --login_with_auth "Bearer foo" -iam-public-get-user-public-info-by-user-id-v4 'xsVzzCBj' --login_with_auth "Bearer foo" -iam-public-invite-user-v4 '{"additionalData": "wd75YtYc", "emailAddress": "EzOvfZjL", "namespace": "kZ77HCgw", "namespaceDisplayName": "LKe2tbRL"}' --login_with_auth "Bearer foo" +iam-public-make-factor-my-default-v4 'z9mK7coo' --login_with_auth "Bearer foo" +iam-public-get-user-public-info-by-user-id-v4 'soWBly1j' --login_with_auth "Bearer foo" +iam-public-invite-user-v4 '{"additionalData": "lc4wz9ix", "emailAddress": "YAccvbte", "namespace": "T1ukUucM", "namespaceDisplayName": "CF8vAo0n"}' --login_with_auth "Bearer foo" exit() END @@ -307,7 +308,7 @@ eval_tap() { } echo "TAP version 13" -echo "1..367" +echo "1..368" #- 1 Login eval_tap 0 1 'Login # SKIP not tested' test.out @@ -648,14 +649,14 @@ eval_tap $? 108 'AdminGetInputValidations' test.out #- 109 AdminUpdateInputValidations $PYTHON -m $MODULE 'iam-admin-update-input-validations' \ - '[{"field": "T1dvUv3z", "validation": {"allowAllSpecialCharacters": false, "allowDigit": false, "allowLetter": true, "allowSpace": true, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["01rLzjnJ", "cUolArXp", "uzwnX8Cp"], "preferRegex": false, "regex": "CZKKye2R"}, "blockedWord": ["IjxQmzfA", "7hXITWF8", "WvUUqkw1"], "description": [{"language": "mBQgL9Bz", "message": ["TDyleJSv", "8BxEEzSn", "7ykG621H"]}, {"language": "gFJ5UswT", "message": ["KXSFFu2O", "DCm4JoVa", "fmPeA8uR"]}, {"language": "8S5kWUvA", "message": ["ZMz9aVNW", "AnkduvpM", "wEp0aZn4"]}], "isCustomRegex": true, "letterCase": "QCkSHJYz", "maxLength": 48, "maxRepeatingAlphaNum": 35, "maxRepeatingSpecialCharacter": 85, "minCharType": 34, "minLength": 13, "regex": "QSNvmxHs", "specialCharacterLocation": "Z8gUSwU0", "specialCharacters": ["K5MSiduq", "PSLqROFy", "iaHF7fUH"]}}, {"field": "qwHGIIKy", "validation": {"allowAllSpecialCharacters": false, "allowDigit": false, "allowLetter": true, "allowSpace": true, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["yArTcra4", "1gaG11mY", "oJwh4oAp"], "preferRegex": true, "regex": "KmJ16Wsp"}, "blockedWord": ["yrB72EvE", "b7EwYrwO", "qll5BIp8"], "description": [{"language": "4XBi6Rcm", "message": ["UQubxZSX", "3A8XbkkS", "4oPV4WBT"]}, {"language": "f3uFZ5Ov", "message": ["Rpm7DFPq", "JpdHOqPM", "eiOdkGUK"]}, {"language": "ol6Y4eaR", "message": ["Jel9bfoe", "QHdhQVef", "nNdVXkFm"]}], "isCustomRegex": false, "letterCase": "GSI6y2th", "maxLength": 57, "maxRepeatingAlphaNum": 66, "maxRepeatingSpecialCharacter": 80, "minCharType": 65, "minLength": 87, "regex": "WKYT1cEi", "specialCharacterLocation": "6WeoooaS", "specialCharacters": ["NWUJqBoL", "lbfFdiRM", "04NDkwiS"]}}, {"field": "ZyM0JAnF", "validation": {"allowAllSpecialCharacters": true, "allowDigit": true, "allowLetter": false, "allowSpace": false, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["a9yTfWEc", "3PJRMWob", "S0VaDOoZ"], "preferRegex": true, "regex": "zLYtbdVk"}, "blockedWord": ["EWuroFCE", "W17afbxQ", "hzoRU7ez"], "description": [{"language": "OYoA6bdr", "message": ["0POgP1OI", "HqSjjmV7", "VO7h35yY"]}, {"language": "8UqmUGmL", "message": ["IOaZ5vqv", "tzGm85ZK", "ljMW7Of4"]}, {"language": "zCfvVPcB", "message": ["7CpOpe0F", "iDbIgLi7", "7XTOJQnZ"]}], "isCustomRegex": false, "letterCase": "gF2nNABz", "maxLength": 19, "maxRepeatingAlphaNum": 85, "maxRepeatingSpecialCharacter": 71, "minCharType": 36, "minLength": 15, "regex": "9MoG50ju", "specialCharacterLocation": "IVMSU5Av", "specialCharacters": ["hwSllBQV", "KnsCEUuI", "sIdUlPmf"]}}]' \ + '[{"field": "5tzmvXaG", "validation": {"allowAllSpecialCharacters": true, "allowDigit": false, "allowLetter": false, "allowSpace": false, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["bRCSoplj", "U7Sv5oNm", "HaOGg9p7"], "preferRegex": true, "regex": "1SCrvJeZ"}, "blockedWord": ["e0iU2T4v", "TbSskcsQ", "gM5xL9V3"], "description": [{"language": "xh33RNsP", "message": ["ovDC78nt", "OOh8ccIR", "JP9KxgPF"]}, {"language": "E7x75GLV", "message": ["NVBnITqh", "WCS3tjQi", "JcWrHjxV"]}, {"language": "oxcW0oe7", "message": ["pmS5GlIO", "hNB9HAgB", "y9rlBaYH"]}], "isCustomRegex": false, "letterCase": "PL1uRXzx", "maxLength": 78, "maxRepeatingAlphaNum": 57, "maxRepeatingSpecialCharacter": 40, "minCharType": 3, "minLength": 51, "regex": "vsQOt6vc", "specialCharacterLocation": "FV8JsHum", "specialCharacters": ["2dnnPmXC", "2oPIajY5", "Ck1QydIC"]}}, {"field": "Mf45q4JJ", "validation": {"allowAllSpecialCharacters": true, "allowDigit": true, "allowLetter": false, "allowSpace": true, "allowUnicode": false, "avatarConfig": {"allowedPrefixes": ["L151POrr", "Ov2GZVkJ", "SLn5fDpe"], "preferRegex": false, "regex": "3DIEq0kg"}, "blockedWord": ["o6RjVOxL", "vJUwvaGw", "CabVD6mq"], "description": [{"language": "KHsspeWx", "message": ["DmmPRCkd", "FyIlmGtM", "gZYI6a3z"]}, {"language": "f2efSome", "message": ["Az3p4vQE", "SOcHS0j0", "dWVz7CX7"]}, {"language": "VDjJRadr", "message": ["8c5dmES8", "rCd1LhT6", "MAzj21lV"]}], "isCustomRegex": true, "letterCase": "b3x5TlBU", "maxLength": 69, "maxRepeatingAlphaNum": 0, "maxRepeatingSpecialCharacter": 33, "minCharType": 2, "minLength": 56, "regex": "ll6PKlzA", "specialCharacterLocation": "GPVrYyMl", "specialCharacters": ["Y9I5FEWd", "r2IBc5ws", "WZjBb6Bz"]}}, {"field": "PA6DFNPn", "validation": {"allowAllSpecialCharacters": false, "allowDigit": false, "allowLetter": true, "allowSpace": false, "allowUnicode": true, "avatarConfig": {"allowedPrefixes": ["ftzmswaS", "o3FYDB1I", "RinrjN9X"], "preferRegex": true, "regex": "A3FKN7Bc"}, "blockedWord": ["SE5htpsJ", "HwAOZisp", "VZVt4stO"], "description": [{"language": "i0wpJIK3", "message": ["SPXzHwaV", "j4w5VZPc", "LALn4mWk"]}, {"language": "u0XUj1aR", "message": ["GZsXvHZI", "BtwpFcsV", "dq4nHcex"]}, {"language": "RpJSXMfX", "message": ["O1pt6Gx0", "WDSZVKp9", "gfqsj2t9"]}], "isCustomRegex": false, "letterCase": "A5yeOhwT", "maxLength": 62, "maxRepeatingAlphaNum": 48, "maxRepeatingSpecialCharacter": 98, "minCharType": 70, "minLength": 37, "regex": "pBMV8A8A", "specialCharacterLocation": "YeijjF2N", "specialCharacters": ["TYhZgmEl", "BWcPYmnb", "a2vh9ZS0"]}}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 109 'AdminUpdateInputValidations' test.out #- 110 AdminResetInputValidations $PYTHON -m $MODULE 'iam-admin-reset-input-validations' \ - 'wsZEPWI3' \ + 'h2WjcMAc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 110 'AdminResetInputValidations' test.out @@ -674,7 +675,7 @@ eval_tap $? 112 'AdminGetAgeRestrictionStatusV3' test.out #- 113 AdminUpdateAgeRestrictionConfigV3 $PYTHON -m $MODULE 'iam-admin-update-age-restriction-config-v3' \ - '{"ageRestriction": 90, "enable": false}' \ + '{"ageRestriction": 63, "enable": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 113 'AdminUpdateAgeRestrictionConfigV3' test.out @@ -687,8 +688,8 @@ eval_tap $? 114 'AdminGetListCountryAgeRestrictionV3' test.out #- 115 AdminUpdateCountryAgeRestrictionV3 $PYTHON -m $MODULE 'iam-admin-update-country-age-restriction-v3' \ - '{"ageRestriction": 85}' \ - '86nlYWZl' \ + '{"ageRestriction": 7}' \ + 'DOzG5ht5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 115 'AdminUpdateCountryAgeRestrictionV3' test.out @@ -701,14 +702,14 @@ eval_tap $? 116 'AdminGetBannedUsersV3' test.out #- 117 AdminBanUserBulkV3 $PYTHON -m $MODULE 'iam-admin-ban-user-bulk-v3' \ - '{"ban": "RCGK1QzK", "comment": "3rZChS9P", "endDate": "x1k6C2cB", "reason": "kmwdHMDO", "skipNotif": true, "userIds": ["AKXC8BfC", "3JxZ9Wq2", "OTexumqe"]}' \ + '{"ban": "vyhlWynl", "comment": "BWpe2JUw", "endDate": "hF7iwZcF", "reason": "Rj5I9oFk", "skipNotif": true, "userIds": ["PHGRwjXZ", "jHGf44uW", "IH1ZyEGr"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 117 'AdminBanUserBulkV3' test.out #- 118 AdminUnbanUserBulkV3 $PYTHON -m $MODULE 'iam-admin-unban-user-bulk-v3' \ - '{"bans": [{"banId": "CYa3DpFf", "userId": "fA9tPH2C"}, {"banId": "G1l0ah8U", "userId": "a5wGAZ6o"}, {"banId": "Bev0LxsE", "userId": "UDWZvuQI"}]}' \ + '{"bans": [{"banId": "xN5TKIKH", "userId": "Vg8Cwv1p"}, {"banId": "Dsv8eGXp", "userId": "PFA0nwbT"}, {"banId": "2xo3N0JS", "userId": "xVBwBlJ0"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 118 'AdminUnbanUserBulkV3' test.out @@ -727,54 +728,54 @@ eval_tap $? 120 'AdminGetClientsByNamespaceV3' test.out #- 121 AdminCreateClientV3 $PYTHON -m $MODULE 'iam-admin-create-client-v3' \ - '{"audiences": ["ZxRsBKKm", "BsbfC0cx", "RKfss4XZ"], "baseUri": "AQG3fumT", "clientId": "ZJqaVm0E", "clientName": "3EjZe2pl", "clientPermissions": [{"action": 44, "resource": "IaFOqVqT", "schedAction": 62, "schedCron": "qz6xw28y", "schedRange": ["8ERr4lg7", "A8R3dD8k", "2jhR7UsL"]}, {"action": 54, "resource": "0H0KwN5m", "schedAction": 6, "schedCron": "yJEaqbPw", "schedRange": ["AJwF6p7S", "Nf82gHJp", "QBUJxLpD"]}, {"action": 90, "resource": "6ACSDwTS", "schedAction": 71, "schedCron": "hV2XtylO", "schedRange": ["3HNotSlF", "iwqUeekC", "vyEs1Fwi"]}], "clientPlatform": "bvPbi0qI", "deletable": false, "description": "7DsU0ySe", "namespace": "Zj8nYxjR", "oauthAccessTokenExpiration": 70, "oauthAccessTokenExpirationTimeUnit": "DIX7xmEV", "oauthClientType": "FjNcG7mv", "oauthRefreshTokenExpiration": 1, "oauthRefreshTokenExpirationTimeUnit": "umDC40zo", "parentNamespace": "BbSRmtg4", "redirectUri": "B01sSloC", "scopes": ["6t59pi9F", "SC7IdZdq", "B2j7uyoE"], "secret": "IHAwTn10", "twoFactorEnabled": true}' \ + '{"audiences": ["Lii0G2Pc", "M8mSYNJ8", "FH1K543I"], "baseUri": "pAsiow7U", "clientId": "GZUbYD7u", "clientName": "s5FrP2ic", "clientPermissions": [{"action": 40, "resource": "giifDJAF", "schedAction": 91, "schedCron": "vcWcvHGU", "schedRange": ["6XA1ZkuE", "DVm7SHgR", "efSVtJSZ"]}, {"action": 90, "resource": "tjJWMaO2", "schedAction": 43, "schedCron": "hiOZuwl7", "schedRange": ["6EBcR6JD", "OJMNFMX3", "wJZ5zIo9"]}, {"action": 28, "resource": "hi8QU6YH", "schedAction": 93, "schedCron": "bEQoTV3G", "schedRange": ["T2uejGKV", "5Q65Bmcv", "6dgogqGP"]}], "clientPlatform": "LSdzS2kO", "deletable": true, "description": "umWf4WWW", "namespace": "9MmOoYOA", "oauthAccessTokenExpiration": 96, "oauthAccessTokenExpirationTimeUnit": "LLM9RvxQ", "oauthClientType": "V57oyS7k", "oauthRefreshTokenExpiration": 76, "oauthRefreshTokenExpirationTimeUnit": "JqJxnmWX", "parentNamespace": "VLyGZHfk", "redirectUri": "sitKPxMx", "scopes": ["0epUiERS", "rCY9NDwg", "WG2ilvwc"], "secret": "G97lvd8N", "twoFactorEnabled": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 121 'AdminCreateClientV3' test.out #- 122 AdminGetClientsbyNamespacebyIDV3 $PYTHON -m $MODULE 'iam-admin-get-clientsby-namespaceby-idv3' \ - 'GyD4PPAm' \ + 'HWFIl1ec' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 122 'AdminGetClientsbyNamespacebyIDV3' test.out #- 123 AdminDeleteClientV3 $PYTHON -m $MODULE 'iam-admin-delete-client-v3' \ - 'LSgMOR07' \ + 'a0ow21b8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 123 'AdminDeleteClientV3' test.out #- 124 AdminUpdateClientV3 $PYTHON -m $MODULE 'iam-admin-update-client-v3' \ - '{"audiences": ["6Oteb3ov", "lztic3yC", "pHyrni4b"], "baseUri": "GYcfbJlm", "clientName": "9OBOwuO9", "clientPermissions": [{"action": 4, "resource": "QRiCA58r", "schedAction": 74, "schedCron": "CL5pwXfp", "schedRange": ["Ow2L3v3U", "OQgRTu25", "2zmDyy9o"]}, {"action": 29, "resource": "m989tKQP", "schedAction": 78, "schedCron": "ZB5hQxiW", "schedRange": ["7JbBZiBB", "uwHkyPMJ", "FozJvghS"]}, {"action": 57, "resource": "3Q057NME", "schedAction": 41, "schedCron": "6ZGhJBAl", "schedRange": ["tlng7hOb", "pOGHs7g1", "0y2dj279"]}], "clientPlatform": "Vw2CrLky", "deletable": true, "description": "JZdZJxoj", "namespace": "Ra18qjXi", "oauthAccessTokenExpiration": 64, "oauthAccessTokenExpirationTimeUnit": "Em5leL8Y", "oauthRefreshTokenExpiration": 10, "oauthRefreshTokenExpirationTimeUnit": "ZCzzQ00z", "redirectUri": "CW8WeezZ", "scopes": ["X44s3kfW", "KlVvsGuh", "TbEHXeTk"], "twoFactorEnabled": false}' \ - '9yY6rUA6' \ + '{"audiences": ["zoo1HGT6", "Ch5SafKN", "KTmTgxxC"], "baseUri": "1uCkGLUJ", "clientName": "MgWUgQZf", "clientPermissions": [{"action": 83, "resource": "1CZrYHYp", "schedAction": 19, "schedCron": "GHr21dVJ", "schedRange": ["N8nPJspI", "6ljhmO6x", "PhASD4ar"]}, {"action": 75, "resource": "C76MkeNi", "schedAction": 20, "schedCron": "7xKaMGqd", "schedRange": ["NJe6PEWM", "kpz3IvTj", "zTwp1GJJ"]}, {"action": 63, "resource": "g6b0Urmy", "schedAction": 99, "schedCron": "sTZsx5sK", "schedRange": ["PNSx0Yxa", "xyoNx1s7", "sYV0nKi4"]}], "clientPlatform": "4OzMJyPr", "deletable": false, "description": "0h1s7hVe", "namespace": "xBtVesrx", "oauthAccessTokenExpiration": 92, "oauthAccessTokenExpirationTimeUnit": "qnybOQ7J", "oauthRefreshTokenExpiration": 65, "oauthRefreshTokenExpirationTimeUnit": "Jb5l3sYX", "redirectUri": "cDrqrf1l", "scopes": ["k6FoWtVA", "Mkq9TZpP", "OEh4GJ6L"], "twoFactorEnabled": true}' \ + 'mtD6gWca' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 124 'AdminUpdateClientV3' test.out #- 125 AdminUpdateClientPermissionV3 $PYTHON -m $MODULE 'iam-admin-update-client-permission-v3' \ - '{"permissions": [{"action": 32, "resource": "a7ntmSGq"}, {"action": 82, "resource": "rhnMFHfR"}, {"action": 100, "resource": "siMGHOIm"}]}' \ - 'myprghy7' \ + '{"permissions": [{"action": 45, "resource": "AbNhgqz3"}, {"action": 30, "resource": "HBqs58BB"}, {"action": 76, "resource": "QUzVn0tg"}]}' \ + 'UqJnrBul' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 125 'AdminUpdateClientPermissionV3' test.out #- 126 AdminAddClientPermissionsV3 $PYTHON -m $MODULE 'iam-admin-add-client-permissions-v3' \ - '{"permissions": [{"action": 2, "resource": "jlTUIx6T"}, {"action": 24, "resource": "9Aynamte"}, {"action": 79, "resource": "QujCzkBO"}]}' \ - '703P9njA' \ + '{"permissions": [{"action": 96, "resource": "alcAxGiO"}, {"action": 78, "resource": "c6hVTgkj"}, {"action": 95, "resource": "t3jKIhF7"}]}' \ + 'yJoJ4M2D' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 126 'AdminAddClientPermissionsV3' test.out #- 127 AdminDeleteClientPermissionV3 $PYTHON -m $MODULE 'iam-admin-delete-client-permission-v3' \ - '29' \ - '6b5yyjfV' \ - 'zvLfBgnr' \ + '94' \ + 'd3aEN748' \ + 'YtpzALdG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 127 'AdminDeleteClientPermissionV3' test.out @@ -793,7 +794,7 @@ eval_tap $? 129 'AdminGetCountryBlacklistV3' test.out #- 130 AdminAddCountryBlacklistV3 $PYTHON -m $MODULE 'iam-admin-add-country-blacklist-v3' \ - '{"blacklist": ["sRFLO8JK", "CHpTldRV", "qnvgk91K"]}' \ + '{"blacklist": ["2wBE0jIo", "nEHLOEEa", "qkrf7Zul"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 130 'AdminAddCountryBlacklistV3' test.out @@ -818,99 +819,99 @@ eval_tap $? 133 'RetrieveAllSSOLoginPlatformCredentialV3' test.out #- 134 RetrieveThirdPartyLoginPlatformCredentialV3 $PYTHON -m $MODULE 'iam-retrieve-third-party-login-platform-credential-v3' \ - 'dFTM76dV' \ + 'WZUKOMNu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 134 'RetrieveThirdPartyLoginPlatformCredentialV3' test.out #- 135 AddThirdPartyLoginPlatformCredentialV3 $PYTHON -m $MODULE 'iam-add-third-party-login-platform-credential-v3' \ - '{"ACSURL": "4tTzyH7n", "AWSCognitoRegion": "I7JSNcHL", "AWSCognitoUserPool": "LJpnOj3P", "AllowedClients": ["mGywuHVl", "fBaCcx1p", "NJ2LqDGq"], "AppId": "RlQya8pL", "AuthorizationEndpoint": "EQn3I9jW", "ClientId": "pjxMiIWa", "Environment": "F2thYfYt", "FederationMetadataURL": "JfVrtHWW", "GenericOauthFlow": false, "IsActive": true, "Issuer": "ZPcXTczD", "JWKSEndpoint": "HVpTbTvr", "KeyID": "w7nubcgq", "NetflixCertificates": {"encryptedPrivateKey": "wpVFbkfc", "encryptedPrivateKeyName": "v8z8lFub", "publicCertificate": "Nx5qyTEb", "publicCertificateName": "A7DrKVnS", "rootCertificate": "SdTO4SiI", "rootCertificateName": "Egs36Y0K"}, "OrganizationId": "ghZNEtef", "PlatformName": "RaTr52Cf", "RedirectUri": "wKdFtXQi", "RegisteredDomains": [{"affectedClientIDs": ["VbA6NgkG", "AxhJraOq", "zPbB7hKh"], "domain": "EdMLDp0g", "namespaces": ["IJz2Mhnv", "hM1w60jw", "kDAMKmbg"], "roleId": "HZ7cJrZ3"}, {"affectedClientIDs": ["RWvCpYzQ", "7IdCZw6R", "GLkybm99"], "domain": "AWEQ4he2", "namespaces": ["xArbHPmA", "AqgQ38CO", "HU90sPQj"], "roleId": "xiM0H0PI"}, {"affectedClientIDs": ["kGSwaTA1", "zzJcEGYj", "itTCIzTk"], "domain": "wlpYgGpw", "namespaces": ["SI32AN51", "R4fMRbSp", "bCjNbw8e"], "roleId": "RfsfEXFP"}], "Secret": "Wl1pcJGN", "TeamID": "0agYGUNP", "TokenAuthenticationType": "DdO2lmwH", "TokenClaimsMapping": {"Xzpjkkth": "r2xwXtif", "IB1RD5WP": "QXIaudwI", "n9hpo3pX": "4UjR9zBX"}, "TokenEndpoint": "zHHIePI3", "UserInfoEndpoint": "jmZIIIqH", "UserInfoHTTPMethod": "p7SwJWb7", "scopes": ["r01OpSgI", "zzy4I0Sq", "fSFBs1gD"]}' \ - 'ayIbNZ6F' \ + '{"ACSURL": "hSBwvtb8", "AWSCognitoRegion": "He0vAq4O", "AWSCognitoUserPool": "3s3145sE", "AllowedClients": ["AYfnsPqI", "svQd0uGp", "qOlatEAh"], "AppId": "UJeBneZc", "AuthorizationEndpoint": "mogQUHws", "ClientId": "R6aBosJk", "Environment": "oO0K4KW7", "FederationMetadataURL": "Hl1mZDi2", "GenericOauthFlow": false, "IsActive": true, "Issuer": "hynltHWr", "JWKSEndpoint": "9PZPD9UI", "KeyID": "GVLxqwoB", "NetflixCertificates": {"encryptedPrivateKey": "bBNnw3ZX", "encryptedPrivateKeyName": "BA1E6WW1", "publicCertificate": "ZHixjeYj", "publicCertificateName": "VJCBwrNn", "rootCertificate": "lNIwPE5u", "rootCertificateName": "XZoPevCj"}, "OrganizationId": "CZ0iOyqz", "PlatformName": "mzu07kha", "RedirectUri": "mq1e83lX", "RegisteredDomains": [{"affectedClientIDs": ["oBGxTDmt", "O8iRhWEV", "ER8hn7ja"], "domain": "liwkze12", "namespaces": ["MmbZ8oZs", "E1O1e47B", "Nrwcn8mW"], "roleId": "gZwOYdT5"}, {"affectedClientIDs": ["oFUJsN78", "bplgchWD", "SjYZZYkC"], "domain": "mgP3DOCt", "namespaces": ["aYRnOgzr", "DHsmPmGl", "b8x6KlR0"], "roleId": "0fqRhG4K"}, {"affectedClientIDs": ["ucBPxbWC", "neNmRh0C", "oaCh3B5j"], "domain": "AbGZ1Xk2", "namespaces": ["EGRuBzEU", "l4HOwwUY", "2NB3T0RL"], "roleId": "FDa0QF6C"}], "Secret": "8HkJjVhN", "TeamID": "ZLs5Ut3m", "TokenAuthenticationType": "ivP37TJP", "TokenClaimsMapping": {"h1MSMvHm": "zL25nZdj", "HjQ5nw8L": "lDMRMZQ9", "PyyYKVq8": "KLegkHm8"}, "TokenEndpoint": "c0PtIecD", "UserInfoEndpoint": "aIwVNrzA", "UserInfoHTTPMethod": "jsUgJTPG", "scopes": ["UdJQ08K0", "UEP8w2xs", "kVR9k65G"]}' \ + 'MMaBp5Uz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 135 'AddThirdPartyLoginPlatformCredentialV3' test.out #- 136 DeleteThirdPartyLoginPlatformCredentialV3 $PYTHON -m $MODULE 'iam-delete-third-party-login-platform-credential-v3' \ - 'h4KQcFjy' \ + 'r9lrfAPg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 136 'DeleteThirdPartyLoginPlatformCredentialV3' test.out #- 137 UpdateThirdPartyLoginPlatformCredentialV3 $PYTHON -m $MODULE 'iam-update-third-party-login-platform-credential-v3' \ - '{"ACSURL": "6dpaE9Li", "AWSCognitoRegion": "nY0BC3Ny", "AWSCognitoUserPool": "nrunfg6F", "AllowedClients": ["ndVjKvjo", "4v46qBa2", "kd7zQatu"], "AppId": "3AVE35aK", "AuthorizationEndpoint": "p7UYQPxB", "ClientId": "DehIgNWe", "Environment": "FuLDuOBD", "FederationMetadataURL": "lvT8FZIg", "GenericOauthFlow": true, "IsActive": false, "Issuer": "13ViaUJa", "JWKSEndpoint": "b35U6Cec", "KeyID": "Pffixa6d", "NetflixCertificates": {"encryptedPrivateKey": "LDyLjlBf", "encryptedPrivateKeyName": "u0TMmy9z", "publicCertificate": "uQblugaS", "publicCertificateName": "uWROJbsd", "rootCertificate": "menEy3Il", "rootCertificateName": "2zdqk1k6"}, "OrganizationId": "t8i0UUNq", "PlatformName": "c22jBqu9", "RedirectUri": "umBpD2hl", "RegisteredDomains": [{"affectedClientIDs": ["fM8WesNK", "D43rBDCT", "Qe2WqDzH"], "domain": "w9tcHimE", "namespaces": ["AbK5wpEU", "ZPYZCNP4", "7YHHGFR0"], "roleId": "RUAh1bKT"}, {"affectedClientIDs": ["ZUnROkj0", "tZqTxHXc", "p6zDfuaE"], "domain": "XQm3lrVY", "namespaces": ["3Ih1mSkv", "aqA5nvHo", "KQbRu2EM"], "roleId": "jc2GPjET"}, {"affectedClientIDs": ["NJe6lcaC", "2XzzzPKS", "ktFZXNoM"], "domain": "mFUC7e9T", "namespaces": ["7zTkz3kI", "72iA9y6t", "8fDjZIK6"], "roleId": "S2UPt26U"}], "Secret": "xfhVB8e4", "TeamID": "OHdOo9dk", "TokenAuthenticationType": "l7gC22Ht", "TokenClaimsMapping": {"kzjDrnPi": "0WWCYLLd", "5LN9KsDl": "MLusYny7", "HFJFPfns": "mkN8MvY6"}, "TokenEndpoint": "32bRNq2N", "UserInfoEndpoint": "7hnHxp0y", "UserInfoHTTPMethod": "eoc0FytW", "scopes": ["WHKjio36", "NI6PzpEY", "uvl5JvsL"]}' \ - 'Fi79FxNp' \ + '{"ACSURL": "PceruHxS", "AWSCognitoRegion": "PdoP4yc9", "AWSCognitoUserPool": "Sn6qL1wF", "AllowedClients": ["9SmJYyrL", "VghuizR6", "NYSsPRwG"], "AppId": "3opP5Fzm", "AuthorizationEndpoint": "yttojYmt", "ClientId": "vMba6jaK", "Environment": "JG2JYr1T", "FederationMetadataURL": "NTN5Z31D", "GenericOauthFlow": true, "IsActive": false, "Issuer": "SOBZiqT2", "JWKSEndpoint": "r9dPmPZQ", "KeyID": "Eu3TZeE1", "NetflixCertificates": {"encryptedPrivateKey": "0VwySYHf", "encryptedPrivateKeyName": "zuX1dm4Z", "publicCertificate": "WrlTpZnx", "publicCertificateName": "8z5KhpgI", "rootCertificate": "XYOKD5q9", "rootCertificateName": "UAX2ltQr"}, "OrganizationId": "CtjYGyQA", "PlatformName": "QyXeq0Za", "RedirectUri": "ICqapyoS", "RegisteredDomains": [{"affectedClientIDs": ["oAiHa5KL", "IUd5LbXf", "5hmXnh7k"], "domain": "FJ4RUapI", "namespaces": ["QGgEyiCl", "dtnjDY2G", "A7p66aq3"], "roleId": "Ljc6IuW1"}, {"affectedClientIDs": ["W90HPOxT", "ucQ0rWbr", "rRcw16X3"], "domain": "3AODbI5S", "namespaces": ["v3l06lW3", "zIEYLTCf", "ByLElmpx"], "roleId": "9p7CsYfq"}, {"affectedClientIDs": ["pjA6Bb3X", "AiiyybPf", "XNGOLslN"], "domain": "cIgelweA", "namespaces": ["jRGbgNeK", "6zkBymjD", "lEbwjlmZ"], "roleId": "TYsEmrM8"}], "Secret": "mPJkd50o", "TeamID": "nX1H3nCD", "TokenAuthenticationType": "X7ZuPg1m", "TokenClaimsMapping": {"CeAi20yI": "8EwjWOfa", "FN9POTUr": "JeWcvQIs", "SQSQ7kyv": "245u9J9b"}, "TokenEndpoint": "7ShQb2AE", "UserInfoEndpoint": "mZikv8u6", "UserInfoHTTPMethod": "xyiMRjo4", "scopes": ["b3ugeBLD", "qoZuVwIh", "FNm8ef92"]}' \ + 'cVjzxg1Y' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 137 'UpdateThirdPartyLoginPlatformCredentialV3' test.out #- 138 UpdateThirdPartyLoginPlatformDomainV3 $PYTHON -m $MODULE 'iam-update-third-party-login-platform-domain-v3' \ - '{"affectedClientIDs": ["91BGhRYS", "hNtwb00f", "w02dtBp3"], "assignedNamespaces": ["pjMUi6dR", "fkxZxZOX", "qkTLc4y6"], "domain": "aXDxsnhe", "roleId": "c6WrtlVE"}' \ - 'BDBtvlBX' \ + '{"affectedClientIDs": ["W0g5P5gt", "4aG0v8SA", "gLoPyyYM"], "assignedNamespaces": ["6sbOz3HU", "SU8SAxrH", "23Rq1M0J"], "domain": "rcRRWmPZ", "roleId": "KjNQAzMt"}' \ + 'D67mmoAi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 138 'UpdateThirdPartyLoginPlatformDomainV3' test.out #- 139 DeleteThirdPartyLoginPlatformDomainV3 $PYTHON -m $MODULE 'iam-delete-third-party-login-platform-domain-v3' \ - '{"domain": "z0Uukj0Z"}' \ - 'AUNW8LwI' \ + '{"domain": "GVFycBio"}' \ + 'zIJ8V41L' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 139 'DeleteThirdPartyLoginPlatformDomainV3' test.out #- 140 RetrieveSSOLoginPlatformCredential $PYTHON -m $MODULE 'iam-retrieve-sso-login-platform-credential' \ - 'UQx5onXn' \ + 'lBUETMoX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 140 'RetrieveSSOLoginPlatformCredential' test.out #- 141 AddSSOLoginPlatformCredential $PYTHON -m $MODULE 'iam-add-sso-login-platform-credential' \ - '{"acsUrl": "E5cq30fE", "apiKey": "1CbTCjc1", "appId": "qLujJbkh", "federationMetadataUrl": "qT6UX5Zt", "isActive": true, "redirectUri": "DQzQnNtg", "secret": "2lLpI5UZ", "ssoUrl": "MBBCSBn3"}' \ - 'wgEDROcE' \ + '{"acsUrl": "JDoh5reU", "apiKey": "y4WYqYOd", "appId": "ZbTdmLws", "federationMetadataUrl": "cSQhsrAh", "isActive": false, "redirectUri": "8cSIntUe", "secret": "DzKgaBe4", "ssoUrl": "jAeHgNxb"}' \ + 'YGXsWC6m' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 141 'AddSSOLoginPlatformCredential' test.out #- 142 DeleteSSOLoginPlatformCredentialV3 $PYTHON -m $MODULE 'iam-delete-sso-login-platform-credential-v3' \ - 'zRX3F2WW' \ + 'ExeT7a6e' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 142 'DeleteSSOLoginPlatformCredentialV3' test.out #- 143 UpdateSSOPlatformCredential $PYTHON -m $MODULE 'iam-update-sso-platform-credential' \ - '{"acsUrl": "SFkSTxqS", "apiKey": "3zNpG6PO", "appId": "x2aYiQeE", "federationMetadataUrl": "H8JDGeMh", "isActive": true, "redirectUri": "jNdA6b5Z", "secret": "4RmBL0Fr", "ssoUrl": "neaTFcme"}' \ - 'ITRj4SqR' \ + '{"acsUrl": "FS3gTJ3R", "apiKey": "5uwdTerh", "appId": "qBwaJanp", "federationMetadataUrl": "oCPvaxKK", "isActive": false, "redirectUri": "U0TS1Y0R", "secret": "6QcO7nEm", "ssoUrl": "AxXPsVnk"}' \ + 'Rb1CJnns' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 143 'UpdateSSOPlatformCredential' test.out #- 144 AdminListUserIDByPlatformUserIDsV3 $PYTHON -m $MODULE 'iam-admin-list-user-id-by-platform-user-i-ds-v3' \ - '{"platformUserIds": ["RcIZJVPM", "aaX2YemS", "1HepbRda"]}' \ - 'leIQeJ55' \ + '{"platformUserIds": ["uv1UFkeD", "VhK6dANG", "ljFbN9rX"]}' \ + 'imVU77Jw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 144 'AdminListUserIDByPlatformUserIDsV3' test.out #- 145 AdminGetUserByPlatformUserIDV3 $PYTHON -m $MODULE 'iam-admin-get-user-by-platform-user-idv3' \ - 'XZyv0B4a' \ - 'oJhYxQVu' \ + 'h3ybKyjq' \ + 'gB2Gp7sb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 145 'AdminGetUserByPlatformUserIDV3' test.out #- 146 GetAdminUsersByRoleIdV3 $PYTHON -m $MODULE 'iam-get-admin-users-by-role-id-v3' \ - '4LXvKlyp' \ + 'uuxHQEj8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 146 'GetAdminUsersByRoleIdV3' test.out @@ -923,35 +924,35 @@ eval_tap $? 147 'AdminGetUserByEmailAddressV3' test.out #- 148 AdminGetBulkUserBanV3 $PYTHON -m $MODULE 'iam-admin-get-bulk-user-ban-v3' \ - '{"bulkUserId": ["RVcsaOW4", "pO0K3FPf", "z271aFrb"]}' \ + '{"bulkUserId": ["vcvUgTdi", "J5g5eqdk", "370Qdvg0"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 148 'AdminGetBulkUserBanV3' test.out #- 149 AdminListUserIDByUserIDsV3 $PYTHON -m $MODULE 'iam-admin-list-user-id-by-user-i-ds-v3' \ - '{"userIds": ["WV73bYwu", "gFW1Hbbm", "C6Ze1Gr4"]}' \ + '{"userIds": ["whR0X6AW", "NTtdaaBZ", "zyHPz0bH"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 149 'AdminListUserIDByUserIDsV3' test.out #- 150 AdminBulkGetUsersPlatform $PYTHON -m $MODULE 'iam-admin-bulk-get-users-platform' \ - '{"userIds": ["7RbEY3I6", "XsPrStbT", "qjQhvKIz"]}' \ + '{"userIds": ["8gEw0tqU", "EMLuSzpS", "gd5BKQEK"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 150 'AdminBulkGetUsersPlatform' test.out #- 151 AdminInviteUserV3 $PYTHON -m $MODULE 'iam-admin-invite-user-v3' \ - '{"emailAddresses": ["G2fkoH8L", "myB69UNw", "vZLjCTUL"], "isAdmin": false, "namespace": "0MZO7IXq", "roles": ["lW4lE2eY", "MGKCJsWP", "2ThLUmh7"]}' \ + '{"emailAddresses": ["p0nbqiLf", "Zegbyj9M", "YRdILrgH"], "isAdmin": false, "namespace": "aYs1huNO", "roles": ["0bOZtkrC", "QLOaN2ce", "f1QukR0b"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 151 'AdminInviteUserV3' test.out #- 152 AdminQueryThirdPlatformLinkHistoryV3 $PYTHON -m $MODULE 'iam-admin-query-third-platform-link-history-v3' \ - '4T2GXld6' \ + '7t0ggh8P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 152 'AdminQueryThirdPlatformLinkHistoryV3' test.out @@ -970,37 +971,37 @@ eval_tap $? 154 'AdminSearchUserV3' test.out #- 155 AdminGetBulkUserByEmailAddressV3 $PYTHON -m $MODULE 'iam-admin-get-bulk-user-by-email-address-v3' \ - '{"listEmailAddressRequest": ["A1XzIlKp", "tWRcWCi3", "H4MK8P1J"]}' \ + '{"listEmailAddressRequest": ["q5Asam17", "sCKHtaos", "WkBEVZbi"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 155 'AdminGetBulkUserByEmailAddressV3' test.out #- 156 AdminGetUserByUserIdV3 $PYTHON -m $MODULE 'iam-admin-get-user-by-user-id-v3' \ - 'nijpJhBn' \ + 'mwINZ2Ib' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 156 'AdminGetUserByUserIdV3' test.out #- 157 AdminUpdateUserV3 $PYTHON -m $MODULE 'iam-admin-update-user-v3' \ - '{"avatarUrl": "jjRoPzW5", "country": "sN6g0rkh", "dateOfBirth": "fzFpUDCu", "displayName": "9zMRvMwK", "languageTag": "389B3x6e", "userName": "hAUTzcBg"}' \ - 'blcwAeUe' \ + '{"avatarUrl": "yrIH10gB", "country": "Jn3wyEVF", "dateOfBirth": "1AjQ0gXP", "displayName": "VP7VNe6H", "languageTag": "G1HBWCfr", "userName": "94ARbFa4"}' \ + 'qHzQrRnm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 157 'AdminUpdateUserV3' test.out #- 158 AdminGetUserBanV3 $PYTHON -m $MODULE 'iam-admin-get-user-ban-v3' \ - 'HhJqzhiq' \ + 'Jp3rgZrP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 158 'AdminGetUserBanV3' test.out #- 159 AdminBanUserV3 $PYTHON -m $MODULE 'iam-admin-ban-user-v3' \ - '{"ban": "AlgpT6Ck", "comment": "sMmFflqW", "endDate": "d5bmy5BT", "reason": "JifQJFxs", "skipNotif": false}' \ - 'OyOs5Qh8' \ + '{"ban": "8pQMQqU1", "comment": "GCZ1pqmS", "endDate": "CXSizVuI", "reason": "nI9bIqJU", "skipNotif": true}' \ + 'Tq0bPdF8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 159 'AdminBanUserV3' test.out @@ -1008,253 +1009,253 @@ eval_tap $? 159 'AdminBanUserV3' test.out #- 160 AdminUpdateUserBanV3 $PYTHON -m $MODULE 'iam-admin-update-user-ban-v3' \ '{"enabled": false, "skipNotif": true}' \ - 'By5UvkfP' \ - 'RCmtN4PM' \ + 'dm7dU6xf' \ + 'c0RvmhAM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 160 'AdminUpdateUserBanV3' test.out #- 161 AdminSendVerificationCodeV3 $PYTHON -m $MODULE 'iam-admin-send-verification-code-v3' \ - '{"context": "1fXYaDz4", "emailAddress": "sOtfipHy", "languageTag": "UxOokn58"}' \ - 'VYErBMDC' \ + '{"context": "5L5FDIGT", "emailAddress": "5p726bSi", "languageTag": "PxfFqIVC"}' \ + '15O9Cd64' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 161 'AdminSendVerificationCodeV3' test.out #- 162 AdminVerifyAccountV3 $PYTHON -m $MODULE 'iam-admin-verify-account-v3' \ - '{"Code": "zmXUxm5E", "ContactType": "eiLN4lqw", "LanguageTag": "NmjkX6tE", "validateOnly": false}' \ - 'dt4EoV2R' \ + '{"Code": "V7rnzJNe", "ContactType": "joMUnl5e", "LanguageTag": "1sD0nqHQ", "validateOnly": false}' \ + 'qrMDPyd6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 162 'AdminVerifyAccountV3' test.out #- 163 GetUserVerificationCode $PYTHON -m $MODULE 'iam-get-user-verification-code' \ - 'QsNKgYPw' \ + 'rqqPk0u2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 163 'GetUserVerificationCode' test.out #- 164 AdminGetUserDeletionStatusV3 $PYTHON -m $MODULE 'iam-admin-get-user-deletion-status-v3' \ - 'Mkajhpp1' \ + 'ChNKnle9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 164 'AdminGetUserDeletionStatusV3' test.out #- 165 AdminUpdateUserDeletionStatusV3 $PYTHON -m $MODULE 'iam-admin-update-user-deletion-status-v3' \ - '{"deletionDate": 2, "enabled": false}' \ - 'gc1QjaeL' \ + '{"deletionDate": 30, "enabled": true}' \ + 'fKduPQHv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 165 'AdminUpdateUserDeletionStatusV3' test.out #- 166 AdminUpgradeHeadlessAccountV3 $PYTHON -m $MODULE 'iam-admin-upgrade-headless-account-v3' \ - '{"code": "LxJsyFsK", "country": "y1zcySVM", "dateOfBirth": "v2cJcIBy", "displayName": "ZhlQon4q", "emailAddress": "A6h71h4z", "password": "uRYIX2ZT", "validateOnly": false}' \ - 'tm8OBI8E' \ + '{"code": "vunU1T0B", "country": "1OCRqD8s", "dateOfBirth": "rxJ7wKSn", "displayName": "KY2gh16f", "emailAddress": "ocRRdp5q", "password": "p88Y8Ig8", "validateOnly": false}' \ + 'jVNLSXmt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 166 'AdminUpgradeHeadlessAccountV3' test.out #- 167 AdminDeleteUserInformationV3 $PYTHON -m $MODULE 'iam-admin-delete-user-information-v3' \ - 'TFCj5xIj' \ + '28dieHR5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 167 'AdminDeleteUserInformationV3' test.out #- 168 AdminGetUserLoginHistoriesV3 $PYTHON -m $MODULE 'iam-admin-get-user-login-histories-v3' \ - 'kCx9kq4G' \ + 'k6tufdMC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 168 'AdminGetUserLoginHistoriesV3' test.out #- 169 AdminResetPasswordV3 $PYTHON -m $MODULE 'iam-admin-reset-password-v3' \ - '{"languageTag": "pEBWsHKB", "newPassword": "93mh3G5U", "oldPassword": "KGozLE9h"}' \ - '9fzKrFxK' \ + '{"languageTag": "mMfr3D3J", "newPassword": "BRbP1CWF", "oldPassword": "3MyIUQb7"}' \ + 'H1oWyDuy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 169 'AdminResetPasswordV3' test.out #- 170 AdminUpdateUserPermissionV3 $PYTHON -m $MODULE 'iam-admin-update-user-permission-v3' \ - '{"Permissions": [{"Action": 24, "Resource": "dDC7owLq", "SchedAction": 51, "SchedCron": "oq8jgl4d", "SchedRange": ["LKseoP2s", "CJ1Ig7BH", "TcvN849D"]}, {"Action": 78, "Resource": "uJdaUFxc", "SchedAction": 11, "SchedCron": "NjjtaIvM", "SchedRange": ["Knzp7Vma", "bkHZRmuu", "OgiADgER"]}, {"Action": 20, "Resource": "AX8MR7uA", "SchedAction": 59, "SchedCron": "qomehGyz", "SchedRange": ["F71dA38O", "ir9cXGSb", "WZykYJLI"]}]}' \ - 'Y0KrW6Q1' \ + '{"Permissions": [{"Action": 66, "Resource": "kHQ2BAC2", "SchedAction": 98, "SchedCron": "l84Oecdd", "SchedRange": ["9ZmvY75k", "uszrWQe9", "sn0VbLsD"]}, {"Action": 21, "Resource": "PQYPpZiC", "SchedAction": 71, "SchedCron": "j0eBUX9T", "SchedRange": ["J4pKmq3w", "mboOkLh8", "52sG9BSW"]}, {"Action": 99, "Resource": "aULdPmm6", "SchedAction": 81, "SchedCron": "QJcGaAGH", "SchedRange": ["qsN925b9", "54SOqun6", "h2Ic80Ab"]}]}' \ + 'ctdcyHPo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 170 'AdminUpdateUserPermissionV3' test.out #- 171 AdminAddUserPermissionsV3 $PYTHON -m $MODULE 'iam-admin-add-user-permissions-v3' \ - '{"Permissions": [{"Action": 38, "Resource": "37hpsdgG", "SchedAction": 45, "SchedCron": "59W1DsOO", "SchedRange": ["WnvoB9Sd", "rM4aOdcd", "qR5Xu0Rr"]}, {"Action": 68, "Resource": "uWmXG9Y4", "SchedAction": 58, "SchedCron": "LdK560vX", "SchedRange": ["w9rkgTw9", "MRDjfs9l", "Yb4qE670"]}, {"Action": 86, "Resource": "Yiv8I6Wh", "SchedAction": 12, "SchedCron": "3Vs1ZGiO", "SchedRange": ["qG7imcWn", "G9zizPll", "rLCToboO"]}]}' \ - 'wTzSedp0' \ + '{"Permissions": [{"Action": 12, "Resource": "maORseuR", "SchedAction": 68, "SchedCron": "cLpxt1XO", "SchedRange": ["ZLfCEbP9", "OjKpUjXV", "63W6Rrm5"]}, {"Action": 51, "Resource": "yAABpM1A", "SchedAction": 43, "SchedCron": "VWUpPuYR", "SchedRange": ["1t5bD1qv", "HYPYzJbd", "jIE8zgEg"]}, {"Action": 96, "Resource": "mLnsG7mQ", "SchedAction": 37, "SchedCron": "mklC0nMl", "SchedRange": ["SH50PVmV", "lbHDBneT", "JlSVxDJD"]}]}' \ + 'U977BsoL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 171 'AdminAddUserPermissionsV3' test.out #- 172 AdminDeleteUserPermissionBulkV3 $PYTHON -m $MODULE 'iam-admin-delete-user-permission-bulk-v3' \ - '[{"Action": 44, "Resource": "Rwo43QRA"}, {"Action": 76, "Resource": "1o6wBGiU"}, {"Action": 100, "Resource": "uzZNKfxO"}]' \ - '1nTxZ9IP' \ + '[{"Action": 99, "Resource": "RxsU9W8R"}, {"Action": 34, "Resource": "67imTuoA"}, {"Action": 46, "Resource": "YO3TUtJ7"}]' \ + 'STiZEObY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 172 'AdminDeleteUserPermissionBulkV3' test.out #- 173 AdminDeleteUserPermissionV3 $PYTHON -m $MODULE 'iam-admin-delete-user-permission-v3' \ - '36' \ - '94ja07Ng' \ - 'KYr7ay9v' \ + '85' \ + 'oCtZ5szC' \ + 'Ny8wtLtt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 173 'AdminDeleteUserPermissionV3' test.out #- 174 AdminGetUserPlatformAccountsV3 $PYTHON -m $MODULE 'iam-admin-get-user-platform-accounts-v3' \ - 'oFX3PYwV' \ + 'Z653Hws0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 174 'AdminGetUserPlatformAccountsV3' test.out #- 175 AdminGetListJusticePlatformAccounts $PYTHON -m $MODULE 'iam-admin-get-list-justice-platform-accounts' \ - 'ogxFPzMZ' \ + 'xCtPTuuU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 175 'AdminGetListJusticePlatformAccounts' test.out #- 176 AdminGetUserMapping $PYTHON -m $MODULE 'iam-admin-get-user-mapping' \ - 'LLxDr9uv' \ - '2b6PnjAR' \ + 'SdYAmy3h' \ + 'TZSODQCP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 176 'AdminGetUserMapping' test.out #- 177 AdminCreateJusticeUser $PYTHON -m $MODULE 'iam-admin-create-justice-user' \ - 'trx76qIJ' \ - 'SyU00dcT' \ + 'cpfkLVtS' \ + '9JJmpzUD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 177 'AdminCreateJusticeUser' test.out #- 178 AdminLinkPlatformAccount $PYTHON -m $MODULE 'iam-admin-link-platform-account' \ - '{"platformId": "y676Id5A", "platformUserId": "SZYXSVw5"}' \ - 'SJAxKQk2' \ + '{"platformId": "JkeTts4Q", "platformUserId": "PAQuqcFc"}' \ + 'pKwEOmYl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 178 'AdminLinkPlatformAccount' test.out #- 179 AdminPlatformUnlinkV3 $PYTHON -m $MODULE 'iam-admin-platform-unlink-v3' \ - '{"platformNamespace": "SOTOXEAz"}' \ - 'kzSOpAs5' \ - 'gDrrFArD' \ + '{"platformNamespace": "cDqBDJXb"}' \ + 'hAo52ujr' \ + 'hy5PkeZq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 179 'AdminPlatformUnlinkV3' test.out #- 180 AdminPlatformLinkV3 $PYTHON -m $MODULE 'iam-admin-platform-link-v3' \ - 'Dh7IE1mJ' \ - 'ZTOVbd2U' \ - '6u4mvxCt' \ + 'eXQzXJwV' \ + 'Nxmfql9S' \ + '3oMjFfvI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 180 'AdminPlatformLinkV3' test.out #- 181 AdminDeleteUserLinkingHistoryByPlatformIDV3 $PYTHON -m $MODULE 'iam-admin-delete-user-linking-history-by-platform-idv3' \ - 'kLdXruX2' \ - 'INni88L9' \ + 'T7sZmGhX' \ + 'OSb6pojv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 181 'AdminDeleteUserLinkingHistoryByPlatformIDV3' test.out #- 182 AdminGetThirdPartyPlatformTokenLinkStatusV3 $PYTHON -m $MODULE 'iam-admin-get-third-party-platform-token-link-status-v3' \ - 'puQn9Vvo' \ - 'DjQNzvda' \ - 'r1Me1vTt' \ + 'KCw3i55S' \ + 'bykeRgOm' \ + 'j9zGeMvN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 182 'AdminGetThirdPartyPlatformTokenLinkStatusV3' test.out #- 183 AdminGetUserSinglePlatformAccount $PYTHON -m $MODULE 'iam-admin-get-user-single-platform-account' \ - '4FddGTrA' \ - 'MZUsSo0X' \ + 'sr76pVWk' \ + 'sYUkNKQm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 183 'AdminGetUserSinglePlatformAccount' test.out #- 184 AdminDeleteUserRolesV3 $PYTHON -m $MODULE 'iam-admin-delete-user-roles-v3' \ - '["Ww3rQiSU", "dgEKVrT7", "ut0F4cSS"]' \ - '5PWrtmE8' \ + '["TS3Spay4", "IwPXwX5w", "vsUpbtm5"]' \ + 'aXOAxX2z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 184 'AdminDeleteUserRolesV3' test.out #- 185 AdminSaveUserRoleV3 $PYTHON -m $MODULE 'iam-admin-save-user-role-v3' \ - '[{"namespace": "0TWPIlxy", "roleId": "KIbvhYq4"}, {"namespace": "vB7osmFy", "roleId": "l3takmFR"}, {"namespace": "qbKtQ1eq", "roleId": "zXtySWBe"}]' \ - 'DuzEbr55' \ + '[{"namespace": "Sxw694uo", "roleId": "SwK6aOx1"}, {"namespace": "S4uvyNte", "roleId": "lTgVhzlK"}, {"namespace": "fjpYU96m", "roleId": "UVZqsX8L"}]' \ + 'mat233D2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 185 'AdminSaveUserRoleV3' test.out #- 186 AdminAddUserRoleV3 $PYTHON -m $MODULE 'iam-admin-add-user-role-v3' \ - 'n3xiCHo1' \ - 'BpC0hIiS' \ + '2m7dayY2' \ + 'Twy4I7Qe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 186 'AdminAddUserRoleV3' test.out #- 187 AdminDeleteUserRoleV3 $PYTHON -m $MODULE 'iam-admin-delete-user-role-v3' \ - 'qJlNVLEL' \ - 'Ruot3DnT' \ + 'HRwVauTG' \ + 'WIfI2dw5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 187 'AdminDeleteUserRoleV3' test.out #- 188 AdminUpdateUserStatusV3 $PYTHON -m $MODULE 'iam-admin-update-user-status-v3' \ - '{"enabled": true, "reason": "27PxUZLi"}' \ - 'cLNFsgea' \ + '{"enabled": true, "reason": "2NLIpcHt"}' \ + '0D3Ej1SC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 188 'AdminUpdateUserStatusV3' test.out #- 189 AdminTrustlyUpdateUserIdentity $PYTHON -m $MODULE 'iam-admin-trustly-update-user-identity' \ - '{"emailAddress": "NNzuDFvv", "password": "YVlVgMwU"}' \ - 'FXDRe8jz' \ + '{"emailAddress": "JkZhoUos", "password": "jyEnNWdL"}' \ + '0BGY5Pjf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 189 'AdminTrustlyUpdateUserIdentity' test.out #- 190 AdminVerifyUserWithoutVerificationCodeV3 $PYTHON -m $MODULE 'iam-admin-verify-user-without-verification-code-v3' \ - 'Pc8mfXwy' \ + 'dEFU6z3N' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 190 'AdminVerifyUserWithoutVerificationCodeV3' test.out #- 191 AdminUpdateClientSecretV3 $PYTHON -m $MODULE 'iam-admin-update-client-secret-v3' \ - '{"newSecret": "O65ffiC2"}' \ - 'wSnKlcOU' \ + '{"newSecret": "S6Yhe8wz"}' \ + 'X8YkFmgr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 191 'AdminUpdateClientSecretV3' test.out @@ -1267,129 +1268,129 @@ eval_tap $? 192 'AdminGetRolesV3' test.out #- 193 AdminCreateRoleV3 $PYTHON -m $MODULE 'iam-admin-create-role-v3' \ - '{"adminRole": true, "deletable": true, "isWildcard": true, "managers": [{"displayName": "u1bDoNKM", "namespace": "pdP5ysAs", "userId": "mZ80GONC"}, {"displayName": "ivuZGVZl", "namespace": "e7AULZ62", "userId": "BZEIOxSE"}, {"displayName": "2AZZQyNn", "namespace": "Efbt40sX", "userId": "y1sSBxJc"}], "members": [{"displayName": "1AsHETSL", "namespace": "fcIeo9u1", "userId": "cHJBztfd"}, {"displayName": "HU2PWajU", "namespace": "yhd3wFUO", "userId": "e0zgpsFE"}, {"displayName": "KHdK6kYy", "namespace": "8Sz2IwAR", "userId": "1L8HRhYe"}], "permissions": [{"action": 22, "resource": "kTyj5cys", "schedAction": 65, "schedCron": "ufuR2TJq", "schedRange": ["i3KKvEIv", "O66BbxDz", "RyqLEVW7"]}, {"action": 81, "resource": "PKN3yHEC", "schedAction": 77, "schedCron": "ijlAMQ39", "schedRange": ["ffZOv7ml", "Tzk8X4Tf", "sP71Sywq"]}, {"action": 99, "resource": "5EruqQhm", "schedAction": 2, "schedCron": "F7RPw8hD", "schedRange": ["OHv5EMpS", "W2pVZjFV", "p2hY20zL"]}], "roleName": "UKoFllgP"}' \ + '{"adminRole": false, "deletable": true, "isWildcard": false, "managers": [{"displayName": "ueug84TW", "namespace": "ZSquQiT9", "userId": "L06a95cQ"}, {"displayName": "GpOLUU0o", "namespace": "YXO9XVt9", "userId": "mmnbrbFY"}, {"displayName": "hWdRg4eD", "namespace": "biqHj03y", "userId": "rip80kyR"}], "members": [{"displayName": "SVpovWpQ", "namespace": "SW8gbGnD", "userId": "Dq899GhM"}, {"displayName": "zaqFPZaJ", "namespace": "e9IU3uFf", "userId": "2xrXmfKN"}, {"displayName": "IXxDt9ZD", "namespace": "odFOVVuf", "userId": "a6oPXcru"}], "permissions": [{"action": 7, "resource": "YJ42E8y3", "schedAction": 45, "schedCron": "96ko1PrZ", "schedRange": ["950WOcVe", "KBjb7Wcj", "RJQpYE7Q"]}, {"action": 6, "resource": "D6AwUu8G", "schedAction": 34, "schedCron": "YZbiNNlg", "schedRange": ["KHHLr7xy", "A0oZQexZ", "gsPkDNeG"]}, {"action": 30, "resource": "L6lH2ALy", "schedAction": 62, "schedCron": "FKr00B23", "schedRange": ["5RknRfMp", "Tv6qUASI", "iTjLD5fc"]}], "roleName": "tpHr2669"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 193 'AdminCreateRoleV3' test.out #- 194 AdminGetRoleV3 $PYTHON -m $MODULE 'iam-admin-get-role-v3' \ - 'bKlk4fgU' \ + 'cPjkKD7u' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 194 'AdminGetRoleV3' test.out #- 195 AdminDeleteRoleV3 $PYTHON -m $MODULE 'iam-admin-delete-role-v3' \ - 'dWXm31oT' \ + 'dzVxErw0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 195 'AdminDeleteRoleV3' test.out #- 196 AdminUpdateRoleV3 $PYTHON -m $MODULE 'iam-admin-update-role-v3' \ - '{"deletable": false, "isWildcard": false, "roleName": "plDdNFwU"}' \ - 'ru40q1ST' \ + '{"deletable": true, "isWildcard": false, "roleName": "WQ5tcQ5V"}' \ + 'o8XXTZtk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 196 'AdminUpdateRoleV3' test.out #- 197 AdminGetRoleAdminStatusV3 $PYTHON -m $MODULE 'iam-admin-get-role-admin-status-v3' \ - 'FOE7z5Vh' \ + 'GnakLV30' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 197 'AdminGetRoleAdminStatusV3' test.out #- 198 AdminUpdateAdminRoleStatusV3 $PYTHON -m $MODULE 'iam-admin-update-admin-role-status-v3' \ - 'p19fARj7' \ + 'oKbLssC2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 198 'AdminUpdateAdminRoleStatusV3' test.out #- 199 AdminRemoveRoleAdminV3 $PYTHON -m $MODULE 'iam-admin-remove-role-admin-v3' \ - 'XmBb8Vgt' \ + '9IWnRbfV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 199 'AdminRemoveRoleAdminV3' test.out #- 200 AdminGetRoleManagersV3 $PYTHON -m $MODULE 'iam-admin-get-role-managers-v3' \ - '3w38lebk' \ + 'lLpNbhug' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 200 'AdminGetRoleManagersV3' test.out #- 201 AdminAddRoleManagersV3 $PYTHON -m $MODULE 'iam-admin-add-role-managers-v3' \ - '{"managers": [{"displayName": "iaPVOyo4", "namespace": "QVdjgoSG", "userId": "0hE2EQB8"}, {"displayName": "aZwQHg7G", "namespace": "mh96aFr5", "userId": "L318otkJ"}, {"displayName": "Pacdt8cD", "namespace": "mhPBG8XQ", "userId": "zyfqw5gI"}]}' \ - 'zgQ5ZJOy' \ + '{"managers": [{"displayName": "xKVCkgJS", "namespace": "b5b2SsIe", "userId": "4Op4BxVR"}, {"displayName": "J1cvln3n", "namespace": "YAX4sjGa", "userId": "vw65udoX"}, {"displayName": "lJBDbfVI", "namespace": "ThRPse89", "userId": "G1o5PjJT"}]}' \ + 'MNiibQah' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 201 'AdminAddRoleManagersV3' test.out #- 202 AdminRemoveRoleManagersV3 $PYTHON -m $MODULE 'iam-admin-remove-role-managers-v3' \ - '{"managers": [{"displayName": "sbgNvdKb", "namespace": "53k2mjy2", "userId": "YnhPsYP5"}, {"displayName": "X6fm0cWk", "namespace": "JaJmmZGI", "userId": "oWMGM6eJ"}, {"displayName": "z5IS7uLJ", "namespace": "BamHVoq3", "userId": "uEuO9mr0"}]}' \ - '0aavpvqB' \ + '{"managers": [{"displayName": "lNPz6tEr", "namespace": "2TuB2dCQ", "userId": "6es8LNTy"}, {"displayName": "wHvla0ku", "namespace": "SdHzgwsL", "userId": "sqOoLi5m"}, {"displayName": "0zmm0UyJ", "namespace": "lUdt9sQw", "userId": "YxCxqC1R"}]}' \ + '9ixx2F5d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 202 'AdminRemoveRoleManagersV3' test.out #- 203 AdminGetRoleMembersV3 $PYTHON -m $MODULE 'iam-admin-get-role-members-v3' \ - 'W7JFX2j6' \ + 'UjoJXiOe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 203 'AdminGetRoleMembersV3' test.out #- 204 AdminAddRoleMembersV3 $PYTHON -m $MODULE 'iam-admin-add-role-members-v3' \ - '{"members": [{"displayName": "LKcrvfvJ", "namespace": "NqjnrpNB", "userId": "UaCbuDVT"}, {"displayName": "ZmvI0sME", "namespace": "7rs5vRIw", "userId": "vZnpAT9F"}, {"displayName": "UbcFXjVd", "namespace": "d7ajvKH4", "userId": "XKEzZfWD"}]}' \ - 'dikkjKTq' \ + '{"members": [{"displayName": "f7KUo0EL", "namespace": "5A97BS3K", "userId": "clCBrvHk"}, {"displayName": "2bGq8SNq", "namespace": "336yVVlA", "userId": "OE9SUcg3"}, {"displayName": "eCUfO2CT", "namespace": "y3Rmeshs", "userId": "hBHTRfKc"}]}' \ + 'W4gg2bhX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 204 'AdminAddRoleMembersV3' test.out #- 205 AdminRemoveRoleMembersV3 $PYTHON -m $MODULE 'iam-admin-remove-role-members-v3' \ - '{"members": [{"displayName": "RrEiywsS", "namespace": "fGg6hABS", "userId": "dsKc3o7z"}, {"displayName": "Bx7KCXwu", "namespace": "xHD2vfqS", "userId": "39Es0W8M"}, {"displayName": "MJBK0JDx", "namespace": "Cw9sjpMu", "userId": "Iw0L7il9"}]}' \ - 'xYIOL9x8' \ + '{"members": [{"displayName": "taRg1R3D", "namespace": "4XfSxMKK", "userId": "7NjMGTbf"}, {"displayName": "b9dX4Bc8", "namespace": "PjqXm4Bu", "userId": "EdSp0PC1"}, {"displayName": "FSpwTWOM", "namespace": "hRfB0vdl", "userId": "6PmmCFLN"}]}' \ + 'H5dB7twy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 205 'AdminRemoveRoleMembersV3' test.out #- 206 AdminUpdateRolePermissionsV3 $PYTHON -m $MODULE 'iam-admin-update-role-permissions-v3' \ - '{"permissions": [{"action": 91, "resource": "gr56yJ19", "schedAction": 78, "schedCron": "6YiEqrZa", "schedRange": ["zKt1Bmv5", "HmiYq0hX", "KH8B0QlP"]}, {"action": 21, "resource": "QHaRXMG5", "schedAction": 16, "schedCron": "3xbMeD1O", "schedRange": ["5yfPWfdp", "DJ7VzgGL", "lLUEMtKn"]}, {"action": 75, "resource": "Ful1jRc7", "schedAction": 72, "schedCron": "muRY8ZpK", "schedRange": ["DIlF0CpE", "pXMhkqK2", "oT6uPXNB"]}]}' \ - 'FDTAiJQr' \ + '{"permissions": [{"action": 39, "resource": "QDLtDAvU", "schedAction": 97, "schedCron": "lzLCf4zp", "schedRange": ["rQi4YZ6L", "rEkSYZmR", "kdI7rU1Y"]}, {"action": 65, "resource": "9vkGD5Mx", "schedAction": 52, "schedCron": "AxynSEG9", "schedRange": ["1k9YK3SO", "Dn61GdWr", "FFmkNaAT"]}, {"action": 23, "resource": "2eFu5pcE", "schedAction": 49, "schedCron": "DKXpkrIY", "schedRange": ["2w8oddIY", "Pag12c0F", "1odFc9WG"]}]}' \ + 'D6HXWTzz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 206 'AdminUpdateRolePermissionsV3' test.out #- 207 AdminAddRolePermissionsV3 $PYTHON -m $MODULE 'iam-admin-add-role-permissions-v3' \ - '{"permissions": [{"action": 48, "resource": "vn3h9n5H", "schedAction": 60, "schedCron": "ALfRi7kT", "schedRange": ["YyGwneBH", "454REacx", "sMgNVBYI"]}, {"action": 68, "resource": "aEYdMq43", "schedAction": 84, "schedCron": "6ukhXEBf", "schedRange": ["zshXSKGZ", "jzaskn0p", "9BO3Pypu"]}, {"action": 26, "resource": "ZO4y2bTQ", "schedAction": 57, "schedCron": "jK246oOC", "schedRange": ["CpklHVI1", "e4gWdH1q", "NfJksfuI"]}]}' \ - 'rDWEMXCP' \ + '{"permissions": [{"action": 34, "resource": "TwMHEDBB", "schedAction": 86, "schedCron": "iVKLlD5q", "schedRange": ["ETE9Eu0t", "o7WZz7g8", "3rSpQgqc"]}, {"action": 95, "resource": "IA27aJPD", "schedAction": 42, "schedCron": "2FMRGYG1", "schedRange": ["gxJxDLH0", "dNpEagy8", "UrFOocHZ"]}, {"action": 55, "resource": "zvhzP0dL", "schedAction": 8, "schedCron": "SsZe8KT8", "schedRange": ["oiZRMgws", "7CTQvwmB", "3wVXct23"]}]}' \ + '1jdTBB8r' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 207 'AdminAddRolePermissionsV3' test.out #- 208 AdminDeleteRolePermissionsV3 $PYTHON -m $MODULE 'iam-admin-delete-role-permissions-v3' \ - '["3yU87SPM", "UVoedZHD", "A7wSj4s7"]' \ - 'UOcGIRsu' \ + '["8DuRIP7A", "ESb1cmN0", "qW6j1h7k"]' \ + 's12LL1B1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 208 'AdminDeleteRolePermissionsV3' test.out #- 209 AdminDeleteRolePermissionV3 $PYTHON -m $MODULE 'iam-admin-delete-role-permission-v3' \ - '83' \ - '38Y4kmS9' \ - 'X2yvcYvR' \ + '95' \ + 'dtjfME6k' \ + 'WL6sDx5N' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 209 'AdminDeleteRolePermissionV3' test.out @@ -1402,48 +1403,48 @@ eval_tap $? 210 'AdminGetMyUserV3' test.out #- 211 UserAuthenticationV3 $PYTHON -m $MODULE 'iam-user-authentication-v3' \ - 'tqlHVla3' \ - 'dq1ubxZT' \ - 'x0pbQN0T' \ + 'G8RtBzfR' \ + 'dwZcsSEJ' \ + 'WXvx3qYy' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 211 'UserAuthenticationV3' test.out #- 212 AuthenticationWithPlatformLinkV3 $PYTHON -m $MODULE 'iam-authentication-with-platform-link-v3' \ - '2YYvB4Ms' \ - '3XgH0lIY' \ - 'HjgY7lTd' \ - 'mcsZTTPz' \ + 'GWEvldAP' \ + 'N9CrnWsD' \ + 'OguEM87Z' \ + 'PNIyqEkq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 212 'AuthenticationWithPlatformLinkV3' test.out #- 213 GenerateTokenByNewHeadlessAccountV3 $PYTHON -m $MODULE 'iam-generate-token-by-new-headless-account-v3' \ - 'CluocGkU' \ + 'bEWB9l2a' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 213 'GenerateTokenByNewHeadlessAccountV3' test.out #- 214 RequestOneTimeLinkingCodeV3 $PYTHON -m $MODULE 'iam-request-one-time-linking-code-v3' \ - '3XHM6hWp' \ + 'dwA2PU3c' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 214 'RequestOneTimeLinkingCodeV3' test.out #- 215 ValidateOneTimeLinkingCodeV3 $PYTHON -m $MODULE 'iam-validate-one-time-linking-code-v3' \ - 'azPvU9WW' \ + '9eLFk8f5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 215 'ValidateOneTimeLinkingCodeV3' test.out #- 216 RequestTokenByOneTimeLinkCodeResponseV3 $PYTHON -m $MODULE 'iam-request-token-by-one-time-link-code-response-v3' \ - '9bh92VDG' \ - '3nKDfsOL' \ + 'ofwzDDBl' \ + 'EIeTo7Hd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 216 'RequestTokenByOneTimeLinkCodeResponseV3' test.out @@ -1462,29 +1463,29 @@ eval_tap $? 218 'Logout' test.out #- 219 RequestTokenExchangeCodeV3 $PYTHON -m $MODULE 'iam-request-token-exchange-code-v3' \ - 'cOLZnxIi' \ + 'NfSlpFrS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 219 'RequestTokenExchangeCodeV3' test.out #- 220 AdminRetrieveUserThirdPartyPlatformTokenV3 $PYTHON -m $MODULE 'iam-admin-retrieve-user-third-party-platform-token-v3' \ - 'PpZJf1yZ' \ - 'evF1eIH8' \ + 'yw99RQ0L' \ + 'yEx80G2V' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 220 'AdminRetrieveUserThirdPartyPlatformTokenV3' test.out #- 221 RevokeUserV3 $PYTHON -m $MODULE 'iam-revoke-user-v3' \ - 'xFbAdb38' \ + 'FcDPHTGy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 221 'RevokeUserV3' test.out #- 222 AuthorizeV3 $PYTHON -m $MODULE 'iam-authorize-v3' \ - 'P14bY1to' \ + 'LBVdPrXK' \ 'code' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 @@ -1492,7 +1493,7 @@ eval_tap $? 222 'AuthorizeV3' test.out #- 223 TokenIntrospectionV3 $PYTHON -m $MODULE 'iam-token-introspection-v3' \ - 'uXSxEXff' \ + 'eXWwpWnk' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 223 'TokenIntrospectionV3' test.out @@ -1505,50 +1506,50 @@ eval_tap $? 224 'GetJWKSV3' test.out #- 225 SendMFAAuthenticationCode $PYTHON -m $MODULE 'iam-send-mfa-authentication-code' \ - 'Y1ZBk9EI' \ - 'DqaCqcRW' \ - 'gszwc6Mk' \ + '0r4PNLsD' \ + 'vwENBM97' \ + 'ZKS6DhSa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 225 'SendMFAAuthenticationCode' test.out #- 226 Change2faMethod $PYTHON -m $MODULE 'iam-change2fa-method' \ - '3xQyAa6F' \ - 'kyesykH7' \ + 'MwFFGdTl' \ + 'QS8cNwbN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 226 'Change2faMethod' test.out #- 227 Verify2faCode $PYTHON -m $MODULE 'iam-verify2fa-code' \ - '4vq2Tof1' \ - 'IsKvIink' \ - 'ZfYD4Eeg' \ - 'true' \ + 'DtgrZKdP' \ + 'Qm14gIvF' \ + 'as2MXiUl' \ + 'false' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 227 'Verify2faCode' test.out #- 228 RetrieveUserThirdPartyPlatformTokenV3 $PYTHON -m $MODULE 'iam-retrieve-user-third-party-platform-token-v3' \ - 'ExFIstPS' \ - 'M5w9nDJr' \ + 'R5VC79UO' \ + 'dHWOQTa2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 228 'RetrieveUserThirdPartyPlatformTokenV3' test.out #- 229 AuthCodeRequestV3 $PYTHON -m $MODULE 'iam-auth-code-request-v3' \ - 'Mv9hxCnV' \ - 'eDAmIB8s' \ + '3Ak3hT8x' \ + 'x4shHOJi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 229 'AuthCodeRequestV3' test.out #- 230 PlatformTokenGrantV3 $PYTHON -m $MODULE 'iam-platform-token-grant-v3' \ - 'rnfLEuWs' \ + 'EyDXAaDs' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 230 'PlatformTokenGrantV3' test.out @@ -1561,7 +1562,7 @@ eval_tap $? 231 'GetRevocationListV3' test.out #- 232 TokenRevocationV3 $PYTHON -m $MODULE 'iam-token-revocation-v3' \ - 'HfnxpouQ' \ + 'vKtOThAR' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 232 'TokenRevocationV3' test.out @@ -1569,37 +1570,37 @@ eval_tap $? 232 'TokenRevocationV3' test.out #- 233 SimultaneousLoginV3 $PYTHON -m $MODULE 'iam-simultaneous-login-v3' \ 'epicgames' \ - '9nWLlTZW' \ + 'dkkAdBYi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 233 'SimultaneousLoginV3' test.out #- 234 TokenGrantV3 $PYTHON -m $MODULE 'iam-token-grant-v3' \ - 'refresh_token' \ + 'client_credentials' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 234 'TokenGrantV3' test.out #- 235 VerifyTokenV3 $PYTHON -m $MODULE 'iam-verify-token-v3' \ - 'SBs3RM3S' \ + 'y9C5AyiD' \ --login_with_auth "Basic YWRtaW46YWRtaW4=" \ > test.out 2>&1 eval_tap $? 235 'VerifyTokenV3' test.out #- 236 PlatformAuthenticationV3 $PYTHON -m $MODULE 'iam-platform-authentication-v3' \ - 'pOHUFj3p' \ - 'MVGThJTG' \ + 'OeWjLFeV' \ + '4HhwpGl7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 236 'PlatformAuthenticationV3' test.out #- 237 PlatformTokenRefreshV3 $PYTHON -m $MODULE 'iam-platform-token-refresh-v3' \ - 'KEFEdCJB' \ - 'Bs0pk57d' \ + 'f9vc1ALM' \ + 'iW3988ex' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 237 'PlatformTokenRefreshV3' test.out @@ -1612,14 +1613,14 @@ eval_tap $? 238 'PublicGetInputValidations' test.out #- 239 PublicGetInputValidationByField $PYTHON -m $MODULE 'iam-public-get-input-validation-by-field' \ - 'DDPuvzqR' \ + '4wkarfdm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 239 'PublicGetInputValidationByField' test.out #- 240 PublicGetCountryAgeRestrictionV3 $PYTHON -m $MODULE 'iam-public-get-country-age-restriction-v3' \ - 'oEGH8yLo' \ + '2GJlad4d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 240 'PublicGetCountryAgeRestrictionV3' test.out @@ -1638,30 +1639,30 @@ eval_tap $? 242 'RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3' tes #- 243 RetrieveActiveOIDCClientsPublicV3 $PYTHON -m $MODULE 'iam-retrieve-active-oidc-clients-public-v3' \ - 'hdfvR1nX' \ + 'QeSH7RuT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 243 'RetrieveActiveOIDCClientsPublicV3' test.out #- 244 PublicListUserIDByPlatformUserIDsV3 $PYTHON -m $MODULE 'iam-public-list-user-id-by-platform-user-i-ds-v3' \ - '{"platformUserIds": ["Pv9dXlZB", "xm9Fu2gA", "4saIbgVJ"]}' \ - 'VBqMGuTL' \ + '{"platformUserIds": ["cmYjFywD", "7aaDrlq2", "ySoVmqJF"]}' \ + 'FBElF61V' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 244 'PublicListUserIDByPlatformUserIDsV3' test.out #- 245 PublicGetUserByPlatformUserIDV3 $PYTHON -m $MODULE 'iam-public-get-user-by-platform-user-idv3' \ - 'HfzeSzWt' \ - 'OvoDEhlA' \ + 'm4wFruAz' \ + 'cvpIltzO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 245 'PublicGetUserByPlatformUserIDV3' test.out #- 246 PublicGetAsyncStatus $PYTHON -m $MODULE 'iam-public-get-async-status' \ - 'boFo6Iyi' \ + 'nim3Pzte' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 246 'PublicGetAsyncStatus' test.out @@ -1674,182 +1675,182 @@ eval_tap $? 247 'PublicSearchUserV3' test.out #- 248 PublicCreateUserV3 $PYTHON -m $MODULE 'iam-public-create-user-v3' \ - '{"PasswordMD5Sum": "lal0IM9l", "acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "N5XrgVDh", "policyId": "hdSIxHab", "policyVersionId": "BEpkGcMR"}, {"isAccepted": false, "localizedPolicyVersionId": "uj60TTrb", "policyId": "epdHAcWi", "policyVersionId": "6E9MgLdP"}, {"isAccepted": true, "localizedPolicyVersionId": "5EY8MyvV", "policyId": "7v2cH7wl", "policyVersionId": "5iYUedUw"}], "authType": "U5UDiJLi", "code": "tna8zX8X", "country": "WZsf1OzD", "dateOfBirth": "09jqmuIh", "displayName": "48RokTuo", "emailAddress": "OJRzF4iP", "password": "BamPSLnS", "reachMinimumAge": true}' \ + '{"PasswordMD5Sum": "MhDlfBsQ", "acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "HjvAgCLY", "policyId": "EVS1H7Nz", "policyVersionId": "KAJMEkQq"}, {"isAccepted": true, "localizedPolicyVersionId": "U7ZYh6Hl", "policyId": "2s4LPTpP", "policyVersionId": "tziuKJV2"}, {"isAccepted": false, "localizedPolicyVersionId": "BBgSTO5P", "policyId": "xqzZVWsN", "policyVersionId": "3QsXdwJY"}], "authType": "aMiSd43l", "code": "BXp9JkGh", "country": "0fRur29C", "dateOfBirth": "AyYjAH10", "displayName": "DfX8KvDc", "emailAddress": "uGTCpbWX", "password": "t31jdpv3", "reachMinimumAge": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 248 'PublicCreateUserV3' test.out #- 249 CheckUserAvailability $PYTHON -m $MODULE 'iam-check-user-availability' \ - 'B5mxkBi0' \ - 'O4tm4L9Y' \ + 'Rlto6sjj' \ + 'XcODQCg3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 249 'CheckUserAvailability' test.out #- 250 PublicBulkGetUsers $PYTHON -m $MODULE 'iam-public-bulk-get-users' \ - '{"userIds": ["BLaxRPHr", "TiaOwr63", "6AI4XJ90"]}' \ + '{"userIds": ["iXuMN8Vi", "DKoWTvcP", "AVM1H618"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 250 'PublicBulkGetUsers' test.out #- 251 PublicSendRegistrationCode $PYTHON -m $MODULE 'iam-public-send-registration-code' \ - '{"emailAddress": "kR4m2OSB", "languageTag": "hQoNcOAp"}' \ + '{"emailAddress": "PBzp67h8", "languageTag": "UmMH2lnn"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 251 'PublicSendRegistrationCode' test.out #- 252 PublicVerifyRegistrationCode $PYTHON -m $MODULE 'iam-public-verify-registration-code' \ - '{"code": "xxHdTHum", "emailAddress": "8WeFAabT"}' \ + '{"code": "jVL2dmuG", "emailAddress": "0hjv0Xl7"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 252 'PublicVerifyRegistrationCode' test.out #- 253 PublicForgotPasswordV3 $PYTHON -m $MODULE 'iam-public-forgot-password-v3' \ - '{"emailAddress": "cCzbVrl8", "languageTag": "lCbjRK0C"}' \ + '{"emailAddress": "cOdzos4k", "languageTag": "rc6mMcoj"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 253 'PublicForgotPasswordV3' test.out #- 254 GetAdminInvitationV3 $PYTHON -m $MODULE 'iam-get-admin-invitation-v3' \ - 'Yk6iGjj3' \ + 'FkMoSU0E' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 254 'GetAdminInvitationV3' test.out #- 255 CreateUserFromInvitationV3 $PYTHON -m $MODULE 'iam-create-user-from-invitation-v3' \ - '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "fGqc2j40", "policyId": "X5yEmmDJ", "policyVersionId": "GLyO7xTN"}, {"isAccepted": true, "localizedPolicyVersionId": "3MofTLxL", "policyId": "s1wGquKE", "policyVersionId": "zZWTG1rj"}, {"isAccepted": false, "localizedPolicyVersionId": "9LH1NCzG", "policyId": "zIOtPVF4", "policyVersionId": "5PEVXgsj"}], "authType": "EMAILPASSWD", "country": "10CtkAU1", "dateOfBirth": "TKKtFS2Q", "displayName": "qSOXZ6BU", "password": "7cJJea2S", "reachMinimumAge": false}' \ - 'RBIKid8h' \ + '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "GOG7sKAH", "policyId": "nBPTsIFW", "policyVersionId": "xzZBVxnX"}, {"isAccepted": false, "localizedPolicyVersionId": "SGZW4SqX", "policyId": "AMHjGLHm", "policyVersionId": "Kw0hiI7S"}, {"isAccepted": true, "localizedPolicyVersionId": "PEV7jD3n", "policyId": "ln0NCYvK", "policyVersionId": "1x8HWBQg"}], "authType": "EMAILPASSWD", "country": "P9hKJiMV", "dateOfBirth": "blpqf00G", "displayName": "TmnHl3Tz", "password": "wIhGSyio", "reachMinimumAge": false}' \ + 'FC9tU6Wj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 255 'CreateUserFromInvitationV3' test.out #- 256 UpdateUserV3 $PYTHON -m $MODULE 'iam-update-user-v3' \ - '{"avatarUrl": "d6X1R6Gf", "country": "rrYTlWE5", "dateOfBirth": "7bd9WM6K", "displayName": "qEfMm8sV", "languageTag": "m8efMeX3", "userName": "1m58DbaF"}' \ + '{"avatarUrl": "yUa2T3un", "country": "YCxTA3vW", "dateOfBirth": "Coe9WTMa", "displayName": "nNEj1sbD", "languageTag": "HojuiP0P", "userName": "YE02g35y"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 256 'UpdateUserV3' test.out #- 257 PublicPartialUpdateUserV3 $PYTHON -m $MODULE 'iam-public-partial-update-user-v3' \ - '{"avatarUrl": "N3jgzADp", "country": "AOl5r5Qg", "dateOfBirth": "LIz2Zc1k", "displayName": "ipmpSQ6v", "languageTag": "pRlUWFIL", "userName": "hJzIk3ac"}' \ + '{"avatarUrl": "rX8e5TAG", "country": "OPlNhn0m", "dateOfBirth": "3yrD1uZB", "displayName": "aYqd00yG", "languageTag": "5uHLKz7u", "userName": "LBINRYjY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 257 'PublicPartialUpdateUserV3' test.out #- 258 PublicSendVerificationCodeV3 $PYTHON -m $MODULE 'iam-public-send-verification-code-v3' \ - '{"context": "4hRTiD4p", "emailAddress": "TaM8tZCW", "languageTag": "zeAkCf8F"}' \ + '{"context": "Z00qW1yR", "emailAddress": "dswYHvto", "languageTag": "vUwKLgfw"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 258 'PublicSendVerificationCodeV3' test.out #- 259 PublicUserVerificationV3 $PYTHON -m $MODULE 'iam-public-user-verification-v3' \ - '{"code": "pG1e2Bgb", "contactType": "52iZHFW9", "languageTag": "Oh0kwH1B", "validateOnly": false}' \ + '{"code": "yJpM1qCP", "contactType": "fDVNZgjZ", "languageTag": "2sIMuIeP", "validateOnly": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 259 'PublicUserVerificationV3' test.out #- 260 PublicUpgradeHeadlessAccountV3 $PYTHON -m $MODULE 'iam-public-upgrade-headless-account-v3' \ - '{"code": "LtiHShB9", "country": "HTbEc6uM", "dateOfBirth": "7ZSjg2St", "displayName": "izNdlPR2", "emailAddress": "gy8JUcYj", "password": "cDKmVNGF", "validateOnly": true}' \ + '{"code": "0NWhGhwc", "country": "HGOoIv4g", "dateOfBirth": "oUJBXXxJ", "displayName": "gWA3p18W", "emailAddress": "xSoVSxu0", "password": "mngqbVR4", "validateOnly": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 260 'PublicUpgradeHeadlessAccountV3' test.out #- 261 PublicVerifyHeadlessAccountV3 $PYTHON -m $MODULE 'iam-public-verify-headless-account-v3' \ - '{"emailAddress": "dEWoRqe5", "password": "cRhVeelE"}' \ + '{"emailAddress": "jvQWvRTz", "password": "Gb89YnwF"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 261 'PublicVerifyHeadlessAccountV3' test.out #- 262 PublicUpdatePasswordV3 $PYTHON -m $MODULE 'iam-public-update-password-v3' \ - '{"languageTag": "dTZr3i4f", "newPassword": "JAyfiObh", "oldPassword": "uKTr7zkx"}' \ + '{"languageTag": "de1NkMcz", "newPassword": "jXVT1TdI", "oldPassword": "qIJrhyfY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 262 'PublicUpdatePasswordV3' test.out #- 263 PublicCreateJusticeUser $PYTHON -m $MODULE 'iam-public-create-justice-user' \ - 'JcKR9oYz' \ + 'SccXPPqb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 263 'PublicCreateJusticeUser' test.out #- 264 PublicPlatformLinkV3 $PYTHON -m $MODULE 'iam-public-platform-link-v3' \ - '0oHlhYdb' \ - 'Vg7kyXqk' \ + 'gQIMWqMP' \ + 'ZxBoo9TO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 264 'PublicPlatformLinkV3' test.out #- 265 PublicPlatformUnlinkV3 $PYTHON -m $MODULE 'iam-public-platform-unlink-v3' \ - '{"platformNamespace": "OoflHQES"}' \ - '1TRwi3pv' \ + '{"platformNamespace": "fy6oB6mV"}' \ + 'RmYGknVT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 265 'PublicPlatformUnlinkV3' test.out #- 266 PublicPlatformUnlinkAllV3 $PYTHON -m $MODULE 'iam-public-platform-unlink-all-v3' \ - 'C31siCkQ' \ + 'g5787TFu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 266 'PublicPlatformUnlinkAllV3' test.out #- 267 PublicForcePlatformLinkV3 $PYTHON -m $MODULE 'iam-public-force-platform-link-v3' \ - 'MSB7cAcS' \ - 'sRwtNx1D' \ + 'hPvc3gdg' \ + 'B4F7bxXG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 267 'PublicForcePlatformLinkV3' test.out #- 268 PublicWebLinkPlatform $PYTHON -m $MODULE 'iam-public-web-link-platform' \ - 'SzoxYuPy' \ + 'mpdMrt7n' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 268 'PublicWebLinkPlatform' test.out #- 269 PublicWebLinkPlatformEstablish $PYTHON -m $MODULE 'iam-public-web-link-platform-establish' \ - 'mYlHgWjw' \ - 'EGKvzRGc' \ + 'C37MBtnp' \ + 'mVvPN7mv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 269 'PublicWebLinkPlatformEstablish' test.out #- 270 PublicProcessWebLinkPlatformV3 $PYTHON -m $MODULE 'iam-public-process-web-link-platform-v3' \ - 'OwCsPxZP' \ - 'KOPOkgxM' \ + 'Ik99qqRO' \ + 'NQTHLBuP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 270 'PublicProcessWebLinkPlatformV3' test.out #- 271 PublicGetUsersPlatformInfosV3 $PYTHON -m $MODULE 'iam-public-get-users-platform-infos-v3' \ - '{"platformId": "iUzybs6q", "userIds": ["2f9iQTjH", "AvxHTpQN", "SoeLGm8N"]}' \ + '{"platformId": "ap6VP3mI", "userIds": ["jaaHSrHn", "SFg8kuvL", "bcZneXfC"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 271 'PublicGetUsersPlatformInfosV3' test.out #- 272 ResetPasswordV3 $PYTHON -m $MODULE 'iam-reset-password-v3' \ - '{"code": "uH4cHG83", "emailAddress": "c2uTNzHb", "newPassword": "YcO6PdoG"}' \ + '{"code": "f0Var3XA", "emailAddress": "JXmiLUAF", "newPassword": "Igim4os6"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 272 'ResetPasswordV3' test.out @@ -1859,73 +1860,73 @@ eval_tap 0 273 'PublicGetUserByUserIdV3 # SKIP deprecated' test.out #- 274 PublicGetUserBanHistoryV3 $PYTHON -m $MODULE 'iam-public-get-user-ban-history-v3' \ - 'EXqu5gSL' \ + 'KTYD2USv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 274 'PublicGetUserBanHistoryV3' test.out #- 275 PublicListUserAllPlatformAccountsDistinctV3 $PYTHON -m $MODULE 'iam-public-list-user-all-platform-accounts-distinct-v3' \ - 'uHkxsGec' \ + 'mRzdNJYG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 275 'PublicListUserAllPlatformAccountsDistinctV3' test.out #- 276 PublicGetUserInformationV3 $PYTHON -m $MODULE 'iam-public-get-user-information-v3' \ - 'Tur4YC7H' \ + 'iKYAbP8E' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 276 'PublicGetUserInformationV3' test.out #- 277 PublicGetUserLoginHistoriesV3 $PYTHON -m $MODULE 'iam-public-get-user-login-histories-v3' \ - 'hpX3vCke' \ + '82vtZCDw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 277 'PublicGetUserLoginHistoriesV3' test.out #- 278 PublicGetUserPlatformAccountsV3 $PYTHON -m $MODULE 'iam-public-get-user-platform-accounts-v3' \ - 'ADPqtq8Q' \ + 'g9851pNw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 278 'PublicGetUserPlatformAccountsV3' test.out #- 279 PublicListJusticePlatformAccountsV3 $PYTHON -m $MODULE 'iam-public-list-justice-platform-accounts-v3' \ - 'AjKxDH8p' \ + 'syvS4WgP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 279 'PublicListJusticePlatformAccountsV3' test.out #- 280 PublicLinkPlatformAccount $PYTHON -m $MODULE 'iam-public-link-platform-account' \ - '{"platformId": "BSd8LjpN", "platformUserId": "UGP4Ay5Q"}' \ - 'AgcJscUm' \ + '{"platformId": "q8a3iIR3", "platformUserId": "7NLjCNRw"}' \ + 'Lfc1obqS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 280 'PublicLinkPlatformAccount' test.out #- 281 PublicForceLinkPlatformWithProgression $PYTHON -m $MODULE 'iam-public-force-link-platform-with-progression' \ - '{"chosenNamespaces": ["Qoev6iN1", "YHhLeo6P", "B9NyxKay"], "requestId": "qqmC5KEg"}' \ - '2fk9QoDa' \ + '{"chosenNamespaces": ["TYF9ydlF", "S5HX9GAW", "F6BQ2viC"], "requestId": "NoT64nSe"}' \ + '2umxE3rk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 281 'PublicForceLinkPlatformWithProgression' test.out #- 282 PublicGetPublisherUserV3 $PYTHON -m $MODULE 'iam-public-get-publisher-user-v3' \ - 'QBYdUMfp' \ + 'laHWznfx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 282 'PublicGetPublisherUserV3' test.out #- 283 PublicValidateUserByUserIDAndPasswordV3 $PYTHON -m $MODULE 'iam-public-validate-user-by-user-id-and-password-v3' \ - 'V7fh2U3Y' \ - '4ratUSjz' \ + 'A6AckMHw' \ + 'B4FFW9cm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 283 'PublicValidateUserByUserIDAndPasswordV3' test.out @@ -1938,7 +1939,7 @@ eval_tap $? 284 'PublicGetRolesV3' test.out #- 285 PublicGetRoleV3 $PYTHON -m $MODULE 'iam-public-get-role-v3' \ - 'BtzkIMi9' \ + 'zBmft6oC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 285 'PublicGetRoleV3' test.out @@ -1951,21 +1952,21 @@ eval_tap $? 286 'PublicGetMyUserV3' test.out #- 287 PublicGetLinkHeadlessAccountToMyAccountConflictV3 $PYTHON -m $MODULE 'iam-public-get-link-headless-account-to-my-account-conflict-v3' \ - 'bHTSYllz' \ + 'FUZ9iPUO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 287 'PublicGetLinkHeadlessAccountToMyAccountConflictV3' test.out #- 288 LinkHeadlessAccountToMyAccountV3 $PYTHON -m $MODULE 'iam-link-headless-account-to-my-account-v3' \ - '{"chosenNamespaces": ["UtM2Blm1", "UeGl3UXt", "IpQYSEzv"], "oneTimeLinkCode": "qMkqA26j"}' \ + '{"chosenNamespaces": ["MLwPFOCV", "TADRuq6Q", "C5gwiPXA"], "oneTimeLinkCode": "f8bpq0Fg"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 288 'LinkHeadlessAccountToMyAccountV3' test.out #- 289 PublicSendVerificationLinkV3 $PYTHON -m $MODULE 'iam-public-send-verification-link-v3' \ - '{"languageTag": "kXORRuqa"}' \ + '{"languageTag": "kpxwSu8i"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 289 'PublicSendVerificationLinkV3' test.out @@ -1978,29 +1979,29 @@ eval_tap $? 290 'PublicVerifyUserByLinkV3' test.out #- 291 PlatformAuthenticateSAMLV3Handler $PYTHON -m $MODULE 'iam-platform-authenticate-samlv3-handler' \ - 'sykbx0dh' \ - 'FgAMMD79' \ + 'kEnNTG56' \ + '3we4Fqyo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 291 'PlatformAuthenticateSAMLV3Handler' test.out #- 292 LoginSSOClient $PYTHON -m $MODULE 'iam-login-sso-client' \ - 'BjA5HfSH' \ + 'g35HcbNh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 292 'LoginSSOClient' test.out #- 293 LogoutSSOClient $PYTHON -m $MODULE 'iam-logout-sso-client' \ - 'PkF9Hu1q' \ + 'xFUy4NrF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 293 'LogoutSSOClient' test.out #- 294 RequestTargetTokenResponseV3 $PYTHON -m $MODULE 'iam-request-target-token-response-v3' \ - 'i1Detbbh' \ + 'JZJwyKXa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 294 'RequestTargetTokenResponseV3' test.out @@ -2022,21 +2023,21 @@ eval_tap $? 297 'AdminGetBannedDevicesV4' test.out #- 298 AdminGetUserDeviceBansV4 $PYTHON -m $MODULE 'iam-admin-get-user-device-bans-v4' \ - 'tCUkhRKw' \ + 'Mg1MiDeq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 298 'AdminGetUserDeviceBansV4' test.out #- 299 AdminBanDeviceV4 $PYTHON -m $MODULE 'iam-admin-ban-device-v4' \ - '{"comment": "Oq0VaPSm", "deviceId": "Ed3HQsQt", "deviceType": "5uhMlCWf", "enabled": false, "endDate": "ld2218JD", "ext": {"tIP9sEMI": {}, "mxyr6wiL": {}, "p2Fbjh3A": {}}, "reason": "9l3fTUm2"}' \ + '{"comment": "gSXHoBTV", "deviceId": "PGSDdhHJ", "deviceType": "cL9q4TXd", "enabled": true, "endDate": "NCAtGUyy", "ext": {"57K80q6h": {}, "zp6r4xOh": {}, "xldHxaWz": {}}, "reason": "kxcPALyi"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 299 'AdminBanDeviceV4' test.out #- 300 AdminGetDeviceBanV4 $PYTHON -m $MODULE 'iam-admin-get-device-ban-v4' \ - 'cC3MmyrH' \ + 'xDLxf4Jm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 300 'AdminGetDeviceBanV4' test.out @@ -2044,14 +2045,14 @@ eval_tap $? 300 'AdminGetDeviceBanV4' test.out #- 301 AdminUpdateDeviceBanV4 $PYTHON -m $MODULE 'iam-admin-update-device-ban-v4' \ '{"enabled": false}' \ - 'mvHhk95R' \ + 'd5edjL4T' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 301 'AdminUpdateDeviceBanV4' test.out #- 302 AdminGenerateReportV4 $PYTHON -m $MODULE 'iam-admin-generate-report-v4' \ - 'UIyUyCWE' \ + 'HgjY2xdK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 302 'AdminGenerateReportV4' test.out @@ -2064,435 +2065,442 @@ eval_tap $? 303 'AdminGetDeviceTypesV4' test.out #- 304 AdminGetDeviceBansV4 $PYTHON -m $MODULE 'iam-admin-get-device-bans-v4' \ - 'gfHKqxyB' \ + 'K9Te1Id5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 304 'AdminGetDeviceBansV4' test.out #- 305 AdminDecryptDeviceV4 $PYTHON -m $MODULE 'iam-admin-decrypt-device-v4' \ - 'hLRI5abb' \ + 'LfT2IJrz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 305 'AdminDecryptDeviceV4' test.out #- 306 AdminUnbanDeviceV4 $PYTHON -m $MODULE 'iam-admin-unban-device-v4' \ - 'yxumGIDq' \ + 'BJGho3jy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 306 'AdminUnbanDeviceV4' test.out #- 307 AdminGetUsersByDeviceV4 $PYTHON -m $MODULE 'iam-admin-get-users-by-device-v4' \ - 'yaXnLKUI' \ + 'IIJCcRyu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 307 'AdminGetUsersByDeviceV4' test.out #- 308 AdminCreateTestUsersV4 $PYTHON -m $MODULE 'iam-admin-create-test-users-v4' \ - '{"count": 44}' \ + '{"count": 70}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 308 'AdminCreateTestUsersV4' test.out -#- 309 AdminBulkUpdateUserAccountTypeV4 +#- 309 AdminCreateUserV4 +$PYTHON -m $MODULE 'iam-admin-create-user-v4' \ + '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "A4IowgxV", "policyId": "Tpx6Yu2L", "policyVersionId": "yzUr4iBq"}, {"isAccepted": true, "localizedPolicyVersionId": "0iqpZsgk", "policyId": "lvWY0ZSE", "policyVersionId": "m2wFHrA1"}, {"isAccepted": false, "localizedPolicyVersionId": "KG8hdYHb", "policyId": "CjDG45Hu", "policyVersionId": "EW8VItgc"}], "authType": "EMAILPASSWD", "code": "I9C3avHn", "country": "43bQR4H1", "dateOfBirth": "gsN8YVJi", "displayName": "qvB70A5H", "emailAddress": "rUvj4U8Q", "password": "s3gY2wXR", "passwordMD5Sum": "iskK81ae", "reachMinimumAge": true, "username": "n7N6Dwts"}' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 309 'AdminCreateUserV4' test.out + +#- 310 AdminBulkUpdateUserAccountTypeV4 $PYTHON -m $MODULE 'iam-admin-bulk-update-user-account-type-v4' \ - '{"testAccount": true, "userIds": ["2TGA9uQt", "5xEjMzzP", "iQzUIv2h"]}' \ + '{"testAccount": true, "userIds": ["1xkMre7q", "97rzv4zk", "iZhIknnX"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 309 'AdminBulkUpdateUserAccountTypeV4' test.out +eval_tap $? 310 'AdminBulkUpdateUserAccountTypeV4' test.out -#- 310 AdminBulkCheckValidUserIDV4 +#- 311 AdminBulkCheckValidUserIDV4 $PYTHON -m $MODULE 'iam-admin-bulk-check-valid-user-idv4' \ - '{"userIds": ["DGs9RjzQ", "tkbQuU9E", "Nb4wC5ET"]}' \ + '{"userIds": ["zKEtEYNg", "G2e9rE2J", "F55LGOcY"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 310 'AdminBulkCheckValidUserIDV4' test.out +eval_tap $? 311 'AdminBulkCheckValidUserIDV4' test.out -#- 311 AdminUpdateUserV4 +#- 312 AdminUpdateUserV4 $PYTHON -m $MODULE 'iam-admin-update-user-v4' \ - '{"avatarUrl": "E6NCC8UG", "country": "qIzim1fr", "dateOfBirth": "jgFGtAhc", "displayName": "ZONHncKA", "languageTag": "mD7tbal0", "userName": "7Fk2hZf6"}' \ - 'eKICzata' \ + '{"avatarUrl": "pAtRPOdm", "country": "MmU8Q4Vf", "dateOfBirth": "3RNIiQUb", "displayName": "Rz4F9cKM", "languageTag": "c7wYhLIH", "userName": "rHAwCEZX"}' \ + 'dW3rEmzG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 311 'AdminUpdateUserV4' test.out +eval_tap $? 312 'AdminUpdateUserV4' test.out -#- 312 AdminUpdateUserEmailAddressV4 +#- 313 AdminUpdateUserEmailAddressV4 $PYTHON -m $MODULE 'iam-admin-update-user-email-address-v4' \ - '{"code": "1UJ1KUDL", "emailAddress": "Di1rzIJz"}' \ - 'a3TB7UHn' \ + '{"code": "XpM56Ggm", "emailAddress": "vIXNY582"}' \ + 'NtvzqYYU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 312 'AdminUpdateUserEmailAddressV4' test.out +eval_tap $? 313 'AdminUpdateUserEmailAddressV4' test.out -#- 313 AdminDisableUserMFAV4 +#- 314 AdminDisableUserMFAV4 $PYTHON -m $MODULE 'iam-admin-disable-user-mfav4' \ - 'XTvSJgd4' \ + 'cSMqn5nE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 313 'AdminDisableUserMFAV4' test.out +eval_tap $? 314 'AdminDisableUserMFAV4' test.out -#- 314 AdminListUserRolesV4 +#- 315 AdminListUserRolesV4 $PYTHON -m $MODULE 'iam-admin-list-user-roles-v4' \ - 'q3mfOmpx' \ + 'ma9LncVh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 314 'AdminListUserRolesV4' test.out +eval_tap $? 315 'AdminListUserRolesV4' test.out -#- 315 AdminUpdateUserRoleV4 +#- 316 AdminUpdateUserRoleV4 $PYTHON -m $MODULE 'iam-admin-update-user-role-v4' \ - '{"assignedNamespaces": ["4TeMJkVV", "NsR8bYNz", "ylJF2BEs"], "roleId": "bXS5jDtu"}' \ - '5FgPzFga' \ + '{"assignedNamespaces": ["X6EB9RRy", "pDZ8zU8j", "9v1lQZHP"], "roleId": "g81MsK0K"}' \ + 'fCnDSYG4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 315 'AdminUpdateUserRoleV4' test.out +eval_tap $? 316 'AdminUpdateUserRoleV4' test.out -#- 316 AdminAddUserRoleV4 +#- 317 AdminAddUserRoleV4 $PYTHON -m $MODULE 'iam-admin-add-user-role-v4' \ - '{"assignedNamespaces": ["Q1YegM3v", "RTE12tMp", "WEIG53g7"], "roleId": "Vttkt6yr"}' \ - 'xLMMeSdU' \ + '{"assignedNamespaces": ["EunlKgcN", "D9CgJFvw", "u9DXR9LS"], "roleId": "HVSpqZ03"}' \ + 'PdgU5LQU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 316 'AdminAddUserRoleV4' test.out +eval_tap $? 317 'AdminAddUserRoleV4' test.out -#- 317 AdminRemoveUserRoleV4 +#- 318 AdminRemoveUserRoleV4 $PYTHON -m $MODULE 'iam-admin-remove-user-role-v4' \ - '{"assignedNamespaces": ["6DkOMSGs", "axdunBdS", "1OXlgave"], "roleId": "mofEW0UJ"}' \ - 'Xhg8gxS5' \ + '{"assignedNamespaces": ["6LYoOy9k", "xOcxGnFy", "Ds6Ll7Ct"], "roleId": "mIEP8bPw"}' \ + 'm7fhAQB4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 317 'AdminRemoveUserRoleV4' test.out +eval_tap $? 318 'AdminRemoveUserRoleV4' test.out -#- 318 AdminGetRolesV4 +#- 319 AdminGetRolesV4 $PYTHON -m $MODULE 'iam-admin-get-roles-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 318 'AdminGetRolesV4' test.out +eval_tap $? 319 'AdminGetRolesV4' test.out -#- 319 AdminCreateRoleV4 +#- 320 AdminCreateRoleV4 $PYTHON -m $MODULE 'iam-admin-create-role-v4' \ - '{"adminRole": true, "deletable": false, "isWildcard": true, "roleName": "IndQfRHr"}' \ + '{"adminRole": true, "deletable": true, "isWildcard": false, "roleName": "ilZOUtYP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 319 'AdminCreateRoleV4' test.out +eval_tap $? 320 'AdminCreateRoleV4' test.out -#- 320 AdminGetRoleV4 +#- 321 AdminGetRoleV4 $PYTHON -m $MODULE 'iam-admin-get-role-v4' \ - 'EpimQitC' \ + 'FHYOxFSl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 320 'AdminGetRoleV4' test.out +eval_tap $? 321 'AdminGetRoleV4' test.out -#- 321 AdminDeleteRoleV4 +#- 322 AdminDeleteRoleV4 $PYTHON -m $MODULE 'iam-admin-delete-role-v4' \ - 'Nx3oS5pq' \ + 'pBSwx9SW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 321 'AdminDeleteRoleV4' test.out +eval_tap $? 322 'AdminDeleteRoleV4' test.out -#- 322 AdminUpdateRoleV4 +#- 323 AdminUpdateRoleV4 $PYTHON -m $MODULE 'iam-admin-update-role-v4' \ - '{"adminRole": true, "deletable": false, "isWildcard": false, "roleName": "l6uxYDAQ"}' \ - 'YhasFOJF' \ + '{"adminRole": true, "deletable": true, "isWildcard": true, "roleName": "EiXcGjzQ"}' \ + 'rHYzWoWl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 322 'AdminUpdateRoleV4' test.out +eval_tap $? 323 'AdminUpdateRoleV4' test.out -#- 323 AdminUpdateRolePermissionsV4 +#- 324 AdminUpdateRolePermissionsV4 $PYTHON -m $MODULE 'iam-admin-update-role-permissions-v4' \ - '{"permissions": [{"action": 50, "resource": "5r5WFAhy", "schedAction": 97, "schedCron": "I7CsXWU7", "schedRange": ["uYBWcMIL", "cvzXHSve", "rk6SdGwv"]}, {"action": 77, "resource": "pP9KYTZx", "schedAction": 21, "schedCron": "LSHoBu0w", "schedRange": ["QnNPoCtI", "7Ns2z1xF", "gTUsibNX"]}, {"action": 1, "resource": "OVIClKvX", "schedAction": 26, "schedCron": "9cOOL9b0", "schedRange": ["0wsQah3w", "fbi9xwaw", "oshWdqWK"]}]}' \ - 'lmufJY95' \ + '{"permissions": [{"action": 41, "resource": "bkcISu6G", "schedAction": 8, "schedCron": "Tvk8N4W1", "schedRange": ["m6u3OZHZ", "LznMLegs", "GBLHgkiZ"]}, {"action": 35, "resource": "7frjfpnf", "schedAction": 3, "schedCron": "tDfD8fRO", "schedRange": ["PpH4mFa6", "nUyROa5X", "JvfSdme1"]}, {"action": 74, "resource": "5guCVHKe", "schedAction": 60, "schedCron": "inUB26XF", "schedRange": ["1fdsJ7Cj", "tT6QTwlv", "a81zoS3b"]}]}' \ + '2Kx4wRhQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 323 'AdminUpdateRolePermissionsV4' test.out +eval_tap $? 324 'AdminUpdateRolePermissionsV4' test.out -#- 324 AdminAddRolePermissionsV4 +#- 325 AdminAddRolePermissionsV4 $PYTHON -m $MODULE 'iam-admin-add-role-permissions-v4' \ - '{"permissions": [{"action": 69, "resource": "X6DVDv5R", "schedAction": 41, "schedCron": "k4Qla5F9", "schedRange": ["FTsUNkSi", "DnJ68XQQ", "edFS2lbm"]}, {"action": 31, "resource": "2VZjp1kg", "schedAction": 25, "schedCron": "5M7LCyXa", "schedRange": ["9uVVfH4h", "FVMrH8Km", "zECSvpLg"]}, {"action": 78, "resource": "tTshm4gH", "schedAction": 75, "schedCron": "fomgjS4h", "schedRange": ["96vaFFSy", "DmkmqVIV", "dvCUjK6b"]}]}' \ - 'MKihRHaD' \ + '{"permissions": [{"action": 24, "resource": "opnSy8YH", "schedAction": 46, "schedCron": "v1ujYp8i", "schedRange": ["BQ5IaZKJ", "KbNGvx18", "bzaW5uoN"]}, {"action": 25, "resource": "U6avz1jL", "schedAction": 77, "schedCron": "nEcnpEYk", "schedRange": ["K9ewkunr", "nsU1NbRG", "JTiihOZY"]}, {"action": 77, "resource": "2SUNsxEf", "schedAction": 16, "schedCron": "sc4CUkGb", "schedRange": ["B7UGQ1Xm", "j9WFzjLg", "nlxXODTU"]}]}' \ + 'Y6by6pni' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 324 'AdminAddRolePermissionsV4' test.out +eval_tap $? 325 'AdminAddRolePermissionsV4' test.out -#- 325 AdminDeleteRolePermissionsV4 +#- 326 AdminDeleteRolePermissionsV4 $PYTHON -m $MODULE 'iam-admin-delete-role-permissions-v4' \ - '["SozO5LLr", "Zd5BOytO", "P2UqfXx2"]' \ - '2DlAMbtY' \ + '["WwVdvZ4Q", "nK5cksW1", "KSODqvO2"]' \ + 'MaW1FKPs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 325 'AdminDeleteRolePermissionsV4' test.out +eval_tap $? 326 'AdminDeleteRolePermissionsV4' test.out -#- 326 AdminListAssignedUsersV4 +#- 327 AdminListAssignedUsersV4 $PYTHON -m $MODULE 'iam-admin-list-assigned-users-v4' \ - 'xFURyrjg' \ + 'eMEVWSJq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 326 'AdminListAssignedUsersV4' test.out +eval_tap $? 327 'AdminListAssignedUsersV4' test.out -#- 327 AdminAssignUserToRoleV4 +#- 328 AdminAssignUserToRoleV4 $PYTHON -m $MODULE 'iam-admin-assign-user-to-role-v4' \ - '{"assignedNamespaces": ["tqWScPeB", "ILnNc6sT", "QkbIsc7V"], "namespace": "ZtOzcB3n", "userId": "cDQhzuYw"}' \ - 'uqMlUsSa' \ + '{"assignedNamespaces": ["qgkUU2mK", "DJ6h61SI", "i6jFNMsj"], "namespace": "c4w9AKno", "userId": "Rf08Fkyh"}' \ + 'x7MbPJBh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 327 'AdminAssignUserToRoleV4' test.out +eval_tap $? 328 'AdminAssignUserToRoleV4' test.out -#- 328 AdminRevokeUserFromRoleV4 +#- 329 AdminRevokeUserFromRoleV4 $PYTHON -m $MODULE 'iam-admin-revoke-user-from-role-v4' \ - '{"namespace": "jFvC85xT", "userId": "ucSjgAnn"}' \ - 'JIgOa3bT' \ + '{"namespace": "veL1Bzdu", "userId": "POu9gKjJ"}' \ + 'OOdslxx1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 328 'AdminRevokeUserFromRoleV4' test.out +eval_tap $? 329 'AdminRevokeUserFromRoleV4' test.out -#- 329 AdminInviteUserNewV4 +#- 330 AdminInviteUserNewV4 $PYTHON -m $MODULE 'iam-admin-invite-user-new-v4' \ - '{"assignedNamespaces": ["QVM5cLmS", "m2Ck7GLu", "Em8TL21L"], "emailAddresses": ["ckvZgisr", "90gSSmdp", "MuYQVn6F"], "isAdmin": true, "namespace": "UwBjWDwg", "roleId": "6o4oY5PZ"}' \ + '{"assignedNamespaces": ["e2iqhTMR", "pAe4QVx4", "3ZqyK8hA"], "emailAddresses": ["b1WoJpVA", "7Pkx21Yr", "IFozf2W9"], "isAdmin": true, "namespace": "12spBt0z", "roleId": "vNOTOacS"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 329 'AdminInviteUserNewV4' test.out +eval_tap $? 330 'AdminInviteUserNewV4' test.out -#- 330 AdminUpdateMyUserV4 +#- 331 AdminUpdateMyUserV4 $PYTHON -m $MODULE 'iam-admin-update-my-user-v4' \ - '{"avatarUrl": "n3cNzQAH", "country": "j9MgJAun", "dateOfBirth": "nTnvB10f", "displayName": "lwMerRAG", "languageTag": "cUEHgjJW", "userName": "vWPtadpA"}' \ + '{"avatarUrl": "RXqmh5oK", "country": "M5NmDWYB", "dateOfBirth": "1mpGRVQX", "displayName": "q6G3Dusd", "languageTag": "sAYi5XZV", "userName": "wFuov4Cs"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 330 'AdminUpdateMyUserV4' test.out +eval_tap $? 331 'AdminUpdateMyUserV4' test.out -#- 331 AdminDisableMyAuthenticatorV4 +#- 332 AdminDisableMyAuthenticatorV4 $PYTHON -m $MODULE 'iam-admin-disable-my-authenticator-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 331 'AdminDisableMyAuthenticatorV4' test.out +eval_tap $? 332 'AdminDisableMyAuthenticatorV4' test.out -#- 332 AdminEnableMyAuthenticatorV4 +#- 333 AdminEnableMyAuthenticatorV4 $PYTHON -m $MODULE 'iam-admin-enable-my-authenticator-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 332 'AdminEnableMyAuthenticatorV4' test.out +eval_tap $? 333 'AdminEnableMyAuthenticatorV4' test.out -#- 333 AdminGenerateMyAuthenticatorKeyV4 +#- 334 AdminGenerateMyAuthenticatorKeyV4 $PYTHON -m $MODULE 'iam-admin-generate-my-authenticator-key-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 333 'AdminGenerateMyAuthenticatorKeyV4' test.out +eval_tap $? 334 'AdminGenerateMyAuthenticatorKeyV4' test.out -#- 334 AdminGetMyBackupCodesV4 +#- 335 AdminGetMyBackupCodesV4 $PYTHON -m $MODULE 'iam-admin-get-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 334 'AdminGetMyBackupCodesV4' test.out +eval_tap $? 335 'AdminGetMyBackupCodesV4' test.out -#- 335 AdminGenerateMyBackupCodesV4 +#- 336 AdminGenerateMyBackupCodesV4 $PYTHON -m $MODULE 'iam-admin-generate-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 335 'AdminGenerateMyBackupCodesV4' test.out +eval_tap $? 336 'AdminGenerateMyBackupCodesV4' test.out -#- 336 AdminDisableMyBackupCodesV4 +#- 337 AdminDisableMyBackupCodesV4 $PYTHON -m $MODULE 'iam-admin-disable-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 336 'AdminDisableMyBackupCodesV4' test.out +eval_tap $? 337 'AdminDisableMyBackupCodesV4' test.out -#- 337 AdminDownloadMyBackupCodesV4 +#- 338 AdminDownloadMyBackupCodesV4 $PYTHON -m $MODULE 'iam-admin-download-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 337 'AdminDownloadMyBackupCodesV4' test.out +eval_tap $? 338 'AdminDownloadMyBackupCodesV4' test.out -#- 338 AdminEnableMyBackupCodesV4 +#- 339 AdminEnableMyBackupCodesV4 $PYTHON -m $MODULE 'iam-admin-enable-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 338 'AdminEnableMyBackupCodesV4' test.out +eval_tap $? 339 'AdminEnableMyBackupCodesV4' test.out -#- 339 AdminSendMyMFAEmailCodeV4 +#- 340 AdminSendMyMFAEmailCodeV4 $PYTHON -m $MODULE 'iam-admin-send-my-mfa-email-code-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 339 'AdminSendMyMFAEmailCodeV4' test.out +eval_tap $? 340 'AdminSendMyMFAEmailCodeV4' test.out -#- 340 AdminDisableMyEmailV4 +#- 341 AdminDisableMyEmailV4 $PYTHON -m $MODULE 'iam-admin-disable-my-email-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 340 'AdminDisableMyEmailV4' test.out +eval_tap $? 341 'AdminDisableMyEmailV4' test.out -#- 341 AdminEnableMyEmailV4 +#- 342 AdminEnableMyEmailV4 $PYTHON -m $MODULE 'iam-admin-enable-my-email-v4' \ - 'oIpxeVt6' \ + 'ZvQnynDs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 341 'AdminEnableMyEmailV4' test.out +eval_tap $? 342 'AdminEnableMyEmailV4' test.out -#- 342 AdminGetMyEnabledFactorsV4 +#- 343 AdminGetMyEnabledFactorsV4 $PYTHON -m $MODULE 'iam-admin-get-my-enabled-factors-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 342 'AdminGetMyEnabledFactorsV4' test.out +eval_tap $? 343 'AdminGetMyEnabledFactorsV4' test.out -#- 343 AdminMakeFactorMyDefaultV4 +#- 344 AdminMakeFactorMyDefaultV4 $PYTHON -m $MODULE 'iam-admin-make-factor-my-default-v4' \ - 'FRj1DtMA' \ + 'ZVyJQykZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 343 'AdminMakeFactorMyDefaultV4' test.out +eval_tap $? 344 'AdminMakeFactorMyDefaultV4' test.out -#- 344 AdminInviteUserV4 -eval_tap 0 344 'AdminInviteUserV4 # SKIP deprecated' test.out +#- 345 AdminInviteUserV4 +eval_tap 0 345 'AdminInviteUserV4 # SKIP deprecated' test.out -#- 345 PublicCreateTestUserV4 +#- 346 PublicCreateTestUserV4 $PYTHON -m $MODULE 'iam-public-create-test-user-v4' \ - '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "878wXDOi", "policyId": "XUR4BDq2", "policyVersionId": "WM67sLkf"}, {"isAccepted": false, "localizedPolicyVersionId": "dwK16tad", "policyId": "trobejON", "policyVersionId": "wPYrSYCZ"}, {"isAccepted": false, "localizedPolicyVersionId": "rLXtnCEP", "policyId": "6QBq1VCt", "policyVersionId": "tQOFuoh7"}], "authType": "EMAILPASSWD", "country": "9NvhGn8V", "dateOfBirth": "EDquSOAa", "displayName": "1WWgs0t6", "emailAddress": "c9ZddKml", "password": "frYITlQt", "passwordMD5Sum": "R1mbOdkO", "username": "VBXwe0XC", "verified": false}' \ + '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "Ls225rKo", "policyId": "XVJIlBVW", "policyVersionId": "8Pmgqz5R"}, {"isAccepted": true, "localizedPolicyVersionId": "trWbjyF4", "policyId": "rrQsmoKK", "policyVersionId": "yMrP8x2u"}, {"isAccepted": false, "localizedPolicyVersionId": "QntrCr5p", "policyId": "aupNki0e", "policyVersionId": "AOTCpAmt"}], "authType": "EMAILPASSWD", "country": "6jbaGlaQ", "dateOfBirth": "BZknWTTQ", "displayName": "PyM7xj9m", "emailAddress": "YX8DHmEO", "password": "leC818aE", "passwordMD5Sum": "Zx19P7c9", "username": "lWwMx0z1", "verified": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 345 'PublicCreateTestUserV4' test.out +eval_tap $? 346 'PublicCreateTestUserV4' test.out -#- 346 PublicCreateUserV4 +#- 347 PublicCreateUserV4 $PYTHON -m $MODULE 'iam-public-create-user-v4' \ - '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "JTgKT6xz", "policyId": "h7TVOmbH", "policyVersionId": "daFMTqNy"}, {"isAccepted": true, "localizedPolicyVersionId": "oc4g8aho", "policyId": "TBkLbFPe", "policyVersionId": "zZE0sFtO"}, {"isAccepted": true, "localizedPolicyVersionId": "YyhtOF1L", "policyId": "Vi1zQkxq", "policyVersionId": "gbsAkrRj"}], "authType": "EMAILPASSWD", "code": "ETpsskaB", "country": "gvK4bQS4", "dateOfBirth": "6637gXj0", "displayName": "MCL8hosu", "emailAddress": "OvMyrSfc", "password": "fRGlCgvt", "passwordMD5Sum": "ySN5RAg7", "reachMinimumAge": false, "username": "nH0s61Hb"}' \ + '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "em7GjOw3", "policyId": "9L2Izfr7", "policyVersionId": "xec9kfTi"}, {"isAccepted": true, "localizedPolicyVersionId": "88PCwzGH", "policyId": "srljZbXq", "policyVersionId": "4C9UnJZA"}, {"isAccepted": true, "localizedPolicyVersionId": "39ZgMcL2", "policyId": "6TeGOV8A", "policyVersionId": "GU9KKsQc"}], "authType": "EMAILPASSWD", "code": "1kzVUHH6", "country": "5hKHgoRf", "dateOfBirth": "8qKwaLv5", "displayName": "lCIT0GFy", "emailAddress": "QfliMlj3", "password": "6mogBoH0", "passwordMD5Sum": "vwpsqgMW", "reachMinimumAge": false, "username": "ab27VCJp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 346 'PublicCreateUserV4' test.out +eval_tap $? 347 'PublicCreateUserV4' test.out -#- 347 CreateUserFromInvitationV4 +#- 348 CreateUserFromInvitationV4 $PYTHON -m $MODULE 'iam-create-user-from-invitation-v4' \ - '{"acceptedPolicies": [{"isAccepted": true, "localizedPolicyVersionId": "o81SRK6A", "policyId": "dlmxqm0Z", "policyVersionId": "LKy4IHHd"}, {"isAccepted": false, "localizedPolicyVersionId": "JpioXhQh", "policyId": "IIQE2lYi", "policyVersionId": "g5drzmls"}, {"isAccepted": false, "localizedPolicyVersionId": "IqIGzFL4", "policyId": "hpqMc5VG", "policyVersionId": "L3bxsS4S"}], "authType": "EMAILPASSWD", "country": "SonWSofC", "dateOfBirth": "xHSdqdIm", "displayName": "xNyXwM20", "password": "DSgVMwSy", "reachMinimumAge": false, "username": "7b1YPdEW"}' \ - '7QZQQ9V6' \ + '{"acceptedPolicies": [{"isAccepted": false, "localizedPolicyVersionId": "PO2aTiuk", "policyId": "7exfF6K5", "policyVersionId": "FsKfSk5G"}, {"isAccepted": true, "localizedPolicyVersionId": "VRhfONOY", "policyId": "1Lp1wqIu", "policyVersionId": "Lsjdh2Cb"}, {"isAccepted": true, "localizedPolicyVersionId": "HDrqrtC8", "policyId": "RIQBKwjE", "policyVersionId": "PS8acxhl"}], "authType": "EMAILPASSWD", "country": "aBwxGga8", "dateOfBirth": "IPyqZSMM", "displayName": "y46WNveA", "password": "2iS2YxKv", "reachMinimumAge": true, "username": "RPS2tdiy"}' \ + 'NTsZIgIw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 347 'CreateUserFromInvitationV4' test.out +eval_tap $? 348 'CreateUserFromInvitationV4' test.out -#- 348 PublicUpdateUserV4 +#- 349 PublicUpdateUserV4 $PYTHON -m $MODULE 'iam-public-update-user-v4' \ - '{"avatarUrl": "Kgo8v8tL", "country": "p9igj4hQ", "dateOfBirth": "O24YAh10", "displayName": "6vIzqJgz", "languageTag": "s7FWXfFx", "userName": "5x98GIhn"}' \ + '{"avatarUrl": "ag9KBHqA", "country": "vJfIuqKR", "dateOfBirth": "4bw3CH3q", "displayName": "RqS29AC9", "languageTag": "I1dG5dlD", "userName": "UkTIWIbK"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 348 'PublicUpdateUserV4' test.out +eval_tap $? 349 'PublicUpdateUserV4' test.out -#- 349 PublicUpdateUserEmailAddressV4 +#- 350 PublicUpdateUserEmailAddressV4 $PYTHON -m $MODULE 'iam-public-update-user-email-address-v4' \ - '{"code": "KWwYtxvV", "emailAddress": "oxpsBJwp"}' \ + '{"code": "TUHmTnDD", "emailAddress": "zScqTtxi"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 349 'PublicUpdateUserEmailAddressV4' test.out +eval_tap $? 350 'PublicUpdateUserEmailAddressV4' test.out -#- 350 PublicUpgradeHeadlessAccountWithVerificationCodeV4 +#- 351 PublicUpgradeHeadlessAccountWithVerificationCodeV4 $PYTHON -m $MODULE 'iam-public-upgrade-headless-account-with-verification-code-v4' \ - '{"code": "Qbs4Oyzd", "country": "jAoncqsV", "dateOfBirth": "n984HxuS", "displayName": "1h0wSeDB", "emailAddress": "yyOlnlNW", "password": "Ba6GFMVv", "reachMinimumAge": true, "username": "DZ3PqZhe", "validateOnly": false}' \ + '{"code": "9PeNlJRa", "country": "71mem6rL", "dateOfBirth": "w7CNUJCK", "displayName": "AgPO5TLV", "emailAddress": "RIjDJ9ZX", "password": "ZTt2r5mk", "reachMinimumAge": true, "username": "wuEGTgSO", "validateOnly": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 350 'PublicUpgradeHeadlessAccountWithVerificationCodeV4' test.out +eval_tap $? 351 'PublicUpgradeHeadlessAccountWithVerificationCodeV4' test.out -#- 351 PublicUpgradeHeadlessAccountV4 +#- 352 PublicUpgradeHeadlessAccountV4 $PYTHON -m $MODULE 'iam-public-upgrade-headless-account-v4' \ - '{"emailAddress": "GGGFIBtz", "password": "NTY1ym8Y", "username": "Z2aDhycv"}' \ + '{"emailAddress": "cEIQYhDf", "password": "s6xmlR1X", "username": "bZ2oIMvG"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 351 'PublicUpgradeHeadlessAccountV4' test.out +eval_tap $? 352 'PublicUpgradeHeadlessAccountV4' test.out -#- 352 PublicDisableMyAuthenticatorV4 +#- 353 PublicDisableMyAuthenticatorV4 $PYTHON -m $MODULE 'iam-public-disable-my-authenticator-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 352 'PublicDisableMyAuthenticatorV4' test.out +eval_tap $? 353 'PublicDisableMyAuthenticatorV4' test.out -#- 353 PublicEnableMyAuthenticatorV4 +#- 354 PublicEnableMyAuthenticatorV4 $PYTHON -m $MODULE 'iam-public-enable-my-authenticator-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 353 'PublicEnableMyAuthenticatorV4' test.out +eval_tap $? 354 'PublicEnableMyAuthenticatorV4' test.out -#- 354 PublicGenerateMyAuthenticatorKeyV4 +#- 355 PublicGenerateMyAuthenticatorKeyV4 $PYTHON -m $MODULE 'iam-public-generate-my-authenticator-key-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 354 'PublicGenerateMyAuthenticatorKeyV4' test.out +eval_tap $? 355 'PublicGenerateMyAuthenticatorKeyV4' test.out -#- 355 PublicGetMyBackupCodesV4 +#- 356 PublicGetMyBackupCodesV4 $PYTHON -m $MODULE 'iam-public-get-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 355 'PublicGetMyBackupCodesV4' test.out +eval_tap $? 356 'PublicGetMyBackupCodesV4' test.out -#- 356 PublicGenerateMyBackupCodesV4 +#- 357 PublicGenerateMyBackupCodesV4 $PYTHON -m $MODULE 'iam-public-generate-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 356 'PublicGenerateMyBackupCodesV4' test.out +eval_tap $? 357 'PublicGenerateMyBackupCodesV4' test.out -#- 357 PublicDisableMyBackupCodesV4 +#- 358 PublicDisableMyBackupCodesV4 $PYTHON -m $MODULE 'iam-public-disable-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 357 'PublicDisableMyBackupCodesV4' test.out +eval_tap $? 358 'PublicDisableMyBackupCodesV4' test.out -#- 358 PublicDownloadMyBackupCodesV4 +#- 359 PublicDownloadMyBackupCodesV4 $PYTHON -m $MODULE 'iam-public-download-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 358 'PublicDownloadMyBackupCodesV4' test.out +eval_tap $? 359 'PublicDownloadMyBackupCodesV4' test.out -#- 359 PublicEnableMyBackupCodesV4 +#- 360 PublicEnableMyBackupCodesV4 $PYTHON -m $MODULE 'iam-public-enable-my-backup-codes-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 359 'PublicEnableMyBackupCodesV4' test.out +eval_tap $? 360 'PublicEnableMyBackupCodesV4' test.out -#- 360 PublicRemoveTrustedDeviceV4 +#- 361 PublicRemoveTrustedDeviceV4 $PYTHON -m $MODULE 'iam-public-remove-trusted-device-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 360 'PublicRemoveTrustedDeviceV4' test.out +eval_tap $? 361 'PublicRemoveTrustedDeviceV4' test.out -#- 361 PublicSendMyMFAEmailCodeV4 +#- 362 PublicSendMyMFAEmailCodeV4 $PYTHON -m $MODULE 'iam-public-send-my-mfa-email-code-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 361 'PublicSendMyMFAEmailCodeV4' test.out +eval_tap $? 362 'PublicSendMyMFAEmailCodeV4' test.out -#- 362 PublicDisableMyEmailV4 +#- 363 PublicDisableMyEmailV4 $PYTHON -m $MODULE 'iam-public-disable-my-email-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 362 'PublicDisableMyEmailV4' test.out +eval_tap $? 363 'PublicDisableMyEmailV4' test.out -#- 363 PublicEnableMyEmailV4 +#- 364 PublicEnableMyEmailV4 $PYTHON -m $MODULE 'iam-public-enable-my-email-v4' \ - 'BGXXlaJN' \ + 'zzMI7EYz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 363 'PublicEnableMyEmailV4' test.out +eval_tap $? 364 'PublicEnableMyEmailV4' test.out -#- 364 PublicGetMyEnabledFactorsV4 +#- 365 PublicGetMyEnabledFactorsV4 $PYTHON -m $MODULE 'iam-public-get-my-enabled-factors-v4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 364 'PublicGetMyEnabledFactorsV4' test.out +eval_tap $? 365 'PublicGetMyEnabledFactorsV4' test.out -#- 365 PublicMakeFactorMyDefaultV4 +#- 366 PublicMakeFactorMyDefaultV4 $PYTHON -m $MODULE 'iam-public-make-factor-my-default-v4' \ - 'UIYJ3mIX' \ + 'Kwg8CytL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 365 'PublicMakeFactorMyDefaultV4' test.out +eval_tap $? 366 'PublicMakeFactorMyDefaultV4' test.out -#- 366 PublicGetUserPublicInfoByUserIdV4 +#- 367 PublicGetUserPublicInfoByUserIdV4 $PYTHON -m $MODULE 'iam-public-get-user-public-info-by-user-id-v4' \ - 'hf5huLvM' \ + 'uZ5GExEN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 366 'PublicGetUserPublicInfoByUserIdV4' test.out +eval_tap $? 367 'PublicGetUserPublicInfoByUserIdV4' test.out -#- 367 PublicInviteUserV4 +#- 368 PublicInviteUserV4 $PYTHON -m $MODULE 'iam-public-invite-user-v4' \ - '{"additionalData": "Ngg40uDV", "emailAddress": "wdeErpgd", "namespace": "puSYzmz5", "namespaceDisplayName": "bz9YsWjt"}' \ + '{"additionalData": "drQFwz1M", "emailAddress": "iUJkxgQ4", "namespace": "iKJvs2He", "namespaceDisplayName": "kDR3BHt4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 367 'PublicInviteUserV4' test.out +eval_tap $? 368 'PublicInviteUserV4' test.out fi diff --git a/samples/cli/tests/inventory-cli-test.sh b/samples/cli/tests/inventory-cli-test.sh index 9f924e6de..8a7ffe7b4 100644 --- a/samples/cli/tests/inventory-cli-test.sh +++ b/samples/cli/tests/inventory-cli-test.sh @@ -29,40 +29,40 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -inventory-admin-create-chaining-operations '{"message": "fH6QXOfP", "operations": [{"consumeItems": [{"inventoryId": "MzPNOOzl", "qty": 73, "slotId": "50LPmOLm", "sourceItemId": "OmY1oFWd"}, {"inventoryId": "xFPQY6QT", "qty": 92, "slotId": "UbrNYWuO", "sourceItemId": "EjhFpwt1"}, {"inventoryId": "zIMsUsXc", "qty": 56, "slotId": "DfpPfoWn", "sourceItemId": "CRq32nkp"}], "createItems": [{"customAttributes": {"Csc5e9dO": {}, "QhwQHCaj": {}, "8VAje1bt": {}}, "inventoryConfigurationCode": "r4kTe145", "inventoryId": "OSy2aMLz", "qty": 98, "serverCustomAttributes": {"hdajIivM": {}, "zMBv0oad": {}, "NdijlwGo": {}}, "slotId": "gpWkTKQc", "slotUsed": 91, "sourceItemId": "nIcBdZ6y", "tags": ["y9udiU0E", "RsVEPc5e", "doePGaI9"], "toSpecificInventory": false, "type": "NnJyy3FC"}, {"customAttributes": {"B2f34IlY": {}, "X22AGYLN": {}, "8AlAxxzJ": {}}, "inventoryConfigurationCode": "0VJ1zN5Q", "inventoryId": "Us9DHGVY", "qty": 78, "serverCustomAttributes": {"6N5qmlpH": {}, "C9m4hr1a": {}, "kFmDabwg": {}}, "slotId": "6RFxJeCr", "slotUsed": 40, "sourceItemId": "GUN7EbBB", "tags": ["arVpRX8f", "Y2IZkEOM", "nfkpt01X"], "toSpecificInventory": true, "type": "RX7UDVeH"}, {"customAttributes": {"WI0YlI8z": {}, "VMvdNSnn": {}, "rNZW3KFp": {}}, "inventoryConfigurationCode": "nGSfXDVM", "inventoryId": "SZatoWao", "qty": 64, "serverCustomAttributes": {"PFP28KV0": {}, "qVsE8ggz": {}, "XQSBxyhf": {}}, "slotId": "qiDNqLPC", "slotUsed": 82, "sourceItemId": "NseT9eNZ", "tags": ["tkOTS1CI", "OwlDVIWr", "Y9F7rDLj"], "toSpecificInventory": false, "type": "7VHKgG6Z"}], "removeItems": [{"inventoryId": "9D8Vodn2", "slotId": "Lq0AdC6A", "sourceItemId": "B6cPXbWD"}, {"inventoryId": "z76efV4K", "slotId": "IyeUrCMt", "sourceItemId": "0a6tvbl2"}, {"inventoryId": "PASFJJLG", "slotId": "8gI8TSFb", "sourceItemId": "IPvCZYjT"}], "targetUserId": "OQsei5vj", "updateItems": [{"customAttributes": {"h50floAO": {}, "84et998O": {}, "XCWFDDHX": {}}, "inventoryId": "2o8nWcZx", "serverCustomAttributes": {"aofVngFS": {}, "r0Lizqte": {}, "WVhZpFHs": {}}, "slotId": "3Vdxf6J9", "sourceItemId": "OqITBJA7", "tags": ["CHOIEBmL", "r7UZV08H", "7GI6mSwr"], "type": "lnm33Lpu"}, {"customAttributes": {"Eesezho7": {}, "2oVBYA4X": {}, "BIGz9wiz": {}}, "inventoryId": "v5LVLb7w", "serverCustomAttributes": {"9O47oIFs": {}, "67L57bRz": {}, "3NE8mTX4": {}}, "slotId": "BIOdx0rp", "sourceItemId": "COQrS0Lr", "tags": ["NM7JnoAk", "KjoD8slZ", "I0Mj1KeO"], "type": "uSsESPa6"}, {"customAttributes": {"7El7reUU": {}, "b5OyT64h": {}, "dhIGU93I": {}}, "inventoryId": "5UZs4Yec", "serverCustomAttributes": {"la54brHZ": {}, "sxHQEP6q": {}, "VUSXMFWg": {}}, "slotId": "Uh5E5LkU", "sourceItemId": "0Zl0eDr7", "tags": ["IZyVnNgz", "VPI6ur6G", "O4uDbFQg"], "type": "E37Mfr9v"}]}, {"consumeItems": [{"inventoryId": "e5kQyVGx", "qty": 31, "slotId": "79p9yNsq", "sourceItemId": "J5nGkehz"}, {"inventoryId": "9T4gFpzB", "qty": 39, "slotId": "M3g48Vhf", "sourceItemId": "g22MAUGg"}, {"inventoryId": "YCX9tPxX", "qty": 53, "slotId": "170tC2EI", "sourceItemId": "bblJnRnZ"}], "createItems": [{"customAttributes": {"h1KOfSb1": {}, "uJe8PGPR": {}, "RMm12dz7": {}}, "inventoryConfigurationCode": "4PXxVNrt", "inventoryId": "EbyXF9Ya", "qty": 65, "serverCustomAttributes": {"4dkrxQKO": {}, "j5GPZoYr": {}, "52t6YJH6": {}}, "slotId": "BY8XclDN", "slotUsed": 91, "sourceItemId": "OJbsIhrx", "tags": ["zzlTlTZT", "Ham4PG1r", "mTdyEsBV"], "toSpecificInventory": true, "type": "2gRZB0P5"}, {"customAttributes": {"YldMWida": {}, "DNcLPTBu": {}, "rxj6SPlA": {}}, "inventoryConfigurationCode": "6fpobfGJ", "inventoryId": "tepkKxcm", "qty": 90, "serverCustomAttributes": {"nM27Mm0y": {}, "9IGNzfS5": {}, "WFck5tcf": {}}, "slotId": "rrxGH3gm", "slotUsed": 7, "sourceItemId": "KakndtV7", "tags": ["iUssYFqH", "uUBSbSQk", "8YQoguIo"], "toSpecificInventory": false, "type": "6fbPHPft"}, {"customAttributes": {"LP6IvXg1": {}, "6Adk2V5F": {}, "iz51Rhdy": {}}, "inventoryConfigurationCode": "pjIT96VT", "inventoryId": "0FxNxFAG", "qty": 62, "serverCustomAttributes": {"cQvDPZiS": {}, "yvGguAYI": {}, "MQ1VP5Z6": {}}, "slotId": "wUJnVr33", "slotUsed": 86, "sourceItemId": "uBVvkaAp", "tags": ["2yBg5Vo4", "aXgtRWmS", "V0fglhlb"], "toSpecificInventory": true, "type": "qLPtUFE0"}], "removeItems": [{"inventoryId": "8kiA5Kjy", "slotId": "Miwk2iZb", "sourceItemId": "5V3MWUim"}, {"inventoryId": "SYLaN4qw", "slotId": "sqi0F3Z7", "sourceItemId": "KFQ2HQK4"}, {"inventoryId": "lOKxvmgQ", "slotId": "uoeHNybU", "sourceItemId": "sHwbtEiZ"}], "targetUserId": "1mIB3MT4", "updateItems": [{"customAttributes": {"DtyS5cco": {}, "2lkP4heW": {}, "7E90vTV7": {}}, "inventoryId": "UXZYKj7o", "serverCustomAttributes": {"f2fQugP8": {}, "s9mPhOEz": {}, "lm7V7fG0": {}}, "slotId": "VrQqiSK2", "sourceItemId": "7AzeKBoD", "tags": ["ZCTf1qDY", "MWcmsxsx", "unYNbPzo"], "type": "5ZUM9HQ1"}, {"customAttributes": {"UUOaDgGL": {}, "bcLsroxF": {}, "UJdjnNRY": {}}, "inventoryId": "1FbfeQ80", "serverCustomAttributes": {"lix2fxU9": {}, "LQBftxIX": {}, "EVxIiuKF": {}}, "slotId": "dLZnZyyt", "sourceItemId": "tlknK6xL", "tags": ["L70epya9", "2Qs5vkk4", "gzSYca96"], "type": "PweEWgYG"}, {"customAttributes": {"WcXwGOcz": {}, "NkCUKxQo": {}, "gZz1ywuo": {}}, "inventoryId": "9pFgg72r", "serverCustomAttributes": {"jydZJPoe": {}, "x06koMYj": {}, "OZL2GeNU": {}}, "slotId": "zHKpj6bx", "sourceItemId": "amX6nNOb", "tags": ["fcDvlnez", "GhyYt8IQ", "I7zSOIMg"], "type": "Dwx0gkVr"}]}, {"consumeItems": [{"inventoryId": "nBXDHXYM", "qty": 93, "slotId": "0syBEROa", "sourceItemId": "jXUmrMg9"}, {"inventoryId": "JuLCnV5q", "qty": 62, "slotId": "MicyZD7h", "sourceItemId": "Zd0RlvrB"}, {"inventoryId": "E4dUPe2o", "qty": 77, "slotId": "v480oR14", "sourceItemId": "Mhkmj5Ks"}], "createItems": [{"customAttributes": {"NOvqDa1g": {}, "KFyFfdOv": {}, "b6FSnhrM": {}}, "inventoryConfigurationCode": "6dM3xHCE", "inventoryId": "UvyOzkkv", "qty": 95, "serverCustomAttributes": {"o8L4gWMl": {}, "KMT33WYg": {}, "UM0Fvilo": {}}, "slotId": "GzUq2F5s", "slotUsed": 48, "sourceItemId": "IutRKeKt", "tags": ["zZ9KKooH", "PuN7M7C8", "oAk3gp4i"], "toSpecificInventory": true, "type": "WpLn8ryv"}, {"customAttributes": {"bhfGp6Qx": {}, "5xVy4T2f": {}, "nngr1bKt": {}}, "inventoryConfigurationCode": "iJOuNaLX", "inventoryId": "JDWR2RII", "qty": 86, "serverCustomAttributes": {"bb148OF8": {}, "jwHhaht3": {}, "hIgMwGTQ": {}}, "slotId": "dQ3czckC", "slotUsed": 41, "sourceItemId": "8elw3kLz", "tags": ["kFS3fyCb", "UqQV7YfA", "XPguV4Ze"], "toSpecificInventory": false, "type": "Kv1BP0cK"}, {"customAttributes": {"Yl6a7FQu": {}, "Ge1NJdXx": {}, "MC0S30xl": {}}, "inventoryConfigurationCode": "07LOQ7YQ", "inventoryId": "HQIzauF9", "qty": 77, "serverCustomAttributes": {"3CsI5ZfV": {}, "YtDO83W2": {}, "tWqsyLDy": {}}, "slotId": "5F0JL07s", "slotUsed": 22, "sourceItemId": "zarQChxO", "tags": ["U3VPWo2X", "kfYOILTy", "r46AIsHG"], "toSpecificInventory": true, "type": "vhmvRsHh"}], "removeItems": [{"inventoryId": "dlQ6ITGz", "slotId": "LAI7YF0h", "sourceItemId": "IEqX6G6L"}, {"inventoryId": "GKJR8ncT", "slotId": "KSpNfhyM", "sourceItemId": "i3gzlHl9"}, {"inventoryId": "XgthbQjc", "slotId": "xjdVEcsf", "sourceItemId": "H1uzk3N0"}], "targetUserId": "SJCieOiO", "updateItems": [{"customAttributes": {"kgE1VBDG": {}, "Bt3gI8RS": {}, "36KOMuAk": {}}, "inventoryId": "Kfrg0VKU", "serverCustomAttributes": {"aM8ONKRa": {}, "bydpdaax": {}, "dOXlEGqo": {}}, "slotId": "ENXaEM44", "sourceItemId": "TRzSyJqD", "tags": ["i6g4r3uz", "rUahQHGf", "9Yl0mXWT"], "type": "chmwYFsw"}, {"customAttributes": {"AvGyqRBE": {}, "ALRsyE03": {}, "JeEbb4QO": {}}, "inventoryId": "QHzWU5lB", "serverCustomAttributes": {"pOItOnSw": {}, "o5n48Web": {}, "iuR5pm6B": {}}, "slotId": "9a3BmnQ2", "sourceItemId": "7EmPH7fc", "tags": ["qRyvAuzl", "F0cAn3Ev", "kPBpSwKz"], "type": "VKEbAQFG"}, {"customAttributes": {"sMcX5qHw": {}, "YD7P1nmD": {}, "kf8hry7X": {}}, "inventoryId": "kD8gjrWU", "serverCustomAttributes": {"IWWCXznV": {}, "rNQG7SmR": {}, "CUdDSgWy": {}}, "slotId": "f2XhWFrk", "sourceItemId": "QespHR4d", "tags": ["bld2yvK4", "8wvZOcLV", "YsYPraYx"], "type": "OjNVM2U1"}]}], "requestId": "P6eLOvhz"}' --login_with_auth "Bearer foo" +inventory-admin-create-chaining-operations '{"message": "2yLLSAIP", "operations": [{"consumeItems": [{"inventoryId": "QIfYRjTM", "qty": 34, "slotId": "nPEc9aH8", "sourceItemId": "06kG3C83"}, {"inventoryId": "FC43YPlZ", "qty": 73, "slotId": "TdQBhesv", "sourceItemId": "AS1e6nFs"}, {"inventoryId": "2D96WgpO", "qty": 53, "slotId": "veF59K1f", "sourceItemId": "FdwOcItm"}], "createItems": [{"customAttributes": {"yGBE0kRv": {}, "0lGMhApO": {}, "Rbdjyg0Z": {}}, "inventoryConfigurationCode": "MXUgijUC", "inventoryId": "SCdIxub8", "qty": 57, "serverCustomAttributes": {"M9xansos": {}, "EmuHbawU": {}, "LsefWV9v": {}}, "slotId": "Y01chXAt", "slotUsed": 42, "sourceItemId": "0tjKlxJg", "tags": ["X1E6Z3Of", "1WG04xCv", "mcniBgJ8"], "toSpecificInventory": false, "type": "oeOwFDMw"}, {"customAttributes": {"wJgJDYm1": {}, "HO10YpAy": {}, "0A2nrNHl": {}}, "inventoryConfigurationCode": "LjIjyhX0", "inventoryId": "4wCFvymG", "qty": 54, "serverCustomAttributes": {"kOeqy4cm": {}, "C3HSdsS6": {}, "0ZFqJLGe": {}}, "slotId": "ipUrUFHd", "slotUsed": 83, "sourceItemId": "bjRgDzPj", "tags": ["b98JRugT", "MomZmXR9", "cRNhiGYK"], "toSpecificInventory": true, "type": "5lD4gzT7"}, {"customAttributes": {"PQTchp76": {}, "CyHdqNXJ": {}, "A08kDELp": {}}, "inventoryConfigurationCode": "9xyfHA7a", "inventoryId": "T4AqkoUQ", "qty": 86, "serverCustomAttributes": {"3dsqVLYG": {}, "CEtbxWGf": {}, "z3oQsKmo": {}}, "slotId": "ZJPRy7n4", "slotUsed": 51, "sourceItemId": "KTf9i5DQ", "tags": ["mg0OHCsQ", "axlemh2w", "gd4O7PaL"], "toSpecificInventory": true, "type": "XCttM5DQ"}], "removeItems": [{"inventoryId": "ugSXsFWI", "slotId": "sL86vtEG", "sourceItemId": "gBhgF4wY"}, {"inventoryId": "LzrQMw8v", "slotId": "KBfpDNQW", "sourceItemId": "ytFscnXm"}, {"inventoryId": "SBu8p8k1", "slotId": "eF5wdz3y", "sourceItemId": "aubyDDS3"}], "targetUserId": "7R0UYaSn", "updateItems": [{"customAttributes": {"EusHmM9r": {}, "f2LNXM6m": {}, "eryKR1Nb": {}}, "inventoryId": "57jw7inX", "serverCustomAttributes": {"K7hWZ8TA": {}, "ed5L5mwC": {}, "GNsCCdHT": {}}, "slotId": "KvKQ9X8F", "sourceItemId": "liz02Yxx", "tags": ["li1Sxdqy", "WBcjriPq", "Ubif5ZYV"], "type": "TdNgJFVz"}, {"customAttributes": {"IXElIK5Q": {}, "br42gvtw": {}, "LE5Badb7": {}}, "inventoryId": "Hs9G4LdE", "serverCustomAttributes": {"0MYOMJwy": {}, "s966AsdP": {}, "kvMttjBz": {}}, "slotId": "rmTrpmmv", "sourceItemId": "faiPoNuZ", "tags": ["S2ClGHiQ", "3xsGFP00", "boeBOAc0"], "type": "0TlpaD5l"}, {"customAttributes": {"nLSqCY6x": {}, "ZQHTrhcZ": {}, "3nLM6fWE": {}}, "inventoryId": "rQJeNLvR", "serverCustomAttributes": {"eNDzJ96m": {}, "CCX9Cr1n": {}, "HUVOrpY3": {}}, "slotId": "vtCTtx6E", "sourceItemId": "zI2B64Sb", "tags": ["5XCKz3SE", "WrBw3RPi", "cluUOqSg"], "type": "r7XAwJRa"}]}, {"consumeItems": [{"inventoryId": "H9jZ6OaR", "qty": 86, "slotId": "7IrAALev", "sourceItemId": "Dm9uaebz"}, {"inventoryId": "58tMVjsX", "qty": 71, "slotId": "CenzzEUP", "sourceItemId": "5zoaBFAn"}, {"inventoryId": "yTK5ZKDr", "qty": 92, "slotId": "zEfmSaL7", "sourceItemId": "dUppY9d8"}], "createItems": [{"customAttributes": {"46xMmteV": {}, "gKh74JRO": {}, "fL8Is3jM": {}}, "inventoryConfigurationCode": "ssX5GVQx", "inventoryId": "4KrnQh4F", "qty": 66, "serverCustomAttributes": {"J5Q8ZpF6": {}, "KJLT0XHz": {}, "aVZZwGyB": {}}, "slotId": "NCqTMlqE", "slotUsed": 88, "sourceItemId": "PvtSiDHS", "tags": ["LavjC8jd", "ZEyIvoPR", "aRb13AFm"], "toSpecificInventory": true, "type": "sPEFfQDF"}, {"customAttributes": {"MQqbFmUf": {}, "QpBi9ra7": {}, "QoeFgAcV": {}}, "inventoryConfigurationCode": "8YlRAeMG", "inventoryId": "5T6rKR5w", "qty": 92, "serverCustomAttributes": {"FqjwU6zq": {}, "k9dcLdB4": {}, "M9d7PmY9": {}}, "slotId": "E35UW2G6", "slotUsed": 30, "sourceItemId": "TCCheRIy", "tags": ["aZTGe5If", "uazG4qsa", "U7IDmfGU"], "toSpecificInventory": true, "type": "Ka2tBGTg"}, {"customAttributes": {"m01PReGf": {}, "1dYAuWHA": {}, "2IisjfTD": {}}, "inventoryConfigurationCode": "7C5EAqAQ", "inventoryId": "ItUU3qs6", "qty": 80, "serverCustomAttributes": {"CYf06aLI": {}, "UDOc0B5t": {}, "YNHRfwf6": {}}, "slotId": "QmaEsyL8", "slotUsed": 7, "sourceItemId": "bg7isgjd", "tags": ["3vX63Axm", "Q0vtCSLi", "NeQO4KhE"], "toSpecificInventory": true, "type": "fQf4yO9m"}], "removeItems": [{"inventoryId": "BTY6kcQy", "slotId": "tISaSVhL", "sourceItemId": "xUKnzdEH"}, {"inventoryId": "3ZdBAdkn", "slotId": "grPsuRUK", "sourceItemId": "oDp5ZjXP"}, {"inventoryId": "lbhHFL9w", "slotId": "2PC5iKOk", "sourceItemId": "K6CGqE1c"}], "targetUserId": "F9LW2sUP", "updateItems": [{"customAttributes": {"5Ikc15Bo": {}, "SG2KmDHE": {}, "yrBE8Ojg": {}}, "inventoryId": "IrryaUfN", "serverCustomAttributes": {"Mr8ZLQYq": {}, "bUwhox2U": {}, "If2UeEY5": {}}, "slotId": "h6bnfMxM", "sourceItemId": "D4xIe0ge", "tags": ["etMT7AEb", "X6ob1L6J", "8KXOOoWz"], "type": "tQMCOoI4"}, {"customAttributes": {"aO6m6Kef": {}, "uZiwtIJK": {}, "PoRzOaE9": {}}, "inventoryId": "TRJau13G", "serverCustomAttributes": {"0F63ucOh": {}, "f63VyFKX": {}, "2YSoSBnU": {}}, "slotId": "NBOOLPlT", "sourceItemId": "nPhaBMbc", "tags": ["YRzrZeEj", "ApeXzTGM", "VxM3eIfD"], "type": "HIIt7v61"}, {"customAttributes": {"s2XEwnVn": {}, "96j3qQ8R": {}, "UALMXjKZ": {}}, "inventoryId": "PiVMSRsW", "serverCustomAttributes": {"k1fZYZD3": {}, "z67Jx0ef": {}, "hyRurFu4": {}}, "slotId": "AGDArYXt", "sourceItemId": "ROOdyikq", "tags": ["tvS3iYIi", "GSFyE69s", "vw0mMV8N"], "type": "2GMCblPg"}]}, {"consumeItems": [{"inventoryId": "FZziJd8Y", "qty": 19, "slotId": "6AeGTaig", "sourceItemId": "0sMpPsFQ"}, {"inventoryId": "m3AxTUBz", "qty": 13, "slotId": "8J9be7kF", "sourceItemId": "SIjhHcfu"}, {"inventoryId": "g3fF81ZP", "qty": 76, "slotId": "xp39ECBP", "sourceItemId": "BJELsnYS"}], "createItems": [{"customAttributes": {"4CpXfAj2": {}, "21QGLvYo": {}, "5gOqdDFm": {}}, "inventoryConfigurationCode": "XCvCuXDN", "inventoryId": "nyHR2bv5", "qty": 86, "serverCustomAttributes": {"mVccMW9D": {}, "6bcX5eA8": {}, "OPuf6kVt": {}}, "slotId": "DDedRo6m", "slotUsed": 62, "sourceItemId": "6UqbShPR", "tags": ["jXTLDvzi", "9NjXoNOl", "3BduvN5x"], "toSpecificInventory": false, "type": "jmNZ2iXM"}, {"customAttributes": {"h1yrGM2i": {}, "Ss3YEUaY": {}, "be5fdnCX": {}}, "inventoryConfigurationCode": "quqlWIGs", "inventoryId": "sGFeDC2r", "qty": 85, "serverCustomAttributes": {"muCTmPS1": {}, "KdindXDm": {}, "UXBjqMHs": {}}, "slotId": "VKwKvxDU", "slotUsed": 83, "sourceItemId": "UapBi8hu", "tags": ["aqHCJftY", "6E1ENwcS", "HHr1UWah"], "toSpecificInventory": false, "type": "NeH5FWjJ"}, {"customAttributes": {"SyM3Up9V": {}, "74tItObC": {}, "NqPae1Sa": {}}, "inventoryConfigurationCode": "Jf6F1KSo", "inventoryId": "vDHLwlNL", "qty": 26, "serverCustomAttributes": {"s45mf1Lq": {}, "s4isz4P4": {}, "dOfqXj8n": {}}, "slotId": "tgQ8Egwd", "slotUsed": 51, "sourceItemId": "MnQs1EqP", "tags": ["BWcXNPuN", "OtuagvFm", "n2QAdPks"], "toSpecificInventory": true, "type": "TGyeb0aW"}], "removeItems": [{"inventoryId": "b96JJMbW", "slotId": "gtK58y8E", "sourceItemId": "TcOdhpoj"}, {"inventoryId": "seqNKFFA", "slotId": "grh9mLWq", "sourceItemId": "pS9RVdmD"}, {"inventoryId": "pgjZ6UvK", "slotId": "jeVsRiCb", "sourceItemId": "nGCm8UZt"}], "targetUserId": "3ws6z2jc", "updateItems": [{"customAttributes": {"ncUlV1ha": {}, "85QXEAg9": {}, "2cEC4xZy": {}}, "inventoryId": "kKKHa9Hx", "serverCustomAttributes": {"tXiYtJFQ": {}, "QROtwnmY": {}, "BJxRVwWK": {}}, "slotId": "Zz9MMaTV", "sourceItemId": "zKpEzcXd", "tags": ["VF1cima1", "jBHGlvF4", "604Dbo1h"], "type": "ULJq5N9w"}, {"customAttributes": {"r39yWqVa": {}, "absvWm2V": {}, "ZCa5cy8m": {}}, "inventoryId": "ZWA0Lyof", "serverCustomAttributes": {"HTXBhJXR": {}, "SpngDyQ4": {}, "ewNxIZie": {}}, "slotId": "t2CPQrGB", "sourceItemId": "ndqWI5j0", "tags": ["4qDWMbS2", "GsynFAip", "iQHyk6Vj"], "type": "NzyU9wPu"}, {"customAttributes": {"PHwqA9Cg": {}, "2PW7RyDj": {}, "BdQm0eUc": {}}, "inventoryId": "DNOq6BRj", "serverCustomAttributes": {"PFOCjcaV": {}, "73xtvicA": {}, "Fxu1aP3F": {}}, "slotId": "oe3RFOHf", "sourceItemId": "dXD1wgrQ", "tags": ["xNublYlJ", "110HCiWL", "PgQ8TBo5"], "type": "ckOpRW1h"}]}], "requestId": "qLlqDOCP"}' --login_with_auth "Bearer foo" inventory-admin-list-inventories --login_with_auth "Bearer foo" -inventory-admin-create-inventory '{"inventoryConfigurationCode": "Uorb7ciZ", "userId": "jZVVLGhP"}' --login_with_auth "Bearer foo" -inventory-admin-get-inventory 'YyCGOfeY' --login_with_auth "Bearer foo" -inventory-admin-update-inventory '{"incMaxSlots": 43}' 'pU1KlzJ1' --login_with_auth "Bearer foo" -inventory-delete-inventory '{"message": "lT2WeDHX"}' 'OoT4vHLv' --login_with_auth "Bearer foo" -inventory-admin-list-items '28dRP6Ua' --login_with_auth "Bearer foo" -inventory-admin-get-inventory-item 'xyepwEiM' 'ajPc6iLD' 'wK6qdXNM' --login_with_auth "Bearer foo" +inventory-admin-create-inventory '{"inventoryConfigurationCode": "jTc2xzXs", "userId": "SsbPQ7D6"}' --login_with_auth "Bearer foo" +inventory-admin-get-inventory 'akrrDPdF' --login_with_auth "Bearer foo" +inventory-admin-update-inventory '{"incMaxSlots": 100}' 'qJRBS1Td' --login_with_auth "Bearer foo" +inventory-delete-inventory '{"message": "Z2SBT6cc"}' '4rOoeK4F' --login_with_auth "Bearer foo" +inventory-admin-list-items 'LcWNy2F8' --login_with_auth "Bearer foo" +inventory-admin-get-inventory-item 'AdvtQmBQ' 'Ady4nBol' 'ZGtCeDfB' --login_with_auth "Bearer foo" inventory-admin-list-inventory-configurations --login_with_auth "Bearer foo" -inventory-admin-create-inventory-configuration '{"code": "Ej2yKU3r", "description": "1er4L4Ua", "initialMaxSlots": 81, "maxInstancesPerUser": 40, "maxUpgradeSlots": 94, "name": "bSndLzt5"}' --login_with_auth "Bearer foo" -inventory-admin-get-inventory-configuration '3YCu5wey' --login_with_auth "Bearer foo" -inventory-admin-update-inventory-configuration '{"code": "Fs2qebGF", "description": "tdcghbSX", "initialMaxSlots": 97, "maxInstancesPerUser": 33, "maxUpgradeSlots": 1, "name": "1XG0nI12"}' 'v5GZHVZJ' --login_with_auth "Bearer foo" -inventory-admin-delete-inventory-configuration 'uMwFtPV7' --login_with_auth "Bearer foo" +inventory-admin-create-inventory-configuration '{"code": "BXi97dTT", "description": "lpDh3jtm", "initialMaxSlots": 22, "maxInstancesPerUser": 54, "maxUpgradeSlots": 11, "name": "ZYON6z4N"}' --login_with_auth "Bearer foo" +inventory-admin-get-inventory-configuration 'n6EnpVIn' --login_with_auth "Bearer foo" +inventory-admin-update-inventory-configuration '{"code": "JrQO6rBR", "description": "YnGtThBv", "initialMaxSlots": 28, "maxInstancesPerUser": 6, "maxUpgradeSlots": 38, "name": "ggTETykk"}' '2rFcgXmG' --login_with_auth "Bearer foo" +inventory-admin-delete-inventory-configuration '6EHCghEM' --login_with_auth "Bearer foo" inventory-admin-list-item-types --login_with_auth "Bearer foo" -inventory-admin-create-item-type '{"name": "GMbtTIyF"}' --login_with_auth "Bearer foo" -inventory-admin-delete-item-type 'zB7VSTms' --login_with_auth "Bearer foo" +inventory-admin-create-item-type '{"name": "r5iI0tly"}' --login_with_auth "Bearer foo" +inventory-admin-delete-item-type '7wuGjEfq' --login_with_auth "Bearer foo" inventory-admin-list-tags --login_with_auth "Bearer foo" -inventory-admin-create-tag '{"name": "czsmnWa0", "owner": "SERVER"}' --login_with_auth "Bearer foo" -inventory-admin-delete-tag 'gvM9Dcsl' --login_with_auth "Bearer foo" -inventory-admin-consume-user-item '{"qty": 62, "slotId": "4stG4xGY", "sourceItemId": "2v8hUXv7"}' 'NzByHklx' 'o92q2DoF' --login_with_auth "Bearer foo" -inventory-admin-bulk-update-my-items '[{"customAttributes": {"3VUkYxIP": {}, "lxwYFw1L": {}, "oAB8wX8K": {}}, "serverCustomAttributes": {"pAMhQdBF": {}, "rQrTUSBP": {}, "8jHdm60F": {}}, "slotId": "QILAMjmd", "sourceItemId": "AHQzazG6", "tags": ["e24Ad23M", "KEl9Nyha", "Ngitiznq"], "type": "t0vme6MZ"}, {"customAttributes": {"i49gTa8z": {}, "NgKFpelo": {}, "yMpRfKkD": {}}, "serverCustomAttributes": {"WpVSFSNk": {}, "1F2cZGeQ": {}, "tFBNJYlw": {}}, "slotId": "ZTlNLjrJ", "sourceItemId": "4JMqcDFD", "tags": ["SME4gF1E", "QxRrNy6q", "lAEyshif"], "type": "H0UXFQxX"}, {"customAttributes": {"duq6Ccer": {}, "QfqRfLJy": {}, "xSdU5kzW": {}}, "serverCustomAttributes": {"FDCpiIJA": {}, "NFO8ZWIY": {}, "0e16BWzc": {}}, "slotId": "IgOgTPcT", "sourceItemId": "VZY9dAAl", "tags": ["RuiUbqXE", "XytXi0H1", "USXhfMLR"], "type": "eyaJHF3S"}]' 'mEEcFYOC' 'mvQCkeSy' --login_with_auth "Bearer foo" -inventory-admin-save-item-to-inventory '{"customAttributes": {"Gbb8MFTl": {}, "wNFLl06Y": {}, "HMwkUNTK": {}}, "qty": 71, "serverCustomAttributes": {"VSGKpOP3": {}, "ru7dtLGA": {}, "jQkns76K": {}}, "slotId": "TXv4xsIu", "slotUsed": 40, "sourceItemId": "Xkco0Dxv", "tags": ["In90zA1g", "i7wllpgq", "5DBTRO0J"], "type": "wvnRyqW7"}' 'O3K3Tg3U' 'WB4220MR' --login_with_auth "Bearer foo" -inventory-admin-bulk-remove-items '[{"slotId": "aCQeQGaY", "sourceItemId": "GrRxd4BB"}, {"slotId": "b34yAGmT", "sourceItemId": "aTFSXixh"}, {"slotId": "QO32vZoH", "sourceItemId": "pNK3PfM3"}]' 'wwdsDChD' '1ESzGfXb' --login_with_auth "Bearer foo" -inventory-admin-save-item '{"customAttributes": {"rnQvXTeZ": {}, "VtaKurpn": {}, "cdNiFPeN": {}}, "inventoryConfigurationCode": "KundhrOb", "qty": 28, "serverCustomAttributes": {"SH44xXbV": {}, "Lfr4EF8i": {}, "Fgv6jo8O": {}}, "slotId": "LhibuS4u", "slotUsed": 40, "sourceItemId": "KtctKG3A", "tags": ["145pa6LB", "uIRcIkSI", "aIX9Vs8o"], "type": "ZeaE3dHu"}' 'W0UNzmVp' --login_with_auth "Bearer foo" +inventory-admin-create-tag '{"name": "YIQfM7hZ", "owner": "SERVER"}' --login_with_auth "Bearer foo" +inventory-admin-delete-tag 'hq0tesvM' --login_with_auth "Bearer foo" +inventory-admin-consume-user-item '{"qty": 36, "slotId": "jUYV8uQ1", "sourceItemId": "138JjAud"}' 'M4nq17rd' 'RyC5pKXk' --login_with_auth "Bearer foo" +inventory-admin-bulk-update-my-items '[{"customAttributes": {"PRDl2dP7": {}, "TeinIE3w": {}, "KQu21tjw": {}}, "serverCustomAttributes": {"uiVPqJaV": {}, "ib4hvhhC": {}, "ZpgXIRbS": {}}, "slotId": "sZ1iYKxW", "sourceItemId": "CPPYuiP9", "tags": ["yvl3WGNm", "EVwuqHVV", "cxbM3iiO"], "type": "zx5wmUvb"}, {"customAttributes": {"n3UDbthz": {}, "twUIymaO": {}, "aiHW3Jcr": {}}, "serverCustomAttributes": {"LXYxKFTA": {}, "oftvlWoB": {}, "tdUMn4bq": {}}, "slotId": "RnHQVNo6", "sourceItemId": "H9gug3kF", "tags": ["qaMbC8zY", "ZerVg9hL", "CFsTL5sA"], "type": "v8xZ7eDj"}, {"customAttributes": {"SRi4ddMe": {}, "X4adXovA": {}, "WzLnKeRt": {}}, "serverCustomAttributes": {"1JgGd4gx": {}, "7Kzl56EB": {}, "95VgI14x": {}}, "slotId": "5XtnitM0", "sourceItemId": "9oegIJER", "tags": ["7ZCRl1mr", "9ctg8qAB", "jnuypsAY"], "type": "neyAhMhm"}]' 'SW9eobF4' 'dTlsXvUN' --login_with_auth "Bearer foo" +inventory-admin-save-item-to-inventory '{"customAttributes": {"aBMyrUO9": {}, "Nc37ltnO": {}, "UVlVuhkF": {}}, "qty": 98, "serverCustomAttributes": {"vCgXXVuQ": {}, "CbySEY8i": {}, "UBORdpqZ": {}}, "slotId": "uQIjx3gb", "slotUsed": 23, "sourceItemId": "BHPOhrl3", "tags": ["jNCPGTyW", "MamqkwmJ", "i47doRwU"], "type": "wceFAfEo"}' 'hfPLbRvP' 'oWcE36WJ' --login_with_auth "Bearer foo" +inventory-admin-bulk-remove-items '[{"slotId": "OjZs7Zty", "sourceItemId": "wAawUMRc"}, {"slotId": "PKnaEx9N", "sourceItemId": "oIT6JUmC"}, {"slotId": "cLUDrrQq", "sourceItemId": "4Gf7Xsn5"}]' 'GemwjM0T' 'iMsy81ad' --login_with_auth "Bearer foo" +inventory-admin-save-item '{"customAttributes": {"0fZFyz09": {}, "Sl2rTTKG": {}, "qndNdBSr": {}}, "inventoryConfigurationCode": "WwAaD3bk", "qty": 0, "serverCustomAttributes": {"HDWupzMz": {}, "NVU4keLe": {}, "wUCczy6N": {}}, "slotId": "eLOmQz0r", "slotUsed": 60, "sourceItemId": "ecHmMXdF", "tags": ["tAXv4FuT", "THDlM8iB", "S6ZoavcO"], "type": "3ZG0OXJR"}' 'HVcvGy4r' --login_with_auth "Bearer foo" inventory-public-list-inventory-configurations --login_with_auth "Bearer foo" inventory-public-list-item-types --login_with_auth "Bearer foo" inventory-public-list-tags --login_with_auth "Bearer foo" inventory-public-list-inventories --login_with_auth "Bearer foo" -inventory-public-consume-my-item '{"qty": 68, "slotId": "f2pX66f5", "sourceItemId": "D195nKKK"}' 'yA8VW4sC' --login_with_auth "Bearer foo" -inventory-public-list-items 'StzTZmI8' --login_with_auth "Bearer foo" -inventory-public-bulk-update-my-items '[{"customAttributes": {"4qMxLRM2": {}, "5xc2ZG2w": {}, "uC8g7pGi": {}}, "slotId": "H9gNxZD4", "sourceItemId": "4OZlnQ8m", "tags": ["dUdl5KUp", "SyCkKXK5", "TwDygRzN"]}, {"customAttributes": {"L6P7GL7I": {}, "GIsyhpd2": {}, "nfKUmmqp": {}}, "slotId": "8tT2ZejU", "sourceItemId": "A69VU9SF", "tags": ["V46mWxJm", "q5Lhkn4e", "ECF9Vzrq"]}, {"customAttributes": {"IYjEcU0u": {}, "4zYWr5p3": {}, "haldnC4m": {}}, "slotId": "myCjSeBO", "sourceItemId": "ckwiIBqR", "tags": ["Tl5xxNXX", "k06GTZF4", "5EZzu22X"]}]' 'aeudfPLs' --login_with_auth "Bearer foo" -inventory-public-bulk-remove-my-items '[{"slotId": "Lv6imgDy", "sourceItemId": "WADcAzsF"}, {"slotId": "33jfFuQs", "sourceItemId": "dvn0J78h"}, {"slotId": "5QsUM0x6", "sourceItemId": "ufQwZywz"}]' 'rlLxay8h' --login_with_auth "Bearer foo" -inventory-public-move-my-items '{"items": [{"qty": 6, "slotId": "tcQVyVuD", "sourceItemId": "qQldtICT"}, {"qty": 18, "slotId": "LZVYRKG1", "sourceItemId": "eeHfeC4k"}, {"qty": 91, "slotId": "srUQMY6y", "sourceItemId": "MPHLfB2i"}], "srcInventoryId": "Ws5CEpWD"}' 'aZaoOvn4' --login_with_auth "Bearer foo" -inventory-public-get-item '1jqj91qs' 'jSt0aeDL' '5KhscRdn' --login_with_auth "Bearer foo" +inventory-public-consume-my-item '{"qty": 66, "slotId": "4DwajYmE", "sourceItemId": "6lrVv3ll"}' 'ogtoEnzo' --login_with_auth "Bearer foo" +inventory-public-list-items 'NCOL25Ij' --login_with_auth "Bearer foo" +inventory-public-bulk-update-my-items '[{"customAttributes": {"VyRJT3vS": {}, "QkvfYMbv": {}, "qEeW6ZtU": {}}, "slotId": "E2vb8Hm4", "sourceItemId": "mHLC4Rbw", "tags": ["SaVf43K9", "imELKIfp", "VLXmaiKk"]}, {"customAttributes": {"MZ1sKg2G": {}, "fJCWkrvR": {}, "CM9FdBLB": {}}, "slotId": "fxZFNpE6", "sourceItemId": "bLIKpUKK", "tags": ["s6dcKQPw", "Z1fF2YKn", "5s8BCaNn"]}, {"customAttributes": {"aaBFahKf": {}, "f4dnF7WX": {}, "O7rQeYaK": {}}, "slotId": "oAMz7spv", "sourceItemId": "CjRYXi0m", "tags": ["76S7O6Oz", "jcibYFOR", "JX1KYVLF"]}]' 'vhl5LNHa' --login_with_auth "Bearer foo" +inventory-public-bulk-remove-my-items '[{"slotId": "LbiEOzU2", "sourceItemId": "iSHjK1sK"}, {"slotId": "yFIquaYE", "sourceItemId": "3AKjaaw3"}, {"slotId": "bsD0r0s7", "sourceItemId": "7XzfvhAD"}]' '8f4lROHR' --login_with_auth "Bearer foo" +inventory-public-move-my-items '{"items": [{"qty": 25, "slotId": "8h3keVr0", "sourceItemId": "ifNDmUhW"}, {"qty": 56, "slotId": "pWnhewmI", "sourceItemId": "RtqOx2w0"}, {"qty": 39, "slotId": "3J6UwxUp", "sourceItemId": "F8MWvf4X"}], "srcInventoryId": "jmeXTcAh"}' 'l7GQrn0h' --login_with_auth "Bearer foo" +inventory-public-get-item 'VsYqYygX' 'uhjqdj0L' 'BJI0jNH6' --login_with_auth "Bearer foo" exit() END @@ -93,7 +93,7 @@ fi #- 2 AdminCreateChainingOperations $PYTHON -m $MODULE 'inventory-admin-create-chaining-operations' \ - '{"message": "RIQBuk4J", "operations": [{"consumeItems": [{"inventoryId": "FzXxVUs1", "qty": 12, "slotId": "BfuPHHfg", "sourceItemId": "oCFcsCY6"}, {"inventoryId": "wM0ztoOE", "qty": 19, "slotId": "pToqvcxl", "sourceItemId": "zM9fNy1h"}, {"inventoryId": "5i9Sou5j", "qty": 56, "slotId": "X5sVDhfb", "sourceItemId": "YrjSLO1Q"}], "createItems": [{"customAttributes": {"adVJLL8d": {}, "D8lh6tMh": {}, "9PDTQmpw": {}}, "inventoryConfigurationCode": "9BcPePmE", "inventoryId": "8lhdhnZv", "qty": 24, "serverCustomAttributes": {"nEi1xXqp": {}, "PJGbB7DU": {}, "6QB1wWcS": {}}, "slotId": "rcs0MNyE", "slotUsed": 97, "sourceItemId": "nzQ5eSgK", "tags": ["wwXuR5x8", "U3YuYn8D", "yjpDZMZj"], "toSpecificInventory": false, "type": "GviDloo0"}, {"customAttributes": {"q0fxCrnw": {}, "2APSHpxQ": {}, "ezgcbFlm": {}}, "inventoryConfigurationCode": "JOmhij9b", "inventoryId": "f1VQqzQ1", "qty": 26, "serverCustomAttributes": {"tySVqIO6": {}, "YJSXiqQu": {}, "y2MYPw0a": {}}, "slotId": "TVRnkC3m", "slotUsed": 100, "sourceItemId": "A2ZuXyEA", "tags": ["EIu1jgje", "2ou6XJkF", "WD1jgo6V"], "toSpecificInventory": true, "type": "wbAD9wYR"}, {"customAttributes": {"0L5eYcIi": {}, "cc5nc6LU": {}, "DVVoz5CG": {}}, "inventoryConfigurationCode": "wKnes0DU", "inventoryId": "Kyy2J12P", "qty": 69, "serverCustomAttributes": {"YOqJkaJ8": {}, "kM9oLsFx": {}, "PTGttxGO": {}}, "slotId": "w3ccJvSD", "slotUsed": 21, "sourceItemId": "GIyTKf6I", "tags": ["BixYKwoT", "NFLSsSbL", "BXRaeyaK"], "toSpecificInventory": true, "type": "u6N9FRBu"}], "removeItems": [{"inventoryId": "3sAljx7p", "slotId": "xwduL1Tn", "sourceItemId": "0nmxj70J"}, {"inventoryId": "2Bn2HHKR", "slotId": "Ss7q9Z40", "sourceItemId": "RzIzkZxn"}, {"inventoryId": "Ce1w1Jei", "slotId": "ye8nnVdB", "sourceItemId": "iw1BjWhF"}], "targetUserId": "lEeXt1ng", "updateItems": [{"customAttributes": {"0LHseyTk": {}, "rKk0XAjR": {}, "K1yiXJfQ": {}}, "inventoryId": "WcKeuNEw", "serverCustomAttributes": {"y9Fm83mf": {}, "P4PFr3br": {}, "xEWqLqfT": {}}, "slotId": "F62FoKKw", "sourceItemId": "P5IZrijJ", "tags": ["BdssIsIX", "mc5vWNoA", "8JswkfM3"], "type": "q7MKUfbA"}, {"customAttributes": {"LGW0W34D": {}, "gA8cfdA4": {}, "iPA9DmDd": {}}, "inventoryId": "v68CiE9x", "serverCustomAttributes": {"9igPA021": {}, "Bl4qexs0": {}, "fhwfr04d": {}}, "slotId": "WfMRDtXi", "sourceItemId": "hix3FwrT", "tags": ["iQBJrdpf", "aAzl9BHp", "MVziO7Q6"], "type": "S0aBuLQ5"}, {"customAttributes": {"Jqx83ZgK": {}, "bXjDa3cx": {}, "x5XxSEC6": {}}, "inventoryId": "DOdL5hqI", "serverCustomAttributes": {"qEegmZOs": {}, "hzqxnhc8": {}, "7GgBL5xU": {}}, "slotId": "hJVdnsp7", "sourceItemId": "TaCYyPFH", "tags": ["ZKHspV7g", "Vudcxrg7", "nPrwodEH"], "type": "3hZ69DEM"}]}, {"consumeItems": [{"inventoryId": "6MyGxbRz", "qty": 61, "slotId": "XNg0az9X", "sourceItemId": "yGcYU7db"}, {"inventoryId": "k14etl2s", "qty": 49, "slotId": "DtB06x09", "sourceItemId": "ukc838EO"}, {"inventoryId": "KqhUTTRI", "qty": 73, "slotId": "KYUnlbdQ", "sourceItemId": "tW0n8IYS"}], "createItems": [{"customAttributes": {"siyvpyc3": {}, "OzEnjfRt": {}, "UpLB2oe2": {}}, "inventoryConfigurationCode": "IZf8AHZs", "inventoryId": "O3iuABKt", "qty": 19, "serverCustomAttributes": {"Rlfa5QXM": {}, "ryajtxbg": {}, "YKC2LBf0": {}}, "slotId": "o2kGJRKH", "slotUsed": 29, "sourceItemId": "5zASgIfu", "tags": ["QnsxOZwI", "ItoNR4CI", "RKpUZ63e"], "toSpecificInventory": false, "type": "DJ100ZeI"}, {"customAttributes": {"KTBjR8MK": {}, "w7OWqkF6": {}, "plDOo148": {}}, "inventoryConfigurationCode": "CmSIrSbA", "inventoryId": "D28sjSN0", "qty": 67, "serverCustomAttributes": {"5kZ87mDF": {}, "FuO6s5dF": {}, "ZaDV4IFC": {}}, "slotId": "44JdPC6S", "slotUsed": 62, "sourceItemId": "TSL6iwHN", "tags": ["mPmj5bPk", "ZGcmwUlT", "zJNJMGjc"], "toSpecificInventory": true, "type": "zY0Sspj2"}, {"customAttributes": {"a63eWfsq": {}, "nu2fsS1C": {}, "n4ByTNY9": {}}, "inventoryConfigurationCode": "ektym0yd", "inventoryId": "MoLUT9lc", "qty": 17, "serverCustomAttributes": {"ZEWCadwg": {}, "5l8y8Bpv": {}, "H2S9nYRB": {}}, "slotId": "eqnm0pin", "slotUsed": 29, "sourceItemId": "e8RWDJwp", "tags": ["6glqDYIa", "bqbKwutS", "GxbxoNX3"], "toSpecificInventory": false, "type": "Azu9M5g6"}], "removeItems": [{"inventoryId": "s9FHwTBB", "slotId": "YZOaoL3I", "sourceItemId": "KiezcnE1"}, {"inventoryId": "DSncolN1", "slotId": "svaaUopd", "sourceItemId": "M0P0t334"}, {"inventoryId": "7kbCr8jL", "slotId": "kvntgWf8", "sourceItemId": "E0j6ioD6"}], "targetUserId": "sAyDVMX3", "updateItems": [{"customAttributes": {"7Gl0iSJ0": {}, "fdcgR80U": {}, "ktm6vXJ9": {}}, "inventoryId": "poiegduQ", "serverCustomAttributes": {"aMgDpdWj": {}, "KUB7tCwr": {}, "sbvtwkso": {}}, "slotId": "pVdnRmne", "sourceItemId": "kLsJNNTY", "tags": ["vcUcl2w8", "clezgCKH", "7ZEqQvHQ"], "type": "c3f5fYh0"}, {"customAttributes": {"ELbpcvhk": {}, "XI5gTNfN": {}, "q7rICC3A": {}}, "inventoryId": "dVYSuHml", "serverCustomAttributes": {"ht3y0BzT": {}, "dd3Qxa8r": {}, "eJaLNdW6": {}}, "slotId": "kO2EZgsV", "sourceItemId": "LeIRikAp", "tags": ["o0evknI5", "dXAULtFl", "3k38r4Bt"], "type": "8RHR3mTE"}, {"customAttributes": {"t7syyptD": {}, "yRICEdSR": {}, "1RWyI5UM": {}}, "inventoryId": "UhSZ0B81", "serverCustomAttributes": {"4mIUFcsy": {}, "tqAT7AO8": {}, "uo11EvSc": {}}, "slotId": "VpIP6sTR", "sourceItemId": "VbFlX7Xb", "tags": ["kX5zPG5O", "CV9mfHnp", "6QtwBjIm"], "type": "rQojCSyj"}]}, {"consumeItems": [{"inventoryId": "m3HrSrqZ", "qty": 76, "slotId": "92dYi9K0", "sourceItemId": "zXehv5aQ"}, {"inventoryId": "f7zYPsfZ", "qty": 90, "slotId": "mnmTzJrw", "sourceItemId": "mADAneak"}, {"inventoryId": "hAzsO9Zz", "qty": 93, "slotId": "8Nd1dy6G", "sourceItemId": "28YC8RHu"}], "createItems": [{"customAttributes": {"9hKwLr17": {}, "BSHy6j2c": {}, "GaF0ckYj": {}}, "inventoryConfigurationCode": "t3TNz8cH", "inventoryId": "KZCgIlMR", "qty": 79, "serverCustomAttributes": {"ZxqyfIWN": {}, "fjNZhhE4": {}, "XQurQjKH": {}}, "slotId": "jljIVnGp", "slotUsed": 47, "sourceItemId": "6F8geHvM", "tags": ["UmE9w8yK", "MYDc1pzb", "fFEchdCq"], "toSpecificInventory": true, "type": "8WgDbica"}, {"customAttributes": {"GSsHQgyx": {}, "tPnez53H": {}, "JQ1eDWdg": {}}, "inventoryConfigurationCode": "X0OfwiHL", "inventoryId": "LR6hGISh", "qty": 35, "serverCustomAttributes": {"Bk9F9DhD": {}, "a80igRcX": {}, "QaY58Kae": {}}, "slotId": "B09lIfUj", "slotUsed": 2, "sourceItemId": "znhsCtxk", "tags": ["YXTOr8Fr", "e5DZYteM", "NUDTrSX3"], "toSpecificInventory": true, "type": "f8Sn09Y9"}, {"customAttributes": {"qNfCtnO4": {}, "nmDXUpGM": {}, "TWdhwY5b": {}}, "inventoryConfigurationCode": "L67XjEuq", "inventoryId": "iSFuz7aS", "qty": 26, "serverCustomAttributes": {"fKtPh5xT": {}, "C0cqb5cI": {}, "YG4g02Om": {}}, "slotId": "UcjOQ9wI", "slotUsed": 85, "sourceItemId": "khlrZ1US", "tags": ["iv80fuJD", "vdkh2NvA", "YKHm39Vr"], "toSpecificInventory": false, "type": "TzYFWhs0"}], "removeItems": [{"inventoryId": "OHVCJhXP", "slotId": "jBwsJGV9", "sourceItemId": "QEiVna5k"}, {"inventoryId": "6MnioooJ", "slotId": "vuPHEWxS", "sourceItemId": "GyBIVbMP"}, {"inventoryId": "p0KaqTkh", "slotId": "FE32PIGG", "sourceItemId": "mshR3ZDa"}], "targetUserId": "zgucPuYg", "updateItems": [{"customAttributes": {"nUY5HhdC": {}, "gTuH1yoP": {}, "fa6HBNnX": {}}, "inventoryId": "o7tx6nmB", "serverCustomAttributes": {"GdQst474": {}, "gzPmnIgn": {}, "1tYQx6Ih": {}}, "slotId": "JdaolZCW", "sourceItemId": "3p8iaVP0", "tags": ["JJq6wSlZ", "9qV4RxT1", "NPuOEMyS"], "type": "yOWj8TdJ"}, {"customAttributes": {"W2ZGUCPd": {}, "a4I3jlD4": {}, "CuPEUVck": {}}, "inventoryId": "jw4YLq7l", "serverCustomAttributes": {"Rm1rrHXz": {}, "IoqlnjKw": {}, "wnV3caXc": {}}, "slotId": "4k18eacL", "sourceItemId": "A4jsETWq", "tags": ["IAnHQ4om", "rY8MLGQN", "uWlmEeL6"], "type": "4fjQlWsT"}, {"customAttributes": {"QsOIjdDw": {}, "DstAxA6W": {}, "zxBGI7Km": {}}, "inventoryId": "Q0PJzpvd", "serverCustomAttributes": {"Cg1zMElI": {}, "yyCeMyWx": {}, "9yLslGB4": {}}, "slotId": "SH6eIUyv", "sourceItemId": "jOaqWY8M", "tags": ["zmeG9lbC", "sQqcpQwb", "7OhXcwpi"], "type": "yvhwALXh"}]}], "requestId": "SD5BvQrU"}' \ + '{"message": "o0J8YupZ", "operations": [{"consumeItems": [{"inventoryId": "mzzg2ruu", "qty": 57, "slotId": "P0VmypU6", "sourceItemId": "L6AoukfY"}, {"inventoryId": "cpH9y1ze", "qty": 39, "slotId": "9yQrPqtt", "sourceItemId": "nlUm47V8"}, {"inventoryId": "8tuwhYsH", "qty": 50, "slotId": "CO3zSR9C", "sourceItemId": "9WMe3Gs8"}], "createItems": [{"customAttributes": {"CqDXHae7": {}, "jx4pypoG": {}, "5FSb12P9": {}}, "inventoryConfigurationCode": "UqZBLywr", "inventoryId": "yCcxQGs6", "qty": 82, "serverCustomAttributes": {"HOk7LHM1": {}, "Ew1ryu2O": {}, "kgeLxTk4": {}}, "slotId": "rvHmeEZ2", "slotUsed": 13, "sourceItemId": "G6Pk9cMr", "tags": ["gryrwnIw", "QztSe0wd", "CtBvu9Ce"], "toSpecificInventory": false, "type": "7ZU4uZ5B"}, {"customAttributes": {"3JUqF1tB": {}, "yaxjiuuR": {}, "wPpF33NE": {}}, "inventoryConfigurationCode": "xcgQbgjB", "inventoryId": "ILXRKtT8", "qty": 81, "serverCustomAttributes": {"X8RSuN0T": {}, "p2SLR0FF": {}, "IjxjB5EP": {}}, "slotId": "BCYBriXy", "slotUsed": 14, "sourceItemId": "ZheMvVdQ", "tags": ["UqdgrZ2m", "m2AH8xNf", "ePnVud3w"], "toSpecificInventory": false, "type": "fQGnSEqX"}, {"customAttributes": {"kDcaQ6nI": {}, "eBoi3AyR": {}, "oxT3asq7": {}}, "inventoryConfigurationCode": "cTSJTFAr", "inventoryId": "HGFHmdBF", "qty": 32, "serverCustomAttributes": {"DXiwd2Xo": {}, "QTEHwAVj": {}, "w7phH3b3": {}}, "slotId": "X1trB6y2", "slotUsed": 61, "sourceItemId": "7P7v4c5n", "tags": ["nUAh0f2U", "yX9dWU5L", "qbBzJDaP"], "toSpecificInventory": false, "type": "3rFkj7fR"}], "removeItems": [{"inventoryId": "juguAQWq", "slotId": "fHqf05dg", "sourceItemId": "bsZNHjsu"}, {"inventoryId": "TjeYtZuG", "slotId": "1giEe7yp", "sourceItemId": "n1St4iFP"}, {"inventoryId": "28cWPdrt", "slotId": "K4g4Ojm6", "sourceItemId": "4QguKZvl"}], "targetUserId": "0Buegms5", "updateItems": [{"customAttributes": {"nZFZFL7F": {}, "7wL6ryUS": {}, "AAdehzzI": {}}, "inventoryId": "W0HIzwgZ", "serverCustomAttributes": {"CwXE7PWA": {}, "uBM3MkgC": {}, "stgvb1ZA": {}}, "slotId": "XWxJvb37", "sourceItemId": "ZAEAuyBz", "tags": ["B6YWkE3G", "wVpoZhx1", "utvzJ7AD"], "type": "sBqxlsuP"}, {"customAttributes": {"F18pkC8u": {}, "Wqbq9QDM": {}, "SSPwxb3B": {}}, "inventoryId": "GWetuck8", "serverCustomAttributes": {"cmx0f6jJ": {}, "dRwCCOma": {}, "C80KUEix": {}}, "slotId": "E1bA77fJ", "sourceItemId": "9lggy7A6", "tags": ["Y6Duuf2H", "ZgUYKGlU", "7S0oLL63"], "type": "4cYHzleT"}, {"customAttributes": {"1dZbjSNy": {}, "I4JRtBoI": {}, "QTNqYQAu": {}}, "inventoryId": "hx5ExvEk", "serverCustomAttributes": {"Pum9y9wB": {}, "zPkNHAnt": {}, "eH6Llgyz": {}}, "slotId": "q0f4WPri", "sourceItemId": "yqurkQDs", "tags": ["yQdpmBCo", "FgcVZ2Rs", "47PJWft8"], "type": "SJQKOxIP"}]}, {"consumeItems": [{"inventoryId": "Ye1uB9Ck", "qty": 44, "slotId": "UMdA16qi", "sourceItemId": "sHxVAEIB"}, {"inventoryId": "s4BS8SeS", "qty": 30, "slotId": "V7ooehxM", "sourceItemId": "B1QxSxM5"}, {"inventoryId": "Rn76K2do", "qty": 16, "slotId": "lsg5Nesv", "sourceItemId": "zRUe8F6o"}], "createItems": [{"customAttributes": {"87hwNx6Q": {}, "LQQG2qJv": {}, "0vtvQvhu": {}}, "inventoryConfigurationCode": "tY4kTXko", "inventoryId": "B6YFP62t", "qty": 61, "serverCustomAttributes": {"5AKdvLHp": {}, "dXOvrULF": {}, "VzsHii5I": {}}, "slotId": "KhFhFsLj", "slotUsed": 15, "sourceItemId": "rFX90dh9", "tags": ["XAGmKRwN", "khgks55k", "Afo3UJgF"], "toSpecificInventory": false, "type": "JzL1UBq2"}, {"customAttributes": {"9shU45SQ": {}, "SAXCkkDF": {}, "KKAFqpiW": {}}, "inventoryConfigurationCode": "1Jm9M4Po", "inventoryId": "4H1ynV5v", "qty": 10, "serverCustomAttributes": {"3s7d1Rwb": {}, "wgmm56C3": {}, "DmMTYBhq": {}}, "slotId": "kzymkiL9", "slotUsed": 71, "sourceItemId": "bFIXCLU6", "tags": ["ZR584VFK", "9EH1YKwH", "OyoBoT4H"], "toSpecificInventory": false, "type": "DkXaKbIr"}, {"customAttributes": {"F23J64xV": {}, "fQdewHG8": {}, "fdC7hHIp": {}}, "inventoryConfigurationCode": "yBKukBHw", "inventoryId": "NJEqP8W6", "qty": 90, "serverCustomAttributes": {"m1DiV0Kj": {}, "zwcdVzvi": {}, "2IAjWL6R": {}}, "slotId": "I3aOxwoa", "slotUsed": 100, "sourceItemId": "sRxaiimP", "tags": ["NYxOsWFi", "WrTZTyJg", "U8MNLguG"], "toSpecificInventory": true, "type": "ECG4mTXR"}], "removeItems": [{"inventoryId": "Q9wPhfjW", "slotId": "oEhwYCAk", "sourceItemId": "dLo8EfqQ"}, {"inventoryId": "4Rh6nEjY", "slotId": "hKsi52Od", "sourceItemId": "BFEefjVi"}, {"inventoryId": "EKJXhKMy", "slotId": "U6DOxjsQ", "sourceItemId": "MZ92fa6q"}], "targetUserId": "RiTTqdqf", "updateItems": [{"customAttributes": {"OSaLEYcK": {}, "foQKH098": {}, "VARp08qC": {}}, "inventoryId": "AnL8RXdx", "serverCustomAttributes": {"HVNXdCrm": {}, "foMk3SBH": {}, "LS3sMRC8": {}}, "slotId": "Kriex3Ih", "sourceItemId": "WnZ1J8Yf", "tags": ["50jG10db", "MkNAD24W", "nvYNJIaf"], "type": "TS7YIYff"}, {"customAttributes": {"cF3bIUS0": {}, "o839Fkel": {}, "DOBtnGwQ": {}}, "inventoryId": "pAXD68GX", "serverCustomAttributes": {"o4xyJf3W": {}, "2gVNSP8n": {}, "W8J8UMMT": {}}, "slotId": "bxl5q4wJ", "sourceItemId": "JGFUSTCL", "tags": ["FM9WatzZ", "sEewN1Oy", "4udkAyHT"], "type": "YQBSCqRs"}, {"customAttributes": {"GoxxxQLw": {}, "byC0440n": {}, "D9Hf5Ho7": {}}, "inventoryId": "XPWFrhLm", "serverCustomAttributes": {"vW2bND02": {}, "InqILwxF": {}, "YanBpg2y": {}}, "slotId": "aAyaIGEK", "sourceItemId": "icvCCyQu", "tags": ["vWm59sgb", "xsoTvrdB", "XCHWcP4E"], "type": "cb4hnmKq"}]}, {"consumeItems": [{"inventoryId": "WcJeJeod", "qty": 26, "slotId": "uDW02IdY", "sourceItemId": "qioZb9pn"}, {"inventoryId": "rRyFHBcC", "qty": 58, "slotId": "oPVxjRWb", "sourceItemId": "moNn5NQn"}, {"inventoryId": "qAFDXm7i", "qty": 63, "slotId": "uOClc6QP", "sourceItemId": "RuDOVp5s"}], "createItems": [{"customAttributes": {"bD1TwWh8": {}, "mZqYNLDL": {}, "Ffy2hCB6": {}}, "inventoryConfigurationCode": "bCHCnpUv", "inventoryId": "gz86g06g", "qty": 29, "serverCustomAttributes": {"xiv6XkP9": {}, "ovmTcuOc": {}, "uv3BVXUB": {}}, "slotId": "bMEC5Lrb", "slotUsed": 92, "sourceItemId": "QiCYV9re", "tags": ["BBD8q4WM", "peKVXkx9", "ayM521g0"], "toSpecificInventory": true, "type": "cW40XfKY"}, {"customAttributes": {"kh7b8enX": {}, "UMlPxh62": {}, "Oy08a6GC": {}}, "inventoryConfigurationCode": "LHfJzpZi", "inventoryId": "RL1ME5uZ", "qty": 93, "serverCustomAttributes": {"BDEvcMOP": {}, "3hRO4Om9": {}, "7B7Ap8ob": {}}, "slotId": "RCenIVnl", "slotUsed": 80, "sourceItemId": "t9BE2Oe2", "tags": ["5SmAgLBM", "xSwRm0OH", "dgvYlqiS"], "toSpecificInventory": true, "type": "ttNSRhNj"}, {"customAttributes": {"tywVpUeU": {}, "qnMZVkJP": {}, "VOGKGmFA": {}}, "inventoryConfigurationCode": "qNgWA5Xz", "inventoryId": "rOdvfsjZ", "qty": 71, "serverCustomAttributes": {"9w5FUQEI": {}, "sVbHoTSE": {}, "p3EKM1qe": {}}, "slotId": "FVzTzu5u", "slotUsed": 74, "sourceItemId": "KcW5FwFS", "tags": ["asgaLxMS", "KqVo3hSp", "Skn5jUf6"], "toSpecificInventory": false, "type": "1utcb1lh"}], "removeItems": [{"inventoryId": "NroW6Ngi", "slotId": "ByudDogp", "sourceItemId": "LxJaqlwv"}, {"inventoryId": "ScMKDwvT", "slotId": "tMO2fzC3", "sourceItemId": "K3BDyeXl"}, {"inventoryId": "coHRc80h", "slotId": "cv2QCIKu", "sourceItemId": "Q4JisJyF"}], "targetUserId": "JqUld8dj", "updateItems": [{"customAttributes": {"F8ogbrQK": {}, "XVP5BSHq": {}, "OzUmXKlJ": {}}, "inventoryId": "UTQwkEUa", "serverCustomAttributes": {"GWf2yHYS": {}, "jpNWxv3F": {}, "IgRT0F7I": {}}, "slotId": "w5ClzU8B", "sourceItemId": "SHyLLdLJ", "tags": ["QqaNVc7d", "8GbxifkX", "peceBSyr"], "type": "7ZN6vsdy"}, {"customAttributes": {"I5pzeXT3": {}, "053cAisf": {}, "sWMmCles": {}}, "inventoryId": "KYZ35Evg", "serverCustomAttributes": {"4IERJPoj": {}, "0ugQzY8h": {}, "lpgRMGcm": {}}, "slotId": "h9vfqTZU", "sourceItemId": "A0aXYM2F", "tags": ["86C4qeu6", "VF1e71QJ", "dqbSJfuE"], "type": "Zq6ZrjQt"}, {"customAttributes": {"nlo9kKJf": {}, "JKSpcdKf": {}, "3VMuSyNr": {}}, "inventoryId": "tsCTgGwh", "serverCustomAttributes": {"XBqzR63Y": {}, "sS3Lu0qw": {}, "1CDU67H8": {}}, "slotId": "Buak7iWJ", "sourceItemId": "Y5EPimlS", "tags": ["oEpPJ05i", "TnXn5u8a", "ufsG43ld"], "type": "rzBZRsaL"}]}], "requestId": "hhwsAUBM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 2 'AdminCreateChainingOperations' test.out @@ -106,46 +106,46 @@ eval_tap $? 3 'AdminListInventories' test.out #- 4 AdminCreateInventory $PYTHON -m $MODULE 'inventory-admin-create-inventory' \ - '{"inventoryConfigurationCode": "hbdnKcOI", "userId": "hHbSJL9u"}' \ + '{"inventoryConfigurationCode": "jknc2kie", "userId": "c52g7iAi"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'AdminCreateInventory' test.out #- 5 AdminGetInventory $PYTHON -m $MODULE 'inventory-admin-get-inventory' \ - 'huQBbWR0' \ + 'C1KGa7R6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'AdminGetInventory' test.out #- 6 AdminUpdateInventory $PYTHON -m $MODULE 'inventory-admin-update-inventory' \ - '{"incMaxSlots": 94}' \ - 'HxqUrUX1' \ + '{"incMaxSlots": 28}' \ + 'Z2HsoHdm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'AdminUpdateInventory' test.out #- 7 DeleteInventory $PYTHON -m $MODULE 'inventory-delete-inventory' \ - '{"message": "rn89Kext"}' \ - 'mNxfxvha' \ + '{"message": "9OIeaIWe"}' \ + 'cvNap3rj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'DeleteInventory' test.out #- 8 AdminListItems $PYTHON -m $MODULE 'inventory-admin-list-items' \ - 'mRhDoKTh' \ + 'OXAwE5NF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'AdminListItems' test.out #- 9 AdminGetInventoryItem $PYTHON -m $MODULE 'inventory-admin-get-inventory-item' \ - 'cCtXsL7k' \ - '6OJsKuLn' \ - 'xSPTCb0h' \ + 'DQ82HzE3' \ + 's1DWvQvJ' \ + 'fOynjD1I' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminGetInventoryItem' test.out @@ -158,29 +158,29 @@ eval_tap $? 10 'AdminListInventoryConfigurations' test.out #- 11 AdminCreateInventoryConfiguration $PYTHON -m $MODULE 'inventory-admin-create-inventory-configuration' \ - '{"code": "sDwTybqu", "description": "0ZGLlb8r", "initialMaxSlots": 28, "maxInstancesPerUser": 57, "maxUpgradeSlots": 2, "name": "LTIQ0Tw9"}' \ + '{"code": "i169JL4h", "description": "VUavZTK4", "initialMaxSlots": 54, "maxInstancesPerUser": 64, "maxUpgradeSlots": 95, "name": "0huwPbqo"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminCreateInventoryConfiguration' test.out #- 12 AdminGetInventoryConfiguration $PYTHON -m $MODULE 'inventory-admin-get-inventory-configuration' \ - 'sydgJOT7' \ + 'ymxLe7Dg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'AdminGetInventoryConfiguration' test.out #- 13 AdminUpdateInventoryConfiguration $PYTHON -m $MODULE 'inventory-admin-update-inventory-configuration' \ - '{"code": "CgLHCTwP", "description": "kotakAe2", "initialMaxSlots": 35, "maxInstancesPerUser": 34, "maxUpgradeSlots": 14, "name": "sjULw3DZ"}' \ - 'ie8rYlHc' \ + '{"code": "ECTCmEnf", "description": "iVOpo4LG", "initialMaxSlots": 69, "maxInstancesPerUser": 8, "maxUpgradeSlots": 21, "name": "s3M7dOyN"}' \ + '0INba26I' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'AdminUpdateInventoryConfiguration' test.out #- 14 AdminDeleteInventoryConfiguration $PYTHON -m $MODULE 'inventory-admin-delete-inventory-configuration' \ - 'YA6DOBJu' \ + '4303UipO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminDeleteInventoryConfiguration' test.out @@ -193,14 +193,14 @@ eval_tap $? 15 'AdminListItemTypes' test.out #- 16 AdminCreateItemType $PYTHON -m $MODULE 'inventory-admin-create-item-type' \ - '{"name": "NatxEgEy"}' \ + '{"name": "BWWzIvIN"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminCreateItemType' test.out #- 17 AdminDeleteItemType $PYTHON -m $MODULE 'inventory-admin-delete-item-type' \ - 'odjXRWIi' \ + 'Kg0Bwiiq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminDeleteItemType' test.out @@ -213,58 +213,58 @@ eval_tap $? 18 'AdminListTags' test.out #- 19 AdminCreateTag $PYTHON -m $MODULE 'inventory-admin-create-tag' \ - '{"name": "uVZywbpq", "owner": "SERVER"}' \ + '{"name": "ZJpSNEoZ", "owner": "CLIENT"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'AdminCreateTag' test.out #- 20 AdminDeleteTag $PYTHON -m $MODULE 'inventory-admin-delete-tag' \ - 'Cfxziipx' \ + 'FUEatI7m' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'AdminDeleteTag' test.out #- 21 AdminConsumeUserItem $PYTHON -m $MODULE 'inventory-admin-consume-user-item' \ - '{"qty": 10, "slotId": "XWkv6dvk", "sourceItemId": "UxH8uJTi"}' \ - 'jWjNB8D7' \ - '4XL9qR28' \ + '{"qty": 91, "slotId": "hfbESqCk", "sourceItemId": "UXfRou8p"}' \ + 'R9WISIO6' \ + '0Ulmqs6r' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'AdminConsumeUserItem' test.out #- 22 AdminBulkUpdateMyItems $PYTHON -m $MODULE 'inventory-admin-bulk-update-my-items' \ - '[{"customAttributes": {"ZqP559Jk": {}, "4p605mOS": {}, "sFzCRkoP": {}}, "serverCustomAttributes": {"28CkJcLI": {}, "KEHgtFi8": {}, "EmS4PTWy": {}}, "slotId": "48yJuqj7", "sourceItemId": "h8ZDe7g4", "tags": ["Z8IR63wg", "nLcJ6r08", "d9dq04Au"], "type": "Mhjp3xc2"}, {"customAttributes": {"zGShhGaL": {}, "fFddYDGW": {}, "cGvyFqYu": {}}, "serverCustomAttributes": {"EfdR3JgI": {}, "itym63gX": {}, "G24lxo9b": {}}, "slotId": "MKADaQZi", "sourceItemId": "Q5sW0nXi", "tags": ["h9F14Wne", "AipYjX6z", "CAW8idnF"], "type": "AiENicrU"}, {"customAttributes": {"zQ9K8vNP": {}, "lcqHguKd": {}, "3pDQsX89": {}}, "serverCustomAttributes": {"WOGdG6CP": {}, "pbxAoXzh": {}, "vfWvEpiU": {}}, "slotId": "Zw9NI3aH", "sourceItemId": "Xf571AKx", "tags": ["MsgLrfnZ", "LepQraU9", "bvhi8Q2M"], "type": "1rFuFix1"}]' \ - 'W22dFv2f' \ - 'GyroiiNL' \ + '[{"customAttributes": {"Mcg0vDGM": {}, "nn47xeZI": {}, "XhQxs8G2": {}}, "serverCustomAttributes": {"PsjBAGMa": {}, "VLAN4nNr": {}, "ppwU95vJ": {}}, "slotId": "0axWzFTF", "sourceItemId": "4SnCbz9F", "tags": ["WEhhKHeo", "JimOt5m0", "HNFTl4Yy"], "type": "U1Lumivh"}, {"customAttributes": {"8OQzBPvQ": {}, "eHIqnaDD": {}, "E7x5T0b7": {}}, "serverCustomAttributes": {"0DtAyLRp": {}, "UY4FTajL": {}, "wVC1JFKQ": {}}, "slotId": "wqug3QdJ", "sourceItemId": "ytceHAnE", "tags": ["gkznUW2N", "OHRANHau", "VvmXaUm5"], "type": "LukFwLX8"}, {"customAttributes": {"HBmhJhBd": {}, "GgLaGOOH": {}, "DxAgv6fZ": {}}, "serverCustomAttributes": {"K0nGu9Wf": {}, "GobpC4KY": {}, "nAig9LQv": {}}, "slotId": "SlG2qcJU", "sourceItemId": "92DzN3gS", "tags": ["HA3kD9fR", "pY1vwQz6", "ggBu8m2M"], "type": "J8BOlsvl"}]' \ + 'FXMEX6kM' \ + 'PDkwBomv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'AdminBulkUpdateMyItems' test.out #- 23 AdminSaveItemToInventory $PYTHON -m $MODULE 'inventory-admin-save-item-to-inventory' \ - '{"customAttributes": {"s2UKIhMa": {}, "GjTJfzzz": {}, "rcpf7Uw9": {}}, "qty": 19, "serverCustomAttributes": {"R1bJSXZ3": {}, "8ZyEsDno": {}, "5MdoIzvI": {}}, "slotId": "Uz5JRDtc", "slotUsed": 98, "sourceItemId": "7ZkfnfZB", "tags": ["ZL9hZgws", "n6jTvtPZ", "mURXSNQa"], "type": "uGvKDIaO"}' \ - 'EKejN08n' \ - 'grbHFlQj' \ + '{"customAttributes": {"1Wbt2B63": {}, "9rogsjp1": {}, "iJyS4rid": {}}, "qty": 31, "serverCustomAttributes": {"y0sH6aca": {}, "iydXXyZx": {}, "tHElRHxr": {}}, "slotId": "w0OvUcXa", "slotUsed": 2, "sourceItemId": "07rD5cxX", "tags": ["bowvfskG", "gV8kVtOc", "hvzaq3NT"], "type": "droRO5Az"}' \ + '8VZqweFf' \ + 'aag3LY9x' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'AdminSaveItemToInventory' test.out #- 24 AdminBulkRemoveItems $PYTHON -m $MODULE 'inventory-admin-bulk-remove-items' \ - '[{"slotId": "RqcE017F", "sourceItemId": "lJRjM4F8"}, {"slotId": "vrkUYVkF", "sourceItemId": "w8PMk2ih"}, {"slotId": "SR8jkdOm", "sourceItemId": "kn0UYKRz"}]' \ - 'rquhGoOQ' \ - 'ucjgNBST' \ + '[{"slotId": "R3NyT886", "sourceItemId": "Clv6CjIM"}, {"slotId": "nRKrHFtA", "sourceItemId": "Ph7HQvXg"}, {"slotId": "86jR9iZu", "sourceItemId": "GcBDwSRk"}]' \ + 'zblEOxT6' \ + 'J329g6yC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'AdminBulkRemoveItems' test.out #- 25 AdminSaveItem $PYTHON -m $MODULE 'inventory-admin-save-item' \ - '{"customAttributes": {"L7ziRg1x": {}, "N7wRfHwA": {}, "rDLiqFdM": {}}, "inventoryConfigurationCode": "pS5AMpwR", "qty": 76, "serverCustomAttributes": {"WDhpUZbt": {}, "0Cn9fCm1": {}, "KEKI5ZyA": {}}, "slotId": "P3sGAieT", "slotUsed": 41, "sourceItemId": "LGcx9CxL", "tags": ["E2xWsnCl", "tulRP11x", "ieSOW925"], "type": "BkbLMRTx"}' \ - 'amRujWiU' \ + '{"customAttributes": {"43am3985": {}, "vkRpmLLE": {}, "nob05zUa": {}}, "inventoryConfigurationCode": "8iBtf588", "qty": 53, "serverCustomAttributes": {"7SBIwzem": {}, "LWDFEKLD": {}, "NgMQwBsn": {}}, "slotId": "Dr35LOXX", "slotUsed": 59, "sourceItemId": "cLrb7Il1", "tags": ["zmolhgNT", "nQpwK2vk", "gE9862pI"], "type": "4shGIpg7"}' \ + 'KqE1Oejm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'AdminSaveItem' test.out @@ -295,48 +295,48 @@ eval_tap $? 29 'PublicListInventories' test.out #- 30 PublicConsumeMyItem $PYTHON -m $MODULE 'inventory-public-consume-my-item' \ - '{"qty": 70, "slotId": "GFK8Xy93", "sourceItemId": "UcHynxUB"}' \ - 'C0Bc4QS2' \ + '{"qty": 90, "slotId": "ltnW9kaU", "sourceItemId": "1o8YrdCF"}' \ + 'rSNUzesb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'PublicConsumeMyItem' test.out #- 31 PublicListItems $PYTHON -m $MODULE 'inventory-public-list-items' \ - 'TsiYePcp' \ + 'A1uIJ4od' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'PublicListItems' test.out #- 32 PublicBulkUpdateMyItems $PYTHON -m $MODULE 'inventory-public-bulk-update-my-items' \ - '[{"customAttributes": {"S6T0uhNX": {}, "4FMXgKHj": {}, "PfHhAJHX": {}}, "slotId": "ihr6xTKh", "sourceItemId": "deMaqtS2", "tags": ["zq2F7PLG", "CUiugrc9", "vhaQ18ck"]}, {"customAttributes": {"M7dLy8AT": {}, "vZVkmwxS": {}, "FmhBzZK5": {}}, "slotId": "rcCPPwnx", "sourceItemId": "i1G7emw2", "tags": ["uHucZC6O", "FabbYxpr", "Am2ioZzg"]}, {"customAttributes": {"qDwnC5cU": {}, "3gvP4LQK": {}, "2MatVoPH": {}}, "slotId": "Fr9LDczg", "sourceItemId": "t2V3g1Ka", "tags": ["roqJ7AYn", "S9dpsQk5", "m4JIVnnj"]}]' \ - 'K7NLPKNF' \ + '[{"customAttributes": {"9Q6XeS9V": {}, "hyMXtoHb": {}, "nanX9sdM": {}}, "slotId": "Z9cW2FAG", "sourceItemId": "NtEUfikU", "tags": ["Jtl8Z7i8", "Xb6J0ahs", "LZw1a71q"]}, {"customAttributes": {"z14YsL1k": {}, "DA31XcM7": {}, "3cJlc56t": {}}, "slotId": "jKsUSGcH", "sourceItemId": "DTYPASYq", "tags": ["9dnhbbFw", "kRz03Vsu", "oylfE3AT"]}, {"customAttributes": {"efenluJ0": {}, "YpPXI4Te": {}, "cgZGoJU6": {}}, "slotId": "BQuDejBE", "sourceItemId": "akRoln4T", "tags": ["Sc4WF9Pf", "060U20Bx", "wdE0HR8S"]}]' \ + 'X64WUCwe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'PublicBulkUpdateMyItems' test.out #- 33 PublicBulkRemoveMyItems $PYTHON -m $MODULE 'inventory-public-bulk-remove-my-items' \ - '[{"slotId": "KY9ruAU3", "sourceItemId": "vVqL9g6v"}, {"slotId": "nivTBno2", "sourceItemId": "T4iYc1pv"}, {"slotId": "2QcQFZjW", "sourceItemId": "Y2mr9xH9"}]' \ - 'dMT02zpt' \ + '[{"slotId": "afSFwMHG", "sourceItemId": "XtSghCNV"}, {"slotId": "NMnhZ8NT", "sourceItemId": "7owjtgFM"}, {"slotId": "tYtfzSfU", "sourceItemId": "bFLR5ikv"}]' \ + 'pVtH7cHa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'PublicBulkRemoveMyItems' test.out #- 34 PublicMoveMyItems $PYTHON -m $MODULE 'inventory-public-move-my-items' \ - '{"items": [{"qty": 62, "slotId": "NeQF6K7v", "sourceItemId": "ou6wXOqJ"}, {"qty": 29, "slotId": "IdlIOsAs", "sourceItemId": "h9jHKSLA"}, {"qty": 88, "slotId": "FjlxaHhD", "sourceItemId": "hxLJoHuk"}], "srcInventoryId": "1vai0aSV"}' \ - 'UuCbSpwf' \ + '{"items": [{"qty": 89, "slotId": "xrRvYG5t", "sourceItemId": "uJvSnLbm"}, {"qty": 40, "slotId": "FL2Anofl", "sourceItemId": "17hvWgcq"}, {"qty": 44, "slotId": "4AqqUu4e", "sourceItemId": "Kukatq5u"}], "srcInventoryId": "0AXbCenM"}' \ + 'yweNs0Cd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'PublicMoveMyItems' test.out #- 35 PublicGetItem $PYTHON -m $MODULE 'inventory-public-get-item' \ - 'dym2z07J' \ - 'leGqNllo' \ - 'ey3cif2B' \ + 'tp12EE4t' \ + 'nUDfZzC5' \ + 'mpGtzJrd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'PublicGetItem' test.out diff --git a/samples/cli/tests/leaderboard-cli-test.sh b/samples/cli/tests/leaderboard-cli-test.sh index e91a3477e..f9edf1c94 100644 --- a/samples/cli/tests/leaderboard-cli-test.sh +++ b/samples/cli/tests/leaderboard-cli-test.sh @@ -30,66 +30,66 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END leaderboard-get-leaderboard-configurations-admin-v1 --login_with_auth "Bearer foo" -leaderboard-create-leaderboard-configuration-admin-v1 '{"daily": {"resetTime": "a9Z8jtB4"}, "descending": false, "iconURL": "cMmWn6wA", "leaderboardCode": "VlDPl2hA", "monthly": {"resetDate": 95, "resetTime": "tvUmXNK0"}, "name": "tPK8f0N3", "seasonPeriod": 54, "startTime": "PqTMCTRC", "statCode": "gr14l9YJ", "weekly": {"resetDay": 83, "resetTime": "uSPqbaD2"}}' --login_with_auth "Bearer foo" -leaderboard-admin-get-archived-leaderboard-ranking-data-v1-handler 'GwO4YLga' --login_with_auth "Bearer foo" -leaderboard-create-archived-leaderboard-ranking-data-v1-handler '{"leaderboardCodes": ["e58A92Tz", "zsKLUHbr", "E2C6f656"], "limit": 91, "slug": "eZsjqvvB"}' --login_with_auth "Bearer foo" -leaderboard-delete-bulk-leaderboard-configuration-admin-v1 '{"leaderboardCodes": ["kq6sABuJ", "dgwkozCB", "WlsJAPL0"]}' --login_with_auth "Bearer foo" -leaderboard-get-leaderboard-configuration-admin-v1 'Rvc97ZnD' --login_with_auth "Bearer foo" -leaderboard-update-leaderboard-configuration-admin-v1 '{"daily": {"resetTime": "HGV4Pj3f"}, "descending": false, "iconURL": "7syma9pP", "monthly": {"resetDate": 100, "resetTime": "nnQnQKF9"}, "name": "NwLKgPec", "seasonPeriod": 46, "startTime": "riHNNKpI", "statCode": "wZzdeuUq", "weekly": {"resetDay": 31, "resetTime": "n0FqxwJp"}}' 'h0kVyreo' --login_with_auth "Bearer foo" -leaderboard-delete-leaderboard-configuration-admin-v1 '5FwITemh' --login_with_auth "Bearer foo" -leaderboard-get-all-time-leaderboard-ranking-admin-v1 'Xsb4IKbp' --login_with_auth "Bearer foo" -leaderboard-hard-delete-leaderboard-admin-v1 'Y183hdbJ' --login_with_auth "Bearer foo" -leaderboard-get-current-month-leaderboard-ranking-admin-v1 'NYQ0OrhQ' --login_with_auth "Bearer foo" -leaderboard-delete-user-ranking-by-leaderboard-code-admin-v1 'uYgTwTOw' --login_with_auth "Bearer foo" -leaderboard-get-current-season-leaderboard-ranking-admin-v1 'qyDWJdAP' --login_with_auth "Bearer foo" -leaderboard-get-today-leaderboard-ranking-admin-v1 'pNTYAssA' --login_with_auth "Bearer foo" -leaderboard-get-user-ranking-admin-v1 'R3WGXqiW' 'X5Su4HqU' --login_with_auth "Bearer foo" -leaderboard-update-user-point-admin-v1 '{"inc": 0.7004905975147406, "latestValue": 0.0395323637253745}' 'lSHT8OmR' 'PQWgBT1x' --login_with_auth "Bearer foo" -leaderboard-delete-user-ranking-admin-v1 'goEw8lAd' 'iY0btoBW' --login_with_auth "Bearer foo" -leaderboard-get-current-week-leaderboard-ranking-admin-v1 'ZEvcBqN3' --login_with_auth "Bearer foo" -leaderboard-delete-user-rankings-admin-v1 'BILFTRp7' '["1LJ1qYpp", "D7cz0mKx", "i0nTuX2K"]' --login_with_auth "Bearer foo" -leaderboard-admin-anonymize-user-leaderboard-admin-v1 'aVPFlyDm' --login_with_auth "Bearer foo" -leaderboard-get-user-leaderboard-rankings-admin-v1 '1hSNA1f7' --login_with_auth "Bearer foo" +leaderboard-create-leaderboard-configuration-admin-v1 '{"daily": {"resetTime": "CwJVoU9G"}, "descending": true, "iconURL": "L1ds1LLu", "leaderboardCode": "WsVYR1tz", "monthly": {"resetDate": 63, "resetTime": "pAvwM4mr"}, "name": "YSZ5oslW", "seasonPeriod": 59, "startTime": "cPrP0Yyb", "statCode": "DfhpnYRQ", "weekly": {"resetDay": 25, "resetTime": "3qm6cPjF"}}' --login_with_auth "Bearer foo" +leaderboard-admin-get-archived-leaderboard-ranking-data-v1-handler 'imOdAiqw' --login_with_auth "Bearer foo" +leaderboard-create-archived-leaderboard-ranking-data-v1-handler '{"leaderboardCodes": ["QptcdurZ", "c4Q74dRo", "3oB6moQy"], "limit": 78, "slug": "1AQJ7pTr"}' --login_with_auth "Bearer foo" +leaderboard-delete-bulk-leaderboard-configuration-admin-v1 '{"leaderboardCodes": ["xvxKhBnE", "6ox6vp1S", "sDy51V0I"]}' --login_with_auth "Bearer foo" +leaderboard-get-leaderboard-configuration-admin-v1 'ZbcCft8U' --login_with_auth "Bearer foo" +leaderboard-update-leaderboard-configuration-admin-v1 '{"daily": {"resetTime": "RZVaFAWB"}, "descending": false, "iconURL": "a5MxnE2G", "monthly": {"resetDate": 31, "resetTime": "HjnceeWy"}, "name": "OzL5yvBm", "seasonPeriod": 5, "startTime": "IXKYtde9", "statCode": "TxCwukR2", "weekly": {"resetDay": 78, "resetTime": "ltTPL3uh"}}' 'OEgzhLJw' --login_with_auth "Bearer foo" +leaderboard-delete-leaderboard-configuration-admin-v1 'GfFeE8JY' --login_with_auth "Bearer foo" +leaderboard-get-all-time-leaderboard-ranking-admin-v1 'SJJkiYm3' --login_with_auth "Bearer foo" +leaderboard-hard-delete-leaderboard-admin-v1 'QTxgkYLU' --login_with_auth "Bearer foo" +leaderboard-get-current-month-leaderboard-ranking-admin-v1 'h2Qy2m40' --login_with_auth "Bearer foo" +leaderboard-delete-user-ranking-by-leaderboard-code-admin-v1 'bLYOG2DA' --login_with_auth "Bearer foo" +leaderboard-get-current-season-leaderboard-ranking-admin-v1 'Nl8hI38i' --login_with_auth "Bearer foo" +leaderboard-get-today-leaderboard-ranking-admin-v1 'PQvxvgbn' --login_with_auth "Bearer foo" +leaderboard-get-user-ranking-admin-v1 'HvE8rw5F' 'NGJcteDT' --login_with_auth "Bearer foo" +leaderboard-update-user-point-admin-v1 '{"inc": 0.4034163230098661, "latestValue": 0.08158942571396677}' 'WAntFNju' 'IyI2JiTP' --login_with_auth "Bearer foo" +leaderboard-delete-user-ranking-admin-v1 'gHwfzHyO' 'rQLH96vh' --login_with_auth "Bearer foo" +leaderboard-get-current-week-leaderboard-ranking-admin-v1 '3XPXeCEm' --login_with_auth "Bearer foo" +leaderboard-delete-user-rankings-admin-v1 'CNGbWU59' '["5gAb0LeO", "hORiHuOG", "T7BFH3Kx"]' --login_with_auth "Bearer foo" +leaderboard-admin-anonymize-user-leaderboard-admin-v1 'sbEuDSo9' --login_with_auth "Bearer foo" +leaderboard-get-user-leaderboard-rankings-admin-v1 'h96Scv0U' --login_with_auth "Bearer foo" leaderboard-get-leaderboard-configurations-public-v1 --login_with_auth "Bearer foo" -leaderboard-create-leaderboard-configuration-public-v1 '{"daily": {"resetTime": "rJJASrna"}, "descending": false, "iconURL": "fIKOEHWE", "leaderboardCode": "GxiaYyry", "monthly": {"resetDate": 88, "resetTime": "DEi1RgrR"}, "name": "rB3gpjrn", "seasonPeriod": 54, "startTime": "MrEAafNJ", "statCode": "WK7fZRvt", "weekly": {"resetDay": 33, "resetTime": "ODVMgR31"}}' --login_with_auth "Bearer foo" -leaderboard-get-all-time-leaderboard-ranking-public-v1 'DM8ylu64' --login_with_auth "Bearer foo" -leaderboard-get-archived-leaderboard-ranking-data-v1-handler 'tKCtWwOW' 'a04WQyuJ' --login_with_auth "Bearer foo" -leaderboard-get-current-month-leaderboard-ranking-public-v1 'UgMjxokh' --login_with_auth "Bearer foo" -leaderboard-get-current-season-leaderboard-ranking-public-v1 'DxiqV5v7' --login_with_auth "Bearer foo" -leaderboard-get-today-leaderboard-ranking-public-v1 'ZvLp9OzK' --login_with_auth "Bearer foo" -leaderboard-get-user-ranking-public-v1 'rCnFnuVM' 'KKOQGCtJ' --login_with_auth "Bearer foo" -leaderboard-delete-user-ranking-public-v1 'tc1FrVhR' 'sk04pwVd' --login_with_auth "Bearer foo" -leaderboard-get-current-week-leaderboard-ranking-public-v1 'niFZztFy' --login_with_auth "Bearer foo" -leaderboard-get-hidden-users-v2 '7W3Elyu6' --login_with_auth "Bearer foo" -leaderboard-get-user-visibility-status-v2 'bafuXtZN' 'EgC054wt' --login_with_auth "Bearer foo" -leaderboard-set-user-leaderboard-visibility-status-v2 '{"visibility": true}' 'vobwJR7M' 'WvDRwmw6' --login_with_auth "Bearer foo" -leaderboard-set-user-visibility-status-v2 '{"visibility": false}' '5bS1Bvpq' --login_with_auth "Bearer foo" +leaderboard-create-leaderboard-configuration-public-v1 '{"daily": {"resetTime": "cY5Ae0dH"}, "descending": true, "iconURL": "rAk5xoq2", "leaderboardCode": "wqymZdIn", "monthly": {"resetDate": 62, "resetTime": "H0rPb4XU"}, "name": "LwHQPlNW", "seasonPeriod": 95, "startTime": "SJQsiu1m", "statCode": "TaKCVcG4", "weekly": {"resetDay": 65, "resetTime": "gEx69OsH"}}' --login_with_auth "Bearer foo" +leaderboard-get-all-time-leaderboard-ranking-public-v1 'LpRGMtIY' --login_with_auth "Bearer foo" +leaderboard-get-archived-leaderboard-ranking-data-v1-handler 'UXUzFUeU' 'BZtu0U1A' --login_with_auth "Bearer foo" +leaderboard-get-current-month-leaderboard-ranking-public-v1 '96hlUWlF' --login_with_auth "Bearer foo" +leaderboard-get-current-season-leaderboard-ranking-public-v1 'zTkmBUxH' --login_with_auth "Bearer foo" +leaderboard-get-today-leaderboard-ranking-public-v1 'i2LAe1q4' --login_with_auth "Bearer foo" +leaderboard-get-user-ranking-public-v1 'hFrMhlhS' 'xwn7yywG' --login_with_auth "Bearer foo" +leaderboard-delete-user-ranking-public-v1 'PjdxPe4W' 'yIeMkw3u' --login_with_auth "Bearer foo" +leaderboard-get-current-week-leaderboard-ranking-public-v1 '5i3J2h8q' --login_with_auth "Bearer foo" +leaderboard-get-hidden-users-v2 'BgFbcEz4' --login_with_auth "Bearer foo" +leaderboard-get-user-visibility-status-v2 'Ex1g7v5J' '2zhg2JuH' --login_with_auth "Bearer foo" +leaderboard-set-user-leaderboard-visibility-status-v2 '{"visibility": true}' 'JcHWp8GA' 'k5pNDsLw' --login_with_auth "Bearer foo" +leaderboard-set-user-visibility-status-v2 '{"visibility": false}' 'WOb89lV1' --login_with_auth "Bearer foo" leaderboard-get-leaderboard-configurations-public-v2 --login_with_auth "Bearer foo" -leaderboard-get-all-time-leaderboard-ranking-public-v2 'Y5KoqsmU' --login_with_auth "Bearer foo" +leaderboard-get-all-time-leaderboard-ranking-public-v2 'NaP7LZP8' --login_with_auth "Bearer foo" leaderboard-get-leaderboard-configurations-admin-v3 --login_with_auth "Bearer foo" -leaderboard-create-leaderboard-configuration-admin-v3 '{"allTime": false, "cycleIds": ["dc0DUvCT", "kZaUFY2d", "V8TVMGE3"], "descending": false, "description": "BFo7Wg5i", "iconURL": "gG0PNWvV", "leaderboardCode": "daWt0R4M", "name": "Kigb1MHU", "statCode": "MK6RTHIL"}' --login_with_auth "Bearer foo" -leaderboard-delete-bulk-leaderboard-configuration-admin-v3 '{"leaderboardCodes": ["wHhm0CGD", "NMv7E5Qr", "XuDu1bvi"]}' --login_with_auth "Bearer foo" -leaderboard-get-leaderboard-configuration-admin-v3 'ShY7oVdx' --login_with_auth "Bearer foo" -leaderboard-update-leaderboard-configuration-admin-v3 '{"allTime": true, "cycleIds": ["iqPekkC8", "Rf7MCzKO", "eg8ml7Nz"], "descending": false, "description": "cW6kueR8", "iconURL": "RXa9iLvR", "name": "Rsk8XDc7"}' 'si6E3JLk' --login_with_auth "Bearer foo" -leaderboard-delete-leaderboard-configuration-admin-v3 'O5jdOC9a' --login_with_auth "Bearer foo" -leaderboard-get-all-time-leaderboard-ranking-admin-v3 'vdYstHTd' --login_with_auth "Bearer foo" -leaderboard-get-current-cycle-leaderboard-ranking-admin-v3 'xXSqWYzd' 'jTOt7jei' --login_with_auth "Bearer foo" -leaderboard-hard-delete-leaderboard-admin-v3 'RA3RCCCF' --login_with_auth "Bearer foo" -leaderboard-delete-user-ranking-by-leaderboard-code-admin-v3 '6ntqrIFW' --login_with_auth "Bearer foo" -leaderboard-get-hidden-users-v3 'shtsI1Bo' --login_with_auth "Bearer foo" -leaderboard-get-user-ranking-admin-v3 'pe3qodF8' 'f69jOUWV' --login_with_auth "Bearer foo" -leaderboard-delete-user-ranking-admin-v3 'YxR0KB7w' 'VeGdsORW' --login_with_auth "Bearer foo" -leaderboard-get-user-visibility-status-v3 'mbihqdht' 'nOz8Nzgk' --login_with_auth "Bearer foo" -leaderboard-set-user-leaderboard-visibility-v3 '{"visibility": true}' 'MCtqcZW2' 'TufDC2J5' --login_with_auth "Bearer foo" -leaderboard-delete-user-rankings-admin-v3 'hauiw27f' '["ZZI9Obhw", "pDiGuCRR", "NhIDcD5q"]' --login_with_auth "Bearer foo" -leaderboard-get-user-leaderboard-rankings-admin-v3 'A9GKfKOY' --login_with_auth "Bearer foo" -leaderboard-set-user-visibility-v3 '{"visibility": false}' 'VSRuJGSn' --login_with_auth "Bearer foo" +leaderboard-create-leaderboard-configuration-admin-v3 '{"allTime": true, "cycleIds": ["dnmxQRC4", "Jf7FxGnn", "u90cfdxJ"], "descending": true, "description": "TQOw98T7", "iconURL": "VsnwbINd", "leaderboardCode": "ToKhL90y", "name": "BD7ey8xv", "statCode": "6oRxOzTs"}' --login_with_auth "Bearer foo" +leaderboard-delete-bulk-leaderboard-configuration-admin-v3 '{"leaderboardCodes": ["GHBy5Ya1", "oJC2443B", "vEukJ1XI"]}' --login_with_auth "Bearer foo" +leaderboard-get-leaderboard-configuration-admin-v3 'zrhLxZYB' --login_with_auth "Bearer foo" +leaderboard-update-leaderboard-configuration-admin-v3 '{"allTime": true, "cycleIds": ["ZNcXgIPE", "VnJYlMoM", "J3STqkZK"], "descending": false, "description": "2anYpigs", "iconURL": "3H4QLBSU", "name": "IAtNZV8A"}' 'WdiN4X0a' --login_with_auth "Bearer foo" +leaderboard-delete-leaderboard-configuration-admin-v3 'QxHDjxNB' --login_with_auth "Bearer foo" +leaderboard-get-all-time-leaderboard-ranking-admin-v3 'UUZOyvph' --login_with_auth "Bearer foo" +leaderboard-get-current-cycle-leaderboard-ranking-admin-v3 'kF7Oqkur' '62VDcOUE' --login_with_auth "Bearer foo" +leaderboard-hard-delete-leaderboard-admin-v3 'yqAMSnD5' --login_with_auth "Bearer foo" +leaderboard-delete-user-ranking-by-leaderboard-code-admin-v3 'mTVSNJBM' --login_with_auth "Bearer foo" +leaderboard-get-hidden-users-v3 '03l5iD8V' --login_with_auth "Bearer foo" +leaderboard-get-user-ranking-admin-v3 'uP7A9Qhl' 'KNd6Du0L' --login_with_auth "Bearer foo" +leaderboard-delete-user-ranking-admin-v3 'SvCaNakm' '2lZQwSeq' --login_with_auth "Bearer foo" +leaderboard-get-user-visibility-status-v3 'XWtqZBtQ' 'xkwUWtMb' --login_with_auth "Bearer foo" +leaderboard-set-user-leaderboard-visibility-v3 '{"visibility": false}' '7XvFgN07' 'rGGLPwle' --login_with_auth "Bearer foo" +leaderboard-delete-user-rankings-admin-v3 'QDo5y1ZJ' '["9fvJ0W5h", "QGEAgjEB", "aQoUu9lP"]' --login_with_auth "Bearer foo" +leaderboard-get-user-leaderboard-rankings-admin-v3 'LpnsXEPS' --login_with_auth "Bearer foo" +leaderboard-set-user-visibility-v3 '{"visibility": true}' '0xDlnqZg' --login_with_auth "Bearer foo" leaderboard-get-leaderboard-configurations-public-v3 --login_with_auth "Bearer foo" -leaderboard-get-leaderboard-configuration-public-v3 'UXPcfoKy' --login_with_auth "Bearer foo" -leaderboard-get-all-time-leaderboard-ranking-public-v3 'BYoYLWmP' --login_with_auth "Bearer foo" -leaderboard-get-current-cycle-leaderboard-ranking-public-v3 '2WEJfNH6' 'kGsW2XqY' --login_with_auth "Bearer foo" -leaderboard-bulk-get-users-ranking-public-v3 '{"userIds": ["wpJqOC19", "Ck2XG8xo", "l6s1hjxV"]}' '645aks6O' --login_with_auth "Bearer foo" -leaderboard-get-user-ranking-public-v3 'CGKo3aJZ' 'gcJb1IwY' --login_with_auth "Bearer foo" +leaderboard-get-leaderboard-configuration-public-v3 'eCSP8UO0' --login_with_auth "Bearer foo" +leaderboard-get-all-time-leaderboard-ranking-public-v3 'QFj7WZLw' --login_with_auth "Bearer foo" +leaderboard-get-current-cycle-leaderboard-ranking-public-v3 't2AeFfdK' 't75sDVVl' --login_with_auth "Bearer foo" +leaderboard-bulk-get-users-ranking-public-v3 '{"userIds": ["0KGZqlJk", "gCwcLNrT", "9ecX1ZTV"]}' '4K92CDD7' --login_with_auth "Bearer foo" +leaderboard-get-user-ranking-public-v3 'E0EWwK6F' '239dRcRL' --login_with_auth "Bearer foo" exit() END @@ -126,146 +126,146 @@ eval_tap $? 2 'GetLeaderboardConfigurationsAdminV1' test.out #- 3 CreateLeaderboardConfigurationAdminV1 $PYTHON -m $MODULE 'leaderboard-create-leaderboard-configuration-admin-v1' \ - '{"daily": {"resetTime": "7c9TmY07"}, "descending": false, "iconURL": "XR3CYtDO", "leaderboardCode": "3hcp37HQ", "monthly": {"resetDate": 29, "resetTime": "kSgVfTz2"}, "name": "Qk3VXanZ", "seasonPeriod": 51, "startTime": "cnqwYZ11", "statCode": "6hk8GsTp", "weekly": {"resetDay": 43, "resetTime": "NB1XplGI"}}' \ + '{"daily": {"resetTime": "O4PTV8DR"}, "descending": true, "iconURL": "O5bgLe73", "leaderboardCode": "x8qTj9gF", "monthly": {"resetDate": 60, "resetTime": "EqafCUEJ"}, "name": "Rw74Q0Ko", "seasonPeriod": 16, "startTime": "UoEhjAV1", "statCode": "qidyzbTk", "weekly": {"resetDay": 39, "resetTime": "QbvNxSrf"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'CreateLeaderboardConfigurationAdminV1' test.out #- 4 AdminGetArchivedLeaderboardRankingDataV1Handler $PYTHON -m $MODULE 'leaderboard-admin-get-archived-leaderboard-ranking-data-v1-handler' \ - 'HtzkmHS4' \ + '9ZrK1GJI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'AdminGetArchivedLeaderboardRankingDataV1Handler' test.out #- 5 CreateArchivedLeaderboardRankingDataV1Handler $PYTHON -m $MODULE 'leaderboard-create-archived-leaderboard-ranking-data-v1-handler' \ - '{"leaderboardCodes": ["52FtIKUJ", "u8tTcxAv", "OUqA1grp"], "limit": 45, "slug": "UAlCV6YE"}' \ + '{"leaderboardCodes": ["auO5yPHH", "yCI81TQ9", "MfLmVcRo"], "limit": 56, "slug": "GyvMIrBu"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'CreateArchivedLeaderboardRankingDataV1Handler' test.out #- 6 DeleteBulkLeaderboardConfigurationAdminV1 $PYTHON -m $MODULE 'leaderboard-delete-bulk-leaderboard-configuration-admin-v1' \ - '{"leaderboardCodes": ["5GWpfdsF", "Ifi4s31c", "OQLOKcvW"]}' \ + '{"leaderboardCodes": ["7onXvZAI", "y88cwNOd", "Vjlv5sBi"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'DeleteBulkLeaderboardConfigurationAdminV1' test.out #- 7 GetLeaderboardConfigurationAdminV1 $PYTHON -m $MODULE 'leaderboard-get-leaderboard-configuration-admin-v1' \ - 'ci37tt7l' \ + 'iQ5gBmzD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'GetLeaderboardConfigurationAdminV1' test.out #- 8 UpdateLeaderboardConfigurationAdminV1 $PYTHON -m $MODULE 'leaderboard-update-leaderboard-configuration-admin-v1' \ - '{"daily": {"resetTime": "u6AGPnFA"}, "descending": true, "iconURL": "jxJtj7wZ", "monthly": {"resetDate": 98, "resetTime": "qzcHyNIL"}, "name": "PD3Mbx7b", "seasonPeriod": 61, "startTime": "xIY0DD83", "statCode": "Q54IChe9", "weekly": {"resetDay": 55, "resetTime": "UKx4s9t7"}}' \ - 'THOuqwBl' \ + '{"daily": {"resetTime": "SwPxbe2e"}, "descending": true, "iconURL": "fUAuQ5UJ", "monthly": {"resetDate": 20, "resetTime": "0UgHanvy"}, "name": "Skdnqof5", "seasonPeriod": 75, "startTime": "Xxp9haph", "statCode": "0Pjq3AuR", "weekly": {"resetDay": 51, "resetTime": "kKhInH9F"}}' \ + '5ejPSG47' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'UpdateLeaderboardConfigurationAdminV1' test.out #- 9 DeleteLeaderboardConfigurationAdminV1 $PYTHON -m $MODULE 'leaderboard-delete-leaderboard-configuration-admin-v1' \ - 'dbf6mVPU' \ + 'Uq0xl6hX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'DeleteLeaderboardConfigurationAdminV1' test.out #- 10 GetAllTimeLeaderboardRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-all-time-leaderboard-ranking-admin-v1' \ - 'GoOYTk6J' \ + 'lSas82mc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'GetAllTimeLeaderboardRankingAdminV1' test.out #- 11 HardDeleteLeaderboardAdminV1 $PYTHON -m $MODULE 'leaderboard-hard-delete-leaderboard-admin-v1' \ - 'nHhceSiY' \ + 'w7rllquZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'HardDeleteLeaderboardAdminV1' test.out #- 12 GetCurrentMonthLeaderboardRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-current-month-leaderboard-ranking-admin-v1' \ - '9eD724ir' \ + 'XliXHoMo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'GetCurrentMonthLeaderboardRankingAdminV1' test.out #- 13 DeleteUserRankingByLeaderboardCodeAdminV1 $PYTHON -m $MODULE 'leaderboard-delete-user-ranking-by-leaderboard-code-admin-v1' \ - 'iuU9o8r2' \ + '9JpnhSab' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'DeleteUserRankingByLeaderboardCodeAdminV1' test.out #- 14 GetCurrentSeasonLeaderboardRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-current-season-leaderboard-ranking-admin-v1' \ - 'V17vBnmn' \ + '2P8DMAU1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'GetCurrentSeasonLeaderboardRankingAdminV1' test.out #- 15 GetTodayLeaderboardRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-today-leaderboard-ranking-admin-v1' \ - 'PBntZLuN' \ + '4tv00Sj6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'GetTodayLeaderboardRankingAdminV1' test.out #- 16 GetUserRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-user-ranking-admin-v1' \ - 'JlTh4xk7' \ - 'KcRdc2Wy' \ + 'kpjYzHvE' \ + 'dS7eqmQR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'GetUserRankingAdminV1' test.out #- 17 UpdateUserPointAdminV1 $PYTHON -m $MODULE 'leaderboard-update-user-point-admin-v1' \ - '{"inc": 0.7598781880475809, "latestValue": 0.4679844110368452}' \ - 'I85XFrsN' \ - 'yPKLOQ9k' \ + '{"inc": 0.4054603363970456, "latestValue": 0.8231232258497987}' \ + 'jyJVedGa' \ + 'HdQtNsrF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'UpdateUserPointAdminV1' test.out #- 18 DeleteUserRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-delete-user-ranking-admin-v1' \ - 'UapzSK9e' \ - 'Ms2kMOwb' \ + 'eYHvFdXt' \ + 'qNTIva6D' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'DeleteUserRankingAdminV1' test.out #- 19 GetCurrentWeekLeaderboardRankingAdminV1 $PYTHON -m $MODULE 'leaderboard-get-current-week-leaderboard-ranking-admin-v1' \ - 'sOvMJ10a' \ + 'LL0C4qUJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'GetCurrentWeekLeaderboardRankingAdminV1' test.out #- 20 DeleteUserRankingsAdminV1 $PYTHON -m $MODULE 'leaderboard-delete-user-rankings-admin-v1' \ - 'K2UKNUyG' \ - '["leBXPY3G", "BPvjF49H", "2t7JiWdt"]' \ + '4ZQ4hEZy' \ + '["f5tQ6Dp3", "GYuk6yfq", "Kfl8lWre"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'DeleteUserRankingsAdminV1' test.out #- 21 AdminAnonymizeUserLeaderboardAdminV1 $PYTHON -m $MODULE 'leaderboard-admin-anonymize-user-leaderboard-admin-v1' \ - 'S0L2Cp3z' \ + 'rykjyQMp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'AdminAnonymizeUserLeaderboardAdminV1' test.out #- 22 GetUserLeaderboardRankingsAdminV1 $PYTHON -m $MODULE 'leaderboard-get-user-leaderboard-rankings-admin-v1' \ - 'NkE9vNjo' \ + '4ZsQTEvq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'GetUserLeaderboardRankingsAdminV1' test.out @@ -278,81 +278,81 @@ eval_tap $? 23 'GetLeaderboardConfigurationsPublicV1' test.out #- 24 CreateLeaderboardConfigurationPublicV1 $PYTHON -m $MODULE 'leaderboard-create-leaderboard-configuration-public-v1' \ - '{"daily": {"resetTime": "nuGhQgQ1"}, "descending": false, "iconURL": "j2T3W0mt", "leaderboardCode": "an2gMZbQ", "monthly": {"resetDate": 94, "resetTime": "TER5D8Af"}, "name": "0zkkza6O", "seasonPeriod": 46, "startTime": "hBebuZ0s", "statCode": "Xxq5WWs8", "weekly": {"resetDay": 72, "resetTime": "S7VyuB4G"}}' \ + '{"daily": {"resetTime": "coWG2OlS"}, "descending": false, "iconURL": "HAjD7LGN", "leaderboardCode": "14sx0iUv", "monthly": {"resetDate": 12, "resetTime": "EhA0sIIB"}, "name": "LIKBulxj", "seasonPeriod": 10, "startTime": "1rJYXRMb", "statCode": "HEWQu9Ol", "weekly": {"resetDay": 66, "resetTime": "uODKgeYs"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'CreateLeaderboardConfigurationPublicV1' test.out #- 25 GetAllTimeLeaderboardRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-all-time-leaderboard-ranking-public-v1' \ - '9QpiZqd4' \ + 'cKGdxw6X' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'GetAllTimeLeaderboardRankingPublicV1' test.out #- 26 GetArchivedLeaderboardRankingDataV1Handler $PYTHON -m $MODULE 'leaderboard-get-archived-leaderboard-ranking-data-v1-handler' \ - 'WRV02AgX' \ - 'i8oOPHIM' \ + '6biQAYhd' \ + 'MXIsd57s' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'GetArchivedLeaderboardRankingDataV1Handler' test.out #- 27 GetCurrentMonthLeaderboardRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-current-month-leaderboard-ranking-public-v1' \ - 'rqLZejVp' \ + '2ntqNTNr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'GetCurrentMonthLeaderboardRankingPublicV1' test.out #- 28 GetCurrentSeasonLeaderboardRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-current-season-leaderboard-ranking-public-v1' \ - 'Z5rClvZn' \ + 'NoNApW9k' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'GetCurrentSeasonLeaderboardRankingPublicV1' test.out #- 29 GetTodayLeaderboardRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-today-leaderboard-ranking-public-v1' \ - '2AdQ9SPd' \ + 'va76aBUm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'GetTodayLeaderboardRankingPublicV1' test.out #- 30 GetUserRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-user-ranking-public-v1' \ - 'aijLbbtT' \ - 'zPnw3L0s' \ + 'fnw7tFZJ' \ + 'yg7nR4h7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'GetUserRankingPublicV1' test.out #- 31 DeleteUserRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-delete-user-ranking-public-v1' \ - 'miIaXsC1' \ - '75siMatV' \ + '7K3kmKyT' \ + 'psKnu6ey' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'DeleteUserRankingPublicV1' test.out #- 32 GetCurrentWeekLeaderboardRankingPublicV1 $PYTHON -m $MODULE 'leaderboard-get-current-week-leaderboard-ranking-public-v1' \ - 'ZMysSfoT' \ + 'P6Ts6iNq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GetCurrentWeekLeaderboardRankingPublicV1' test.out #- 33 GetHiddenUsersV2 $PYTHON -m $MODULE 'leaderboard-get-hidden-users-v2' \ - 'nxS3htfw' \ + 'uzOCrll6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'GetHiddenUsersV2' test.out #- 34 GetUserVisibilityStatusV2 $PYTHON -m $MODULE 'leaderboard-get-user-visibility-status-v2' \ - 'xGcYizBV' \ - 'ULheK9P8' \ + 'PbSG68Fc' \ + 'F6VilSXn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'GetUserVisibilityStatusV2' test.out @@ -360,8 +360,8 @@ eval_tap $? 34 'GetUserVisibilityStatusV2' test.out #- 35 SetUserLeaderboardVisibilityStatusV2 $PYTHON -m $MODULE 'leaderboard-set-user-leaderboard-visibility-status-v2' \ '{"visibility": true}' \ - 'JHUfkSh3' \ - 'DEjoH7T0' \ + '3koteNmE' \ + 'Ji8Z53g9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'SetUserLeaderboardVisibilityStatusV2' test.out @@ -369,7 +369,7 @@ eval_tap $? 35 'SetUserLeaderboardVisibilityStatusV2' test.out #- 36 SetUserVisibilityStatusV2 $PYTHON -m $MODULE 'leaderboard-set-user-visibility-status-v2' \ '{"visibility": false}' \ - '68YEVoww' \ + 'Nv1oaiqc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'SetUserVisibilityStatusV2' test.out @@ -382,7 +382,7 @@ eval_tap $? 37 'GetLeaderboardConfigurationsPublicV2' test.out #- 38 GetAllTimeLeaderboardRankingPublicV2 $PYTHON -m $MODULE 'leaderboard-get-all-time-leaderboard-ranking-public-v2' \ - 'oXM1TaBS' \ + '5SxofRXv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'GetAllTimeLeaderboardRankingPublicV2' test.out @@ -395,96 +395,96 @@ eval_tap $? 39 'GetLeaderboardConfigurationsAdminV3' test.out #- 40 CreateLeaderboardConfigurationAdminV3 $PYTHON -m $MODULE 'leaderboard-create-leaderboard-configuration-admin-v3' \ - '{"allTime": true, "cycleIds": ["DlJGGyJN", "JIrSfcCh", "r0gIj4MG"], "descending": false, "description": "to9LMCKE", "iconURL": "gERcWAE6", "leaderboardCode": "peueXdiw", "name": "zJ4VIJnX", "statCode": "i9368UyV"}' \ + '{"allTime": true, "cycleIds": ["NItRa5T4", "IXXi6emx", "IFRuI7Ux"], "descending": true, "description": "Y4Mlmpdk", "iconURL": "E9x3Op8R", "leaderboardCode": "b19ckXkF", "name": "Wa2xV4Lb", "statCode": "th0FPuAS"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'CreateLeaderboardConfigurationAdminV3' test.out #- 41 DeleteBulkLeaderboardConfigurationAdminV3 $PYTHON -m $MODULE 'leaderboard-delete-bulk-leaderboard-configuration-admin-v3' \ - '{"leaderboardCodes": ["3yholGFt", "OUXVWpuS", "GhhIHoDL"]}' \ + '{"leaderboardCodes": ["3DgtVd7m", "I4uvTrkS", "K8He2n6K"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'DeleteBulkLeaderboardConfigurationAdminV3' test.out #- 42 GetLeaderboardConfigurationAdminV3 $PYTHON -m $MODULE 'leaderboard-get-leaderboard-configuration-admin-v3' \ - 'iVl2PiGQ' \ + 'LNQXiPmt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'GetLeaderboardConfigurationAdminV3' test.out #- 43 UpdateLeaderboardConfigurationAdminV3 $PYTHON -m $MODULE 'leaderboard-update-leaderboard-configuration-admin-v3' \ - '{"allTime": true, "cycleIds": ["2KOuSk9j", "MyJVrN5E", "s8vw7pM2"], "descending": false, "description": "wvdz23cB", "iconURL": "s8v5qv7i", "name": "XkLDiFYy"}' \ - 'qIMa0Ehg' \ + '{"allTime": true, "cycleIds": ["Ox7If5Xm", "nPdJMunT", "BHAfV3bu"], "descending": false, "description": "uKoSqDpZ", "iconURL": "smT6KDNQ", "name": "WiJ9Dj7h"}' \ + 'qr93ZSYt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'UpdateLeaderboardConfigurationAdminV3' test.out #- 44 DeleteLeaderboardConfigurationAdminV3 $PYTHON -m $MODULE 'leaderboard-delete-leaderboard-configuration-admin-v3' \ - 'HnMmK18R' \ + 'vtRTQAQf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'DeleteLeaderboardConfigurationAdminV3' test.out #- 45 GetAllTimeLeaderboardRankingAdminV3 $PYTHON -m $MODULE 'leaderboard-get-all-time-leaderboard-ranking-admin-v3' \ - 'hBhXjhXi' \ + 'toYanCts' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'GetAllTimeLeaderboardRankingAdminV3' test.out #- 46 GetCurrentCycleLeaderboardRankingAdminV3 $PYTHON -m $MODULE 'leaderboard-get-current-cycle-leaderboard-ranking-admin-v3' \ - '9B49OvFJ' \ - 'RQ9cUY62' \ + '38eUxEW6' \ + 'tjy6d1Jt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'GetCurrentCycleLeaderboardRankingAdminV3' test.out #- 47 HardDeleteLeaderboardAdminV3 $PYTHON -m $MODULE 'leaderboard-hard-delete-leaderboard-admin-v3' \ - '1wCZweC5' \ + 'uHom02XF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'HardDeleteLeaderboardAdminV3' test.out #- 48 DeleteUserRankingByLeaderboardCodeAdminV3 $PYTHON -m $MODULE 'leaderboard-delete-user-ranking-by-leaderboard-code-admin-v3' \ - 'dywiYWMu' \ + 'QyAjQSQw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'DeleteUserRankingByLeaderboardCodeAdminV3' test.out #- 49 GetHiddenUsersV3 $PYTHON -m $MODULE 'leaderboard-get-hidden-users-v3' \ - 'Izu1ysUw' \ + 'wGsFMBT3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'GetHiddenUsersV3' test.out #- 50 GetUserRankingAdminV3 $PYTHON -m $MODULE 'leaderboard-get-user-ranking-admin-v3' \ - 'dia9XKJj' \ - 'Ii9o2uzZ' \ + '0xi0vXfB' \ + '3zitacDD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'GetUserRankingAdminV3' test.out #- 51 DeleteUserRankingAdminV3 $PYTHON -m $MODULE 'leaderboard-delete-user-ranking-admin-v3' \ - 'nflEoyPu' \ - 'qVpCjJGJ' \ + 'JQYJ4QmY' \ + 'AfuMOnTC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'DeleteUserRankingAdminV3' test.out #- 52 GetUserVisibilityStatusV3 $PYTHON -m $MODULE 'leaderboard-get-user-visibility-status-v3' \ - 'd8mfKU7G' \ - 'I6t9TgpP' \ + 'tbSu1TNL' \ + 'tqlC84VQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'GetUserVisibilityStatusV3' test.out @@ -492,23 +492,23 @@ eval_tap $? 52 'GetUserVisibilityStatusV3' test.out #- 53 SetUserLeaderboardVisibilityV3 $PYTHON -m $MODULE 'leaderboard-set-user-leaderboard-visibility-v3' \ '{"visibility": false}' \ - 'ytC5U9PL' \ - 'BF0mgIHc' \ + 'plv8jfIa' \ + 'otTC64cz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'SetUserLeaderboardVisibilityV3' test.out #- 54 DeleteUserRankingsAdminV3 $PYTHON -m $MODULE 'leaderboard-delete-user-rankings-admin-v3' \ - 'k4NRhDFe' \ - '["XGPN48rJ", "AsLqW4ft", "jRYisRBa"]' \ + 'lJOHfHzN' \ + '["bATHr400", "tz1AZBrU", "YdBSKuKw"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'DeleteUserRankingsAdminV3' test.out #- 55 GetUserLeaderboardRankingsAdminV3 $PYTHON -m $MODULE 'leaderboard-get-user-leaderboard-rankings-admin-v3' \ - 'sJfQBsNk' \ + 'AIcgjldr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'GetUserLeaderboardRankingsAdminV3' test.out @@ -516,7 +516,7 @@ eval_tap $? 55 'GetUserLeaderboardRankingsAdminV3' test.out #- 56 SetUserVisibilityV3 $PYTHON -m $MODULE 'leaderboard-set-user-visibility-v3' \ '{"visibility": true}' \ - 'dsH4vZQj' \ + 'QYC9f42V' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'SetUserVisibilityV3' test.out @@ -529,38 +529,38 @@ eval_tap $? 57 'GetLeaderboardConfigurationsPublicV3' test.out #- 58 GetLeaderboardConfigurationPublicV3 $PYTHON -m $MODULE 'leaderboard-get-leaderboard-configuration-public-v3' \ - 'n84Eu6Jr' \ + 'By93v8U1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'GetLeaderboardConfigurationPublicV3' test.out #- 59 GetAllTimeLeaderboardRankingPublicV3 $PYTHON -m $MODULE 'leaderboard-get-all-time-leaderboard-ranking-public-v3' \ - 'kauIfMMm' \ + '0wXe4hxr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'GetAllTimeLeaderboardRankingPublicV3' test.out #- 60 GetCurrentCycleLeaderboardRankingPublicV3 $PYTHON -m $MODULE 'leaderboard-get-current-cycle-leaderboard-ranking-public-v3' \ - 'pf3HzyTW' \ - 'XVVrHgKm' \ + 'fvD5kT8w' \ + 'QwAyyzIq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'GetCurrentCycleLeaderboardRankingPublicV3' test.out #- 61 BulkGetUsersRankingPublicV3 $PYTHON -m $MODULE 'leaderboard-bulk-get-users-ranking-public-v3' \ - '{"userIds": ["5fQIfsoU", "HLJr9Gc2", "5jMoGqen"]}' \ - 'GbxyF9Lk' \ + '{"userIds": ["01WEYMe7", "z2PTVZOg", "k0aObOcz"]}' \ + 'uKnApth8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'BulkGetUsersRankingPublicV3' test.out #- 62 GetUserRankingPublicV3 $PYTHON -m $MODULE 'leaderboard-get-user-ranking-public-v3' \ - 'W4tg5wKr' \ - 'MEDIcnp8' \ + '1oWFZmM1' \ + 'DIWLhCq2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'GetUserRankingPublicV3' test.out diff --git a/samples/cli/tests/legal-cli-test.sh b/samples/cli/tests/legal-cli-test.sh index 532f3d4f6..c5dfba3d0 100644 --- a/samples/cli/tests/legal-cli-test.sh +++ b/samples/cli/tests/legal-cli-test.sh @@ -29,65 +29,65 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -legal-change-preference-consent 'bYrsROGp' --body '[{"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "wQqWrtMz", "policyId": "M75CfFWC", "policyVersionId": "dk0vD5LI"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "xF1hK4V5", "policyId": "cyASOwFN", "policyVersionId": "exz7HtYp"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "l2up9akY", "policyId": "VB0VABrB", "policyVersionId": "xEZ3tIqN"}]' --login_with_auth "Bearer foo" -legal-retrieve-accepted-agreements '6ORVYnug' --login_with_auth "Bearer foo" -legal-retrieve-all-users-by-policy-version '5nvi7IdP' --login_with_auth "Bearer foo" +legal-change-preference-consent 'OxKs25hs' --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "PwIiD1hB", "policyId": "uaoDEv6M", "policyVersionId": "8F0ZMbMz"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "R9AiTFYq", "policyId": "q7fdcQK5", "policyVersionId": "JGg7kh2r"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "OMbO9fyT", "policyId": "6FNn1yrb", "policyVersionId": "jmRKdsCc"}]' --login_with_auth "Bearer foo" +legal-retrieve-accepted-agreements 'XTB5eJ31' --login_with_auth "Bearer foo" +legal-retrieve-all-users-by-policy-version '1KI3VIps' --login_with_auth "Bearer foo" legal-retrieve-all-legal-policies --login_with_auth "Bearer foo" -legal-create-policy --body '{"affectedClientIds": ["uhHPJrsY", "UoDNGaK5", "nj0ElLka"], "affectedCountries": ["I489k7aS", "5cPgoLUu", "FLl6e6dy"], "basePolicyName": "oSIzmJal", "description": "BySUc2i5", "namespace": "RoUleMoA", "tags": ["a00yx6Zn", "bQJGyrSv", "vEtzsamP"], "typeId": "bI5gZmXL"}' --login_with_auth "Bearer foo" -legal-retrieve-single-policy 'aEPKG9DG' --login_with_auth "Bearer foo" -legal-partial-update-policy 't7NoJ9NO' --body '{"affectedClientIds": ["3YuWfICD", "6c5VByX4", "8LowjntT"], "affectedCountries": ["iZm7OMI1", "UIsDN1hE", "VbRqKqng"], "basePolicyName": "ERNuwkpe", "description": "0Y3fRiyJ", "namespace": "Weu2cyx7", "tags": ["kvqpHHSK", "3ASGi1HX", "y8J7knEl"]}' --login_with_auth "Bearer foo" -legal-retrieve-policy-country 'J8GenvTN' 't4qOnmDr' --login_with_auth "Bearer foo" -legal-retrieve-localized-policy-versions 'hol4e7bS' --login_with_auth "Bearer foo" -legal-create-localized-policy-version 'go5fUoWL' --body '{"contentType": "RVAWK2Ow", "description": "qWJCwMp1", "localeCode": "bl90GMEl"}' --login_with_auth "Bearer foo" -legal-retrieve-single-localized-policy-version '3wVPOJe3' --login_with_auth "Bearer foo" -legal-update-localized-policy-version 'SrlUy64C' --body '{"attachmentChecksum": "7apoPadv", "attachmentLocation": "E537v4Jf", "attachmentVersionIdentifier": "YTemwNQK", "contentType": "fAQNieDB", "description": "VeDB6hLS"}' --login_with_auth "Bearer foo" -legal-request-presigned-url 'HrMywky1' --body '{"contentMD5": "mnydKHwe", "contentType": "BULFH8FW"}' --login_with_auth "Bearer foo" -legal-set-default-policy 'HdKuqnbL' --login_with_auth "Bearer foo" -legal-retrieve-accepted-agreements-for-multi-users --body '{"currentPublishedOnly": true, "userIds": ["dQQACMKB", "rUmfjcyc", "bLmjg4bv"]}' --login_with_auth "Bearer foo" -legal-retrieve-accepted-agreements-1 'StwQbYKB' --login_with_auth "Bearer foo" -legal-retrieve-all-users-by-policy-version-1 'P0KNMCJF' --login_with_auth "Bearer foo" +legal-create-policy --body '{"affectedClientIds": ["F6Lx40YI", "1OvKkSgw", "9wmiJkcZ"], "affectedCountries": ["CNfQSssC", "giXG5DaQ", "8tE4ZafU"], "basePolicyName": "fynD6Qwn", "description": "SXQlphHu", "namespace": "rQly5nTH", "tags": ["7zTC2S52", "Tecim93I", "TgUkzNdY"], "typeId": "keoeyiK7"}' --login_with_auth "Bearer foo" +legal-retrieve-single-policy 'HMJn49yj' --login_with_auth "Bearer foo" +legal-partial-update-policy 'DZedvIst' --body '{"affectedClientIds": ["4qdxI5hw", "yFPjFMk2", "hJTOfEMT"], "affectedCountries": ["XsCSeP2S", "JjmgDg4n", "s4BCq2a3"], "basePolicyName": "iO1GC9e2", "description": "pR9JLD73", "namespace": "U4h07KYl", "tags": ["KGuoENkp", "9E0odZoD", "FIdQr36g"]}' --login_with_auth "Bearer foo" +legal-retrieve-policy-country '7INSa8w2' '2yWiK01s' --login_with_auth "Bearer foo" +legal-retrieve-localized-policy-versions 'W0YYx8iO' --login_with_auth "Bearer foo" +legal-create-localized-policy-version 'zt8aZbZO' --body '{"contentType": "hA2BlrYf", "description": "P1qbntj4", "localeCode": "zUrJL9bD"}' --login_with_auth "Bearer foo" +legal-retrieve-single-localized-policy-version 'na9KHBUb' --login_with_auth "Bearer foo" +legal-update-localized-policy-version 'MNP8Va74' --body '{"attachmentChecksum": "SNy74KHr", "attachmentLocation": "xfJ9sJSg", "attachmentVersionIdentifier": "EBUmuMrX", "contentType": "kC5Hn1bG", "description": "M3DqBPO6"}' --login_with_auth "Bearer foo" +legal-request-presigned-url 'BfOhMtET' --body '{"contentMD5": "luDVQfB4", "contentType": "zwsHChkf"}' --login_with_auth "Bearer foo" +legal-set-default-policy 'paKzphCy' --login_with_auth "Bearer foo" +legal-retrieve-accepted-agreements-for-multi-users --body '{"currentPublishedOnly": false, "userIds": ["Cgq2NjDc", "HNx2nZHM", "8ctWOPuu"]}' --login_with_auth "Bearer foo" +legal-retrieve-accepted-agreements-1 'm0fbcFqF' --login_with_auth "Bearer foo" +legal-retrieve-all-users-by-policy-version-1 'drw8AptZ' --login_with_auth "Bearer foo" legal-retrieve-all-legal-policies-by-namespace --login_with_auth "Bearer foo" -legal-create-policy-1 --body '{"affectedClientIds": ["kI19UhkR", "LhrD4MBh", "sKEtcsdo"], "affectedCountries": ["Mzgh6yp6", "pU8EfvHA", "ZRdjInWi"], "basePolicyName": "JoAXbePz", "description": "gAlXW4CS", "tags": ["r814dHeX", "Z7q7FioE", "sAbHMwVn"], "typeId": "GG2tKtmO"}' --login_with_auth "Bearer foo" -legal-retrieve-single-policy-1 'WygrIUJg' --login_with_auth "Bearer foo" -legal-partial-update-policy-1 'kP0fw4a5' --body '{"affectedClientIds": ["jmLYZC1T", "Y0Ze5Qy8", "8ZuUmZ90"], "affectedCountries": ["VKYc9elN", "BnkkPHTS", "rZB7fHIC"], "basePolicyName": "DNrIfVrl", "description": "pfr4ETTk", "tags": ["2JEYPseM", "ut4mAcu7", "Ylm80706"]}' --login_with_auth "Bearer foo" -legal-retrieve-policy-country-1 'quVTS1dz' 'gKQGhdHz' --login_with_auth "Bearer foo" -legal-retrieve-localized-policy-versions-1 'WcKjb0lI' --login_with_auth "Bearer foo" -legal-create-localized-policy-version-1 'ZFtqCAdK' --body '{"contentType": "6l0Yrn7I", "description": "56aCwGxZ", "localeCode": "N6lRcvWD"}' --login_with_auth "Bearer foo" -legal-retrieve-single-localized-policy-version-1 'hR5LKStR' --login_with_auth "Bearer foo" -legal-update-localized-policy-version-1 'LaIOhpF2' --body '{"attachmentChecksum": "g8T3l7Jw", "attachmentLocation": "kei7JIpx", "attachmentVersionIdentifier": "QWftwV7F", "contentType": "jmzPaFCP", "description": "PeKa59Ae"}' --login_with_auth "Bearer foo" -legal-request-presigned-url-1 'ZEhnOdzO' --body '{"contentMD5": "Zd0QQWD5", "contentType": "pIHTWhrI"}' --login_with_auth "Bearer foo" -legal-set-default-policy-1 'H8h5n1AP' --login_with_auth "Bearer foo" -legal-update-policy-version-1 'aKva2cxQ' --body '{"description": "AzFvkxaX", "displayVersion": "TGieYWkU", "isCommitted": true}' --login_with_auth "Bearer foo" -legal-publish-policy-version-1 'jXageZdc' --login_with_auth "Bearer foo" -legal-update-policy-1 '4YdwZpDd' --body '{"description": "3VyfnvIa", "isDefaultOpted": false, "isMandatory": false, "policyName": "r7cIui9p", "readableId": "wKR60yvC", "shouldNotifyOnUpdate": true}' --login_with_auth "Bearer foo" -legal-set-default-policy-3 'Q1bjB1B3' --login_with_auth "Bearer foo" -legal-retrieve-single-policy-version-1 'sGUQTrCq' --login_with_auth "Bearer foo" -legal-create-policy-version-1 'XOjKVJQS' --body '{"description": "4tl0xMlw", "displayVersion": "KBycBlie", "isCommitted": true}' --login_with_auth "Bearer foo" -legal-retrieve-all-policy-types-1 '39' --login_with_auth "Bearer foo" -legal-indirect-bulk-accept-versioned-policy 'MFXygiNZ' '3FNh8GO9' '0BnfgRzm' --body '[{"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "b88ryI7Y", "policyId": "RJmG5hfP", "policyVersionId": "8D8MfKsm"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "mNgkeugp", "policyId": "L4uhYzbx", "policyVersionId": "vPkkjFPU"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "Yy3QDmaL", "policyId": "ALwXdxp6", "policyVersionId": "VpdI6lVW"}]' --login_with_auth "Bearer foo" -legal-admin-retrieve-eligibilities 'WuRJAozg' 'heWtNrzW' 'qin549qs' --login_with_auth "Bearer foo" -legal-retrieve-policies '4z8bIrdI' --login_with_auth "Bearer foo" -legal-update-policy-version 'l7Yp6JOn' --body '{"description": "ikPFA2Sd", "displayVersion": "qgbG0zL7", "isCommitted": true}' --login_with_auth "Bearer foo" -legal-publish-policy-version '9w16tVNi' --login_with_auth "Bearer foo" -legal-update-policy 'PQMRZu92' --body '{"description": "FIEkINIn", "isDefaultOpted": false, "isMandatory": true, "policyName": "0fgwXFEX", "readableId": "Ii4KY7zu", "shouldNotifyOnUpdate": true}' --login_with_auth "Bearer foo" -legal-set-default-policy-2 'G9Sv1WI0' --login_with_auth "Bearer foo" -legal-retrieve-single-policy-version 'a59gvfm5' --login_with_auth "Bearer foo" -legal-create-policy-version 'KRP0LoDD' --body '{"description": "LomglrPf", "displayVersion": "omySAurC", "isCommitted": true}' --login_with_auth "Bearer foo" -legal-retrieve-all-policy-types '25' --login_with_auth "Bearer foo" +legal-create-policy-1 --body '{"affectedClientIds": ["KGJr6jSE", "9VZPlIyF", "p9yhmhMG"], "affectedCountries": ["247nF3ej", "tUqgjBLZ", "Zv0Ke61k"], "basePolicyName": "6hII5bXs", "description": "ihMLqE2C", "tags": ["oL8uuRXM", "lFuN3PwX", "pNNKNiJl"], "typeId": "5QYwqomm"}' --login_with_auth "Bearer foo" +legal-retrieve-single-policy-1 '2bSVvk4y' --login_with_auth "Bearer foo" +legal-partial-update-policy-1 'pHOTyPtP' --body '{"affectedClientIds": ["ZoBUtuLQ", "Oz1DIbh6", "uVroIDLT"], "affectedCountries": ["rSEoglc9", "v4TOfgwd", "qXufrc5F"], "basePolicyName": "753HFFBm", "description": "DVSmiDba", "tags": ["Xvo8t5kF", "3kHv2qyK", "VG9CX7ba"]}' --login_with_auth "Bearer foo" +legal-retrieve-policy-country-1 'rzD0CqX3' '76bwKha4' --login_with_auth "Bearer foo" +legal-retrieve-localized-policy-versions-1 'SWFrAnsP' --login_with_auth "Bearer foo" +legal-create-localized-policy-version-1 'KevrrZml' --body '{"contentType": "nikIggYh", "description": "qh4bEJGv", "localeCode": "3xxVQQ09"}' --login_with_auth "Bearer foo" +legal-retrieve-single-localized-policy-version-1 'K6ino7TB' --login_with_auth "Bearer foo" +legal-update-localized-policy-version-1 '7FQUXht3' --body '{"attachmentChecksum": "O6MkCRMe", "attachmentLocation": "QXpKt6gV", "attachmentVersionIdentifier": "uaJVxfc1", "contentType": "nZiORggV", "description": "HKyWggaM"}' --login_with_auth "Bearer foo" +legal-request-presigned-url-1 '2gpO3CFO' --body '{"contentMD5": "MgVfLcwd", "contentType": "owkZWRD6"}' --login_with_auth "Bearer foo" +legal-set-default-policy-1 'JkKY2z8q' --login_with_auth "Bearer foo" +legal-update-policy-version-1 '9ieymK6C' --body '{"description": "jd2Jf2eO", "displayVersion": "l6PWp1eL", "isCommitted": false}' --login_with_auth "Bearer foo" +legal-publish-policy-version-1 'bFiZShdz' --login_with_auth "Bearer foo" +legal-update-policy-1 'AbxGfaq3' --body '{"description": "w7rPVR4B", "isDefaultOpted": true, "isMandatory": false, "policyName": "AQIKTyfW", "readableId": "5954rpZy", "shouldNotifyOnUpdate": false}' --login_with_auth "Bearer foo" +legal-set-default-policy-3 'Axaz3iLS' --login_with_auth "Bearer foo" +legal-retrieve-single-policy-version-1 'xiodlF5e' --login_with_auth "Bearer foo" +legal-create-policy-version-1 '7usJq3rL' --body '{"description": "ZmcYUcVP", "displayVersion": "GCrcV38g", "isCommitted": false}' --login_with_auth "Bearer foo" +legal-retrieve-all-policy-types-1 '5' --login_with_auth "Bearer foo" +legal-indirect-bulk-accept-versioned-policy 'j6QC1NYs' 'NXrZeSVu' 'FRQwb6Xd' --body '[{"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "YJrWFDVL", "policyId": "lLHw7BY8", "policyVersionId": "ChWdB8SH"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "0wS8YrAt", "policyId": "hpfqIbtM", "policyVersionId": "mKqrZbaI"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "K0lONkCF", "policyId": "3LmyRD8d", "policyVersionId": "ieuAUY8l"}]' --login_with_auth "Bearer foo" +legal-admin-retrieve-eligibilities '5qhFJswQ' 'A296nsNq' 'qAqbPHpP' --login_with_auth "Bearer foo" +legal-retrieve-policies 'LoGKUVHU' --login_with_auth "Bearer foo" +legal-update-policy-version 'wTdCVTfF' --body '{"description": "0H2MCNjZ", "displayVersion": "NR8CB6ev", "isCommitted": false}' --login_with_auth "Bearer foo" +legal-publish-policy-version '73kxk2N0' --login_with_auth "Bearer foo" +legal-update-policy 'khZ0xFlV' --body '{"description": "a4AdEPdK", "isDefaultOpted": false, "isMandatory": false, "policyName": "DvrwCHVD", "readableId": "eBI62Rgv", "shouldNotifyOnUpdate": true}' --login_with_auth "Bearer foo" +legal-set-default-policy-2 'ljKIciGh' --login_with_auth "Bearer foo" +legal-retrieve-single-policy-version 'wL32jT0x' --login_with_auth "Bearer foo" +legal-create-policy-version 'UZz1hGCy' --body '{"description": "61FJJsk3", "displayVersion": "ku3wCCZb", "isCommitted": true}' --login_with_auth "Bearer foo" +legal-retrieve-all-policy-types '99' --login_with_auth "Bearer foo" legal-get-user-info-status --login_with_auth "Bearer foo" -legal-anonymize-user-agreement 'ZZYO4RQI' --login_with_auth "Bearer foo" -legal-change-preference-consent-1 --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "XFpqi4nK", "policyId": "Fn48EAit", "policyVersionId": "x3f3V3aJ"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "9CwXmOqb", "policyId": "r4d3dp4M", "policyVersionId": "ErOxliDr"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "8yzY7IqS", "policyId": "MTbrKSEy", "policyVersionId": "vnQfuw6P"}]' --login_with_auth "Bearer foo" -legal-accept-versioned-policy 'Egd9TYWr' --login_with_auth "Bearer foo" +legal-anonymize-user-agreement '2FlOJl6Q' --login_with_auth "Bearer foo" +legal-change-preference-consent-1 --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "kxFAa3Fy", "policyId": "i9DsQgIE", "policyVersionId": "ROwGfJ1V"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "taxe96Cc", "policyId": "On7G9rrY", "policyVersionId": "5CLWgwTv"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "avpIQQIR", "policyId": "KjEmE6iA", "policyVersionId": "dE8fNp2a"}]' --login_with_auth "Bearer foo" +legal-accept-versioned-policy 'SFMkUW5p' --login_with_auth "Bearer foo" legal-retrieve-agreements-public --login_with_auth "Bearer foo" -legal-bulk-accept-versioned-policy --body '[{"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "GgyGVAY7", "policyId": "1crJKLSZ", "policyVersionId": "AU9jTKIR"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "oN0H5lfo", "policyId": "cmG5HGCD", "policyVersionId": "vBfOOUnZ"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "CdbKoQIX", "policyId": "HEZEWuE9", "policyVersionId": "N262DxFm"}]' --login_with_auth "Bearer foo" -legal-indirect-bulk-accept-versioned-policy-1 'oXTCFMeb' --body '[{"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "IKdSS7A0", "policyId": "omT8rsdf", "policyVersionId": "nc9vtR77"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "pZcnhSXA", "policyId": "GCWbeHIT", "policyVersionId": "uOGWiihw"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "ZM4H3ME7", "policyId": "HmLDauzL", "policyVersionId": "LEP5ikkA"}]' --login_with_auth "Bearer foo" +legal-bulk-accept-versioned-policy --body '[{"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "SbLvIpJO", "policyId": "YqSdlpln", "policyVersionId": "9GvVaodv"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "QCXhUP75", "policyId": "XLgjQwkz", "policyVersionId": "j4JPvsa5"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "EaaBgjMU", "policyId": "QcNss6LU", "policyVersionId": "Yh0wVs1m"}]' --login_with_auth "Bearer foo" +legal-indirect-bulk-accept-versioned-policy-1 '1LTzDgnr' --body '[{"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "PfBQSAdb", "policyId": "DkD5NQWE", "policyVersionId": "U1jKNkNW"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "feZPCsTm", "policyId": "5APjREch", "policyVersionId": "Txw6dUTV"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "8rHOHZA6", "policyId": "W8JDwdnT", "policyVersionId": "w4gfHS3V"}]' --login_with_auth "Bearer foo" legal-retrieve-eligibilities-public --login_with_auth "Bearer foo" -legal-retrieve-eligibilities-public-indirect 'NPY9sWRL' '5ASv1Qyl' '8roa72jB' --login_with_auth "Bearer foo" -legal-retrieve-single-localized-policy-version-2 'gMXsJEhZ' --login_with_auth "Bearer foo" -legal-retrieve-single-localized-policy-version-3 'JgQHcczo' --login_with_auth "Bearer foo" -legal-retrieve-latest-policies 'pjTajrmj' --login_with_auth "Bearer foo" +legal-retrieve-eligibilities-public-indirect 'yN4Eh1P7' 'BUUPUMKm' 'FeYCjbEG' --login_with_auth "Bearer foo" +legal-retrieve-single-localized-policy-version-2 'rl6T9EBK' --login_with_auth "Bearer foo" +legal-retrieve-single-localized-policy-version-3 'vfCJP8Fp' --login_with_auth "Bearer foo" +legal-retrieve-latest-policies '0BR3PuvF' --login_with_auth "Bearer foo" legal-retrieve-latest-policies-public --login_with_auth "Bearer foo" -legal-retrieve-latest-policies-by-namespace-and-country-public 'TnbCJWpY' --login_with_auth "Bearer foo" +legal-retrieve-latest-policies-by-namespace-and-country-public 'NySoW9UK' --login_with_auth "Bearer foo" legal-check-readiness --login_with_auth "Bearer foo" exit() END @@ -119,22 +119,22 @@ fi #- 2 ChangePreferenceConsent $PYTHON -m $MODULE 'legal-change-preference-consent' \ - 'qkJp7Fal' \ - --body '[{"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "hyFOCP6V", "policyId": "B2tebySn", "policyVersionId": "Py98LUzF"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "LF1hrgmT", "policyId": "eeXDf73J", "policyVersionId": "0xedJ0bz"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "ytffpEM3", "policyId": "7AvVhAcu", "policyVersionId": "WjPWcteh"}]' \ + 'O74AFApg' \ + --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "ErnKR1bR", "policyId": "FIjemEAe", "policyVersionId": "4et6R5IJ"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "ionRgW6C", "policyId": "BIQBhpjj", "policyVersionId": "5eGwgalG"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "b3E0sKkt", "policyId": "S4jcTDz3", "policyVersionId": "ty0r4tVI"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 2 'ChangePreferenceConsent' test.out #- 3 RetrieveAcceptedAgreements $PYTHON -m $MODULE 'legal-retrieve-accepted-agreements' \ - 'WjxMxNIG' \ + 'To1anzFz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'RetrieveAcceptedAgreements' test.out #- 4 RetrieveAllUsersByPolicyVersion $PYTHON -m $MODULE 'legal-retrieve-all-users-by-policy-version' \ - 'tI6FeO4T' \ + 'pnkncPLi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'RetrieveAllUsersByPolicyVersion' test.out @@ -147,96 +147,96 @@ eval_tap $? 5 'RetrieveAllLegalPolicies' test.out #- 6 CreatePolicy $PYTHON -m $MODULE 'legal-create-policy' \ - --body '{"affectedClientIds": ["oERWwpSa", "UwcP8tAv", "CSNnArxD"], "affectedCountries": ["wZ6lnLye", "ZthHTENy", "EiC2EEpe"], "basePolicyName": "ha7UkByw", "description": "DdwzOEB1", "namespace": "IfaWT9on", "tags": ["TGec7eez", "Uo6QNgRu", "IslMOYDw"], "typeId": "UW4JgsOm"}' \ + --body '{"affectedClientIds": ["MFsfyZKr", "7dfkx5gF", "INUxFB6I"], "affectedCountries": ["a5DEJZ1r", "ukwmAjxL", "86pUBNUs"], "basePolicyName": "ROxvmILu", "description": "UdyhGGco", "namespace": "hZviuyL8", "tags": ["Qg2KGRIW", "uJMX3jpR", "eo1Xjno9"], "typeId": "ZXLtmY4E"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'CreatePolicy' test.out #- 7 RetrieveSinglePolicy $PYTHON -m $MODULE 'legal-retrieve-single-policy' \ - 'QRpEhO4d' \ + 'iUQQTVKw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'RetrieveSinglePolicy' test.out #- 8 PartialUpdatePolicy $PYTHON -m $MODULE 'legal-partial-update-policy' \ - 'HERxJ4qH' \ - --body '{"affectedClientIds": ["biddx7PG", "WuIEt7yC", "HU2Nv66i"], "affectedCountries": ["3J36n5st", "7WQuwd9E", "ySkFmU1i"], "basePolicyName": "rU5jC1Ss", "description": "WVMeiHPB", "namespace": "7z7GikGF", "tags": ["TzKxSNbl", "fDRgp8Vf", "c7PhNyMN"]}' \ + 'J8ZS3IWl' \ + --body '{"affectedClientIds": ["riHJRNpP", "DIN1QHNp", "wFRJvAnV"], "affectedCountries": ["qQQkYWWr", "T4IPNf56", "N391YzAe"], "basePolicyName": "1CKWCH4H", "description": "CRXuvdJS", "namespace": "ySkkAFz3", "tags": ["wMTWC6Qq", "B3vHrMwd", "45IFPMav"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'PartialUpdatePolicy' test.out #- 9 RetrievePolicyCountry $PYTHON -m $MODULE 'legal-retrieve-policy-country' \ - 'oRP1xYrZ' \ - 'IGAXpw00' \ + 'VjqeUHwH' \ + 'tlLq0hUL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'RetrievePolicyCountry' test.out #- 10 RetrieveLocalizedPolicyVersions $PYTHON -m $MODULE 'legal-retrieve-localized-policy-versions' \ - 'hyce3Xs7' \ + 'ZWKtWRHG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'RetrieveLocalizedPolicyVersions' test.out #- 11 CreateLocalizedPolicyVersion $PYTHON -m $MODULE 'legal-create-localized-policy-version' \ - 'Z8MMOcNy' \ - --body '{"contentType": "cF7x0nhd", "description": "MQlb0Oih", "localeCode": "6a141nJ4"}' \ + 'gbqibBmU' \ + --body '{"contentType": "T6fC3oEH", "description": "s77F4bcz", "localeCode": "IXfiqNeh"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'CreateLocalizedPolicyVersion' test.out #- 12 RetrieveSingleLocalizedPolicyVersion $PYTHON -m $MODULE 'legal-retrieve-single-localized-policy-version' \ - 'QfB0Zpre' \ + '32OyINtL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'RetrieveSingleLocalizedPolicyVersion' test.out #- 13 UpdateLocalizedPolicyVersion $PYTHON -m $MODULE 'legal-update-localized-policy-version' \ - 'qwpBeD6p' \ - --body '{"attachmentChecksum": "Ug4mGWkL", "attachmentLocation": "fgAJCcIF", "attachmentVersionIdentifier": "vTaP3BWW", "contentType": "jH1bqKtQ", "description": "ZS2raSnq"}' \ + 'uYUKvfoT' \ + --body '{"attachmentChecksum": "uLaVOxUR", "attachmentLocation": "F7DgyOKN", "attachmentVersionIdentifier": "EfOEeHo1", "contentType": "TpNeFCLL", "description": "JJbu0p0b"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'UpdateLocalizedPolicyVersion' test.out #- 14 RequestPresignedURL $PYTHON -m $MODULE 'legal-request-presigned-url' \ - 'yskqVCXR' \ - --body '{"contentMD5": "diUw36Jq", "contentType": "Ua2MfJl2"}' \ + 'dCIv0ifD' \ + --body '{"contentMD5": "yeGbnpg0", "contentType": "kPtqTdaq"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'RequestPresignedURL' test.out #- 15 SetDefaultPolicy $PYTHON -m $MODULE 'legal-set-default-policy' \ - '5ODcvfig' \ + 'TBUPjLL4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'SetDefaultPolicy' test.out #- 16 RetrieveAcceptedAgreementsForMultiUsers $PYTHON -m $MODULE 'legal-retrieve-accepted-agreements-for-multi-users' \ - --body '{"currentPublishedOnly": false, "userIds": ["zGeq8G4T", "GiCQkngx", "IiONj5R7"]}' \ + --body '{"currentPublishedOnly": true, "userIds": ["7uCLspF2", "xYOxLi6U", "rP9IbAfS"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'RetrieveAcceptedAgreementsForMultiUsers' test.out #- 17 RetrieveAcceptedAgreements1 $PYTHON -m $MODULE 'legal-retrieve-accepted-agreements-1' \ - 'HmFkZksX' \ + 'XeqFCyHk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'RetrieveAcceptedAgreements1' test.out #- 18 RetrieveAllUsersByPolicyVersion1 $PYTHON -m $MODULE 'legal-retrieve-all-users-by-policy-version-1' \ - 'FL2cMxi5' \ + 'Bc1MySnG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'RetrieveAllUsersByPolicyVersion1' test.out @@ -249,205 +249,205 @@ eval_tap $? 19 'RetrieveAllLegalPoliciesByNamespace' test.out #- 20 CreatePolicy1 $PYTHON -m $MODULE 'legal-create-policy-1' \ - --body '{"affectedClientIds": ["pKzuVDsD", "Upyop5xy", "K8QlPp9h"], "affectedCountries": ["MFYaSjys", "oISKg5Qe", "y2M5IFzj"], "basePolicyName": "rhn8U0T0", "description": "dH1Ttwao", "tags": ["ToJb8SUy", "imYDOpd0", "V2CMOGIt"], "typeId": "pJk4pccT"}' \ + --body '{"affectedClientIds": ["mCnxufZV", "283dlVvG", "shJDh3J9"], "affectedCountries": ["Xk4lNFd8", "EKE44966", "zs8Cxtw5"], "basePolicyName": "zKFZSbeF", "description": "BX96v7lS", "tags": ["lTmNYX6g", "my5bLuGE", "99FKWcwD"], "typeId": "WqWCFSi7"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'CreatePolicy1' test.out #- 21 RetrieveSinglePolicy1 $PYTHON -m $MODULE 'legal-retrieve-single-policy-1' \ - 'b4e9JJuA' \ + '0mVvpqts' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'RetrieveSinglePolicy1' test.out #- 22 PartialUpdatePolicy1 $PYTHON -m $MODULE 'legal-partial-update-policy-1' \ - 'OJ5jEZFj' \ - --body '{"affectedClientIds": ["biMF4pKn", "0T3neeTs", "cWOrOLPA"], "affectedCountries": ["QxgSm7Jq", "OD3xyI3V", "Z1MHopUX"], "basePolicyName": "AIzv4OVj", "description": "fRWLXYAW", "tags": ["vRb6V3bk", "3CbKgL5H", "G4uY9ibq"]}' \ + 'GfvSR3nj' \ + --body '{"affectedClientIds": ["lcSgRd6c", "kapxR1bD", "Edw2STy5"], "affectedCountries": ["TRieVYBW", "VwOmjCdh", "YsncSM0N"], "basePolicyName": "9TPeqHAL", "description": "9XWg38vk", "tags": ["FEl0YEEM", "o3arSAIr", "em04UmGb"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'PartialUpdatePolicy1' test.out #- 23 RetrievePolicyCountry1 $PYTHON -m $MODULE 'legal-retrieve-policy-country-1' \ - 'Cojm625B' \ - 'kuR8au04' \ + '0I8IUdOG' \ + 'rBDbCOk7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'RetrievePolicyCountry1' test.out #- 24 RetrieveLocalizedPolicyVersions1 $PYTHON -m $MODULE 'legal-retrieve-localized-policy-versions-1' \ - 'tItBtno1' \ + '1HZqScbs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'RetrieveLocalizedPolicyVersions1' test.out #- 25 CreateLocalizedPolicyVersion1 $PYTHON -m $MODULE 'legal-create-localized-policy-version-1' \ - 'SdJ7FGw0' \ - --body '{"contentType": "39ZIjPSF", "description": "b2Fooikc", "localeCode": "ciIULFoa"}' \ + 'gsQelEFS' \ + --body '{"contentType": "495r9Vs1", "description": "elXKTR7I", "localeCode": "vXlGXKWC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'CreateLocalizedPolicyVersion1' test.out #- 26 RetrieveSingleLocalizedPolicyVersion1 $PYTHON -m $MODULE 'legal-retrieve-single-localized-policy-version-1' \ - 'VMrPKuL6' \ + 'S5tXYfdT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'RetrieveSingleLocalizedPolicyVersion1' test.out #- 27 UpdateLocalizedPolicyVersion1 $PYTHON -m $MODULE 'legal-update-localized-policy-version-1' \ - '5pmHNwkZ' \ - --body '{"attachmentChecksum": "8L920P3M", "attachmentLocation": "a8yzqn3D", "attachmentVersionIdentifier": "dGl2KGUd", "contentType": "qeODJ8PP", "description": "wQe6qCNH"}' \ + '96WsSgeU' \ + --body '{"attachmentChecksum": "szOrQtQl", "attachmentLocation": "YlKvCTgP", "attachmentVersionIdentifier": "Nffck616", "contentType": "vSJsAubi", "description": "LKLi8jjg"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'UpdateLocalizedPolicyVersion1' test.out #- 28 RequestPresignedURL1 $PYTHON -m $MODULE 'legal-request-presigned-url-1' \ - 'Kl8CsspR' \ - --body '{"contentMD5": "d9HZo6pk", "contentType": "InnP5TNa"}' \ + 'TB5IxA0t' \ + --body '{"contentMD5": "gXxibk0W", "contentType": "dmRstpii"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'RequestPresignedURL1' test.out #- 29 SetDefaultPolicy1 $PYTHON -m $MODULE 'legal-set-default-policy-1' \ - 'XeoqulOr' \ + '8uH3X0pr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'SetDefaultPolicy1' test.out #- 30 UpdatePolicyVersion1 $PYTHON -m $MODULE 'legal-update-policy-version-1' \ - 'vudEWSJt' \ - --body '{"description": "KZKvuwa4", "displayVersion": "nKsb2aa5", "isCommitted": true}' \ + 'hYBzEIpa' \ + --body '{"description": "eUSMzh4X", "displayVersion": "Y4aB0u1X", "isCommitted": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'UpdatePolicyVersion1' test.out #- 31 PublishPolicyVersion1 $PYTHON -m $MODULE 'legal-publish-policy-version-1' \ - '83Ka7evJ' \ + 'Kxwictuk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'PublishPolicyVersion1' test.out #- 32 UpdatePolicy1 $PYTHON -m $MODULE 'legal-update-policy-1' \ - 'IeRKSMjI' \ - --body '{"description": "vP5Wosry", "isDefaultOpted": true, "isMandatory": false, "policyName": "zQTjrUCW", "readableId": "yXK8ej34", "shouldNotifyOnUpdate": true}' \ + 'y2VLQ6fl' \ + --body '{"description": "KuTssZL8", "isDefaultOpted": false, "isMandatory": false, "policyName": "WfGOjzx5", "readableId": "FsagVwbJ", "shouldNotifyOnUpdate": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'UpdatePolicy1' test.out #- 33 SetDefaultPolicy3 $PYTHON -m $MODULE 'legal-set-default-policy-3' \ - 'Jm5sx4dv' \ + '2X7z8347' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'SetDefaultPolicy3' test.out #- 34 RetrieveSinglePolicyVersion1 $PYTHON -m $MODULE 'legal-retrieve-single-policy-version-1' \ - 'oMeAb7kS' \ + 'wCpg6NvG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'RetrieveSinglePolicyVersion1' test.out #- 35 CreatePolicyVersion1 $PYTHON -m $MODULE 'legal-create-policy-version-1' \ - 'SDqrayAj' \ - --body '{"description": "he5Bx0E6", "displayVersion": "CgxJzoY3", "isCommitted": true}' \ + 'Z9GDRslP' \ + --body '{"description": "WotjDDnD", "displayVersion": "YWA0TX3s", "isCommitted": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'CreatePolicyVersion1' test.out #- 36 RetrieveAllPolicyTypes1 $PYTHON -m $MODULE 'legal-retrieve-all-policy-types-1' \ - '85' \ + '68' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'RetrieveAllPolicyTypes1' test.out #- 37 IndirectBulkAcceptVersionedPolicy $PYTHON -m $MODULE 'legal-indirect-bulk-accept-versioned-policy' \ - '7i9vFyOb' \ - 'RfNp7wrh' \ - '8qXa6kJ1' \ - --body '[{"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "wpTuuK80", "policyId": "YUZnYJYV", "policyVersionId": "jlUvHM5d"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "lpOoz8BZ", "policyId": "wv71GDLA", "policyVersionId": "9cSITbRQ"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "NCgHy3g2", "policyId": "FxuB7kUz", "policyVersionId": "b8CCIaXy"}]' \ + 'MpyTEbxD' \ + 'vxnuLj0Z' \ + 'JkzaOUys' \ + --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "wRXBgmHX", "policyId": "hhPmQoEE", "policyVersionId": "GZDdDo1Q"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "rvFzUAMs", "policyId": "19oqM1mr", "policyVersionId": "fKVN0N0X"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "jV52BTJH", "policyId": "OTYnJMgU", "policyVersionId": "dpKgtHum"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'IndirectBulkAcceptVersionedPolicy' test.out #- 38 AdminRetrieveEligibilities $PYTHON -m $MODULE 'legal-admin-retrieve-eligibilities' \ - '8xgtmSsg' \ - '8kl33Mnj' \ - 'ewBJTlmu' \ + 'M3yajZ4g' \ + 'EQ0czN5H' \ + 'jEMR8eh3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'AdminRetrieveEligibilities' test.out #- 39 RetrievePolicies $PYTHON -m $MODULE 'legal-retrieve-policies' \ - 'nu4jSJlW' \ + '069KhZPO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'RetrievePolicies' test.out #- 40 UpdatePolicyVersion $PYTHON -m $MODULE 'legal-update-policy-version' \ - 'DjUsILaG' \ - --body '{"description": "FxBOFP50", "displayVersion": "6ank0ukO", "isCommitted": true}' \ + 'Z9mQzkEU' \ + --body '{"description": "EdPuIZDw", "displayVersion": "EsnzVN3o", "isCommitted": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'UpdatePolicyVersion' test.out #- 41 PublishPolicyVersion $PYTHON -m $MODULE 'legal-publish-policy-version' \ - 'RDPiCoHY' \ + 'HfEVzUyt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'PublishPolicyVersion' test.out #- 42 UpdatePolicy $PYTHON -m $MODULE 'legal-update-policy' \ - '71QmxazK' \ - --body '{"description": "Bwt0lazt", "isDefaultOpted": true, "isMandatory": true, "policyName": "xn3nN2hu", "readableId": "KgD3waij", "shouldNotifyOnUpdate": true}' \ + 'hhM21PHJ' \ + --body '{"description": "blgAOprx", "isDefaultOpted": true, "isMandatory": true, "policyName": "Jvf5ttAd", "readableId": "dPXB1uQg", "shouldNotifyOnUpdate": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'UpdatePolicy' test.out #- 43 SetDefaultPolicy2 $PYTHON -m $MODULE 'legal-set-default-policy-2' \ - 'QYpmRaoo' \ + 'V8Wunqbk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'SetDefaultPolicy2' test.out #- 44 RetrieveSinglePolicyVersion $PYTHON -m $MODULE 'legal-retrieve-single-policy-version' \ - 'oNo6Vbgi' \ + 'pEONeLBO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'RetrieveSinglePolicyVersion' test.out #- 45 CreatePolicyVersion $PYTHON -m $MODULE 'legal-create-policy-version' \ - 'UGkQJSsf' \ - --body '{"description": "Lm5fvtr5", "displayVersion": "9o0Quc4u", "isCommitted": true}' \ + 'HzeSKSHo' \ + --body '{"description": "mwyTk1hx", "displayVersion": "oPU00eVs", "isCommitted": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'CreatePolicyVersion' test.out #- 46 RetrieveAllPolicyTypes $PYTHON -m $MODULE 'legal-retrieve-all-policy-types' \ - '17' \ + '93' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'RetrieveAllPolicyTypes' test.out @@ -466,21 +466,21 @@ eval_tap 0 49 'InvalidateUserInfoCache # SKIP deprecated' test.out #- 50 AnonymizeUserAgreement $PYTHON -m $MODULE 'legal-anonymize-user-agreement' \ - 'T6CtKQcp' \ + 'alh6y1Fh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'AnonymizeUserAgreement' test.out #- 51 ChangePreferenceConsent1 $PYTHON -m $MODULE 'legal-change-preference-consent-1' \ - --body '[{"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "lIzGFtkI", "policyId": "uWkyUH52", "policyVersionId": "ptFXjyrS"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "OQtzisbm", "policyId": "XxGGK0jv", "policyVersionId": "svSrbm0z"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "hFIMXDK5", "policyId": "neEx93Sd", "policyVersionId": "3nzJCyVx"}]' \ + --body '[{"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "tdYRDcf0", "policyId": "X4Wpf2oR", "policyVersionId": "9HMTeqOc"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "emXoyWfI", "policyId": "MDaX6IXL", "policyVersionId": "13ReF6sZ"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "Ld7Vbmta", "policyId": "OjmKQr0Y", "policyVersionId": "cuWeqEMo"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'ChangePreferenceConsent1' test.out #- 52 AcceptVersionedPolicy $PYTHON -m $MODULE 'legal-accept-versioned-policy' \ - 'etIxgkxk' \ + 'rNYtJIA7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'AcceptVersionedPolicy' test.out @@ -493,7 +493,7 @@ eval_tap $? 53 'RetrieveAgreementsPublic' test.out #- 54 BulkAcceptVersionedPolicy $PYTHON -m $MODULE 'legal-bulk-accept-versioned-policy' \ - --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "7PjeL87X", "policyId": "YMfh8C5A", "policyVersionId": "2eO4YEuj"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "rNk4tFXg", "policyId": "1ETgx6QQ", "policyVersionId": "vOD1CzhG"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "H4BXqgWe", "policyId": "wRUZ592H", "policyVersionId": "COKMGkva"}]' \ + --body '[{"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "NE1rNUst", "policyId": "DODJOMIF", "policyVersionId": "hFxhCqym"}, {"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "eEacgSIZ", "policyId": "nfoRkP3d", "policyVersionId": "9ugUqymQ"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "pC8InUfl", "policyId": "ult1qIbY", "policyVersionId": "VlxuBXZo"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'BulkAcceptVersionedPolicy' test.out @@ -503,8 +503,8 @@ eval_tap 0 55 'IndirectBulkAcceptVersionedPolicyV2 # SKIP deprecated' test.out #- 56 IndirectBulkAcceptVersionedPolicy1 $PYTHON -m $MODULE 'legal-indirect-bulk-accept-versioned-policy-1' \ - 'gX9OxE6v' \ - --body '[{"isAccepted": false, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "V1KJisT1", "policyId": "t2mUiBnw", "policyVersionId": "TTwsUNau"}, {"isAccepted": true, "isNeedToSendEventMarketing": true, "localizedPolicyVersionId": "teZynbCA", "policyId": "tw0B4mit", "policyVersionId": "LPv88Rn2"}, {"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "oCzceUDs", "policyId": "bWE4ZTVG", "policyVersionId": "BXarbZ0A"}]' \ + '1SivnJIZ' \ + --body '[{"isAccepted": false, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "lxyDEksd", "policyId": "bdBAjYYJ", "policyVersionId": "scb8U4Nl"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "cKxAu9Xx", "policyId": "brLtTN9b", "policyVersionId": "j1Y139SP"}, {"isAccepted": true, "isNeedToSendEventMarketing": false, "localizedPolicyVersionId": "Zns12zee", "policyId": "j2M4l6yP", "policyVersionId": "BSeQBcsT"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'IndirectBulkAcceptVersionedPolicy1' test.out @@ -517,30 +517,30 @@ eval_tap $? 57 'RetrieveEligibilitiesPublic' test.out #- 58 RetrieveEligibilitiesPublicIndirect $PYTHON -m $MODULE 'legal-retrieve-eligibilities-public-indirect' \ - 'Du1TFQYo' \ - 'uxigwiSk' \ - 'XYhwOMfR' \ + 'OyaHyJh5' \ + 'rMGEJEAz' \ + 'cofqRtHH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'RetrieveEligibilitiesPublicIndirect' test.out #- 59 RetrieveSingleLocalizedPolicyVersion2 $PYTHON -m $MODULE 'legal-retrieve-single-localized-policy-version-2' \ - '2AHbxMDy' \ + 'kh6UBhnd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'RetrieveSingleLocalizedPolicyVersion2' test.out #- 60 RetrieveSingleLocalizedPolicyVersion3 $PYTHON -m $MODULE 'legal-retrieve-single-localized-policy-version-3' \ - 'aFSxzeDA' \ + '7koAo5ny' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'RetrieveSingleLocalizedPolicyVersion3' test.out #- 61 RetrieveLatestPolicies $PYTHON -m $MODULE 'legal-retrieve-latest-policies' \ - 'YGF8Yxty' \ + 'EVPUUFIO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'RetrieveLatestPolicies' test.out @@ -553,7 +553,7 @@ eval_tap $? 62 'RetrieveLatestPoliciesPublic' test.out #- 63 RetrieveLatestPoliciesByNamespaceAndCountryPublic $PYTHON -m $MODULE 'legal-retrieve-latest-policies-by-namespace-and-country-public' \ - '3C9R948F' \ + 'm2EGDunB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'RetrieveLatestPoliciesByNamespaceAndCountryPublic' test.out diff --git a/samples/cli/tests/lobby-cli-test.sh b/samples/cli/tests/lobby-cli-test.sh index 8be87fd41..5d73064ca 100644 --- a/samples/cli/tests/lobby-cli-test.sh +++ b/samples/cli/tests/lobby-cli-test.sh @@ -35,99 +35,99 @@ lobby-get-user-incoming-friends-with-time --login_with_auth "Bearer foo" lobby-get-user-outgoing-friends --login_with_auth "Bearer foo" lobby-get-user-outgoing-friends-with-time --login_with_auth "Bearer foo" lobby-get-user-friends-with-platform --login_with_auth "Bearer foo" -lobby-user-request-friend '{"friendId": "dgIqeR5c", "friendPublicId": "L0nS99Tb"}' --login_with_auth "Bearer foo" -lobby-user-accept-friend-request '{"friendId": "BV7vRWeG"}' --login_with_auth "Bearer foo" -lobby-user-cancel-friend-request '{"friendId": "EfGTM0eA"}' --login_with_auth "Bearer foo" -lobby-user-reject-friend-request '{"friendId": "RGnpg6NA"}' --login_with_auth "Bearer foo" -lobby-user-get-friendship-status '3GZRQJqK' --login_with_auth "Bearer foo" -lobby-user-unfriend-request '{"friendId": "Gg12yfJe"}' --login_with_auth "Bearer foo" -lobby-add-friends-without-confirmation '{"friendIds": ["IopJdXHI", "MrJeN514", "311nMiuG"]}' 'JG3PWL4s' --login_with_auth "Bearer foo" -lobby-bulk-delete-friends '{"friendIds": ["qWpR9RqJ", "LOQvmduw", "oJoLkGMm"]}' '59fsLdqq' --login_with_auth "Bearer foo" -lobby-sync-native-friends '[{"isLogin": false, "platformId": "qQ8AJIZo", "platformToken": "FUHsHXy9", "psnEnv": "tuYmSmqV"}, {"isLogin": false, "platformId": "e62f7BSs", "platformToken": "ConDEQyw", "psnEnv": "2ruoObiu"}, {"isLogin": true, "platformId": "HVIblvmZ", "platformToken": "6VR2TKFv", "psnEnv": "XUFdgmQE"}]' --login_with_auth "Bearer foo" +lobby-user-request-friend '{"friendId": "Iskl9dFf", "friendPublicId": "P12o5TRW"}' --login_with_auth "Bearer foo" +lobby-user-accept-friend-request '{"friendId": "2oZWXrrO"}' --login_with_auth "Bearer foo" +lobby-user-cancel-friend-request '{"friendId": "RwYTEW4B"}' --login_with_auth "Bearer foo" +lobby-user-reject-friend-request '{"friendId": "z7Nbp4Yy"}' --login_with_auth "Bearer foo" +lobby-user-get-friendship-status '5VoeVocY' --login_with_auth "Bearer foo" +lobby-user-unfriend-request '{"friendId": "jkmaxv7C"}' --login_with_auth "Bearer foo" +lobby-add-friends-without-confirmation '{"friendIds": ["fUm2W0Fp", "uOFVaTDJ", "Smtb3wB2"]}' 'Pzdk5b71' --login_with_auth "Bearer foo" +lobby-bulk-delete-friends '{"friendIds": ["5ikuS3Rx", "5rzJLyAy", "ASaucmQ0"]}' 'qiLa1A56' --login_with_auth "Bearer foo" +lobby-sync-native-friends '[{"isLogin": true, "platformId": "4os7yDW4", "platformToken": "aayhjkoo", "psnEnv": "Q0Zrz6mP"}, {"isLogin": true, "platformId": "JIRyU4OA", "platformToken": "nT15G2eK", "psnEnv": "50Odaswc"}, {"isLogin": false, "platformId": "WlIWkO5n", "platformToken": "P2bSaNPp", "psnEnv": "0NNdgRoV"}]' --login_with_auth "Bearer foo" lobby-admin-get-all-config-v1 --login_with_auth "Bearer foo" lobby-admin-get-config-v1 --login_with_auth "Bearer foo" -lobby-admin-update-config-v1 '{"allowInviteNonConnectedUser": true, "allowJoinPartyDuringMatchmaking": false, "autoKickOnDisconnect": false, "autoKickOnDisconnectDelay": 6, "cancelTicketOnDisconnect": false, "chatRateLimitBurst": 88, "chatRateLimitDuration": 4, "concurrentUsersLimit": 23, "disableInvitationOnJoinParty": false, "enableChat": false, "entitlementCheck": false, "entitlementItemID": "KtI0L4by", "generalRateLimitBurst": 99, "generalRateLimitDuration": 7, "keepPresenceActivityOnDisconnect": false, "maxDSWaitTime": 19, "maxFriendsLimit": 34, "maxPartyMember": 14, "profanityFilter": false, "readyConsentTimeout": 81, "unregisterDelay": 67}' --login_with_auth "Bearer foo" +lobby-admin-update-config-v1 '{"allowInviteNonConnectedUser": false, "allowJoinPartyDuringMatchmaking": false, "autoKickOnDisconnect": false, "autoKickOnDisconnectDelay": 76, "cancelTicketOnDisconnect": false, "chatRateLimitBurst": 37, "chatRateLimitDuration": 50, "concurrentUsersLimit": 0, "disableInvitationOnJoinParty": true, "enableChat": false, "entitlementCheck": false, "entitlementItemID": "czDEKS5t", "generalRateLimitBurst": 40, "generalRateLimitDuration": 2, "keepPresenceActivityOnDisconnect": true, "maxDSWaitTime": 81, "maxFriendsLimit": 63, "maxPartyMember": 98, "profanityFilter": false, "readyConsentTimeout": 12, "unregisterDelay": 66}' --login_with_auth "Bearer foo" lobby-admin-export-config-v1 --login_with_auth "Bearer foo" lobby-admin-import-config-v1 --login_with_auth "Bearer foo" -lobby-get-list-of-friends 'hwmgrwtT' --login_with_auth "Bearer foo" -lobby-get-incoming-friend-requests 'UuomnsBh' --login_with_auth "Bearer foo" -lobby-get-outgoing-friend-requests 'D08PlFRL' --login_with_auth "Bearer foo" +lobby-get-list-of-friends 'my6z3XgT' --login_with_auth "Bearer foo" +lobby-get-incoming-friend-requests 'Thd1knum' --login_with_auth "Bearer foo" +lobby-get-outgoing-friend-requests 'MZtUTJJQ' --login_with_auth "Bearer foo" lobby-admin-get-global-config --login_with_auth "Bearer foo" -lobby-admin-update-global-config '{"regionRetryMapping": {"WYcBqN2t": ["arKzIfCA", "CNhLHI6G", "eZmuWiPz"], "LBfacshC": ["Tyi3e0Qj", "97PgXe9T", "OM62UHzj"], "idUmttHb": ["RLQp0QrD", "F1o5IKOB", "QB8cl2Qu"]}, "regionURLMapping": ["9EVRPm4A", "kQ0OH5zR", "mAXbeMJ1"], "testGameMode": "tMfWLf8E", "testRegionURLMapping": ["3KTYPKGd", "n5FY4uoW", "1kBTNuj7"], "testTargetUserIDs": ["gpoBDMyS", "GpyUEHNS", "6GvvJiQZ"]}' --login_with_auth "Bearer foo" +lobby-admin-update-global-config '{"regionRetryMapping": {"JXNUdapS": ["nTy76blw", "rB7IWWJB", "Pdpnfjpy"], "jHOhX17k": ["HwneW8Tn", "qXllpbMS", "IpataIeV"], "qr3UdiLX": ["YuamAvsb", "dX0foqG1", "9r6jtQCg"]}, "regionURLMapping": ["icsEi8rz", "BPlfnzI3", "Fbyf8h6f"], "testGameMode": "3VT5Sn4H", "testRegionURLMapping": ["55Zv1Da7", "TRJ6POTP", "lOOWLytD"], "testTargetUserIDs": ["8AHj6Dek", "egnaPoFW", "yrdbjd2S"]}' --login_with_auth "Bearer foo" lobby-admin-delete-global-config --login_with_auth "Bearer foo" -lobby-send-multiple-users-freeform-notification-v1-admin '{"message": "yiOXqjiM", "topicName": "WVtBsYr1", "userIds": ["ewJs8YJw", "akYb6iGl", "pyRcllIj"]}' --login_with_auth "Bearer foo" -lobby-send-users-freeform-notification-v1-admin '{"message": "ocA7j9dy", "topicName": "N9gJIa19"}' --login_with_auth "Bearer foo" -lobby-send-party-freeform-notification-v1-admin '{"message": "tUzywves", "topicName": "efFI5lwQ"}' 'RkeJ0gC7' --login_with_auth "Bearer foo" -lobby-send-party-templated-notification-v1-admin '{"templateContext": {"WyBaYK94": "OuTtkCqr", "H5J1RGFk": "GbFDD4u6", "kj9C7hJM": "ePCYQlwt"}, "templateLanguage": "GS7qReMf", "templateSlug": "SBtKi5rR", "topicName": "IeKzdrrt"}' 'P8Oj3GKs' --login_with_auth "Bearer foo" +lobby-send-multiple-users-freeform-notification-v1-admin '{"message": "Ebreygrz", "topicName": "Xa2BxI0b", "userIds": ["D6ImepUn", "xeQNRqzz", "GXxlHSf3"]}' --login_with_auth "Bearer foo" +lobby-send-users-freeform-notification-v1-admin '{"message": "eMZXLzuK", "topicName": "qF59cYOi"}' --login_with_auth "Bearer foo" +lobby-send-party-freeform-notification-v1-admin '{"message": "kRmbYWVs", "topicName": "KjIAwOE0"}' 'Yj4KGioU' --login_with_auth "Bearer foo" +lobby-send-party-templated-notification-v1-admin '{"templateContext": {"JaqfsS6l": "WEVOmM1C", "OXOIjqwO": "CbXLIbgj", "IBhzIsLO": "Fy3x8JRs"}, "templateLanguage": "3rPTWU3f", "templateSlug": "rNP3OXJX", "topicName": "fWENDImo"}' 'dMWp9wLk' --login_with_auth "Bearer foo" lobby-get-all-notification-templates-v1-admin --login_with_auth "Bearer foo" -lobby-create-notification-template-v1-admin '{"templateContent": "tS8q2IBM", "templateLanguage": "kmJ0Esar", "templateSlug": "JPHn09hY"}' --login_with_auth "Bearer foo" -lobby-send-users-templated-notification-v1-admin '{"templateContext": {"MXuUK3eB": "0p4Djo3W", "lD0tXLwr": "YXUAhadR", "wGPZfgRV": "qvoHXWiA"}, "templateLanguage": "hygkcOq2", "templateSlug": "zsRAc9Yd", "topicName": "VF3EiHIA"}' --login_with_auth "Bearer foo" -lobby-get-template-slug-localizations-template-v1-admin 'o6yLmVdU' --login_with_auth "Bearer foo" -lobby-delete-notification-template-slug-v1-admin 'ZRFktdpP' --login_with_auth "Bearer foo" -lobby-get-single-template-localization-v1-admin '3opElCTH' 'hVGePG64' --login_with_auth "Bearer foo" -lobby-update-template-localization-v1-admin '{"templateContent": "2AcR2kkp"}' 'senb6qas' 'kW8v9QVe' --login_with_auth "Bearer foo" -lobby-delete-template-localization-v1-admin '3q5Dxsm7' 'E12Kcaxy' --login_with_auth "Bearer foo" -lobby-publish-template-localization-v1-admin 'tjWeBJAJ' 'AHboAAz7' --login_with_auth "Bearer foo" +lobby-create-notification-template-v1-admin '{"templateContent": "6danZ6dp", "templateLanguage": "WtsnIkMO", "templateSlug": "qnD6unlM"}' --login_with_auth "Bearer foo" +lobby-send-users-templated-notification-v1-admin '{"templateContext": {"y1OgdmXg": "bkcWxfjp", "V8w8QR9s": "REZxf6iX", "aOZx29zC": "kCLHy2u7"}, "templateLanguage": "z4ckWdV3", "templateSlug": "05akj1jq", "topicName": "HwfwMjRQ"}' --login_with_auth "Bearer foo" +lobby-get-template-slug-localizations-template-v1-admin 'Gdwcps4P' --login_with_auth "Bearer foo" +lobby-delete-notification-template-slug-v1-admin 'DLMKBAkM' --login_with_auth "Bearer foo" +lobby-get-single-template-localization-v1-admin 'txNZucKP' 'jJNO8bZR' --login_with_auth "Bearer foo" +lobby-update-template-localization-v1-admin '{"templateContent": "Kdfp4jFB"}' 'zw9CFX4o' 'dZ8X5Omf' --login_with_auth "Bearer foo" +lobby-delete-template-localization-v1-admin 'ysrhcs4T' 'RHGJyXuR' --login_with_auth "Bearer foo" +lobby-publish-template-localization-v1-admin 'beLgQfPn' 'TqG8eesz' --login_with_auth "Bearer foo" lobby-get-all-notification-topics-v1-admin --login_with_auth "Bearer foo" -lobby-create-notification-topic-v1-admin '{"description": "en2taqmg", "topicName": "OmWZPN1Q"}' --login_with_auth "Bearer foo" -lobby-get-notification-topic-v1-admin 'Zy0MAqMo' --login_with_auth "Bearer foo" -lobby-update-notification-topic-v1-admin '{"description": "r21jkRcn"}' 'hFUAc6Qv' --login_with_auth "Bearer foo" -lobby-delete-notification-topic-v1-admin 'odMUlgCL' --login_with_auth "Bearer foo" -lobby-send-specific-user-freeform-notification-v1-admin '{"message": "dZTMK2Zm", "topicName": "mXosY4le"}' 'Xd4efIcV' --login_with_auth "Bearer foo" -lobby-send-specific-user-templated-notification-v1-admin '{"templateContext": {"xtnLNXBK": "8X4R4QJ7", "pe6uuxyN": "Tyyu7YXM", "mFu2JY9w": "6VOuvI2i"}, "templateLanguage": "LvDXhbk6", "templateSlug": "yaorFMzI", "topicName": "gyU1n3kI"}' 'w3IlG84f' --login_with_auth "Bearer foo" -lobby-admin-get-party-data-v1 '23IJqIQS' --login_with_auth "Bearer foo" -lobby-admin-update-party-attributes-v1 '{"custom_attribute": {"bYehVBCY": {}, "LozV7Z1h": {}, "7RZmuwtc": {}}, "updatedAt": 67}' 'cfy2BQE4' --login_with_auth "Bearer foo" -lobby-admin-join-party-v1 '006e7gek' 'K3XPmUWm' --login_with_auth "Bearer foo" -lobby-admin-get-user-party-v1 '2lDDT56I' --login_with_auth "Bearer foo" +lobby-create-notification-topic-v1-admin '{"description": "zqwOM1lg", "topicName": "8zX7E07p"}' --login_with_auth "Bearer foo" +lobby-get-notification-topic-v1-admin '1gAoWZw2' --login_with_auth "Bearer foo" +lobby-update-notification-topic-v1-admin '{"description": "LwGixR4o"}' 'uFownsU2' --login_with_auth "Bearer foo" +lobby-delete-notification-topic-v1-admin 'leYw0iOj' --login_with_auth "Bearer foo" +lobby-send-specific-user-freeform-notification-v1-admin '{"message": "bRI5EU8f", "topicName": "inYCyc3W"}' 'WW5bXSuR' --login_with_auth "Bearer foo" +lobby-send-specific-user-templated-notification-v1-admin '{"templateContext": {"xmzjLFMT": "ZGfMJrvC", "FxgJUHeU": "FPK99sNa", "shI0j3CZ": "e683FtCg"}, "templateLanguage": "1fzVVd4n", "templateSlug": "OJCSLNxc", "topicName": "nepAtsSm"}' 'AvxKMvN4' --login_with_auth "Bearer foo" +lobby-admin-get-party-data-v1 'FzqlBIR2' --login_with_auth "Bearer foo" +lobby-admin-update-party-attributes-v1 '{"custom_attribute": {"eHZKFbTM": {}, "taoKPu2A": {}, "n7R8eMOe": {}}, "updatedAt": 73}' '8ewW63ET' --login_with_auth "Bearer foo" +lobby-admin-join-party-v1 'GIvX6YLe' 'dCRRuCEN' --login_with_auth "Bearer foo" +lobby-admin-get-user-party-v1 'kkFoPZf9' --login_with_auth "Bearer foo" lobby-admin-get-lobby-ccu --login_with_auth "Bearer foo" -lobby-admin-get-bulk-player-blocked-players-v1 '{"listBlockedUserId": ["My8K3ze1", "08ig7ddl", "hG2N2XIl"]}' --login_with_auth "Bearer foo" -lobby-admin-get-all-player-session-attribute 'vBaJQdP8' --login_with_auth "Bearer foo" -lobby-admin-set-player-session-attribute '{"attributes": {"TAZLZKRa": "6QevbrGO", "cixPoOJg": "oDdSRMft", "DpgwxfP6": "XHOkoq7x"}}' '0IWaE0U9' --login_with_auth "Bearer foo" -lobby-admin-get-player-session-attribute 'a4Jnkl0z' '6kaAMaa8' --login_with_auth "Bearer foo" -lobby-admin-get-player-blocked-players-v1 'BNJaoYF9' --login_with_auth "Bearer foo" -lobby-admin-get-player-blocked-by-players-v1 'PTRWqpEs' --login_with_auth "Bearer foo" -lobby-admin-bulk-block-players-v1 '{"listBlockedUserId": ["tzZ0bFG8", "wvWdFtEj", "YurJRC7c"]}' 'mwUember' --login_with_auth "Bearer foo" -lobby-admin-debug-profanity-filters '{"text": "MdPqpq7i"}' --login_with_auth "Bearer foo" -lobby-admin-get-profanity-list-filters-v1 'jmntyNZ1' --login_with_auth "Bearer foo" -lobby-admin-add-profanity-filter-into-list '{"filter": "mxxPprju", "note": "euu7joz2"}' 'DcJFgOOJ' --login_with_auth "Bearer foo" -lobby-admin-add-profanity-filters '{"filters": [{"filter": "yIHjXNRq", "note": "WVJg9kaR"}, {"filter": "D8i6woMj", "note": "8V4JybWK"}, {"filter": "lH6MzBcl", "note": "OQGzVOIc"}]}' '8NUixGWj' --login_with_auth "Bearer foo" -lobby-admin-import-profanity-filters-from-file '[97, 11, 41]' 'IfzNsuF9' --login_with_auth "Bearer foo" -lobby-admin-delete-profanity-filter '{"filter": "OnPfRvZh"}' 'ShE89IBg' --login_with_auth "Bearer foo" +lobby-admin-get-bulk-player-blocked-players-v1 '{"listBlockedUserId": ["PQV7t8zU", "6LW821xB", "hXCN7CIs"]}' --login_with_auth "Bearer foo" +lobby-admin-get-all-player-session-attribute '1wW4zXIn' --login_with_auth "Bearer foo" +lobby-admin-set-player-session-attribute '{"attributes": {"yqFbV7Oc": "Eijo4Cjc", "YH0pwE6r": "stp9hfx6", "oRapaITY": "wCLq1P8f"}}' 'QlmAuakw' --login_with_auth "Bearer foo" +lobby-admin-get-player-session-attribute 'xEcr4fk5' '2JXDymwZ' --login_with_auth "Bearer foo" +lobby-admin-get-player-blocked-players-v1 'bkmVj6ER' --login_with_auth "Bearer foo" +lobby-admin-get-player-blocked-by-players-v1 'dYKyzlCs' --login_with_auth "Bearer foo" +lobby-admin-bulk-block-players-v1 '{"listBlockedUserId": ["dCAyvzJJ", "2zaUJogp", "GDdGmEmh"]}' 'BfzHnPcM' --login_with_auth "Bearer foo" +lobby-admin-debug-profanity-filters '{"text": "bgSTtZ3g"}' --login_with_auth "Bearer foo" +lobby-admin-get-profanity-list-filters-v1 'FmWFOYRc' --login_with_auth "Bearer foo" +lobby-admin-add-profanity-filter-into-list '{"filter": "E0uWFZZv", "note": "xSkSR4iy"}' '1Ikjciib' --login_with_auth "Bearer foo" +lobby-admin-add-profanity-filters '{"filters": [{"filter": "Sld8m2XO", "note": "XwnPZ5c2"}, {"filter": "zQjOlyBT", "note": "biPTN0Cf"}, {"filter": "LpCjQBqx", "note": "YcjG1jJx"}]}' 'Wdvy0mni' --login_with_auth "Bearer foo" +lobby-admin-import-profanity-filters-from-file '[81, 58, 67]' 'lY6IwYln' --login_with_auth "Bearer foo" +lobby-admin-delete-profanity-filter '{"filter": "olFIWx5c"}' 'vU5OqcN9' --login_with_auth "Bearer foo" lobby-admin-get-profanity-lists --login_with_auth "Bearer foo" -lobby-admin-create-profanity-list '{"isEnabled": false, "isMandatory": false, "name": "xmKu34O4"}' --login_with_auth "Bearer foo" -lobby-admin-update-profanity-list '{"isEnabled": false, "isMandatory": true, "newName": "dxXjibzo"}' 'oegaQsCo' --login_with_auth "Bearer foo" -lobby-admin-delete-profanity-list 'fhXsCP70' --login_with_auth "Bearer foo" +lobby-admin-create-profanity-list '{"isEnabled": false, "isMandatory": true, "name": "l4xgTGmr"}' --login_with_auth "Bearer foo" +lobby-admin-update-profanity-list '{"isEnabled": false, "isMandatory": false, "newName": "cCR0ulW0"}' 'W4cT1IbH' --login_with_auth "Bearer foo" +lobby-admin-delete-profanity-list 'etbwML7E' --login_with_auth "Bearer foo" lobby-admin-get-profanity-rule --login_with_auth "Bearer foo" -lobby-admin-set-profanity-rule-for-namespace '{"rule": "gO6oNbzV"}' --login_with_auth "Bearer foo" -lobby-admin-verify-message-profanity-response '{"message": "XkKc7xd1", "profanityLevel": "ouGOdErC"}' --login_with_auth "Bearer foo" +lobby-admin-set-profanity-rule-for-namespace '{"rule": "HqWK4NBp"}' --login_with_auth "Bearer foo" +lobby-admin-verify-message-profanity-response '{"message": "DQa43F3o", "profanityLevel": "zImNRYGa"}' --login_with_auth "Bearer foo" lobby-admin-get-third-party-config --login_with_auth "Bearer foo" -lobby-admin-update-third-party-config '{"apiKey": "BFpA7GDI"}' --login_with_auth "Bearer foo" -lobby-admin-create-third-party-config '{"apiKey": "fOyLcmOD"}' --login_with_auth "Bearer foo" +lobby-admin-update-third-party-config '{"apiKey": "afHsVepC"}' --login_with_auth "Bearer foo" +lobby-admin-create-third-party-config '{"apiKey": "SBGmbhGp"}' --login_with_auth "Bearer foo" lobby-admin-delete-third-party-config --login_with_auth "Bearer foo" lobby-public-get-messages --login_with_auth "Bearer foo" -lobby-public-get-party-data-v1 'VqAScRhz' --login_with_auth "Bearer foo" -lobby-public-update-party-attributes-v1 '{"custom_attribute": {"IBbyZi6n": {}, "L51lzaYT": {}, "tB9Pzj7r": {}}, "updatedAt": 83}' 'szPxrJ3D' --login_with_auth "Bearer foo" -lobby-public-set-party-limit-v1 '{"limit": 10}' '2Zm1hRnt' --login_with_auth "Bearer foo" +lobby-public-get-party-data-v1 '1K5xvc2y' --login_with_auth "Bearer foo" +lobby-public-update-party-attributes-v1 '{"custom_attribute": {"0aRa5XCF": {}, "4jsRNkoi": {}, "gUtUcQVQ": {}}, "updatedAt": 60}' 'iITyDdnC' --login_with_auth "Bearer foo" +lobby-public-set-party-limit-v1 '{"limit": 56}' 'scStq0GM' --login_with_auth "Bearer foo" lobby-public-get-player-blocked-players-v1 --login_with_auth "Bearer foo" lobby-public-get-player-blocked-by-players-v1 --login_with_auth "Bearer foo" -lobby-users-presence-handler-v1 'Yw25XjeU' --login_with_auth "Bearer foo" -lobby-free-form-notification '{"message": "F6Bu1BdZ", "topic": "0wFbqsba"}' --login_with_auth "Bearer foo" -lobby-notification-with-template '{"templateContext": {"fmcVJdA1": "y1DcHSpE", "LbdpSNCP": "56M7KFXj", "NdUy8fOY": "D9zbYb3F"}, "templateLanguage": "ZnY2IMa6", "templateSlug": "oHvtneE9", "topic": "m6PSf8FM"}' --login_with_auth "Bearer foo" +lobby-users-presence-handler-v1 '2QRQaQJS' --login_with_auth "Bearer foo" +lobby-free-form-notification '{"message": "UzX6eQmW", "topic": "MpllukHE"}' --login_with_auth "Bearer foo" +lobby-notification-with-template '{"templateContext": {"imGSYGnh": "DWlWB1Df", "QcwwFNeI": "LNOBjNmG", "AidlEuu3": "hsVJ4ZAH"}, "templateLanguage": "i6pFHqaX", "templateSlug": "hQlCa3yd", "topic": "ZOlAcGJm"}' --login_with_auth "Bearer foo" lobby-get-game-template --login_with_auth "Bearer foo" -lobby-create-template '{"templateContent": "EeN4Bh7W", "templateLanguage": "N9AmD9U7", "templateSlug": "gr2Tcq2g"}' --login_with_auth "Bearer foo" -lobby-get-slug-template '10wLrrig' --login_with_auth "Bearer foo" -lobby-delete-template-slug 'P3kY6cke' --login_with_auth "Bearer foo" -lobby-get-localization-template 'acXZubrT' 'CmMfYJfd' --login_with_auth "Bearer foo" -lobby-update-localization-template '{"templateContent": "sinQ6DGY"}' 'PyeQgCCl' '4DDomNbS' --login_with_auth "Bearer foo" -lobby-delete-template-localization 'hiYViulN' '2YGh7nBl' --login_with_auth "Bearer foo" -lobby-publish-template 'NQN6MfkX' 'tQJiDeeI' --login_with_auth "Bearer foo" +lobby-create-template '{"templateContent": "zkOaggjn", "templateLanguage": "F9xZVxEt", "templateSlug": "Biwbqqs2"}' --login_with_auth "Bearer foo" +lobby-get-slug-template 'hq7h4vnK' --login_with_auth "Bearer foo" +lobby-delete-template-slug 'suTKSxGJ' --login_with_auth "Bearer foo" +lobby-get-localization-template 'yIR0v8Rd' 'MQ28eeaB' --login_with_auth "Bearer foo" +lobby-update-localization-template '{"templateContent": "RRJ29GRS"}' '9eWpp17e' 'vTvmB226' --login_with_auth "Bearer foo" +lobby-delete-template-localization 'pW3P16UZ' 'kmhDZXXG' --login_with_auth "Bearer foo" +lobby-publish-template '5SKkP4pY' 'dshjKwKP' --login_with_auth "Bearer foo" lobby-get-topic-by-namespace --login_with_auth "Bearer foo" -lobby-create-topic '{"description": "FcXmdoBi", "topic": "nJZn5iVp"}' --login_with_auth "Bearer foo" -lobby-get-topic-by-topic-name 'vB93tkAB' --login_with_auth "Bearer foo" -lobby-update-topic-by-topic-name '{"description": "ebPkUItl"}' '3v4rafMn' --login_with_auth "Bearer foo" -lobby-delete-topic-by-topic-name 'SsAse6Ot' --login_with_auth "Bearer foo" -lobby-free-form-notification-by-user-id '{"message": "ReRJVTGh", "topic": "QAM1Ln8L"}' 'C1OfBzrG' --login_with_auth "Bearer foo" -lobby-notification-with-template-by-user-id '{"templateContext": {"RPLJRaik": "6BeU2Gmg", "UF3Ee8Cv": "uvrweG4C", "bJHZ7EbY": "3fGiJ9a8"}, "templateLanguage": "evwyaOFh", "templateSlug": "QoW7bsBf", "topic": "GIDL8gvi"}' 'JHSiixUE' --login_with_auth "Bearer foo" +lobby-create-topic '{"description": "G1qwGMl6", "topic": "sf5NddHR"}' --login_with_auth "Bearer foo" +lobby-get-topic-by-topic-name 'aDbf3STS' --login_with_auth "Bearer foo" +lobby-update-topic-by-topic-name '{"description": "jChwfJeM"}' 'ONP7Vz1A' --login_with_auth "Bearer foo" +lobby-delete-topic-by-topic-name 'MRYqKDiZ' --login_with_auth "Bearer foo" +lobby-free-form-notification-by-user-id '{"message": "eqx8sh1P", "topic": "O3WlVxvm"}' 'AWfm18QS' --login_with_auth "Bearer foo" +lobby-notification-with-template-by-user-id '{"templateContext": {"rFKxhmKc": "3Z0jfjzz", "hOYAJNU8": "lP4WGj57", "0RXHvV1H": "hbhhxrmT"}, "templateLanguage": "uvwKQIpc", "templateSlug": "qZ9eqxYy", "topic": "GMIcgE7a"}' 'nP8Ak4Wd' --login_with_auth "Bearer foo" exit() END @@ -194,65 +194,65 @@ eval_tap $? 7 'GetUserFriendsWithPlatform' test.out #- 8 UserRequestFriend $PYTHON -m $MODULE 'lobby-user-request-friend' \ - '{"friendId": "yA0PyLNT", "friendPublicId": "1RjgATMJ"}' \ + '{"friendId": "7alAGYKC", "friendPublicId": "AVhhvYI9"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'UserRequestFriend' test.out #- 9 UserAcceptFriendRequest $PYTHON -m $MODULE 'lobby-user-accept-friend-request' \ - '{"friendId": "Q7rkds5X"}' \ + '{"friendId": "sI7TjmTN"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'UserAcceptFriendRequest' test.out #- 10 UserCancelFriendRequest $PYTHON -m $MODULE 'lobby-user-cancel-friend-request' \ - '{"friendId": "KVCrKW9S"}' \ + '{"friendId": "VEeA2zCp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'UserCancelFriendRequest' test.out #- 11 UserRejectFriendRequest $PYTHON -m $MODULE 'lobby-user-reject-friend-request' \ - '{"friendId": "qs3TkTxk"}' \ + '{"friendId": "JpKuLPES"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'UserRejectFriendRequest' test.out #- 12 UserGetFriendshipStatus $PYTHON -m $MODULE 'lobby-user-get-friendship-status' \ - 'CDNs94bh' \ + 'tw0AipdL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'UserGetFriendshipStatus' test.out #- 13 UserUnfriendRequest $PYTHON -m $MODULE 'lobby-user-unfriend-request' \ - '{"friendId": "g7lZeP1k"}' \ + '{"friendId": "fOFS6Fm5"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'UserUnfriendRequest' test.out #- 14 AddFriendsWithoutConfirmation $PYTHON -m $MODULE 'lobby-add-friends-without-confirmation' \ - '{"friendIds": ["GftDaT3Y", "pPe8veLk", "XQIIZUE1"]}' \ - 'XIcTGGJA' \ + '{"friendIds": ["tQpENGpi", "YuuC6Cu5", "Ko2Iqryg"]}' \ + 'X96ltL7n' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AddFriendsWithoutConfirmation' test.out #- 15 BulkDeleteFriends $PYTHON -m $MODULE 'lobby-bulk-delete-friends' \ - '{"friendIds": ["NqgJsIix", "VTZJZzHX", "njIx6wrR"]}' \ - 'tFft08qi' \ + '{"friendIds": ["oHj7DZVc", "OrZXYgm5", "DpJ0yA3F"]}' \ + 'Ynvrctvs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'BulkDeleteFriends' test.out #- 16 SyncNativeFriends $PYTHON -m $MODULE 'lobby-sync-native-friends' \ - '[{"isLogin": true, "platformId": "jqO0u2Xj", "platformToken": "0Qru5NyW", "psnEnv": "Shajjse0"}, {"isLogin": false, "platformId": "FcLTCh3d", "platformToken": "93JSJaDT", "psnEnv": "z7lgYQyK"}, {"isLogin": false, "platformId": "dmxOH3BZ", "platformToken": "gfXtlYfu", "psnEnv": "uD8q54zO"}]' \ + '[{"isLogin": true, "platformId": "8mGFInRH", "platformToken": "tkfQnTcC", "psnEnv": "HBowyakO"}, {"isLogin": false, "platformId": "hOXIcQ3G", "platformToken": "dWhrHnoY", "psnEnv": "QjI6gcjd"}, {"isLogin": false, "platformId": "2lbm1MJx", "platformToken": "w65VDVzr", "psnEnv": "hRSXYhSl"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'SyncNativeFriends' test.out @@ -271,7 +271,7 @@ eval_tap $? 18 'AdminGetConfigV1' test.out #- 19 AdminUpdateConfigV1 $PYTHON -m $MODULE 'lobby-admin-update-config-v1' \ - '{"allowInviteNonConnectedUser": false, "allowJoinPartyDuringMatchmaking": false, "autoKickOnDisconnect": true, "autoKickOnDisconnectDelay": 6, "cancelTicketOnDisconnect": false, "chatRateLimitBurst": 20, "chatRateLimitDuration": 54, "concurrentUsersLimit": 37, "disableInvitationOnJoinParty": true, "enableChat": true, "entitlementCheck": true, "entitlementItemID": "3u8WPFG3", "generalRateLimitBurst": 99, "generalRateLimitDuration": 91, "keepPresenceActivityOnDisconnect": true, "maxDSWaitTime": 50, "maxFriendsLimit": 65, "maxPartyMember": 2, "profanityFilter": true, "readyConsentTimeout": 84, "unregisterDelay": 34}' \ + '{"allowInviteNonConnectedUser": false, "allowJoinPartyDuringMatchmaking": false, "autoKickOnDisconnect": true, "autoKickOnDisconnectDelay": 57, "cancelTicketOnDisconnect": false, "chatRateLimitBurst": 47, "chatRateLimitDuration": 88, "concurrentUsersLimit": 50, "disableInvitationOnJoinParty": false, "enableChat": true, "entitlementCheck": false, "entitlementItemID": "4iYyHJBj", "generalRateLimitBurst": 5, "generalRateLimitDuration": 30, "keepPresenceActivityOnDisconnect": false, "maxDSWaitTime": 48, "maxFriendsLimit": 49, "maxPartyMember": 41, "profanityFilter": false, "readyConsentTimeout": 86, "unregisterDelay": 96}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'AdminUpdateConfigV1' test.out @@ -290,21 +290,21 @@ eval_tap $? 21 'AdminImportConfigV1' test.out #- 22 GetListOfFriends $PYTHON -m $MODULE 'lobby-get-list-of-friends' \ - 'FaHAUdl7' \ + 'IkRexD2o' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'GetListOfFriends' test.out #- 23 GetIncomingFriendRequests $PYTHON -m $MODULE 'lobby-get-incoming-friend-requests' \ - '0m94oHv3' \ + 'oZL9ByEa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'GetIncomingFriendRequests' test.out #- 24 GetOutgoingFriendRequests $PYTHON -m $MODULE 'lobby-get-outgoing-friend-requests' \ - '7oL4BymX' \ + '1SqF035E' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'GetOutgoingFriendRequests' test.out @@ -317,7 +317,7 @@ eval_tap $? 25 'AdminGetGlobalConfig' test.out #- 26 AdminUpdateGlobalConfig $PYTHON -m $MODULE 'lobby-admin-update-global-config' \ - '{"regionRetryMapping": {"CGHr3lq5": ["pky1iOsH", "jNBnQ1Na", "1PVishhX"], "rfobjAFJ": ["gL53ltHY", "EgM3Dbhe", "ylQjboWS"], "FUVXBeLp": ["QWT18Tg6", "fHQ9yqnN", "keZjeVDI"]}, "regionURLMapping": ["I9FYX5mj", "PJozRtrF", "hGkz3XVC"], "testGameMode": "thVYfaRP", "testRegionURLMapping": ["FlCe1rLG", "eejX9dcN", "5e2hfxiD"], "testTargetUserIDs": ["tmwr0EoX", "F7mW9HNy", "euEKXV04"]}' \ + '{"regionRetryMapping": {"PsWWJG3j": ["TXK4xEGK", "mATr4tOk", "d8GOF7Nc"], "fV1lRBTw": ["bN6GHnEw", "UbGhrgO1", "NQfTaNB6"], "nlBo2eLK": ["8kuiwaSu", "81b7IcBD", "kJcf4DTl"]}, "regionURLMapping": ["hAKwewuA", "xRv00J6r", "TSTt076h"], "testGameMode": "S5Xaq2yc", "testRegionURLMapping": ["4ubgYei3", "q0F0hgxR", "LN5CtwmH"], "testTargetUserIDs": ["APsGqlHt", "kcAxQdGq", "YSqKRkLB"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'AdminUpdateGlobalConfig' test.out @@ -330,30 +330,30 @@ eval_tap $? 27 'AdminDeleteGlobalConfig' test.out #- 28 SendMultipleUsersFreeformNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-multiple-users-freeform-notification-v1-admin' \ - '{"message": "Sa1IRLRN", "topicName": "ncISSurw", "userIds": ["55Tw2yn0", "5ZDmv3lz", "wBVD0b28"]}' \ + '{"message": "VUvOtQN3", "topicName": "BY5rX5xc", "userIds": ["o4GVtnDw", "eFmZHSgf", "tTbvc3Dd"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'SendMultipleUsersFreeformNotificationV1Admin' test.out #- 29 SendUsersFreeformNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-users-freeform-notification-v1-admin' \ - '{"message": "mDArUuE7", "topicName": "6b8mtYhO"}' \ + '{"message": "5Jaktm30", "topicName": "NE28HNjl"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'SendUsersFreeformNotificationV1Admin' test.out #- 30 SendPartyFreeformNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-party-freeform-notification-v1-admin' \ - '{"message": "WLZX38hk", "topicName": "9zsmZeiq"}' \ - '3iajMmf7' \ + '{"message": "Qa0Yhpto", "topicName": "nyOow38b"}' \ + '7do9tsC0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'SendPartyFreeformNotificationV1Admin' test.out #- 31 SendPartyTemplatedNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-party-templated-notification-v1-admin' \ - '{"templateContext": {"CWmajSU7": "7Ff9ZEIa", "BI8PzQbH": "o5ROdZq4", "2anoJEtB": "sJAN68kS"}, "templateLanguage": "jEacgSYI", "templateSlug": "H2GgvKtp", "topicName": "LShoIfKW"}' \ - 'LD7xAeeD' \ + '{"templateContext": {"73GUGWkG": "YbEm4USL", "AcsXm3UN": "OAjcXRp6", "WHC3afcN": "XTOYqLsv"}, "templateLanguage": "4Y9zNRAN", "templateSlug": "e3i34PO1", "topicName": "ph1AklF4"}' \ + 'EiWDdWVU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'SendPartyTemplatedNotificationV1Admin' test.out @@ -366,61 +366,61 @@ eval_tap $? 32 'GetAllNotificationTemplatesV1Admin' test.out #- 33 CreateNotificationTemplateV1Admin $PYTHON -m $MODULE 'lobby-create-notification-template-v1-admin' \ - '{"templateContent": "kjeQNlt6", "templateLanguage": "WKNscD2d", "templateSlug": "2Pt2hfyW"}' \ + '{"templateContent": "UqHJxZnf", "templateLanguage": "yAzn2gz0", "templateSlug": "jcWD2NFq"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'CreateNotificationTemplateV1Admin' test.out #- 34 SendUsersTemplatedNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-users-templated-notification-v1-admin' \ - '{"templateContext": {"L0lT7ld9": "iTfw5uho", "ahmlodEX": "kuDoQbOi", "XBN6kCJN": "Lb9h3EcG"}, "templateLanguage": "vklMTMgg", "templateSlug": "fKGob7KT", "topicName": "DQBFErWP"}' \ + '{"templateContext": {"XxoO9c2u": "bPabTyLo", "dIyoQkls": "KEI0NzUW", "kGwMHktS": "yiKLBs41"}, "templateLanguage": "Nx4vSlLl", "templateSlug": "SYBIkP8l", "topicName": "2juydqJK"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'SendUsersTemplatedNotificationV1Admin' test.out #- 35 GetTemplateSlugLocalizationsTemplateV1Admin $PYTHON -m $MODULE 'lobby-get-template-slug-localizations-template-v1-admin' \ - 'b2SDKcdJ' \ + 'Ve1el9Ki' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'GetTemplateSlugLocalizationsTemplateV1Admin' test.out #- 36 DeleteNotificationTemplateSlugV1Admin $PYTHON -m $MODULE 'lobby-delete-notification-template-slug-v1-admin' \ - 'Qma4rzIK' \ + '0Z73kOJT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'DeleteNotificationTemplateSlugV1Admin' test.out #- 37 GetSingleTemplateLocalizationV1Admin $PYTHON -m $MODULE 'lobby-get-single-template-localization-v1-admin' \ - 'BjhYYn3R' \ - '0yHh28qf' \ + 'lDUShCtD' \ + 'PNLLEORs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'GetSingleTemplateLocalizationV1Admin' test.out #- 38 UpdateTemplateLocalizationV1Admin $PYTHON -m $MODULE 'lobby-update-template-localization-v1-admin' \ - '{"templateContent": "bhLE2r96"}' \ - 'aYM4ubeg' \ - 'az1zAVsQ' \ + '{"templateContent": "HXmNAy9X"}' \ + '0v5fEVU5' \ + 'OpnSBGPS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'UpdateTemplateLocalizationV1Admin' test.out #- 39 DeleteTemplateLocalizationV1Admin $PYTHON -m $MODULE 'lobby-delete-template-localization-v1-admin' \ - 'bNVRJt2Z' \ - 'aPovG8FZ' \ + 'mGH0VErF' \ + 'Tba2u0ZH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'DeleteTemplateLocalizationV1Admin' test.out #- 40 PublishTemplateLocalizationV1Admin $PYTHON -m $MODULE 'lobby-publish-template-localization-v1-admin' \ - '9S9x31c3' \ - 'tiy0nDy8' \ + 'h1qOsW8b' \ + '3sncXpvS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'PublishTemplateLocalizationV1Admin' test.out @@ -433,75 +433,75 @@ eval_tap $? 41 'GetAllNotificationTopicsV1Admin' test.out #- 42 CreateNotificationTopicV1Admin $PYTHON -m $MODULE 'lobby-create-notification-topic-v1-admin' \ - '{"description": "dRPtA9ps", "topicName": "5DEfvI4m"}' \ + '{"description": "J9JWumxh", "topicName": "QjQxqjvJ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'CreateNotificationTopicV1Admin' test.out #- 43 GetNotificationTopicV1Admin $PYTHON -m $MODULE 'lobby-get-notification-topic-v1-admin' \ - 'QhpLTUBa' \ + 'g2Vg05Eb' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'GetNotificationTopicV1Admin' test.out #- 44 UpdateNotificationTopicV1Admin $PYTHON -m $MODULE 'lobby-update-notification-topic-v1-admin' \ - '{"description": "vxCHAEos"}' \ - 'DKczx5BY' \ + '{"description": "YU9dGGRg"}' \ + 'bKBXdgpw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'UpdateNotificationTopicV1Admin' test.out #- 45 DeleteNotificationTopicV1Admin $PYTHON -m $MODULE 'lobby-delete-notification-topic-v1-admin' \ - 'UEg0LP71' \ + 'dAaLauVO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'DeleteNotificationTopicV1Admin' test.out #- 46 SendSpecificUserFreeformNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-specific-user-freeform-notification-v1-admin' \ - '{"message": "2i65MKCJ", "topicName": "NLvPB1yK"}' \ - 'zccUYo40' \ + '{"message": "HpWd2hOG", "topicName": "g5EvxxbH"}' \ + 'GaT8UMu3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'SendSpecificUserFreeformNotificationV1Admin' test.out #- 47 SendSpecificUserTemplatedNotificationV1Admin $PYTHON -m $MODULE 'lobby-send-specific-user-templated-notification-v1-admin' \ - '{"templateContext": {"Zz5BmYNP": "lf6Bovjo", "mU1HmuYN": "lZEKYzTw", "xbhzAvhJ": "0dyb2YZf"}, "templateLanguage": "8bnCXHNM", "templateSlug": "DuukZppv", "topicName": "WrNnUnmx"}' \ - '6cBiaB5d' \ + '{"templateContext": {"3nEYznzk": "b4uzeyrD", "K7pg2a13": "qeviyXZp", "FBKB5oqG": "lBCQpNp3"}, "templateLanguage": "9FZ1vg4C", "templateSlug": "tKbk1yti", "topicName": "no5tfOHa"}' \ + 'abJZjy12' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'SendSpecificUserTemplatedNotificationV1Admin' test.out #- 48 AdminGetPartyDataV1 $PYTHON -m $MODULE 'lobby-admin-get-party-data-v1' \ - 'rbafx2N7' \ + 'ez8kaZar' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'AdminGetPartyDataV1' test.out #- 49 AdminUpdatePartyAttributesV1 $PYTHON -m $MODULE 'lobby-admin-update-party-attributes-v1' \ - '{"custom_attribute": {"8NKGbrMw": {}, "h2qoOg3s": {}, "TS5cf2Ma": {}}, "updatedAt": 85}' \ - 'qAi5o8Yk' \ + '{"custom_attribute": {"xECydmUq": {}, "Diik61cZ": {}, "jQl9OR73": {}}, "updatedAt": 94}' \ + '3rSUac2v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'AdminUpdatePartyAttributesV1' test.out #- 50 AdminJoinPartyV1 $PYTHON -m $MODULE 'lobby-admin-join-party-v1' \ - 'jKdm8VB1' \ - 'OJuGArbE' \ + 'PeTBasjC' \ + 'NLt806BO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'AdminJoinPartyV1' test.out #- 51 AdminGetUserPartyV1 $PYTHON -m $MODULE 'lobby-admin-get-user-party-v1' \ - 'u40gipwD' \ + '8idLzZlq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'AdminGetUserPartyV1' test.out @@ -514,98 +514,98 @@ eval_tap $? 52 'AdminGetLobbyCCU' test.out #- 53 AdminGetBulkPlayerBlockedPlayersV1 $PYTHON -m $MODULE 'lobby-admin-get-bulk-player-blocked-players-v1' \ - '{"listBlockedUserId": ["DhpqLfku", "vn32XdKT", "yXa8e56G"]}' \ + '{"listBlockedUserId": ["3duYTsEZ", "8K8NvBjE", "9t236HZU"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'AdminGetBulkPlayerBlockedPlayersV1' test.out #- 54 AdminGetAllPlayerSessionAttribute $PYTHON -m $MODULE 'lobby-admin-get-all-player-session-attribute' \ - 'zFaT0l0p' \ + 'TaCE8yRu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'AdminGetAllPlayerSessionAttribute' test.out #- 55 AdminSetPlayerSessionAttribute $PYTHON -m $MODULE 'lobby-admin-set-player-session-attribute' \ - '{"attributes": {"bSPjTmpK": "8V0k78Cs", "eNrNDhcq": "0NfzutgN", "oVqh3cQG": "KXPUAFwJ"}}' \ - 'AQ9DYTW3' \ + '{"attributes": {"us4mN6Uv": "nW4M99HB", "Mr6AHC9c": "T16P6Hyq", "YC8mqpB5": "K0IZJcsW"}}' \ + 'nXqq6s6T' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'AdminSetPlayerSessionAttribute' test.out #- 56 AdminGetPlayerSessionAttribute $PYTHON -m $MODULE 'lobby-admin-get-player-session-attribute' \ - '7mgRgzeW' \ - 'sXShit5j' \ + 'oy7O8VXE' \ + '1z0kjKfd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'AdminGetPlayerSessionAttribute' test.out #- 57 AdminGetPlayerBlockedPlayersV1 $PYTHON -m $MODULE 'lobby-admin-get-player-blocked-players-v1' \ - 'eGrQlOS1' \ + 'LfXGAz5C' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'AdminGetPlayerBlockedPlayersV1' test.out #- 58 AdminGetPlayerBlockedByPlayersV1 $PYTHON -m $MODULE 'lobby-admin-get-player-blocked-by-players-v1' \ - 'QFdmG7pS' \ + 'hTgDvX8H' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'AdminGetPlayerBlockedByPlayersV1' test.out #- 59 AdminBulkBlockPlayersV1 $PYTHON -m $MODULE 'lobby-admin-bulk-block-players-v1' \ - '{"listBlockedUserId": ["GaKvO2S0", "BydkdCGv", "vd5RdK75"]}' \ - 'VAfyEAcO' \ + '{"listBlockedUserId": ["AJywm1Q3", "OHgmUOTY", "8dGIBRsd"]}' \ + 'C0BK944c' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'AdminBulkBlockPlayersV1' test.out #- 60 AdminDebugProfanityFilters $PYTHON -m $MODULE 'lobby-admin-debug-profanity-filters' \ - '{"text": "zr7lHrKp"}' \ + '{"text": "x0XL78vE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'AdminDebugProfanityFilters' test.out #- 61 AdminGetProfanityListFiltersV1 $PYTHON -m $MODULE 'lobby-admin-get-profanity-list-filters-v1' \ - 'mVBrj44Q' \ + '51lcJVE7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'AdminGetProfanityListFiltersV1' test.out #- 62 AdminAddProfanityFilterIntoList $PYTHON -m $MODULE 'lobby-admin-add-profanity-filter-into-list' \ - '{"filter": "PkmR5aEO", "note": "V9Ilfg0t"}' \ - 'v3DSuaJG' \ + '{"filter": "dRVlISHo", "note": "4NETPrEw"}' \ + '31rQhWrM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'AdminAddProfanityFilterIntoList' test.out #- 63 AdminAddProfanityFilters $PYTHON -m $MODULE 'lobby-admin-add-profanity-filters' \ - '{"filters": [{"filter": "NG859gXA", "note": "O3AjJeyH"}, {"filter": "mc65mxsu", "note": "fnqWPvI9"}, {"filter": "xiwhJzuy", "note": "PQ44148z"}]}' \ - 'QUssuxLb' \ + '{"filters": [{"filter": "1ZKj0jif", "note": "f09pQ6ws"}, {"filter": "7lNpIgFT", "note": "abWBcBCj"}, {"filter": "bW9LuwTo", "note": "QgbjwYt5"}]}' \ + 'Ncb8lQFp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'AdminAddProfanityFilters' test.out #- 64 AdminImportProfanityFiltersFromFile $PYTHON -m $MODULE 'lobby-admin-import-profanity-filters-from-file' \ - '[64, 47, 40]' \ - 'v11sfe8W' \ + '[74, 3, 7]' \ + 'oFNaVk16' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'AdminImportProfanityFiltersFromFile' test.out #- 65 AdminDeleteProfanityFilter $PYTHON -m $MODULE 'lobby-admin-delete-profanity-filter' \ - '{"filter": "zTisjiXu"}' \ - 'WkVvsCS1' \ + '{"filter": "QSsQonfV"}' \ + '9HBcoic1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'AdminDeleteProfanityFilter' test.out @@ -618,22 +618,22 @@ eval_tap $? 66 'AdminGetProfanityLists' test.out #- 67 AdminCreateProfanityList $PYTHON -m $MODULE 'lobby-admin-create-profanity-list' \ - '{"isEnabled": true, "isMandatory": true, "name": "eO1Ymuau"}' \ + '{"isEnabled": false, "isMandatory": false, "name": "8WlwBqTF"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'AdminCreateProfanityList' test.out #- 68 AdminUpdateProfanityList $PYTHON -m $MODULE 'lobby-admin-update-profanity-list' \ - '{"isEnabled": false, "isMandatory": true, "newName": "PwFESWmP"}' \ - '6cml3fqH' \ + '{"isEnabled": false, "isMandatory": true, "newName": "ocVpN7l2"}' \ + 'hyDPXopr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'AdminUpdateProfanityList' test.out #- 69 AdminDeleteProfanityList $PYTHON -m $MODULE 'lobby-admin-delete-profanity-list' \ - '4RLlEFXc' \ + 'Rg5bQlUF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 69 'AdminDeleteProfanityList' test.out @@ -646,14 +646,14 @@ eval_tap $? 70 'AdminGetProfanityRule' test.out #- 71 AdminSetProfanityRuleForNamespace $PYTHON -m $MODULE 'lobby-admin-set-profanity-rule-for-namespace' \ - '{"rule": "jvqv3bg7"}' \ + '{"rule": "XAh7LF0E"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'AdminSetProfanityRuleForNamespace' test.out #- 72 AdminVerifyMessageProfanityResponse $PYTHON -m $MODULE 'lobby-admin-verify-message-profanity-response' \ - '{"message": "UjBkibpV", "profanityLevel": "fZ4V7VfK"}' \ + '{"message": "N1GiQ5st", "profanityLevel": "vtZkuQ9S"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'AdminVerifyMessageProfanityResponse' test.out @@ -666,14 +666,14 @@ eval_tap $? 73 'AdminGetThirdPartyConfig' test.out #- 74 AdminUpdateThirdPartyConfig $PYTHON -m $MODULE 'lobby-admin-update-third-party-config' \ - '{"apiKey": "lVJvRN8V"}' \ + '{"apiKey": "cuGWMewH"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 74 'AdminUpdateThirdPartyConfig' test.out #- 75 AdminCreateThirdPartyConfig $PYTHON -m $MODULE 'lobby-admin-create-third-party-config' \ - '{"apiKey": "Xb2In8CQ"}' \ + '{"apiKey": "kHD22r5y"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 75 'AdminCreateThirdPartyConfig' test.out @@ -692,23 +692,23 @@ eval_tap $? 77 'PublicGetMessages' test.out #- 78 PublicGetPartyDataV1 $PYTHON -m $MODULE 'lobby-public-get-party-data-v1' \ - 'aPGgCyaQ' \ + 'gy8whEHl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 78 'PublicGetPartyDataV1' test.out #- 79 PublicUpdatePartyAttributesV1 $PYTHON -m $MODULE 'lobby-public-update-party-attributes-v1' \ - '{"custom_attribute": {"0Ae9geKG": {}, "OvwZScmM": {}, "4NCLPx4Z": {}}, "updatedAt": 8}' \ - 'vBIz3UvH' \ + '{"custom_attribute": {"CIqticgE": {}, "Zaf4SexO": {}, "35a5vwCa": {}}, "updatedAt": 58}' \ + 'Y9C6pKnM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 79 'PublicUpdatePartyAttributesV1' test.out #- 80 PublicSetPartyLimitV1 $PYTHON -m $MODULE 'lobby-public-set-party-limit-v1' \ - '{"limit": 86}' \ - 'PJ4QDT0s' \ + '{"limit": 98}' \ + 'JoAJvZhz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 80 'PublicSetPartyLimitV1' test.out @@ -727,21 +727,21 @@ eval_tap $? 82 'PublicGetPlayerBlockedByPlayersV1' test.out #- 83 UsersPresenceHandlerV1 $PYTHON -m $MODULE 'lobby-users-presence-handler-v1' \ - 'xYz7CCuT' \ + 'VPEoFHka' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 83 'UsersPresenceHandlerV1' test.out #- 84 FreeFormNotification $PYTHON -m $MODULE 'lobby-free-form-notification' \ - '{"message": "mrJyPa7u", "topic": "DuyF9TS0"}' \ + '{"message": "DVVdBQkV", "topic": "XpebAmoU"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 84 'FreeFormNotification' test.out #- 85 NotificationWithTemplate $PYTHON -m $MODULE 'lobby-notification-with-template' \ - '{"templateContext": {"DtQTNeQF": "3JHg7BOA", "kRi9e3vI": "0MAZRLIx", "y8IgkixX": "46Jmbp97"}, "templateLanguage": "EolVuPlp", "templateSlug": "WEKGABWN", "topic": "slGnedry"}' \ + '{"templateContext": {"vjMQziUa": "Z6s17u2X", "TU3BpaGY": "IFMSIMkH", "CYzkiIF4": "83ZyFowa"}, "templateLanguage": "Qp7KYQ0F", "templateSlug": "vKEbHqrG", "topic": "r2M4bzE3"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 85 'NotificationWithTemplate' test.out @@ -754,54 +754,54 @@ eval_tap $? 86 'GetGameTemplate' test.out #- 87 CreateTemplate $PYTHON -m $MODULE 'lobby-create-template' \ - '{"templateContent": "lk8GOPN8", "templateLanguage": "LvEdwuwG", "templateSlug": "sqMncyNQ"}' \ + '{"templateContent": "tougQOzC", "templateLanguage": "MtKq89MH", "templateSlug": "fyTEHzjZ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 87 'CreateTemplate' test.out #- 88 GetSlugTemplate $PYTHON -m $MODULE 'lobby-get-slug-template' \ - 'KjmNXCoP' \ + '499phCo3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 88 'GetSlugTemplate' test.out #- 89 DeleteTemplateSlug $PYTHON -m $MODULE 'lobby-delete-template-slug' \ - '0gv4mKY0' \ + 'mYNpIRUG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 89 'DeleteTemplateSlug' test.out #- 90 GetLocalizationTemplate $PYTHON -m $MODULE 'lobby-get-localization-template' \ - 'TKJb6kpb' \ - 'n7BWCdHr' \ + 'x1MnNFmo' \ + 'KVKvsHuP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 90 'GetLocalizationTemplate' test.out #- 91 UpdateLocalizationTemplate $PYTHON -m $MODULE 'lobby-update-localization-template' \ - '{"templateContent": "SDRJNFjF"}' \ - 'DSCCI7Da' \ - 'ucQjjACH' \ + '{"templateContent": "P7Lm7VMK"}' \ + 'nHisqYQU' \ + 'BuU3TzUN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 91 'UpdateLocalizationTemplate' test.out #- 92 DeleteTemplateLocalization $PYTHON -m $MODULE 'lobby-delete-template-localization' \ - 'epzzkoKO' \ - 'kVobTr2R' \ + 'GA6q5QPO' \ + 'XurKCitT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 92 'DeleteTemplateLocalization' test.out #- 93 PublishTemplate $PYTHON -m $MODULE 'lobby-publish-template' \ - 'G4rf6Sw1' \ - 'NqgIbW2v' \ + 'jhh8cNU6' \ + 'uniCYUq1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 93 'PublishTemplate' test.out @@ -814,45 +814,45 @@ eval_tap $? 94 'GetTopicByNamespace' test.out #- 95 CreateTopic $PYTHON -m $MODULE 'lobby-create-topic' \ - '{"description": "dl8PAwim", "topic": "PpJQry0H"}' \ + '{"description": "4ASAWkFh", "topic": "N4WTgufz"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 95 'CreateTopic' test.out #- 96 GetTopicByTopicName $PYTHON -m $MODULE 'lobby-get-topic-by-topic-name' \ - 'mIvXfSdM' \ + 'neOaVtWV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 96 'GetTopicByTopicName' test.out #- 97 UpdateTopicByTopicName $PYTHON -m $MODULE 'lobby-update-topic-by-topic-name' \ - '{"description": "vIwgdq6D"}' \ - 'yJ74nLB1' \ + '{"description": "E4CLtTFC"}' \ + 'n9EiDuL8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 97 'UpdateTopicByTopicName' test.out #- 98 DeleteTopicByTopicName $PYTHON -m $MODULE 'lobby-delete-topic-by-topic-name' \ - 'qouamLqY' \ + 'JBmCaGpM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 98 'DeleteTopicByTopicName' test.out #- 99 FreeFormNotificationByUserID $PYTHON -m $MODULE 'lobby-free-form-notification-by-user-id' \ - '{"message": "7R6EUgmB", "topic": "DoiPwsJB"}' \ - 'WkbdQGSe' \ + '{"message": "fiNkneFn", "topic": "AIVG1IXL"}' \ + 'bdqtuSQ4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 99 'FreeFormNotificationByUserID' test.out #- 100 NotificationWithTemplateByUserID $PYTHON -m $MODULE 'lobby-notification-with-template-by-user-id' \ - '{"templateContext": {"u1lTxdey": "m0l5kuwo", "3BucRjcs": "iw87ifNo", "WSHO3GiI": "vDV95j6W"}, "templateLanguage": "bq9pEmcH", "templateSlug": "ypINL6yO", "topic": "anJnHJNO"}' \ - 'tuRmvRx1' \ + '{"templateContext": {"EL6KNs5P": "hrSbMjpr", "KsImkt2K": "HyRP7MX8", "I6mInMWY": "lcvYPZwH"}, "templateLanguage": "55kNIyVC", "templateSlug": "1aBOkqFj", "topic": "Ffcz09mo"}' \ + 'eE89Uky0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 100 'NotificationWithTemplateByUserID' test.out diff --git a/samples/cli/tests/lobby-cli-ws-test.sh b/samples/cli/tests/lobby-cli-ws-test.sh index e75c9af44..2e58e1389 100644 --- a/samples/cli/tests/lobby-cli-ws-test.sh +++ b/samples/cli/tests/lobby-cli-ws-test.sh @@ -27,110 +27,110 @@ export PYTHONPATH=$MODULE_PATH:$PYTHONPATH if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-batched-ws-session' --continue_on_error '--writer=tap' << END -'type: acceptFriendsNotif\nfriendId: GLlNJGEd' -'type: acceptFriendsRequest\nid: ADcIZnIc\nfriendId: xS8sSG8N' -'type: acceptFriendsResponse\nid: plFgI7dA\ncode: 97' -'type: blockPlayerNotif\nblockedUserId: M9jdasUr\nuserId: EdK71vF8' -'type: blockPlayerRequest\nid: 94kJfeFr\nblockUserId: 4BRHO8IM\nnamespace: VZdvOxmu' -'type: blockPlayerResponse\nid: 3ezXQcS0\nblockUserId: y1ykcGj3\ncode: 79\nnamespace: h1Sd9Scv' -'type: cancelFriendsNotif\nuserId: kTMU4gxW' -'type: cancelFriendsRequest\nid: Cq0xz91v\nfriendId: ZbJM4hAM' -'type: cancelFriendsResponse\nid: h2zQpdbR\ncode: 14' -'type: cancelMatchmakingRequest\nid: nQZquJWi\ngameMode: 58eoGyhn\nisTempParty: True' -'type: cancelMatchmakingResponse\nid: Bac6dFxa\ncode: 69' -'type: channelChatNotif\nchannelSlug: URruxzT7\nfrom: 1fVuoqXo\npayload: ybsEhMuS\nsentAt: fCcKr5qr' -'type: clientResetRequest\nnamespace: BvMXs8mf\nuserId: vI3sXuBQ' -'type: connectNotif\nlobbySessionId: gIqL0jxu' -'type: disconnectNotif\nconnectionId: nt0Qo1dF\nnamespace: vIAMwRSi' -'type: dsNotif\nalternateIps: [g2HhkLDa,LOHleGC1,SA7c1qCI]\ncustomAttribute: hFVVVHLu\ndeployment: 5PMbI3Qm\ngameVersion: QYG2my4g\nimageVersion: GCn18wDM\nip: q7svw6nf\nisOK: False\nisOverrideGameVersion: False\nlastUpdate: 3QZBMJ3J\nmatchId: bEYIZ8y5\nmessage: FcGGdum7\nnamespace: Cs9DS59g\npodName: q6Jf3bVN\nport: 78\nports: {"KbUQROug":81,"B4uARgBx":3,"DOjx38Da":33}\nprotocol: rjlSIMGg\nprovider: sq2972Yi\nregion: pyeK9YpK\nsessionId: 3xbvR4VT\nstatus: zuNNNDo4' -'type: errorNotif\nmessage: skcVI2FP' -'type: exitAllChannel\nnamespace: jwEAhBxo\nuserId: 2fi2B8Kc' -'type: friendsStatusRequest\nid: kh5qrTv5' -'type: friendsStatusResponse\nid: J2amkero\nactivity: [yeJx5ZCY,2kQPUZES,rY4QpFQn]\navailability: [32iAnQam,hJQBfCKI,viEDxtcE]\ncode: 15\nfriendIds: [zE0yMdQY,tDViDY0F,mK7nskDj]\nlastSeenAt: [F6xZUNRr,KJLhc74c,B09PgMQz]' -'type: getAllSessionAttributeRequest\nid: wabdeCEQ' -'type: getAllSessionAttributeResponse\nid: SbVdNHFq\nattributes: {"GLMrcxZI":"vOi83Dgm","5ctBMbbA":"wfW0tQW0","2lfH6rcM":"EhwxlTPb"}\ncode: 7' -'type: getFriendshipStatusRequest\nid: Os29UnhE\nfriendId: 7yHBBQ92' -'type: getFriendshipStatusResponse\nid: Bgc8T5ZY\ncode: 49\nfriendshipStatus: hCa8ruWt' -'type: getSessionAttributeRequest\nid: 97yfb2Ft\nkey: S2HFg5PY' -'type: getSessionAttributeResponse\nid: 4V6cGKEX\ncode: 16\nvalue: c9u8i1sH' +'type: acceptFriendsNotif\nfriendId: Ousqazfm' +'type: acceptFriendsRequest\nid: 5htBFoHp\nfriendId: v25VEuEQ' +'type: acceptFriendsResponse\nid: 2wws8BzW\ncode: 52' +'type: blockPlayerNotif\nblockedUserId: uAOeebXo\nuserId: ljXaLJJ6' +'type: blockPlayerRequest\nid: fWhmYHN8\nblockUserId: PUu2MZDx\nnamespace: akQm5CkH' +'type: blockPlayerResponse\nid: E3jmKeBM\nblockUserId: eJbCtyTC\ncode: 8\nnamespace: 686r49Vg' +'type: cancelFriendsNotif\nuserId: 9JMwHFe5' +'type: cancelFriendsRequest\nid: jbx872iO\nfriendId: IuUX7Csn' +'type: cancelFriendsResponse\nid: DfiHN5Nx\ncode: 83' +'type: cancelMatchmakingRequest\nid: J61uYd2L\ngameMode: cvIHUCLv\nisTempParty: True' +'type: cancelMatchmakingResponse\nid: hVDl51bx\ncode: 39' +'type: channelChatNotif\nchannelSlug: w58Avh23\nfrom: sxvq88jB\npayload: E0yHxWvF\nsentAt: e7KK1RdO' +'type: clientResetRequest\nnamespace: PFEOXcR1\nuserId: 3lTghPsl' +'type: connectNotif\nlobbySessionId: 7NnQ52I9' +'type: disconnectNotif\nconnectionId: CUbYuE0g\nnamespace: 9MNyMiPH' +'type: dsNotif\nalternateIps: [azTnxz6n,DVG71Yi9,PXxOjlZt]\ncustomAttribute: SMIHjQFF\ndeployment: 73WV82f2\ngameVersion: I4UV18P7\nimageVersion: Jrk4XLaD\nip: Mek0Zlw2\nisOK: True\nisOverrideGameVersion: False\nlastUpdate: yaB5gjWE\nmatchId: aL0N2V1Z\nmessage: wzkrtGjh\nnamespace: eL0pkJ8G\npodName: 300t3KAb\nport: 61\nports: {"A4aWY043":1,"7mADELz6":71,"ZKVgsOcL":40}\nprotocol: hz0hsIXC\nprovider: SQqxxcIu\nregion: e9DmCKpf\nsessionId: Ueo7FQ5k\nstatus: tFyJtRVj' +'type: errorNotif\nmessage: R3UACsWH' +'type: exitAllChannel\nnamespace: xT8ToZEM\nuserId: DQXpLYIO' +'type: friendsStatusRequest\nid: s9O2mFKT' +'type: friendsStatusResponse\nid: 85gXsPCs\nactivity: [ldFBTkmH,J8TA9vUv,itiC426Z]\navailability: [OWvx5Q31,Uhq5zJkS,659qryKN]\ncode: 12\nfriendIds: [QLm2AdoW,RZW5pKOU,VpQaUhwb]\nlastSeenAt: [6axPS0qf,EkHsuqws,fTLa3Pon]' +'type: getAllSessionAttributeRequest\nid: q9kWj2iD' +'type: getAllSessionAttributeResponse\nid: mAvcrG4T\nattributes: {"u5nD6Ags":"8n4uvRP4","QT3TtQmr":"7CxLun9l","3RMwC70A":"K9YOBprQ"}\ncode: 17' +'type: getFriendshipStatusRequest\nid: ZKUrbcMl\nfriendId: 2G0tFuDq' +'type: getFriendshipStatusResponse\nid: eVv3y2nK\ncode: 46\nfriendshipStatus: hnZR02aX' +'type: getSessionAttributeRequest\nid: xxrG0SQ1\nkey: gARKJzFN' +'type: getSessionAttributeResponse\nid: a8vAlXQq\ncode: 24\nvalue: BTh4YNgJ' 'type: heartbeat' -'type: joinDefaultChannelRequest\nid: sa6HKq3y' -'type: joinDefaultChannelResponse\nid: ntRHR1P7\nchannelSlug: VQMXIJYr\ncode: 75' -'type: listIncomingFriendsRequest\nid: FHj1e8rv' -'type: listIncomingFriendsResponse\nid: 7EE3niJD\ncode: 94\nuserIds: [FiMSp92Z,VvxVXsSX,uj30vJTo]' -'type: listOfFriendsRequest\nid: vnG7jCTL\nfriendId: YAqJixsz' -'type: listOfFriendsResponse\nid: B1EFmBar\ncode: 91\nfriendIds: [0UJkzwK0,LRJuR5FY,TFfa002p]' -'type: listOnlineFriendsRequest\nid: 91fN9rhp' -'type: listOutgoingFriendsRequest\nid: B2zxPf2r' -'type: listOutgoingFriendsResponse\nid: 39wh2nvA\ncode: 76\nfriendIds: [gYrNX1bP,ALAcIhgQ,6phkXpeQ]' -'type: matchmakingNotif\ncounterPartyMember: [yk0HUauV,4ie74ox3,xUdglTFb]\nmatchId: VKRY9lv4\nmessage: z2Ma6DCY\npartyMember: [N79xHPO0,8EvIQySH,NDRsCs1W]\nreadyDuration: 20\nstatus: fUgYdPqL' -'type: messageNotif\nid: ZramEuQO\nfrom: 1RAMgvi6\npayload: xljV4rQv\nsentAt: 81\nto: 0LpQ8SX8\ntopic: 0T7dPSgS' -'type: offlineNotificationRequest\nid: bXE84nih' -'type: offlineNotificationResponse\nid: nZFFGet9\ncode: 42' -'type: onlineFriends\nid: iIOCtmAb\ncode: 86\nonlineFriendIds: [0wI6lTUF,1a8pYpSo,dB6GyjcE]' -'type: partyChatNotif\nid: NNY9KAOD\nfrom: 6IZGKJQU\npayload: Gh6WnZX3\nreceivedAt: 49\nto: kLA29bFj' -'type: partyChatRequest\nid: H1u91Y6s\nfrom: JvqDLXnu\npayload: F2rVQdoq\nreceivedAt: 56\nto: IKeSwhBb' -'type: partyChatResponse\nid: eOhGwi99\ncode: 70' -'type: partyCreateRequest\nid: Ona3wvLe' -'type: partyCreateResponse\nid: cKxX536E\ncode: 29\ninvitationToken: UnUZAKox\ninvitees: MRLuHecc\nleaderId: a2WyW7lB\nmembers: fAOGiN6h\npartyId: JIlVmj31' -'type: partyDataUpdateNotif\ncustomAttributes: {"XZHtOPmY":{},"xEsrf1M6":{},"u5etEP0j":{}}\ninvitees: [ycDEoPYj,iKD2XNI8,HDmXgnDN]\nleader: RtO65QG5\nmembers: [mMohUByK,8DIqsdGs,Hj7LqoUs]\nnamespace: tLqhxpM3\npartyId: TUl3jeqR\nupdatedAt: 53' -'type: partyGetInvitedNotif\nfrom: TvJ57PLf\ninvitationToken: KBp8MoJv\npartyId: W1hPYsOZ' -'type: partyInfoRequest\nid: 0Vo7Vhot' -'type: partyInfoResponse\nid: smHBPXNW\ncode: 99\ncustomAttributes: {"RypXk7vl":{},"KKF5Vv7h":{},"mXWPqA9S":{}}\ninvitationToken: zZRmQCdn\ninvitees: 4aKbbjY4\nleaderId: FjVZ6zh0\nmembers: Arz3A0kR\npartyId: hgHss9nW' -'type: partyInviteNotif\ninviteeId: LLsnpHBS\ninviterId: NRZ4bg9H' -'type: partyInviteRequest\nid: ZLibynyN\nfriendId: CORSHwCh' -'type: partyInviteResponse\nid: cg9dbtXc\ncode: 67' -'type: partyJoinNotif\nuserId: yHgolATQ' -'type: partyJoinRequest\nid: dkm5Nqwe\ninvitationToken: XOzq2K2B\npartyId: hVTgd13g' -'type: partyJoinResponse\nid: 1bhvNnq4\ncode: 12\ninvitationToken: bhMBXRlr\ninvitees: Xgg0CVEJ\nleaderId: 2fFN79Qi\nmembers: K9HiKtvr\npartyId: tw0LqtYt' -'type: partyKickNotif\nleaderId: 92WsGa2v\npartyId: i3gcE42E\nuserId: wCXZI1Ce' -'type: partyKickRequest\nid: Ac5wCPNu\nmemberId: nAaP770J' -'type: partyKickResponse\nid: iHkHPphO\ncode: 9' -'type: partyLeaveNotif\nleaderId: rOEwkoBB\nuserId: 7mrmRa1F' -'type: partyLeaveRequest\nid: gqQjGr87\nignoreUserRegistry: False' -'type: partyLeaveResponse\nid: EewbCsvH\ncode: 46' -'type: partyPromoteLeaderRequest\nid: R6eIsszT\nnewLeaderUserId: p21bQSkC' -'type: partyPromoteLeaderResponse\nid: fATI9mDv\ncode: 85\ninvitationToken: SEo32BNW\ninvitees: Rc7pAyBW\nleaderId: SUzwv5hB\nmembers: Rhajy7Jk\npartyId: sUj9i0qK' -'type: partyRejectNotif\nleaderId: 7HXEG97h\npartyId: lQ66YiF6\nuserId: Am6P2kRY' -'type: partyRejectRequest\nid: zNHqhuLw\ninvitationToken: I0xImIXa\npartyId: KLP8Jlnr' -'type: partyRejectResponse\nid: LZfz4MDj\ncode: 3\npartyId: EF9Xu821' -'type: personalChatHistoryRequest\nid: 8QFTFwE0\nfriendId: 091ZHNuN' -'type: personalChatHistoryResponse\nid: ivNfMWlY\nchat: JmXecbRO\ncode: 59\nfriendId: cwFPbEsM' -'type: personalChatNotif\nid: r8PKdNKw\nfrom: NHyWx9Bi\npayload: P25yTSDE\nreceivedAt: 58\nto: JB4Uwv9A' -'type: personalChatRequest\nid: 6zoT4bp2\nfrom: Zsw7Gw2p\npayload: OpDEgWBE\nreceivedAt: 60\nto: A2cnMQIl' -'type: personalChatResponse\nid: n4N1r9pm\ncode: 32' -'type: refreshTokenRequest\nid: QdJh2T2S\ntoken: GhAyfP7j' -'type: refreshTokenResponse\nid: aem3HNGH\ncode: 59' -'type: rejectFriendsNotif\nuserId: Bf5y1J42' -'type: rejectFriendsRequest\nid: qcxejxCm\nfriendId: IYb3sgac' -'type: rejectFriendsResponse\nid: qaZMymb8\ncode: 63' -'type: rematchmakingNotif\nbanDuration: 55' -'type: requestFriendsNotif\nfriendId: fFMrqxLt' -'type: requestFriendsRequest\nid: vJBB36Tr\nfriendId: 7LkPAomQ' -'type: requestFriendsResponse\nid: 8NhiL4nR\ncode: 72' -'type: sendChannelChatRequest\nid: KGnwQ3AR\nchannelSlug: zU9iTB5Q\npayload: p2F8p7Wd' -'type: sendChannelChatResponse\nid: FcmHF6ym\ncode: 15' -'type: setReadyConsentNotif\nmatchId: rJzypFcf\nuserId: AAMq3HNP' -'type: setReadyConsentRequest\nid: qsdAX3Nw\nmatchId: KPbuWwvJ' -'type: setReadyConsentResponse\nid: XoTatYia\ncode: 62' -'type: setSessionAttributeRequest\nid: yNAxHxyS\nkey: FUKGt8Iz\nnamespace: mGV5XCmi\nvalue: Cr8pmPAI' -'type: setSessionAttributeResponse\nid: I8e8gXRB\ncode: 90' -'type: setUserStatusRequest\nid: zbR8pPnQ\nactivity: NIVFb7lo\navailability: 87' -'type: setUserStatusResponse\nid: lkY5F34r\ncode: 36' -'type: shutdownNotif\nmessage: 4fQ0pzFb' -'type: signalingP2PNotif\ndestinationId: Ci8ZLHH9\nmessage: r5DAa8PF' -'type: startMatchmakingRequest\nid: G8y0sbqg\nextraAttributes: RLW8dDMg\ngameMode: lDHabzrx\npartyAttributes: {"hnVeXo9R":{},"o3MvfFyk":{},"HCCdURNs":{}}\npriority: 31\ntempParty: 6vU5frya' -'type: startMatchmakingResponse\nid: Q1syH990\ncode: 67' -'type: unblockPlayerNotif\nunblockedUserId: nHGcrP4K\nuserId: HVJWjbXJ' -'type: unblockPlayerRequest\nid: wrZNVPK2\nnamespace: fXrc6OLD\nunblockedUserId: ArBT9qaI' -'type: unblockPlayerResponse\nid: PVNtg0Mh\ncode: 84\nnamespace: 204h82pR\nunblockedUserId: V5ziafaO' -'type: unfriendNotif\nfriendId: TCzY9Q02' -'type: unfriendRequest\nid: WBgvZSrg\nfriendId: 1rAtgj4T' -'type: unfriendResponse\nid: 2hIqF7Wc\ncode: 11' +'type: joinDefaultChannelRequest\nid: ll6QC8ez' +'type: joinDefaultChannelResponse\nid: mWitvlPJ\nchannelSlug: P0hKyoV9\ncode: 55' +'type: listIncomingFriendsRequest\nid: jCMtt6p0' +'type: listIncomingFriendsResponse\nid: 1pLiMCZd\ncode: 70\nuserIds: [MxhhTMPE,Hfq62oSP,LISBY1f3]' +'type: listOfFriendsRequest\nid: cTQS0sMH\nfriendId: iPtlmVbX' +'type: listOfFriendsResponse\nid: b6K5BgQ1\ncode: 93\nfriendIds: [zA0rExiH,xubhhDs4,76MIzVOs]' +'type: listOnlineFriendsRequest\nid: UocQNM1b' +'type: listOutgoingFriendsRequest\nid: p8XsII5k' +'type: listOutgoingFriendsResponse\nid: LqPcXAJF\ncode: 49\nfriendIds: [HgJ9ABKD,bpHVVLcO,oiJ1u84P]' +'type: matchmakingNotif\ncounterPartyMember: [ysiwGtxX,SkGYHcrB,1ukq30V9]\nmatchId: 8NF0VRBQ\nmessage: AAg55yBQ\npartyMember: [ASZoFFxz,028Z9qWB,A5nsHu2g]\nreadyDuration: 50\nstatus: VN9fdN0g' +'type: messageNotif\nid: hxQXrePd\nfrom: 58eVI0Cq\npayload: 4k2WPHvf\nsentAt: 96\nto: wDL0W5Jh\ntopic: Dk9J2VkT' +'type: offlineNotificationRequest\nid: zO2wLPlp' +'type: offlineNotificationResponse\nid: 389FF4lL\ncode: 69' +'type: onlineFriends\nid: dHeYql1W\ncode: 56\nonlineFriendIds: [MexE1NiA,gK9WmChf,vGB0TgGT]' +'type: partyChatNotif\nid: CYAN0zPR\nfrom: 5keMJWcq\npayload: Eicnfixz\nreceivedAt: 67\nto: MTQXQKq6' +'type: partyChatRequest\nid: CLWF9R86\nfrom: UchOhuXR\npayload: jqGPzNtF\nreceivedAt: 30\nto: BCJZ3xfB' +'type: partyChatResponse\nid: HeR2vrEt\ncode: 15' +'type: partyCreateRequest\nid: a13glH9n' +'type: partyCreateResponse\nid: vRfZU3wQ\ncode: 80\ninvitationToken: oTKiI6U5\ninvitees: QgciDb3w\nleaderId: Gh7GX3yh\nmembers: RarQIMA0\npartyId: 28nTrNH5' +'type: partyDataUpdateNotif\ncustomAttributes: {"Cqngg6Fa":{},"BJ7zldIq":{},"KM9dDq4d":{}}\ninvitees: [bTxDszVo,a2x2C6Ji,FSIaljM0]\nleader: fGYuRWEj\nmembers: [42tjVbxF,W2doBKnj,lc52OHqe]\nnamespace: w18RCk2m\npartyId: uNqUuEmC\nupdatedAt: 31' +'type: partyGetInvitedNotif\nfrom: 5cO9Y6Up\ninvitationToken: BqVm6O4d\npartyId: B4Yj8d7l' +'type: partyInfoRequest\nid: gKFB0Kri' +'type: partyInfoResponse\nid: 7OaKfeZv\ncode: 78\ncustomAttributes: {"J8UBrWNG":{},"pLdDUrkI":{},"TfrjW366":{}}\ninvitationToken: frv41R4L\ninvitees: UkTeUtof\nleaderId: aUJ6ZLyw\nmembers: SSApLDhr\npartyId: GA9NV9wL' +'type: partyInviteNotif\ninviteeId: ZDKcAAHe\ninviterId: QzeWHM1D' +'type: partyInviteRequest\nid: LcjnZFjP\nfriendId: TR461JrF' +'type: partyInviteResponse\nid: Wx2bPMYf\ncode: 98' +'type: partyJoinNotif\nuserId: ieeXPdLp' +'type: partyJoinRequest\nid: 993TylQC\ninvitationToken: p56s6moI\npartyId: DNCPG7vb' +'type: partyJoinResponse\nid: rsPETOOv\ncode: 45\ninvitationToken: xIV1obHi\ninvitees: ACZ7HlLT\nleaderId: l4LA7els\nmembers: ssKveI4B\npartyId: tIHdWANG' +'type: partyKickNotif\nleaderId: MsqMIQ0z\npartyId: 2bp70oS4\nuserId: CLnMxAFB' +'type: partyKickRequest\nid: iFf5v1dI\nmemberId: t904M5tf' +'type: partyKickResponse\nid: 5xowCLlO\ncode: 58' +'type: partyLeaveNotif\nleaderId: t0nPIgUp\nuserId: ZhNqp4Ro' +'type: partyLeaveRequest\nid: eQBfQFdg\nignoreUserRegistry: True' +'type: partyLeaveResponse\nid: F6AabrQK\ncode: 56' +'type: partyPromoteLeaderRequest\nid: UaSOhYZc\nnewLeaderUserId: G75bSfLL' +'type: partyPromoteLeaderResponse\nid: XCHK0i01\ncode: 52\ninvitationToken: AYUaLZfc\ninvitees: ATDqidPt\nleaderId: sOF3mdcf\nmembers: rbGgfkcM\npartyId: 1PFbCOv5' +'type: partyRejectNotif\nleaderId: qswSwInt\npartyId: wZqu5a3S\nuserId: zAfdW5ON' +'type: partyRejectRequest\nid: Zvj5lzpp\ninvitationToken: 4rj2H6Tx\npartyId: mkfGhvk3' +'type: partyRejectResponse\nid: AlTZwdAB\ncode: 50\npartyId: utdoe245' +'type: personalChatHistoryRequest\nid: WxuElqhE\nfriendId: bz67iOvn' +'type: personalChatHistoryResponse\nid: QBhpGHhb\nchat: whps9gWQ\ncode: 94\nfriendId: wIetVTNd' +'type: personalChatNotif\nid: gbZmbemN\nfrom: 3TbndQZI\npayload: GSZ6znm1\nreceivedAt: 23\nto: SXEbZAXs' +'type: personalChatRequest\nid: LMmVPTGB\nfrom: P7ppHych\npayload: 118s21Ep\nreceivedAt: 29\nto: IPHWkBKG' +'type: personalChatResponse\nid: avD62Av8\ncode: 56' +'type: refreshTokenRequest\nid: iXPRAEFs\ntoken: 4aoGnbPk' +'type: refreshTokenResponse\nid: mqnOXWkn\ncode: 29' +'type: rejectFriendsNotif\nuserId: NES0V3dC' +'type: rejectFriendsRequest\nid: 3ZKfM6cg\nfriendId: c9iF8zT3' +'type: rejectFriendsResponse\nid: nx41ZlHe\ncode: 45' +'type: rematchmakingNotif\nbanDuration: 34' +'type: requestFriendsNotif\nfriendId: Hh0RUyAO' +'type: requestFriendsRequest\nid: 5iLg4XuT\nfriendId: AUYHnILd' +'type: requestFriendsResponse\nid: stM74LBy\ncode: 29' +'type: sendChannelChatRequest\nid: EIAoHM2I\nchannelSlug: jFxBizO7\npayload: mHBv3a6f' +'type: sendChannelChatResponse\nid: oby8vOx0\ncode: 11' +'type: setReadyConsentNotif\nmatchId: qE84jKBJ\nuserId: Dyxu0PxX' +'type: setReadyConsentRequest\nid: BYd5BNaL\nmatchId: wbYP5Nnd' +'type: setReadyConsentResponse\nid: tFJmE0x0\ncode: 34' +'type: setSessionAttributeRequest\nid: ly2VaPcx\nkey: hP6HkSV5\nnamespace: 9zKfCKlT\nvalue: j2w725wd' +'type: setSessionAttributeResponse\nid: oWhg20XW\ncode: 75' +'type: setUserStatusRequest\nid: rsesRDjA\nactivity: 9yt1cwFb\navailability: 96' +'type: setUserStatusResponse\nid: iM6kNhfq\ncode: 84' +'type: shutdownNotif\nmessage: k3ksDfMd' +'type: signalingP2PNotif\ndestinationId: FcLoXFtG\nmessage: UzFeI3yX' +'type: startMatchmakingRequest\nid: FPAcSzXn\nextraAttributes: vfuRGFij\ngameMode: TWY40JHc\npartyAttributes: {"aFVH5WhW":{},"ucgZ0pWM":{},"v0Ut9mC8":{}}\npriority: 16\ntempParty: Y76ecmWd' +'type: startMatchmakingResponse\nid: xxamk1Qq\ncode: 31' +'type: unblockPlayerNotif\nunblockedUserId: pzV6c1Yc\nuserId: EyJdPRQp' +'type: unblockPlayerRequest\nid: 5GOonsnu\nnamespace: oXrsAFsj\nunblockedUserId: jvwXWeri' +'type: unblockPlayerResponse\nid: EZxvkU34\ncode: 1\nnamespace: Ebu17BOq\nunblockedUserId: LllbBBpm' +'type: unfriendNotif\nfriendId: RA3Ui3KB' +'type: unfriendRequest\nid: x858B4JE\nfriendId: a50fq07L' +'type: unfriendResponse\nid: KOlQRYNs\ncode: 92' 'type: userBannedNotification' -'type: userMetricRequest\nid: DzUFT5CA' -'type: userMetricResponse\nid: XrmtnJJ9\ncode: 21\nplayerCount: 1' -'type: userStatusNotif\nactivity: 1rGcJsGq\navailability: 24\nlastSeenAt: SEpxW5gO\nuserId: SjT8iVpa' +'type: userMetricRequest\nid: RqNfCvQO' +'type: userMetricResponse\nid: fpIFv3gE\ncode: 22\nplayerCount: 54' +'type: userStatusNotif\nactivity: UkSn2zbR\navailability: 32\nlastSeenAt: V5YtpTf0\nuserId: pYbIudk1' send() END @@ -162,157 +162,157 @@ fi #- 2 AcceptFriendsNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: acceptFriendsNotif\nfriendId: ietRasnD' \ + 'type: acceptFriendsNotif\nfriendId: 6K8dT9Gp' \ > test.out 2>&1 eval_tap $? 2 'AcceptFriendsNotif' test.out #- 3 AcceptFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: acceptFriendsRequest\nid: sPRvGdEA\nfriendId: 9kR266Vc' \ + 'type: acceptFriendsRequest\nid: jlqxuZlR\nfriendId: dRFJHaj5' \ > test.out 2>&1 eval_tap $? 3 'AcceptFriendsRequest' test.out #- 4 AcceptFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: acceptFriendsResponse\nid: JAzhPjli\ncode: 10' \ + 'type: acceptFriendsResponse\nid: DhDWK6DI\ncode: 85' \ > test.out 2>&1 eval_tap $? 4 'AcceptFriendsResponse' test.out #- 5 BlockPlayerNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: blockPlayerNotif\nblockedUserId: WThsCiws\nuserId: 4Sx19qJY' \ + 'type: blockPlayerNotif\nblockedUserId: aOxDmcxu\nuserId: rV7Y3Qpp' \ > test.out 2>&1 eval_tap $? 5 'BlockPlayerNotif' test.out #- 6 BlockPlayerRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: blockPlayerRequest\nid: w8AfLGET\nblockUserId: UPvhMMWF\nnamespace: 0Pra94qz' \ + 'type: blockPlayerRequest\nid: OtRCh7ZE\nblockUserId: z3ILXiL1\nnamespace: Cvk0CocG' \ > test.out 2>&1 eval_tap $? 6 'BlockPlayerRequest' test.out #- 7 BlockPlayerResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: blockPlayerResponse\nid: ikE0w0OU\nblockUserId: VOlxGPSQ\ncode: 45\nnamespace: a1g3CCqm' \ + 'type: blockPlayerResponse\nid: 3KxbIPFR\nblockUserId: xlFBSLPq\ncode: 18\nnamespace: 0XCOLBPq' \ > test.out 2>&1 eval_tap $? 7 'BlockPlayerResponse' test.out #- 8 CancelFriendsNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: cancelFriendsNotif\nuserId: FgfYxknR' \ + 'type: cancelFriendsNotif\nuserId: c9tk4trl' \ > test.out 2>&1 eval_tap $? 8 'CancelFriendsNotif' test.out #- 9 CancelFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: cancelFriendsRequest\nid: iY40Ghwe\nfriendId: DSMXzzGm' \ + 'type: cancelFriendsRequest\nid: L8powmoe\nfriendId: EzH95UUs' \ > test.out 2>&1 eval_tap $? 9 'CancelFriendsRequest' test.out #- 10 CancelFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: cancelFriendsResponse\nid: sKe7nzn7\ncode: 65' \ + 'type: cancelFriendsResponse\nid: 84F5ADV8\ncode: 62' \ > test.out 2>&1 eval_tap $? 10 'CancelFriendsResponse' test.out #- 11 CancelMatchmakingRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: cancelMatchmakingRequest\nid: 1CLFHpXu\ngameMode: OiOxvSAb\nisTempParty: False' \ + 'type: cancelMatchmakingRequest\nid: l1uQRz7w\ngameMode: t1JImzyg\nisTempParty: False' \ > test.out 2>&1 eval_tap $? 11 'CancelMatchmakingRequest' test.out #- 12 CancelMatchmakingResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: cancelMatchmakingResponse\nid: anVDE35K\ncode: 67' \ + 'type: cancelMatchmakingResponse\nid: 2fbdK8BF\ncode: 23' \ > test.out 2>&1 eval_tap $? 12 'CancelMatchmakingResponse' test.out #- 13 ChannelChatNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: channelChatNotif\nchannelSlug: Gq39fGo5\nfrom: Ze9UJOXb\npayload: s9syKD4O\nsentAt: vaf29Scd' \ + 'type: channelChatNotif\nchannelSlug: PYjQju9U\nfrom: s4yYRFh5\npayload: CQ5PP6OJ\nsentAt: 8wqHaFie' \ > test.out 2>&1 eval_tap $? 13 'ChannelChatNotif' test.out #- 14 ClientResetRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: clientResetRequest\nnamespace: 9zEXMfqQ\nuserId: A0NQTIrA' \ + 'type: clientResetRequest\nnamespace: foF5p97Y\nuserId: IaR6N06Z' \ > test.out 2>&1 eval_tap $? 14 'ClientResetRequest' test.out #- 15 ConnectNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: connectNotif\nlobbySessionId: NtoN27Us' \ + 'type: connectNotif\nlobbySessionId: mIpbMP6l' \ > test.out 2>&1 eval_tap $? 15 'ConnectNotif' test.out #- 16 DisconnectNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: disconnectNotif\nconnectionId: ryLkG4EC\nnamespace: M896Tfkr' \ + 'type: disconnectNotif\nconnectionId: wfv4TLsW\nnamespace: RnTqbqYk' \ > test.out 2>&1 eval_tap $? 16 'DisconnectNotif' test.out #- 17 DsNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: dsNotif\nalternateIps: [LT8trRgo,DJ6Ckrac,GslT57kJ]\ncustomAttribute: KVRNXHz3\ndeployment: AIq926r2\ngameVersion: wrioNaCB\nimageVersion: ZzUzhY4P\nip: TUfZ6PRO\nisOK: False\nisOverrideGameVersion: True\nlastUpdate: OZKbqGoS\nmatchId: kTiVgII2\nmessage: yQ6MIOnk\nnamespace: uv7qPlSX\npodName: 6ywTnVqe\nport: 100\nports: {"NQCCAnf2":23,"E2rRKjvc":50,"6TlDn2er":44}\nprotocol: PJ3a3QJS\nprovider: 0bsOJgVG\nregion: A3fxeueg\nsessionId: YlRabj7W\nstatus: Seh204RY' \ + 'type: dsNotif\nalternateIps: [uO5M15FA,o3uTWYC5,MF6goFbG]\ncustomAttribute: B58Ohj1P\ndeployment: FMhwnrI4\ngameVersion: GrPYvf4x\nimageVersion: IMv1zgQj\nip: plvEHEP2\nisOK: False\nisOverrideGameVersion: False\nlastUpdate: HLpbW5Ek\nmatchId: Y6yNrmlI\nmessage: l82LpScV\nnamespace: 7tcTvsC5\npodName: 1bWRKFMe\nport: 22\nports: {"wzhj6695":79,"mstk4m1E":1,"60rI1q7M":82}\nprotocol: R2Hhm3b2\nprovider: tPEgnBxZ\nregion: yCTsSEyS\nsessionId: B1z0n7zn\nstatus: m5OOk1tX' \ > test.out 2>&1 eval_tap $? 17 'DsNotif' test.out #- 18 ErrorNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: errorNotif\nmessage: T4rlIMYj' \ + 'type: errorNotif\nmessage: bQ97KT8l' \ > test.out 2>&1 eval_tap $? 18 'ErrorNotif' test.out #- 19 ExitAllChannel $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: exitAllChannel\nnamespace: YNSI8q8T\nuserId: nch3M6ew' \ + 'type: exitAllChannel\nnamespace: J5eJ7Pe0\nuserId: EGvnf5tf' \ > test.out 2>&1 eval_tap $? 19 'ExitAllChannel' test.out #- 20 FriendsStatusRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: friendsStatusRequest\nid: rL7eXC4f' \ + 'type: friendsStatusRequest\nid: mZCDjOfi' \ > test.out 2>&1 eval_tap $? 20 'FriendsStatusRequest' test.out #- 21 FriendsStatusResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: friendsStatusResponse\nid: 5Gb67cKh\nactivity: [a3ytsztq,91F7A0w2,8rzwh1gV]\navailability: [OhYzIaYg,yXuFZGEU,2CRXtRiU]\ncode: 28\nfriendIds: [bONTwXos,IKK54CsB,t7rrlWxB]\nlastSeenAt: [t0YhExkF,dweDchGA,XDXPzkUv]' \ + 'type: friendsStatusResponse\nid: oxWCMBKo\nactivity: [gf9HB3Fa,g9ZcRENv,U65YvfmZ]\navailability: [JNIAFTW0,Tq0SOf7O,sZVpBE9Z]\ncode: 72\nfriendIds: [l10dORdJ,BfCTR53w,rbfOpSWz]\nlastSeenAt: [DbS7MweS,7069uvsc,GK7QrkkD]' \ > test.out 2>&1 eval_tap $? 21 'FriendsStatusResponse' test.out #- 22 GetAllSessionAttributeRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getAllSessionAttributeRequest\nid: EGmw4U78' \ + 'type: getAllSessionAttributeRequest\nid: VF8yMHsB' \ > test.out 2>&1 eval_tap $? 22 'GetAllSessionAttributeRequest' test.out #- 23 GetAllSessionAttributeResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getAllSessionAttributeResponse\nid: m12V1hN7\nattributes: {"sy7ueEJp":"u5nD4uBO","DknSyRGo":"XpMmu5jf","f6WaLvNY":"pXNs3njL"}\ncode: 78' \ + 'type: getAllSessionAttributeResponse\nid: PJ5ajohN\nattributes: {"9O3QJSW1":"Uk8akhaq","C5yRPH3y":"PRCcebZ1","D3cyMeeS":"HlmHEk4q"}\ncode: 17' \ > test.out 2>&1 eval_tap $? 23 'GetAllSessionAttributeResponse' test.out #- 24 GetFriendshipStatusRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getFriendshipStatusRequest\nid: ofD4Kd3m\nfriendId: dlqamfit' \ + 'type: getFriendshipStatusRequest\nid: gSEJC7WQ\nfriendId: rFangytn' \ > test.out 2>&1 eval_tap $? 24 'GetFriendshipStatusRequest' test.out #- 25 GetFriendshipStatusResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getFriendshipStatusResponse\nid: wqKV0Wvg\ncode: 41\nfriendshipStatus: c8Uqi2FF' \ + 'type: getFriendshipStatusResponse\nid: L0cgsXAZ\ncode: 37\nfriendshipStatus: YsUNwQgW' \ > test.out 2>&1 eval_tap $? 25 'GetFriendshipStatusResponse' test.out #- 26 GetSessionAttributeRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getSessionAttributeRequest\nid: QZ2BKp4k\nkey: Sf2mwWI0' \ + 'type: getSessionAttributeRequest\nid: udtOJQ9p\nkey: 4f3hyhtO' \ > test.out 2>&1 eval_tap $? 26 'GetSessionAttributeRequest' test.out #- 27 GetSessionAttributeResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: getSessionAttributeResponse\nid: gqp4VWH2\ncode: 62\nvalue: c5cKCB9q' \ + 'type: getSessionAttributeResponse\nid: TMlEQRIH\ncode: 77\nvalue: 6bHtM4DN' \ > test.out 2>&1 eval_tap $? 27 'GetSessionAttributeResponse' test.out @@ -324,439 +324,439 @@ eval_tap $? 28 'Heartbeat' test.out #- 29 JoinDefaultChannelRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: joinDefaultChannelRequest\nid: 6YcNLDbd' \ + 'type: joinDefaultChannelRequest\nid: 11tsPDz5' \ > test.out 2>&1 eval_tap $? 29 'JoinDefaultChannelRequest' test.out #- 30 JoinDefaultChannelResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: joinDefaultChannelResponse\nid: bOUQ7odP\nchannelSlug: ngvxzHHI\ncode: 86' \ + 'type: joinDefaultChannelResponse\nid: 3wTvClFK\nchannelSlug: DPoSf7ge\ncode: 32' \ > test.out 2>&1 eval_tap $? 30 'JoinDefaultChannelResponse' test.out #- 31 ListIncomingFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listIncomingFriendsRequest\nid: 0h2hBKHF' \ + 'type: listIncomingFriendsRequest\nid: n9OGmO1Q' \ > test.out 2>&1 eval_tap $? 31 'ListIncomingFriendsRequest' test.out #- 32 ListIncomingFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listIncomingFriendsResponse\nid: Bxzd0z1s\ncode: 5\nuserIds: [M2BS8yUu,F94sDb4u,LjOQgtML]' \ + 'type: listIncomingFriendsResponse\nid: cKa8sNOy\ncode: 38\nuserIds: [BUZ826rh,K09m3BCU,RHR1rySu]' \ > test.out 2>&1 eval_tap $? 32 'ListIncomingFriendsResponse' test.out #- 33 ListOfFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listOfFriendsRequest\nid: SPFxSOnD\nfriendId: MNoIrIaY' \ + 'type: listOfFriendsRequest\nid: ruS8UM2C\nfriendId: fCSFw42G' \ > test.out 2>&1 eval_tap $? 33 'ListOfFriendsRequest' test.out #- 34 ListOfFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listOfFriendsResponse\nid: aXF1gVby\ncode: 86\nfriendIds: [jpd8DrCq,MGWPN5Ci,YiVrMauX]' \ + 'type: listOfFriendsResponse\nid: xBbzGz68\ncode: 63\nfriendIds: [IdOwDJKV,LcHJhkBi,E3WOoSBl]' \ > test.out 2>&1 eval_tap $? 34 'ListOfFriendsResponse' test.out #- 35 ListOnlineFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listOnlineFriendsRequest\nid: hnQJnXwO' \ + 'type: listOnlineFriendsRequest\nid: SKoa4kR5' \ > test.out 2>&1 eval_tap $? 35 'ListOnlineFriendsRequest' test.out #- 36 ListOutgoingFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listOutgoingFriendsRequest\nid: AKTpJ94r' \ + 'type: listOutgoingFriendsRequest\nid: P6vxwZOF' \ > test.out 2>&1 eval_tap $? 36 'ListOutgoingFriendsRequest' test.out #- 37 ListOutgoingFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: listOutgoingFriendsResponse\nid: N6M03ynH\ncode: 0\nfriendIds: [NY9yX3vX,nrmvRq7P,HFbCilxD]' \ + 'type: listOutgoingFriendsResponse\nid: Pc2A8zto\ncode: 55\nfriendIds: [4nK7uAyd,GW9YpSCl,AeAhVsue]' \ > test.out 2>&1 eval_tap $? 37 'ListOutgoingFriendsResponse' test.out #- 38 MatchmakingNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: matchmakingNotif\ncounterPartyMember: [XChdZ9mK,ETDetQiH,ad9dID7v]\nmatchId: J075mRbB\nmessage: aaaFzKSk\npartyMember: [24u1EP6g,kISdO6Pp,5YCew3xM]\nreadyDuration: 63\nstatus: iXAG4xcb' \ + 'type: matchmakingNotif\ncounterPartyMember: [ARN0rhQI,J0Gmb48z,Ff2DCzVi]\nmatchId: qS15W4iN\nmessage: jVcZqQjx\npartyMember: [SQaBKyWj,JKV1tK4M,NVYqQEYa]\nreadyDuration: 58\nstatus: aIXSaA7g' \ > test.out 2>&1 eval_tap $? 38 'MatchmakingNotif' test.out #- 39 MessageNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: messageNotif\nid: yJm2qaZX\nfrom: Wn0whiC0\npayload: V3fkih4a\nsentAt: 37\nto: gBuEZM25\ntopic: FlLCJKzU' \ + 'type: messageNotif\nid: 66ymUp4P\nfrom: SNrPMVyL\npayload: TikEtKuP\nsentAt: 31\nto: BfDP1zui\ntopic: tG27oTvq' \ > test.out 2>&1 eval_tap $? 39 'MessageNotif' test.out #- 40 OfflineNotificationRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: offlineNotificationRequest\nid: oCVPfuyM' \ + 'type: offlineNotificationRequest\nid: 8QvOquGD' \ > test.out 2>&1 eval_tap $? 40 'OfflineNotificationRequest' test.out #- 41 OfflineNotificationResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: offlineNotificationResponse\nid: UBvNkERr\ncode: 42' \ + 'type: offlineNotificationResponse\nid: 1PaV6s35\ncode: 62' \ > test.out 2>&1 eval_tap $? 41 'OfflineNotificationResponse' test.out #- 42 OnlineFriends $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: onlineFriends\nid: cSR2fvtk\ncode: 59\nonlineFriendIds: [LUTUhhNp,ewM2obDp,vkqVdki1]' \ + 'type: onlineFriends\nid: VGYwf2PA\ncode: 87\nonlineFriendIds: [YvMivN4n,thTunKlm,yZT2uDCa]' \ > test.out 2>&1 eval_tap $? 42 'OnlineFriends' test.out #- 43 PartyChatNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyChatNotif\nid: vd42onTN\nfrom: CZkO5p9S\npayload: SgCVaveB\nreceivedAt: 2\nto: HUs4et30' \ + 'type: partyChatNotif\nid: lcfEsemt\nfrom: SeVASxl0\npayload: 6rEVNRix\nreceivedAt: 96\nto: aFk2EqBp' \ > test.out 2>&1 eval_tap $? 43 'PartyChatNotif' test.out #- 44 PartyChatRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyChatRequest\nid: kLtKWqZm\nfrom: IxhMYNrv\npayload: 1eYQqLvf\nreceivedAt: 77\nto: MZAXqdtU' \ + 'type: partyChatRequest\nid: ncmLfzaK\nfrom: T2Wv02jv\npayload: vpiUcZ4k\nreceivedAt: 53\nto: YxkVRYCZ' \ > test.out 2>&1 eval_tap $? 44 'PartyChatRequest' test.out #- 45 PartyChatResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyChatResponse\nid: w1PjNBMA\ncode: 12' \ + 'type: partyChatResponse\nid: C4ymPnrW\ncode: 78' \ > test.out 2>&1 eval_tap $? 45 'PartyChatResponse' test.out #- 46 PartyCreateRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyCreateRequest\nid: GqhcQor8' \ + 'type: partyCreateRequest\nid: 4LNiq9wK' \ > test.out 2>&1 eval_tap $? 46 'PartyCreateRequest' test.out #- 47 PartyCreateResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyCreateResponse\nid: M3XbFygh\ncode: 82\ninvitationToken: jq4vkwcq\ninvitees: DZisBS34\nleaderId: wcVeS5Nu\nmembers: q0hJYvvE\npartyId: eG5nUcoF' \ + 'type: partyCreateResponse\nid: 8HkdINZw\ncode: 24\ninvitationToken: RieSZ7ZT\ninvitees: 4VAJKnpM\nleaderId: EsVbrZIM\nmembers: m4KawbUq\npartyId: aT4cje2l' \ > test.out 2>&1 eval_tap $? 47 'PartyCreateResponse' test.out #- 48 PartyDataUpdateNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyDataUpdateNotif\ncustomAttributes: {"Oo6pVQbt":{},"mcdAGGuw":{},"V3EKlm6Z":{}}\ninvitees: [WM05rpjS,LKisISpZ,a3nnWDH7]\nleader: tzflKSVd\nmembers: [usQ7u3oc,OMJiyDRJ,mzWvjJOC]\nnamespace: zKod53C6\npartyId: uNekR7VR\nupdatedAt: 72' \ + 'type: partyDataUpdateNotif\ncustomAttributes: {"dZLK7XeP":{},"yO5gqCX3":{},"zYHgpwnW":{}}\ninvitees: [FqTgSGRL,pzTorTGU,OvoadbSP]\nleader: krl54K49\nmembers: [J0JGZOdU,yNjXvPZB,1P6yRsIt]\nnamespace: g6HNeUtZ\npartyId: Vsz06XIA\nupdatedAt: 98' \ > test.out 2>&1 eval_tap $? 48 'PartyDataUpdateNotif' test.out #- 49 PartyGetInvitedNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyGetInvitedNotif\nfrom: nKd0BC95\ninvitationToken: W7uqeWt9\npartyId: lLrcG7m9' \ + 'type: partyGetInvitedNotif\nfrom: Xhn6gcLZ\ninvitationToken: HaHYzn40\npartyId: 52BD2YDf' \ > test.out 2>&1 eval_tap $? 49 'PartyGetInvitedNotif' test.out #- 50 PartyInfoRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyInfoRequest\nid: jMU5L6co' \ + 'type: partyInfoRequest\nid: o03RMamu' \ > test.out 2>&1 eval_tap $? 50 'PartyInfoRequest' test.out #- 51 PartyInfoResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyInfoResponse\nid: jPZtwBQe\ncode: 8\ncustomAttributes: {"lPR21HqZ":{},"JKrzMCr4":{},"n7bbbg3R":{}}\ninvitationToken: acQrqicB\ninvitees: 8UzPSKUM\nleaderId: n06bSg82\nmembers: rizBvHJj\npartyId: W22ryPOT' \ + 'type: partyInfoResponse\nid: 1w9WssgI\ncode: 19\ncustomAttributes: {"4PeRXCtH":{},"UbiLkAkc":{},"UVWKc2bS":{}}\ninvitationToken: Z1nBstVp\ninvitees: l6Gh8mjV\nleaderId: onMZ860z\nmembers: WBCIBIOX\npartyId: 9gqqDZLG' \ > test.out 2>&1 eval_tap $? 51 'PartyInfoResponse' test.out #- 52 PartyInviteNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyInviteNotif\ninviteeId: EoYwKBoX\ninviterId: S0tSfyIB' \ + 'type: partyInviteNotif\ninviteeId: Vf9RtqSB\ninviterId: 7mzPDegS' \ > test.out 2>&1 eval_tap $? 52 'PartyInviteNotif' test.out #- 53 PartyInviteRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyInviteRequest\nid: VHHfHzXw\nfriendId: 5pOcjFtN' \ + 'type: partyInviteRequest\nid: PCxoqScy\nfriendId: OVitBMKu' \ > test.out 2>&1 eval_tap $? 53 'PartyInviteRequest' test.out #- 54 PartyInviteResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyInviteResponse\nid: Eas1Ouew\ncode: 3' \ + 'type: partyInviteResponse\nid: 2i2yfLLL\ncode: 21' \ > test.out 2>&1 eval_tap $? 54 'PartyInviteResponse' test.out #- 55 PartyJoinNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyJoinNotif\nuserId: HLwDhBS2' \ + 'type: partyJoinNotif\nuserId: CZgK7ubB' \ > test.out 2>&1 eval_tap $? 55 'PartyJoinNotif' test.out #- 56 PartyJoinRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyJoinRequest\nid: yca8RlMw\ninvitationToken: yGnzS5X5\npartyId: Oe2lf1BF' \ + 'type: partyJoinRequest\nid: ZgBpQaQc\ninvitationToken: 0nLOaXId\npartyId: 8IhsGaLb' \ > test.out 2>&1 eval_tap $? 56 'PartyJoinRequest' test.out #- 57 PartyJoinResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyJoinResponse\nid: QzQvIGNa\ncode: 85\ninvitationToken: n8iWNRWQ\ninvitees: QM31C7cr\nleaderId: zmsiAVzr\nmembers: xX1JXW4p\npartyId: LaVUftZs' \ + 'type: partyJoinResponse\nid: vTqgoJCn\ncode: 62\ninvitationToken: 4LzEnlGz\ninvitees: k2DkbLX5\nleaderId: kzAfiAkR\nmembers: X6QdAlgY\npartyId: qTZ55RDf' \ > test.out 2>&1 eval_tap $? 57 'PartyJoinResponse' test.out #- 58 PartyKickNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyKickNotif\nleaderId: vduxIZHD\npartyId: q8YTB5JA\nuserId: UUigcZYa' \ + 'type: partyKickNotif\nleaderId: H8Pwoy42\npartyId: RdXwT0u3\nuserId: yF5j8cv5' \ > test.out 2>&1 eval_tap $? 58 'PartyKickNotif' test.out #- 59 PartyKickRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyKickRequest\nid: 6zjzmOJQ\nmemberId: OVO2YO2G' \ + 'type: partyKickRequest\nid: Mn8C2ATo\nmemberId: psTP90V1' \ > test.out 2>&1 eval_tap $? 59 'PartyKickRequest' test.out #- 60 PartyKickResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyKickResponse\nid: mzdFFWtW\ncode: 53' \ + 'type: partyKickResponse\nid: WvIYKRJM\ncode: 52' \ > test.out 2>&1 eval_tap $? 60 'PartyKickResponse' test.out #- 61 PartyLeaveNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyLeaveNotif\nleaderId: oiKDWAWW\nuserId: d2lt6xOm' \ + 'type: partyLeaveNotif\nleaderId: SNlmd4Bn\nuserId: xXWivIz7' \ > test.out 2>&1 eval_tap $? 61 'PartyLeaveNotif' test.out #- 62 PartyLeaveRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyLeaveRequest\nid: cP2K8OYx\nignoreUserRegistry: True' \ + 'type: partyLeaveRequest\nid: QLj4U51K\nignoreUserRegistry: True' \ > test.out 2>&1 eval_tap $? 62 'PartyLeaveRequest' test.out #- 63 PartyLeaveResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyLeaveResponse\nid: G638hDUW\ncode: 28' \ + 'type: partyLeaveResponse\nid: qdPTGruE\ncode: 38' \ > test.out 2>&1 eval_tap $? 63 'PartyLeaveResponse' test.out #- 64 PartyPromoteLeaderRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyPromoteLeaderRequest\nid: CXivQTi8\nnewLeaderUserId: EFyBfhn0' \ + 'type: partyPromoteLeaderRequest\nid: JALpSDKd\nnewLeaderUserId: UTxz7vCC' \ > test.out 2>&1 eval_tap $? 64 'PartyPromoteLeaderRequest' test.out #- 65 PartyPromoteLeaderResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyPromoteLeaderResponse\nid: qYUJzRFj\ncode: 16\ninvitationToken: 9HsHwCrU\ninvitees: 3FsZZv36\nleaderId: pCUdHL8C\nmembers: 5oRDZOUz\npartyId: gTOeVpFS' \ + 'type: partyPromoteLeaderResponse\nid: 173XaBjr\ncode: 28\ninvitationToken: IWg5qLmX\ninvitees: vpTUP7JZ\nleaderId: SFPZSs92\nmembers: e5UmY1uW\npartyId: Do009Iic' \ > test.out 2>&1 eval_tap $? 65 'PartyPromoteLeaderResponse' test.out #- 66 PartyRejectNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyRejectNotif\nleaderId: Yax5P4Rc\npartyId: pBOYXm4X\nuserId: TyIPO2WZ' \ + 'type: partyRejectNotif\nleaderId: VCzzmpg4\npartyId: q0UEUHPw\nuserId: DInd3yh8' \ > test.out 2>&1 eval_tap $? 66 'PartyRejectNotif' test.out #- 67 PartyRejectRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyRejectRequest\nid: yW4Rpj7P\ninvitationToken: apSZz5Yv\npartyId: SRsdOcYP' \ + 'type: partyRejectRequest\nid: CYFcSkTZ\ninvitationToken: K4nbJEqm\npartyId: GeY8T14U' \ > test.out 2>&1 eval_tap $? 67 'PartyRejectRequest' test.out #- 68 PartyRejectResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: partyRejectResponse\nid: bshPQIdS\ncode: 62\npartyId: 0kSOIEfw' \ + 'type: partyRejectResponse\nid: mF5MxzOQ\ncode: 48\npartyId: gn3eK2Nc' \ > test.out 2>&1 eval_tap $? 68 'PartyRejectResponse' test.out #- 69 PersonalChatHistoryRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: personalChatHistoryRequest\nid: 27D6w5oG\nfriendId: vNHhG8kt' \ + 'type: personalChatHistoryRequest\nid: AYgPevAG\nfriendId: lMmnOWm4' \ > test.out 2>&1 eval_tap $? 69 'PersonalChatHistoryRequest' test.out #- 70 PersonalChatHistoryResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: personalChatHistoryResponse\nid: FbYwcthI\nchat: tCO1siYK\ncode: 95\nfriendId: 2xaLAk5o' \ + 'type: personalChatHistoryResponse\nid: jOjLWDjd\nchat: hzRrz4sI\ncode: 58\nfriendId: XusdOsRN' \ > test.out 2>&1 eval_tap $? 70 'PersonalChatHistoryResponse' test.out #- 71 PersonalChatNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: personalChatNotif\nid: EHS2BCKr\nfrom: 2pJoaQEo\npayload: fAmabCNT\nreceivedAt: 32\nto: xBlcKX30' \ + 'type: personalChatNotif\nid: FdUX0hX0\nfrom: BCynd92i\npayload: nGPMf5bc\nreceivedAt: 33\nto: OmBo3GkW' \ > test.out 2>&1 eval_tap $? 71 'PersonalChatNotif' test.out #- 72 PersonalChatRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: personalChatRequest\nid: ZOPvWj0K\nfrom: I0V7oxG6\npayload: qlalqhDc\nreceivedAt: 56\nto: VqTC2Tav' \ + 'type: personalChatRequest\nid: y6zThth2\nfrom: qhlWZvDr\npayload: lJjKHB26\nreceivedAt: 14\nto: Jx3Gttne' \ > test.out 2>&1 eval_tap $? 72 'PersonalChatRequest' test.out #- 73 PersonalChatResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: personalChatResponse\nid: tsfHSBd5\ncode: 99' \ + 'type: personalChatResponse\nid: STYP52Ej\ncode: 85' \ > test.out 2>&1 eval_tap $? 73 'PersonalChatResponse' test.out #- 74 RefreshTokenRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: refreshTokenRequest\nid: ea2F6E1P\ntoken: DzobgbSN' \ + 'type: refreshTokenRequest\nid: w70nT5TS\ntoken: vXGcqlaO' \ > test.out 2>&1 eval_tap $? 74 'RefreshTokenRequest' test.out #- 75 RefreshTokenResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: refreshTokenResponse\nid: yQYXM46U\ncode: 11' \ + 'type: refreshTokenResponse\nid: 1XyGtzUc\ncode: 8' \ > test.out 2>&1 eval_tap $? 75 'RefreshTokenResponse' test.out #- 76 RejectFriendsNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: rejectFriendsNotif\nuserId: qIKACtwe' \ + 'type: rejectFriendsNotif\nuserId: 0M2pKhRG' \ > test.out 2>&1 eval_tap $? 76 'RejectFriendsNotif' test.out #- 77 RejectFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: rejectFriendsRequest\nid: ljLqNkth\nfriendId: b7r5p3ai' \ + 'type: rejectFriendsRequest\nid: CzxAQ8kX\nfriendId: 6cj7rYGy' \ > test.out 2>&1 eval_tap $? 77 'RejectFriendsRequest' test.out #- 78 RejectFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: rejectFriendsResponse\nid: c5eD9uN4\ncode: 13' \ + 'type: rejectFriendsResponse\nid: deIli5IA\ncode: 85' \ > test.out 2>&1 eval_tap $? 78 'RejectFriendsResponse' test.out #- 79 RematchmakingNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: rematchmakingNotif\nbanDuration: 87' \ + 'type: rematchmakingNotif\nbanDuration: 90' \ > test.out 2>&1 eval_tap $? 79 'RematchmakingNotif' test.out #- 80 RequestFriendsNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: requestFriendsNotif\nfriendId: vAuwof9t' \ + 'type: requestFriendsNotif\nfriendId: 9gwvg6q1' \ > test.out 2>&1 eval_tap $? 80 'RequestFriendsNotif' test.out #- 81 RequestFriendsRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: requestFriendsRequest\nid: nCYSXG9p\nfriendId: dnx9albn' \ + 'type: requestFriendsRequest\nid: wPhIcvHe\nfriendId: 5kWEAL6X' \ > test.out 2>&1 eval_tap $? 81 'RequestFriendsRequest' test.out #- 82 RequestFriendsResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: requestFriendsResponse\nid: 4g0LbLsp\ncode: 59' \ + 'type: requestFriendsResponse\nid: DY31K5DC\ncode: 47' \ > test.out 2>&1 eval_tap $? 82 'RequestFriendsResponse' test.out #- 83 SendChannelChatRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: sendChannelChatRequest\nid: mMlLcPfX\nchannelSlug: 3zDhb0Df\npayload: 0EG9agXu' \ + 'type: sendChannelChatRequest\nid: r31HmLey\nchannelSlug: fpaY8hOz\npayload: bqielMhJ' \ > test.out 2>&1 eval_tap $? 83 'SendChannelChatRequest' test.out #- 84 SendChannelChatResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: sendChannelChatResponse\nid: bkMg1W9t\ncode: 30' \ + 'type: sendChannelChatResponse\nid: CEKBbkf4\ncode: 46' \ > test.out 2>&1 eval_tap $? 84 'SendChannelChatResponse' test.out #- 85 SetReadyConsentNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setReadyConsentNotif\nmatchId: XQGBh6FL\nuserId: GgW4ZPlY' \ + 'type: setReadyConsentNotif\nmatchId: FiUdOQHN\nuserId: 018ef7bF' \ > test.out 2>&1 eval_tap $? 85 'SetReadyConsentNotif' test.out #- 86 SetReadyConsentRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setReadyConsentRequest\nid: BDsjw85D\nmatchId: XlaVKvVr' \ + 'type: setReadyConsentRequest\nid: slPcYWPP\nmatchId: F79mn7sj' \ > test.out 2>&1 eval_tap $? 86 'SetReadyConsentRequest' test.out #- 87 SetReadyConsentResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setReadyConsentResponse\nid: TcSDYr6T\ncode: 4' \ + 'type: setReadyConsentResponse\nid: Sx8qZHkI\ncode: 45' \ > test.out 2>&1 eval_tap $? 87 'SetReadyConsentResponse' test.out #- 88 SetSessionAttributeRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setSessionAttributeRequest\nid: m1pTuuJO\nkey: GTqZ8zDR\nnamespace: SfKsVyxW\nvalue: mVZVYxVm' \ + 'type: setSessionAttributeRequest\nid: Lb5IYA3f\nkey: n2Iuvmdd\nnamespace: d9Yj5eti\nvalue: dHQtudBK' \ > test.out 2>&1 eval_tap $? 88 'SetSessionAttributeRequest' test.out #- 89 SetSessionAttributeResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setSessionAttributeResponse\nid: Bg5z8mcy\ncode: 80' \ + 'type: setSessionAttributeResponse\nid: asecD6NB\ncode: 62' \ > test.out 2>&1 eval_tap $? 89 'SetSessionAttributeResponse' test.out #- 90 SetUserStatusRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setUserStatusRequest\nid: fzMEdAJV\nactivity: YxQ9ZRrQ\navailability: 44' \ + 'type: setUserStatusRequest\nid: VLDmdUF2\nactivity: xMSRfXLN\navailability: 58' \ > test.out 2>&1 eval_tap $? 90 'SetUserStatusRequest' test.out #- 91 SetUserStatusResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: setUserStatusResponse\nid: 5SBC0RLr\ncode: 56' \ + 'type: setUserStatusResponse\nid: w7Q4uk5D\ncode: 61' \ > test.out 2>&1 eval_tap $? 91 'SetUserStatusResponse' test.out #- 92 ShutdownNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: shutdownNotif\nmessage: 9LKgzoYN' \ + 'type: shutdownNotif\nmessage: fKE5gj4Y' \ > test.out 2>&1 eval_tap $? 92 'ShutdownNotif' test.out #- 93 SignalingP2PNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: signalingP2PNotif\ndestinationId: AVZpbwtu\nmessage: mPPXtfeF' \ + 'type: signalingP2PNotif\ndestinationId: T3NmYHpq\nmessage: pO49dBdN' \ > test.out 2>&1 eval_tap $? 93 'SignalingP2PNotif' test.out #- 94 StartMatchmakingRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: startMatchmakingRequest\nid: h0OquSRH\nextraAttributes: lu1Z1vTe\ngameMode: a51tA1JM\npartyAttributes: {"VNx8BiWH":{},"tA0yeMJM":{},"Srav1aFG":{}}\npriority: 36\ntempParty: DYC38XKU' \ + 'type: startMatchmakingRequest\nid: ozMcLSyD\nextraAttributes: 0VPBqf7C\ngameMode: aiVy1IrA\npartyAttributes: {"j5pZHvap":{},"KIxdmqaE":{},"V4bEmE19":{}}\npriority: 38\ntempParty: rHsLo6i6' \ > test.out 2>&1 eval_tap $? 94 'StartMatchmakingRequest' test.out #- 95 StartMatchmakingResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: startMatchmakingResponse\nid: pjPVwL7N\ncode: 93' \ + 'type: startMatchmakingResponse\nid: 5KgUGUPI\ncode: 46' \ > test.out 2>&1 eval_tap $? 95 'StartMatchmakingResponse' test.out #- 96 UnblockPlayerNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unblockPlayerNotif\nunblockedUserId: 9R9RSt29\nuserId: H90uMlfx' \ + 'type: unblockPlayerNotif\nunblockedUserId: oddNBPye\nuserId: gR5nwxtv' \ > test.out 2>&1 eval_tap $? 96 'UnblockPlayerNotif' test.out #- 97 UnblockPlayerRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unblockPlayerRequest\nid: XJKMgdMR\nnamespace: j0TDk0li\nunblockedUserId: oaW1pQku' \ + 'type: unblockPlayerRequest\nid: JSi6p6Y9\nnamespace: xvv2BxyR\nunblockedUserId: wCdyu467' \ > test.out 2>&1 eval_tap $? 97 'UnblockPlayerRequest' test.out #- 98 UnblockPlayerResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unblockPlayerResponse\nid: I3YNCzvv\ncode: 83\nnamespace: DAlCuBwo\nunblockedUserId: nu0nktAN' \ + 'type: unblockPlayerResponse\nid: 36e68I7G\ncode: 24\nnamespace: x4IgHKTV\nunblockedUserId: 2M50Skb1' \ > test.out 2>&1 eval_tap $? 98 'UnblockPlayerResponse' test.out #- 99 UnfriendNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unfriendNotif\nfriendId: LBWJopdJ' \ + 'type: unfriendNotif\nfriendId: M3YkZVdQ' \ > test.out 2>&1 eval_tap $? 99 'UnfriendNotif' test.out #- 100 UnfriendRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unfriendRequest\nid: EEpsvv0t\nfriendId: qc9hFtHN' \ + 'type: unfriendRequest\nid: 2zHvFEBR\nfriendId: D8ijA66N' \ > test.out 2>&1 eval_tap $? 100 'UnfriendRequest' test.out #- 101 UnfriendResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: unfriendResponse\nid: mJD1yh7V\ncode: 59' \ + 'type: unfriendResponse\nid: FFlL0mTP\ncode: 92' \ > test.out 2>&1 eval_tap $? 101 'UnfriendResponse' test.out @@ -768,19 +768,19 @@ eval_tap $? 102 'UserBannedNotification' test.out #- 103 UserMetricRequest $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: userMetricRequest\nid: shJWMNrO' \ + 'type: userMetricRequest\nid: NnnCeNB7' \ > test.out 2>&1 eval_tap $? 103 'UserMetricRequest' test.out #- 104 UserMetricResponse $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: userMetricResponse\nid: JJ3nWYsm\ncode: 71\nplayerCount: 39' \ + 'type: userMetricResponse\nid: W1NlEtcE\ncode: 43\nplayerCount: 85' \ > test.out 2>&1 eval_tap $? 104 'UserMetricResponse' test.out #- 105 UserStatusNotif $PYTHON -m $MODULE 'one-shot-websocket' \ - 'type: userStatusNotif\nactivity: TqG4U2PR\navailability: 97\nlastSeenAt: ebttE9qA\nuserId: JFaf2hme' \ + 'type: userStatusNotif\nactivity: dY55Sc5e\navailability: 21\nlastSeenAt: tPNFdXWl\nuserId: U3gakt5K' \ > test.out 2>&1 eval_tap $? 105 'UserStatusNotif' test.out diff --git a/samples/cli/tests/match2-cli-test.sh b/samples/cli/tests/match2-cli-test.sh index 401da6da0..5967eeade 100644 --- a/samples/cli/tests/match2-cli-test.sh +++ b/samples/cli/tests/match2-cli-test.sh @@ -32,33 +32,33 @@ $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap match2-get-healthcheck-info --login_with_auth "Bearer foo" match2-get-healthcheck-info-v1 --login_with_auth "Bearer foo" match2-environment-variable-list --login_with_auth "Bearer foo" -match2-create-backfill '{"matchPool": "dRdfrcOw", "sessionId": "0d03RC4h"}' --login_with_auth "Bearer foo" -match2-get-backfill-proposal 'RJIP47Xe' --login_with_auth "Bearer foo" -match2-get-backfill '5ghxVSQ8' --login_with_auth "Bearer foo" -match2-delete-backfill 'h1PM0e1G' --login_with_auth "Bearer foo" -match2-accept-backfill '{"proposalId": "MfST6WsQ", "stop": true}' 'GjRbIcBR' --login_with_auth "Bearer foo" -match2-reject-backfill '{"proposalId": "8t85qrwx", "stop": true}' '0c7rOvqt' --login_with_auth "Bearer foo" +match2-create-backfill '{"matchPool": "TJj5OooO", "sessionId": "AhAxJi5j"}' --login_with_auth "Bearer foo" +match2-get-backfill-proposal 'amwdyIpk' --login_with_auth "Bearer foo" +match2-get-backfill 'SQCky8N2' --login_with_auth "Bearer foo" +match2-delete-backfill 'AgOp50sZ' --login_with_auth "Bearer foo" +match2-accept-backfill '{"proposalId": "bhALCauI", "stop": false}' 'sd95LyGA' --login_with_auth "Bearer foo" +match2-reject-backfill '{"proposalId": "5ollX9So", "stop": true}' 'Lar9cEp5' --login_with_auth "Bearer foo" match2-match-function-list --login_with_auth "Bearer foo" -match2-create-match-function '{"match_function": "EPZ14uhK", "serviceAppName": "xHqG3GvX", "url": "7bG5h9r2"}' --login_with_auth "Bearer foo" -match2-update-match-function '{"match_function": "QpbmKlTZ", "serviceAppName": "GIjpIi0O", "url": "wxMIpXwq"}' 'cSJtcuY4' --login_with_auth "Bearer foo" -match2-delete-match-function 'kRS3bZI6' --login_with_auth "Bearer foo" +match2-create-match-function '{"match_function": "YT7x9OJO", "serviceAppName": "bOzZTyvy", "url": "ZtkObfhi"}' --login_with_auth "Bearer foo" +match2-update-match-function '{"match_function": "qPuMZNNZ", "serviceAppName": "uoFwdpUl", "url": "bHoPECvw"}' 'v3e7NErq' --login_with_auth "Bearer foo" +match2-delete-match-function 'af1noOTa' --login_with_auth "Bearer foo" match2-match-pool-list --login_with_auth "Bearer foo" -match2-create-match-pool '{"auto_accept_backfill_proposal": true, "backfill_proposal_expiration_seconds": 50, "backfill_ticket_expiration_seconds": 98, "match_function": "hvggAnb9", "match_function_override": {"backfill_matches": "HzerzsF7", "enrichment": ["WdgSWhiu", "iQ3jR8zh", "rninmybV"], "make_matches": "dQjrk2NL", "stat_codes": ["gTY7w46v", "kosxKUZ3", "VWqC9e3V"], "validation": ["ABxDkM7I", "PC1xF0kj", "AuuCi63Z"]}, "name": "c513SbyM", "rule_set": "ODjuZOPy", "session_template": "MUByY79l", "ticket_expiration_seconds": 4}' --login_with_auth "Bearer foo" -match2-match-pool-details 'Q09SKA8L' --login_with_auth "Bearer foo" -match2-update-match-pool '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 49, "backfill_ticket_expiration_seconds": 81, "match_function": "C1YEuGZE", "match_function_override": {"backfill_matches": "QRFy2xU5", "enrichment": ["3gUy4JcR", "EMukwVZU", "ZHhkCWXq"], "make_matches": "peilb1Fb", "stat_codes": ["iKvAjpTX", "oA4ZH9rV", "lbRBS3vp"], "validation": ["asBoX8tB", "dYkAyvIP", "B4gRJELV"]}, "rule_set": "SAb282eX", "session_template": "dmte9XI7", "ticket_expiration_seconds": 45}' 'bbC5k4YI' --login_with_auth "Bearer foo" -match2-delete-match-pool 'BpJZKu3z' --login_with_auth "Bearer foo" -match2-match-pool-metric '6NJRWVlz' --login_with_auth "Bearer foo" -match2-get-player-metric 'zbt45UWg' --login_with_auth "Bearer foo" -match2-admin-get-match-pool-tickets '7Y1it3Zh' --login_with_auth "Bearer foo" -match2-create-match-ticket '{"attributes": {"2EtYxPVT": {}, "4YgVCCSD": {}, "zi7wCAUT": {}}, "latencies": {"cG6xx3Sn": 23, "i6kzKL7A": 67, "h6bzw7Aq": 71}, "matchPool": "IQUxHY9B", "sessionID": "cwlgMfat"}' --login_with_auth "Bearer foo" +match2-create-match-pool '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 14, "backfill_ticket_expiration_seconds": 77, "match_function": "bZJCj23M", "match_function_override": {"backfill_matches": "aKeQGFbQ", "enrichment": ["kaBw3XD2", "Q9SVuAqO", "DsX6f3px"], "make_matches": "onjvnb7i", "stat_codes": ["EHw4Tfmg", "W33jG6ai", "Is8Pr5jk"], "validation": ["xfukyPkS", "JG0kKK7Z", "hFkRqaeS"]}, "name": "qs8zoRu1", "rule_set": "mqUZEc6e", "session_template": "bdrDCxGF", "ticket_expiration_seconds": 15}' --login_with_auth "Bearer foo" +match2-match-pool-details 'ZPLpenmX' --login_with_auth "Bearer foo" +match2-update-match-pool '{"auto_accept_backfill_proposal": true, "backfill_proposal_expiration_seconds": 73, "backfill_ticket_expiration_seconds": 94, "match_function": "JE9G4VuN", "match_function_override": {"backfill_matches": "ccoscZAI", "enrichment": ["5e8jxFhc", "yyoxs9T9", "Hmjsb7QU"], "make_matches": "fncFothp", "stat_codes": ["JEz9lWNH", "SUPXzFYH", "PWkEVpJG"], "validation": ["rqq3ob44", "3rnS42sM", "dbPZxDr8"]}, "rule_set": "Ot3f1E44", "session_template": "2hU4z7pE", "ticket_expiration_seconds": 81}' 'kJP7RolH' --login_with_auth "Bearer foo" +match2-delete-match-pool 'fty6ykxh' --login_with_auth "Bearer foo" +match2-match-pool-metric 'u18V2mY5' --login_with_auth "Bearer foo" +match2-get-player-metric 'OK73SC8E' --login_with_auth "Bearer foo" +match2-admin-get-match-pool-tickets 'kitZQUAq' --login_with_auth "Bearer foo" +match2-create-match-ticket '{"attributes": {"VRNRj6Pf": {}, "ARyeouNF": {}, "yWVUffg7": {}}, "latencies": {"l0f22CqD": 0, "CHSvnEAO": 30, "DgZgljVk": 3}, "matchPool": "fZ4n61vG", "sessionID": "EK1v8pE1"}' --login_with_auth "Bearer foo" match2-get-my-match-tickets --login_with_auth "Bearer foo" -match2-match-ticket-details '2dLXq6w7' --login_with_auth "Bearer foo" -match2-delete-match-ticket 'DClrnzFx' --login_with_auth "Bearer foo" +match2-match-ticket-details 'DYCJrcEs' --login_with_auth "Bearer foo" +match2-delete-match-ticket 'EXlacpaR' --login_with_auth "Bearer foo" match2-rule-set-list --login_with_auth "Bearer foo" -match2-create-rule-set '{"data": {"tG1MJete": {}, "vDmZMA9b": {}, "OyRls7ot": {}}, "enable_custom_match_function": true, "name": "KZiXBWgH"}' --login_with_auth "Bearer foo" -match2-rule-set-details 'qVtskHUy' --login_with_auth "Bearer foo" -match2-update-rule-set '{"data": {"TkVFn5qB": {}, "Ay0HQq76": {}, "mz1GW28N": {}}, "enable_custom_match_function": true, "name": "tvLDDu7S"}' 'BnFe7M4d' --login_with_auth "Bearer foo" -match2-delete-rule-set 'HIhDGxIF' --login_with_auth "Bearer foo" +match2-create-rule-set '{"data": {"NH0SRMcH": {}, "bSh4GSwl": {}, "SaoyPPm7": {}}, "enable_custom_match_function": false, "name": "f7Y1A7WA"}' --login_with_auth "Bearer foo" +match2-rule-set-details 'ScJPEyuT' --login_with_auth "Bearer foo" +match2-update-rule-set '{"data": {"SnvjGGea": {}, "kcPEgSat": {}, "pfS3stXB": {}}, "enable_custom_match_function": false, "name": "3Q0KRv4o"}' 'tDGvUj6A' --login_with_auth "Bearer foo" +match2-delete-rule-set 'GRGAWV7I' --login_with_auth "Bearer foo" match2-version-check-handler --login_with_auth "Bearer foo" exit() END @@ -108,44 +108,44 @@ eval_tap $? 4 'EnvironmentVariableList' test.out #- 5 CreateBackfill $PYTHON -m $MODULE 'match2-create-backfill' \ - '{"matchPool": "IjHvqWD7", "sessionId": "ikNGolej"}' \ + '{"matchPool": "Y8muB257", "sessionId": "w2vLaS34"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'CreateBackfill' test.out #- 6 GetBackfillProposal $PYTHON -m $MODULE 'match2-get-backfill-proposal' \ - 'SKgUelud' \ + '6FIBujHA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'GetBackfillProposal' test.out #- 7 GetBackfill $PYTHON -m $MODULE 'match2-get-backfill' \ - 'VT5EGNrE' \ + 'MfCSS9AR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'GetBackfill' test.out #- 8 DeleteBackfill $PYTHON -m $MODULE 'match2-delete-backfill' \ - 'WnYSTwxO' \ + '0NWR0pIe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'DeleteBackfill' test.out #- 9 AcceptBackfill $PYTHON -m $MODULE 'match2-accept-backfill' \ - '{"proposalId": "Ur0de3Mx", "stop": false}' \ - 'NIKhzc7t' \ + '{"proposalId": "g0NwSVGR", "stop": true}' \ + 'ACfh7fqI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AcceptBackfill' test.out #- 10 RejectBackfill $PYTHON -m $MODULE 'match2-reject-backfill' \ - '{"proposalId": "dnWXIBlM", "stop": false}' \ - 'YBexlxpy' \ + '{"proposalId": "ykPqk8FA", "stop": true}' \ + 'SgsgoYBH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'RejectBackfill' test.out @@ -158,22 +158,22 @@ eval_tap $? 11 'MatchFunctionList' test.out #- 12 CreateMatchFunction $PYTHON -m $MODULE 'match2-create-match-function' \ - '{"match_function": "06uqgXWQ", "serviceAppName": "puBYKxPw", "url": "LnQ2StW5"}' \ + '{"match_function": "THps9oid", "serviceAppName": "jAFQ9q5N", "url": "C8XBSFbM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'CreateMatchFunction' test.out #- 13 UpdateMatchFunction $PYTHON -m $MODULE 'match2-update-match-function' \ - '{"match_function": "OjQ6k3Z7", "serviceAppName": "mQliJuDh", "url": "YZGPcJWS"}' \ - 'xdOMNTML' \ + '{"match_function": "EEa5JrUJ", "serviceAppName": "aRCqlEua", "url": "9F5DYp8k"}' \ + 'vnz03XSs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'UpdateMatchFunction' test.out #- 14 DeleteMatchFunction $PYTHON -m $MODULE 'match2-delete-match-function' \ - '17xAP6lk' \ + 't51v9Gsy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'DeleteMatchFunction' test.out @@ -186,57 +186,57 @@ eval_tap $? 15 'MatchPoolList' test.out #- 16 CreateMatchPool $PYTHON -m $MODULE 'match2-create-match-pool' \ - '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 19, "backfill_ticket_expiration_seconds": 61, "match_function": "whj2igjg", "match_function_override": {"backfill_matches": "ylNHoURv", "enrichment": ["0PcjrHxh", "Z8xXOws6", "nazuFH8k"], "make_matches": "RzVPfdoT", "stat_codes": ["f04TZsIx", "wU8PMMn7", "N1iDs5sv"], "validation": ["n6jAk34i", "IAsmx4lq", "OtJvndXb"]}, "name": "Peg923F5", "rule_set": "0MDdrMFA", "session_template": "dDJ6AmeD", "ticket_expiration_seconds": 66}' \ + '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 44, "backfill_ticket_expiration_seconds": 60, "match_function": "KDVpfPQV", "match_function_override": {"backfill_matches": "Yx5PUp2R", "enrichment": ["bbiIquX6", "aUV8hx3f", "OQIVI2ZK"], "make_matches": "xcIknevr", "stat_codes": ["ungfCOz1", "441O8rVE", "qFaxwLio"], "validation": ["r50eJTmB", "6r2JUtqR", "iwpEBUoa"]}, "name": "WhT4HaYw", "rule_set": "numqZDBt", "session_template": "FVhUnVVq", "ticket_expiration_seconds": 85}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'CreateMatchPool' test.out #- 17 MatchPoolDetails $PYTHON -m $MODULE 'match2-match-pool-details' \ - 'yQWbvZXP' \ + 'jWnMtZhh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'MatchPoolDetails' test.out #- 18 UpdateMatchPool $PYTHON -m $MODULE 'match2-update-match-pool' \ - '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 66, "backfill_ticket_expiration_seconds": 77, "match_function": "5ILyIt6O", "match_function_override": {"backfill_matches": "WnrHGjUl", "enrichment": ["mWGSSWN5", "haioQGVL", "GAR74QcU"], "make_matches": "nQSmKW1e", "stat_codes": ["5YkpNK8d", "gzrBCEC8", "Qj1dk7EV"], "validation": ["kXZJXygV", "c301zpHm", "pCXwWZZS"]}, "rule_set": "KQrZmwsf", "session_template": "yWXVCqgO", "ticket_expiration_seconds": 8}' \ - 'gMjYXHks' \ + '{"auto_accept_backfill_proposal": false, "backfill_proposal_expiration_seconds": 6, "backfill_ticket_expiration_seconds": 22, "match_function": "yRpmm5hE", "match_function_override": {"backfill_matches": "mPIKkrkr", "enrichment": ["3IxmDFCn", "hMhmlggt", "2FLvST4A"], "make_matches": "6vEUo9ZA", "stat_codes": ["S3EO9EhT", "GUAhFgDr", "fbyp4wD6"], "validation": ["NfhAc4UI", "IZ1veRBe", "FNrzrlZ0"]}, "rule_set": "l1qv2BJl", "session_template": "EUFEpaEH", "ticket_expiration_seconds": 15}' \ + 'YmzLdVNl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'UpdateMatchPool' test.out #- 19 DeleteMatchPool $PYTHON -m $MODULE 'match2-delete-match-pool' \ - 'ibat32mS' \ + '6RLcAbBe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'DeleteMatchPool' test.out #- 20 MatchPoolMetric $PYTHON -m $MODULE 'match2-match-pool-metric' \ - '8My3PdOt' \ + 'FtDzseQC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'MatchPoolMetric' test.out #- 21 GetPlayerMetric $PYTHON -m $MODULE 'match2-get-player-metric' \ - 'F9ylqqDg' \ + 'yWqwaeFK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'GetPlayerMetric' test.out #- 22 AdminGetMatchPoolTickets $PYTHON -m $MODULE 'match2-admin-get-match-pool-tickets' \ - 'tirsoeDU' \ + 'xmeFMJN8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'AdminGetMatchPoolTickets' test.out #- 23 CreateMatchTicket $PYTHON -m $MODULE 'match2-create-match-ticket' \ - '{"attributes": {"MbcahTqR": {}, "nYqok3qA": {}, "TXysONEa": {}}, "latencies": {"TcZMsU8d": 48, "xrDCZqrJ": 11, "6OfOZPJk": 66}, "matchPool": "qlfTtSUe", "sessionID": "VkbCSpt3"}' \ + '{"attributes": {"uDy2PW2N": {}, "cHESPq7t": {}, "CZQGXRug": {}}, "latencies": {"kdakbqFl": 11, "Ut4ZKMrd": 61, "ZWGX9UDw": 36}, "matchPool": "33f5cAum", "sessionID": "gcNhmngH"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'CreateMatchTicket' test.out @@ -249,14 +249,14 @@ eval_tap $? 24 'GetMyMatchTickets' test.out #- 25 MatchTicketDetails $PYTHON -m $MODULE 'match2-match-ticket-details' \ - 'YWEXH5ZE' \ + 'Sykh3KKu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'MatchTicketDetails' test.out #- 26 DeleteMatchTicket $PYTHON -m $MODULE 'match2-delete-match-ticket' \ - 'vTxCeHSz' \ + 'KtxhXmbj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'DeleteMatchTicket' test.out @@ -269,29 +269,29 @@ eval_tap $? 27 'RuleSetList' test.out #- 28 CreateRuleSet $PYTHON -m $MODULE 'match2-create-rule-set' \ - '{"data": {"Mk29iCw7": {}, "dz8GRuat": {}, "ghMQVbs5": {}}, "enable_custom_match_function": false, "name": "4MuIpJ0C"}' \ + '{"data": {"sICk8gw5": {}, "7J1K4IIQ": {}, "sElSubLR": {}}, "enable_custom_match_function": false, "name": "OosdAEW1"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'CreateRuleSet' test.out #- 29 RuleSetDetails $PYTHON -m $MODULE 'match2-rule-set-details' \ - 'mtHo3cQu' \ + 'Yc2QqunW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'RuleSetDetails' test.out #- 30 UpdateRuleSet $PYTHON -m $MODULE 'match2-update-rule-set' \ - '{"data": {"j2k1OTwi": {}, "RpsH3Sjh": {}, "DLgJzNp4": {}}, "enable_custom_match_function": true, "name": "I7R0RsxJ"}' \ - '6Cpa3LCg' \ + '{"data": {"YeD8m1cO": {}, "Av7uz0LC": {}, "NPmRKvEu": {}}, "enable_custom_match_function": true, "name": "9rjHhmsX"}' \ + 'wjFa1DrS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'UpdateRuleSet' test.out #- 31 DeleteRuleSet $PYTHON -m $MODULE 'match2-delete-rule-set' \ - 'ygHeJJdD' \ + 'zBSSJ16F' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'DeleteRuleSet' test.out diff --git a/samples/cli/tests/matchmaking-cli-test.sh b/samples/cli/tests/matchmaking-cli-test.sh index 687935121..b01b03a84 100644 --- a/samples/cli/tests/matchmaking-cli-test.sh +++ b/samples/cli/tests/matchmaking-cli-test.sh @@ -32,37 +32,37 @@ $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap matchmaking-get-healthcheck-info --login_with_auth "Bearer foo" matchmaking-handler-v3-healthz --login_with_auth "Bearer foo" matchmaking-get-all-channels-handler --login_with_auth "Bearer foo" -matchmaking-create-channel-handler '{"blocked_player_option": "blockedPlayerCannotMatch", "deployment": "pqfTKFKy", "description": "WLhAmCEb", "find_match_timeout_seconds": 30, "game_mode": "Mp3YgDKS", "joinable": true, "max_delay_ms": 56, "region_expansion_range_ms": 30, "region_expansion_rate_ms": 95, "region_latency_initial_range_ms": 50, "region_latency_max_ms": 94, "rule_set": {"alliance": {"combination": {"alliances": [[{"max": 4, "min": 13, "name": "AsfJBEIC"}, {"max": 91, "min": 94, "name": "6KjSetAW"}, {"max": 34, "min": 60, "name": "WBhu86sB"}], [{"max": 33, "min": 19, "name": "GECZuEmT"}, {"max": 25, "min": 41, "name": "Um763R2x"}, {"max": 59, "min": 0, "name": "j2QkinpV"}], [{"max": 41, "min": 34, "name": "PpF18iIa"}, {"max": 6, "min": 8, "name": "xFJjQ3wV"}, {"max": 13, "min": 25, "name": "rT2qz92o"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 100, "role_flexing_second": 85}, "max_number": 51, "min_number": 49, "player_max_number": 27, "player_min_number": 91}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 6, "min": 57, "name": "z2mlEINi"}, {"max": 73, "min": 44, "name": "MMoQXXSh"}, {"max": 83, "min": 21, "name": "qTxylBJ8"}], [{"max": 46, "min": 5, "name": "4vOapFsF"}, {"max": 8, "min": 57, "name": "BcEhgLKu"}, {"max": 75, "min": 22, "name": "17NPN59x"}], [{"max": 57, "min": 31, "name": "U3czpIwh"}, {"max": 37, "min": 92, "name": "y8MlDEFm"}, {"max": 11, "min": 77, "name": "12pQwoLb"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 36, "role_flexing_second": 7}, "duration": 48, "max_number": 47, "min_number": 1, "player_max_number": 55, "player_min_number": 42}, {"combination": {"alliances": [[{"max": 78, "min": 27, "name": "fbMyGlMN"}, {"max": 63, "min": 65, "name": "6PaBJlPY"}, {"max": 16, "min": 55, "name": "t5gAELyQ"}], [{"max": 79, "min": 38, "name": "KlYyteYi"}, {"max": 31, "min": 65, "name": "NTUaVdeq"}, {"max": 30, "min": 21, "name": "JYWMcWro"}], [{"max": 64, "min": 80, "name": "bHePqwLJ"}, {"max": 88, "min": 16, "name": "qB8LZfyq"}, {"max": 53, "min": 80, "name": "uA2aiSb9"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 59, "role_flexing_second": 29}, "duration": 4, "max_number": 15, "min_number": 69, "player_max_number": 90, "player_min_number": 25}, {"combination": {"alliances": [[{"max": 30, "min": 67, "name": "vvFi573s"}, {"max": 5, "min": 37, "name": "SD24hIOC"}, {"max": 12, "min": 49, "name": "pvOMnekz"}], [{"max": 82, "min": 14, "name": "qek5NWAn"}, {"max": 20, "min": 98, "name": "JZ7Y9OMa"}, {"max": 18, "min": 92, "name": "h15aJm6H"}], [{"max": 44, "min": 43, "name": "8OrHibgL"}, {"max": 69, "min": 27, "name": "EPZxziw9"}, {"max": 70, "min": 61, "name": "ZgekWBxs"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 29, "role_flexing_second": 74}, "duration": 80, "max_number": 82, "min_number": 93, "player_max_number": 0, "player_min_number": 94}], "batch_size": 42, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 52, "flex_flat_step_range": 92, "flex_immunity_count": 96, "flex_range_max": 97, "flex_rate_ms": 34, "flex_step_max": 49, "force_authority_match": false, "initial_step_range": 76, "mmr_max": 39, "mmr_mean": 41, "mmr_min": 59, "mmr_std_dev": 4, "override_mmr_data": true, "use_bucket_mmr": true, "use_flat_flex_step": false}, "flexing_rule": [{"attribute": "30rnV6aO", "criteria": "mQvW4TIW", "duration": 50, "reference": 0.3032320291810413}, {"attribute": "ACycAF3G", "criteria": "uPl5V4ag", "duration": 76, "reference": 0.19733998818429865}, {"attribute": "gkvmAmqc", "criteria": "6G4Htm5P", "duration": 92, "reference": 0.729571896230175}], "match_options": {"options": [{"name": "izzG0fVj", "type": "IS5NGwWb"}, {"name": "dMoDpGNx", "type": "XvfAiR9I"}, {"name": "kqkfToLW", "type": "ZTJKcghe"}]}, "matching_rule": [{"attribute": "JfmYn1p2", "criteria": "hLTa9gMK", "reference": 0.4031377076892091}, {"attribute": "OieHMwsB", "criteria": "RT3jUHuu", "reference": 0.5774368097245961}, {"attribute": "Gpo25Lkl", "criteria": "YJzXXO77", "reference": 0.6714994051038741}], "rebalance_enable": true, "sort_ticket": {"search_result": "random", "ticket_queue": "random"}, "sort_tickets": [{"search_result": "oldestTicketAge", "threshold": 31, "ticket_queue": "largestPartySize"}, {"search_result": "random", "threshold": 63, "ticket_queue": "distance"}, {"search_result": "none", "threshold": 84, "ticket_queue": "none"}], "sub_game_modes": {"PRm3wtNu": {"alliance": {"combination": {"alliances": [[{"max": 29, "min": 52, "name": "Md602oXo"}, {"max": 43, "min": 47, "name": "mWWfs1Vc"}, {"max": 89, "min": 36, "name": "l6fi37oD"}], [{"max": 56, "min": 8, "name": "wxJ5NOl2"}, {"max": 91, "min": 22, "name": "5rY3Y5lm"}, {"max": 84, "min": 25, "name": "xVIaes3c"}], [{"max": 17, "min": 66, "name": "uewYNmAt"}, {"max": 60, "min": 26, "name": "ruz7HHqD"}, {"max": 2, "min": 100, "name": "WdTnxWAa"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 37, "role_flexing_second": 65}, "max_number": 61, "min_number": 80, "player_max_number": 26, "player_min_number": 81}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 76, "min": 41, "name": "w85xkFnC"}, {"max": 30, "min": 35, "name": "46dhAxid"}, {"max": 63, "min": 76, "name": "SQPA7U4m"}], [{"max": 0, "min": 46, "name": "pHb0IeBu"}, {"max": 7, "min": 70, "name": "a9zaygXJ"}, {"max": 38, "min": 44, "name": "secnb9Ou"}], [{"max": 47, "min": 12, "name": "BAHdgInN"}, {"max": 67, "min": 62, "name": "AJ4jUVhQ"}, {"max": 38, "min": 71, "name": "ivMHA1SR"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 13, "role_flexing_second": 46}, "duration": 8, "max_number": 86, "min_number": 63, "player_max_number": 70, "player_min_number": 19}, {"combination": {"alliances": [[{"max": 40, "min": 69, "name": "JaISIjoH"}, {"max": 39, "min": 83, "name": "Hd4vAuTO"}, {"max": 93, "min": 6, "name": "JxE0wmIe"}], [{"max": 87, "min": 85, "name": "JltJsH6T"}, {"max": 2, "min": 71, "name": "WIDG7LPM"}, {"max": 96, "min": 25, "name": "LDq1mhZS"}], [{"max": 59, "min": 50, "name": "YTuw1z71"}, {"max": 40, "min": 89, "name": "9J98FjIq"}, {"max": 37, "min": 80, "name": "SNimdzAH"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 62, "role_flexing_second": 80}, "duration": 85, "max_number": 51, "min_number": 85, "player_max_number": 0, "player_min_number": 53}, {"combination": {"alliances": [[{"max": 48, "min": 47, "name": "lVNjcQuL"}, {"max": 59, "min": 44, "name": "h6wan2lL"}, {"max": 74, "min": 39, "name": "l3oJYR1Y"}], [{"max": 25, "min": 30, "name": "jsDxQMwb"}, {"max": 59, "min": 15, "name": "i3DRgolj"}, {"max": 69, "min": 26, "name": "NvlhrSWZ"}], [{"max": 56, "min": 45, "name": "MAxIJF16"}, {"max": 52, "min": 1, "name": "qx39xkc0"}, {"max": 55, "min": 35, "name": "FPZtmmu2"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 29, "role_flexing_second": 33}, "duration": 5, "max_number": 53, "min_number": 32, "player_max_number": 42, "player_min_number": 63}], "name": "k5JTNuFG"}, "mo3SeNHU": {"alliance": {"combination": {"alliances": [[{"max": 61, "min": 65, "name": "qic4tKH0"}, {"max": 65, "min": 47, "name": "gWCwjCQ0"}, {"max": 95, "min": 79, "name": "35U68SIU"}], [{"max": 2, "min": 35, "name": "TydYS5LA"}, {"max": 7, "min": 55, "name": "vvzA7ZNU"}, {"max": 86, "min": 96, "name": "kzASfzFJ"}], [{"max": 53, "min": 73, "name": "GQa8Etoj"}, {"max": 16, "min": 47, "name": "kBc82BDr"}, {"max": 32, "min": 83, "name": "JxOzXfpD"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 45, "role_flexing_second": 64}, "max_number": 89, "min_number": 54, "player_max_number": 90, "player_min_number": 8}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 74, "min": 86, "name": "ZkKLW9XM"}, {"max": 39, "min": 34, "name": "jokPfXqj"}, {"max": 43, "min": 56, "name": "kcwWZwzI"}], [{"max": 63, "min": 22, "name": "dySjVCpI"}, {"max": 3, "min": 4, "name": "ppcVD5Sl"}, {"max": 96, "min": 13, "name": "zpxXVhqn"}], [{"max": 96, "min": 8, "name": "q15MKS8i"}, {"max": 91, "min": 67, "name": "ph39EFVS"}, {"max": 16, "min": 63, "name": "H6Pq8Pni"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 58, "role_flexing_second": 77}, "duration": 66, "max_number": 47, "min_number": 81, "player_max_number": 10, "player_min_number": 90}, {"combination": {"alliances": [[{"max": 71, "min": 8, "name": "gFXaZ7hq"}, {"max": 68, "min": 59, "name": "T3hLm04D"}, {"max": 93, "min": 23, "name": "de7yZdOp"}], [{"max": 96, "min": 29, "name": "chtoDYDc"}, {"max": 99, "min": 43, "name": "K44hUTz6"}, {"max": 29, "min": 51, "name": "b7bc2zKf"}], [{"max": 61, "min": 68, "name": "aQ3A5dtS"}, {"max": 94, "min": 51, "name": "vWpEJUCG"}, {"max": 58, "min": 25, "name": "tHXeykrE"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 83, "role_flexing_second": 96}, "duration": 17, "max_number": 28, "min_number": 47, "player_max_number": 90, "player_min_number": 12}, {"combination": {"alliances": [[{"max": 97, "min": 75, "name": "CQPY3Fjd"}, {"max": 77, "min": 9, "name": "oAROpurk"}, {"max": 30, "min": 58, "name": "Zqet7CBG"}], [{"max": 60, "min": 95, "name": "TRxHeP4s"}, {"max": 59, "min": 46, "name": "s7M8gBxi"}, {"max": 33, "min": 90, "name": "IZylljem"}], [{"max": 31, "min": 44, "name": "QOWRGMRT"}, {"max": 47, "min": 25, "name": "zYAgng7H"}, {"max": 83, "min": 8, "name": "ED53gMme"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 83, "role_flexing_second": 53}, "duration": 87, "max_number": 20, "min_number": 75, "player_max_number": 46, "player_min_number": 10}], "name": "uNrK9Tk1"}, "mIdHJAEQ": {"alliance": {"combination": {"alliances": [[{"max": 55, "min": 79, "name": "MTpIsXoz"}, {"max": 88, "min": 85, "name": "H4hrhvF5"}, {"max": 2, "min": 48, "name": "pLQLsnR2"}], [{"max": 51, "min": 66, "name": "gLxHcxwM"}, {"max": 80, "min": 65, "name": "F911k50M"}, {"max": 98, "min": 27, "name": "y2EAP9d6"}], [{"max": 98, "min": 72, "name": "aAEeiPkf"}, {"max": 24, "min": 85, "name": "sIvE1AHY"}, {"max": 42, "min": 90, "name": "TzTZgUA0"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 1, "role_flexing_second": 60}, "max_number": 23, "min_number": 94, "player_max_number": 42, "player_min_number": 67}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 43, "min": 69, "name": "KJ4hOsAC"}, {"max": 62, "min": 89, "name": "DQAaNpxz"}, {"max": 79, "min": 95, "name": "5f9qRSDh"}], [{"max": 11, "min": 86, "name": "QOMOZ3Ae"}, {"max": 13, "min": 22, "name": "SPCDCBK2"}, {"max": 14, "min": 8, "name": "TtvBLWsR"}], [{"max": 23, "min": 0, "name": "kLP52vRh"}, {"max": 96, "min": 41, "name": "NyN8N77U"}, {"max": 27, "min": 15, "name": "SpunT15x"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 80, "role_flexing_second": 95}, "duration": 0, "max_number": 33, "min_number": 74, "player_max_number": 1, "player_min_number": 18}, {"combination": {"alliances": [[{"max": 76, "min": 47, "name": "zUy0bRLb"}, {"max": 34, "min": 62, "name": "EUH3oAOe"}, {"max": 1, "min": 21, "name": "jJtlVkox"}], [{"max": 90, "min": 69, "name": "dx0UY1EI"}, {"max": 2, "min": 8, "name": "HQesvwZ9"}, {"max": 59, "min": 69, "name": "IXnpA9pe"}], [{"max": 7, "min": 29, "name": "tVxmn9gx"}, {"max": 63, "min": 95, "name": "YIWWHzuA"}, {"max": 34, "min": 45, "name": "cNYyj2o8"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 66, "role_flexing_second": 69}, "duration": 64, "max_number": 26, "min_number": 36, "player_max_number": 88, "player_min_number": 25}, {"combination": {"alliances": [[{"max": 59, "min": 76, "name": "ietq2u4N"}, {"max": 17, "min": 69, "name": "qUDFfGLg"}, {"max": 47, "min": 86, "name": "EiywSc99"}], [{"max": 15, "min": 39, "name": "kj9xOcbX"}, {"max": 55, "min": 63, "name": "9OjHrPPb"}, {"max": 14, "min": 48, "name": "pblYfR32"}], [{"max": 11, "min": 16, "name": "7pY01Yuf"}, {"max": 0, "min": 27, "name": "vhqcDAPn"}, {"max": 5, "min": 37, "name": "3Jy6g2tK"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 92, "role_flexing_second": 94}, "duration": 94, "max_number": 83, "min_number": 67, "player_max_number": 77, "player_min_number": 72}], "name": "7roUVvlz"}}, "ticket_flexing_selection": "random", "ticket_flexing_selections": [{"selection": "oldest", "threshold": 45}, {"selection": "newest", "threshold": 76}, {"selection": "oldest", "threshold": 100}], "use_newest_ticket_for_flexing": false}, "session_queue_timeout_seconds": 85, "social_matchmaking": true, "sub_gamemode_selection": "random", "ticket_observability_enable": false, "use_sub_gamemode": true}' --login_with_auth "Bearer foo" -matchmaking-get-match-pool-metric 'A7t1CCNx' --login_with_auth "Bearer foo" -matchmaking-delete-channel-handler 'ucEDUInT' --login_with_auth "Bearer foo" -matchmaking-store-match-results '{"match_id": "rKjgvi4y", "players": [{"results": [{"attribute": "G3OmC7tp", "value": 0.8787112284519972}, {"attribute": "SnTwLfUz", "value": 0.3156946780922222}, {"attribute": "jC9KEfH0", "value": 0.8436245666293823}], "user_id": "mxAoj8hy"}, {"results": [{"attribute": "u9KGuEDd", "value": 0.6332466567016874}, {"attribute": "Xwnqqhif", "value": 0.6782566671379984}, {"attribute": "y9nbE0P8", "value": 0.68019728118368}], "user_id": "pr0gnxXi"}, {"results": [{"attribute": "AN0QsWU5", "value": 0.16758709928630688}, {"attribute": "PfdJeAsd", "value": 0.697864282957663}, {"attribute": "5YUkFWuV", "value": 0.5157528529916348}], "user_id": "ZqsHRdGt"}]}' --login_with_auth "Bearer foo" -matchmaking-rebalance '{"match_id": "xlNjCAmH"}' --login_with_auth "Bearer foo" -matchmaking-queue-session-handler '{"channel": "DXgogWXn", "client_version": "vxbOWUDg", "deployment": "cdfnCZwT", "error_code": 8, "error_message": "G5hkZzAr", "game_mode": "QCjfccCh", "is_mock": "8b57mdDn", "joinable": true, "match_id": "mllMMrf0", "matching_allies": [{"matching_parties": [{"first_ticket_created_at": 7, "party_attributes": {"9JKsxNNR": {}, "Hm7SLe3B": {}, "zbBuRZqV": {}}, "party_id": "PHorDmyX", "party_members": [{"extra_attributes": {"q1y7eGOL": {}, "NootEpnT": {}, "UlF2gw7c": {}}, "user_id": "Yp2lDYkA"}, {"extra_attributes": {"ijl1BiQB": {}, "ElvaHpxH": {}, "CedG6yui": {}}, "user_id": "5u2vNOgO"}, {"extra_attributes": {"F9smsk6U": {}, "5meQkhFh": {}, "3k78gCAg": {}}, "user_id": "iBxmOKYo"}], "ticket_created_at": 69, "ticket_id": "w5gOYgdj"}, {"first_ticket_created_at": 42, "party_attributes": {"sw8cNrcU": {}, "Yx7QE0LV": {}, "8vaLXvPI": {}}, "party_id": "A6OY7yPG", "party_members": [{"extra_attributes": {"KvSFVh48": {}, "Qy3BRduy": {}, "EvqRe7Sc": {}}, "user_id": "2jHauYbu"}, {"extra_attributes": {"WTXzrSPc": {}, "GC4chUw5": {}, "u9l6UgBZ": {}}, "user_id": "PJqEtgxE"}, {"extra_attributes": {"TFE0ZfV5": {}, "7WL3mvdG": {}, "WMGJwAJY": {}}, "user_id": "qnQCVfXk"}], "ticket_created_at": 3, "ticket_id": "EVFAwao1"}, {"first_ticket_created_at": 21, "party_attributes": {"PHE0F68D": {}, "6J0QplBZ": {}, "BNsa2QiN": {}}, "party_id": "dKymylpl", "party_members": [{"extra_attributes": {"I3ISdbqx": {}, "qIEOUe2U": {}, "VHh3mrHY": {}}, "user_id": "nFFRonM4"}, {"extra_attributes": {"Expys0Vk": {}, "fpv5lre6": {}, "mJ1ISzyc": {}}, "user_id": "RwWs55ZI"}, {"extra_attributes": {"puz0rUZn": {}, "duOx3YW8": {}, "NXp7htSk": {}}, "user_id": "HJ0pZ29W"}], "ticket_created_at": 95, "ticket_id": "5gOuFMrH"}]}, {"matching_parties": [{"first_ticket_created_at": 42, "party_attributes": {"E8UleCdM": {}, "LbNqlEIN": {}, "pE2r1vh5": {}}, "party_id": "Aaht88et", "party_members": [{"extra_attributes": {"IbjRRc0B": {}, "eFOkNEXS": {}, "iykt6rWm": {}}, "user_id": "vRjtQD0H"}, {"extra_attributes": {"4cjzgkrC": {}, "lYw0SAOE": {}, "sOJeRdUy": {}}, "user_id": "jlp28njN"}, {"extra_attributes": {"W3PmCiMN": {}, "KTmZT4A5": {}, "aX2ZnGuR": {}}, "user_id": "0gMHVtWc"}], "ticket_created_at": 78, "ticket_id": "UFiTjTSF"}, {"first_ticket_created_at": 37, "party_attributes": {"s0ZLaOlg": {}, "eXKIFo5T": {}, "MogDfMjJ": {}}, "party_id": "YNGETtcG", "party_members": [{"extra_attributes": {"a4GcUMoU": {}, "ToQdvQx9": {}, "T0xsIcTr": {}}, "user_id": "thIxgTdJ"}, {"extra_attributes": {"zESYrx7c": {}, "On7aRUFv": {}, "jLCazH25": {}}, "user_id": "D7aANnzd"}, {"extra_attributes": {"M1Bqj3Oq": {}, "R1ocdZUr": {}, "s2Y9w2Ot": {}}, "user_id": "I8zzUnVa"}], "ticket_created_at": 5, "ticket_id": "j4aaJeWf"}, {"first_ticket_created_at": 24, "party_attributes": {"pkuNHMy2": {}, "Dfyd9Ww6": {}, "A4jz8L3P": {}}, "party_id": "RJwOuE9C", "party_members": [{"extra_attributes": {"n8dIQVWh": {}, "uDUd1wCz": {}, "bCnajJCw": {}}, "user_id": "wb4X1ZfN"}, {"extra_attributes": {"kufoEKGT": {}, "N8dhIjaE": {}, "GexpeKM3": {}}, "user_id": "u1TBC7sE"}, {"extra_attributes": {"sHoU2DEH": {}, "SoWFtNv1": {}, "ui1M0Oon": {}}, "user_id": "v5X0jWDv"}], "ticket_created_at": 15, "ticket_id": "JklKZE5x"}]}, {"matching_parties": [{"first_ticket_created_at": 77, "party_attributes": {"PDbEFiHL": {}, "Ttjnl558": {}, "GFvKkWEa": {}}, "party_id": "lNUx7zG3", "party_members": [{"extra_attributes": {"cIDTinvV": {}, "b3R5RvqA": {}, "iYmdOnAp": {}}, "user_id": "HDw8B6Ar"}, {"extra_attributes": {"S5WeygUX": {}, "KF5blbSz": {}, "XmucM6kV": {}}, "user_id": "peBzvkaY"}, {"extra_attributes": {"8H2NmiAF": {}, "Ttmnz5Rh": {}, "wbRd9Leu": {}}, "user_id": "KZeruMa7"}], "ticket_created_at": 28, "ticket_id": "am8tqFAx"}, {"first_ticket_created_at": 26, "party_attributes": {"w2ckocF1": {}, "NR8uOWIY": {}, "KDxHWAct": {}}, "party_id": "00h8qp0O", "party_members": [{"extra_attributes": {"M0dgDGuX": {}, "6QVAG8o1": {}, "y8Gy7XxL": {}}, "user_id": "aaSRm87a"}, {"extra_attributes": {"zpAZ1vmv": {}, "XUFwZa2p": {}, "WW8jAeQE": {}}, "user_id": "X1JYS3NC"}, {"extra_attributes": {"PuiU0iaq": {}, "lCCOEDZy": {}, "0WvGFpt9": {}}, "user_id": "VKHJaF8U"}], "ticket_created_at": 27, "ticket_id": "EbYjG9yB"}, {"first_ticket_created_at": 64, "party_attributes": {"q2wqWFvc": {}, "78VMprjY": {}, "Uv9igcnH": {}}, "party_id": "5WaX9snp", "party_members": [{"extra_attributes": {"na2cOeXN": {}, "lisSiUcv": {}, "FAP0cxFq": {}}, "user_id": "E4V2V2fD"}, {"extra_attributes": {"AOONaCK9": {}, "yMCxTx1z": {}, "dk5HpPR2": {}}, "user_id": "QO46O7GA"}, {"extra_attributes": {"rkoLg55o": {}, "GHvTRdSN": {}, "bJHQbLqs": {}}, "user_id": "JpvyW7xN"}], "ticket_created_at": 74, "ticket_id": "0vyonSk1"}]}], "namespace": "0L2DhFX5", "party_attributes": {"1SiaEhJE": {}, "m0GSyiHE": {}, "sMUzSsK5": {}}, "party_id": "K1ataWyJ", "queued_at": 5, "region": "hiFFO3Cd", "server_name": "Koe545SE", "status": "Ax0zbtMD", "ticket_id": "ZRkC8BHp", "ticket_ids": ["Grdc4ijb", "mIYohOtC", "MmeerluO"], "updated_at": "1971-09-25T00:00:00Z"}' --login_with_auth "Bearer foo" -matchmaking-dequeue-session-handler '{"match_id": "7lgoxJZH"}' --login_with_auth "Bearer foo" -matchmaking-query-session-handler 'kCuFfGLt' --login_with_auth "Bearer foo" -matchmaking-update-play-time-weight '{"playtime": 64, "userID": "VIw7DhWR", "weight": 0.397245878935898}' --login_with_auth "Bearer foo" +matchmaking-create-channel-handler '{"blocked_player_option": "blockedPlayerCanMatchOnDifferentTeam", "deployment": "r4LvztNP", "description": "S5GwIcDQ", "find_match_timeout_seconds": 55, "game_mode": "srLnQuTe", "joinable": true, "max_delay_ms": 21, "region_expansion_range_ms": 60, "region_expansion_rate_ms": 82, "region_latency_initial_range_ms": 39, "region_latency_max_ms": 79, "rule_set": {"alliance": {"combination": {"alliances": [[{"max": 80, "min": 76, "name": "aku8GbbI"}, {"max": 19, "min": 53, "name": "Tt2fNHnG"}, {"max": 97, "min": 51, "name": "vmOtvv2s"}], [{"max": 6, "min": 91, "name": "6bQNmmpl"}, {"max": 38, "min": 35, "name": "ya5GQlmr"}, {"max": 55, "min": 52, "name": "R9Q8eXVz"}], [{"max": 32, "min": 43, "name": "cibAGldp"}, {"max": 96, "min": 93, "name": "qxM7GW1Y"}, {"max": 57, "min": 91, "name": "nIWpXyzb"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 15, "role_flexing_second": 49}, "max_number": 5, "min_number": 46, "player_max_number": 72, "player_min_number": 62}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 24, "min": 63, "name": "eQqBDdf1"}, {"max": 7, "min": 33, "name": "jIIxbhlD"}, {"max": 49, "min": 55, "name": "IMDFO36Q"}], [{"max": 96, "min": 85, "name": "IL5ByFxx"}, {"max": 0, "min": 29, "name": "qcap088r"}, {"max": 84, "min": 78, "name": "QT9U5CJb"}], [{"max": 34, "min": 97, "name": "v1ncNX9Z"}, {"max": 52, "min": 77, "name": "54YxEFKy"}, {"max": 70, "min": 23, "name": "iDydyMaA"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 49, "role_flexing_second": 9}, "duration": 10, "max_number": 5, "min_number": 68, "player_max_number": 85, "player_min_number": 17}, {"combination": {"alliances": [[{"max": 98, "min": 25, "name": "qn2rQPAJ"}, {"max": 53, "min": 23, "name": "tNaBAZXY"}, {"max": 17, "min": 2, "name": "d3fYEcrp"}], [{"max": 10, "min": 21, "name": "E7YXzbuM"}, {"max": 1, "min": 18, "name": "8zSGY9AL"}, {"max": 83, "min": 84, "name": "Qsa8NmoR"}], [{"max": 41, "min": 52, "name": "ufl4tbOB"}, {"max": 28, "min": 53, "name": "WFm2JjIY"}, {"max": 75, "min": 37, "name": "1zdzcZf9"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 49, "role_flexing_second": 93}, "duration": 100, "max_number": 99, "min_number": 85, "player_max_number": 24, "player_min_number": 20}, {"combination": {"alliances": [[{"max": 60, "min": 56, "name": "pIrPGpVl"}, {"max": 18, "min": 50, "name": "ZxzxTG7n"}, {"max": 67, "min": 82, "name": "xQ8ge9re"}], [{"max": 65, "min": 52, "name": "pGw26UGo"}, {"max": 94, "min": 96, "name": "WpyjHNi0"}, {"max": 5, "min": 22, "name": "w1RxP9FI"}], [{"max": 86, "min": 77, "name": "AOsEt8pc"}, {"max": 49, "min": 44, "name": "iXt1NHkL"}, {"max": 8, "min": 79, "name": "RDL2B11i"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 21, "role_flexing_second": 62}, "duration": 40, "max_number": 44, "min_number": 45, "player_max_number": 31, "player_min_number": 29}], "batch_size": 89, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 49, "flex_flat_step_range": 24, "flex_immunity_count": 14, "flex_range_max": 33, "flex_rate_ms": 42, "flex_step_max": 32, "force_authority_match": false, "initial_step_range": 77, "mmr_max": 72, "mmr_mean": 94, "mmr_min": 61, "mmr_std_dev": 52, "override_mmr_data": true, "use_bucket_mmr": true, "use_flat_flex_step": true}, "flexing_rule": [{"attribute": "uuqfZlmx", "criteria": "aJ6XdDeY", "duration": 32, "reference": 0.7876325094898244}, {"attribute": "2esS7t5r", "criteria": "hPp1CTU6", "duration": 29, "reference": 0.47083568010085797}, {"attribute": "O9fLbYBS", "criteria": "kiaPC76O", "duration": 6, "reference": 0.4638174590135886}], "match_options": {"options": [{"name": "kT5ATqU8", "type": "71nU8WMV"}, {"name": "CktIsnkR", "type": "0252qux4"}, {"name": "tmOSjLaC", "type": "ZwarZL8a"}]}, "matching_rule": [{"attribute": "TmYV3X2j", "criteria": "aEUytoHd", "reference": 0.39350488013302953}, {"attribute": "ahbwwpCU", "criteria": "HoCWMt0m", "reference": 0.6827511601964322}, {"attribute": "xM9xVCm1", "criteria": "umRxQMG4", "reference": 0.6283196605739549}], "rebalance_enable": false, "sort_ticket": {"search_result": "random", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "random", "threshold": 94, "ticket_queue": "largestPartySize"}, {"search_result": "distance", "threshold": 6, "ticket_queue": "none"}, {"search_result": "oldestTicketAge", "threshold": 9, "ticket_queue": "random"}], "sub_game_modes": {"piRej2bV": {"alliance": {"combination": {"alliances": [[{"max": 47, "min": 84, "name": "fNIKYH5A"}, {"max": 57, "min": 71, "name": "PVMBn47I"}, {"max": 71, "min": 52, "name": "oo59aLry"}], [{"max": 75, "min": 59, "name": "L7Sgy04g"}, {"max": 39, "min": 10, "name": "Lg6ofG91"}, {"max": 83, "min": 10, "name": "cqbFA9wD"}], [{"max": 54, "min": 50, "name": "gX2sD4ia"}, {"max": 9, "min": 20, "name": "Uj3fepWP"}, {"max": 50, "min": 21, "name": "kcKduXpb"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 19, "role_flexing_second": 20}, "max_number": 67, "min_number": 58, "player_max_number": 43, "player_min_number": 93}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 77, "min": 53, "name": "k4yxjkUp"}, {"max": 1, "min": 83, "name": "a2SN1zte"}, {"max": 88, "min": 37, "name": "M4JViNH5"}], [{"max": 7, "min": 97, "name": "94OAboFE"}, {"max": 39, "min": 49, "name": "eBpbqPOQ"}, {"max": 5, "min": 55, "name": "2qoG9RJ7"}], [{"max": 7, "min": 63, "name": "1YjsnKOm"}, {"max": 10, "min": 67, "name": "kfXaihvM"}, {"max": 40, "min": 40, "name": "nPiik86n"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 14, "role_flexing_second": 95}, "duration": 56, "max_number": 65, "min_number": 6, "player_max_number": 83, "player_min_number": 33}, {"combination": {"alliances": [[{"max": 25, "min": 5, "name": "f9Mz2PAA"}, {"max": 37, "min": 97, "name": "k9xgqtFM"}, {"max": 77, "min": 66, "name": "51gTAlE0"}], [{"max": 48, "min": 25, "name": "SbkkvbQ1"}, {"max": 72, "min": 28, "name": "fQKHiZvT"}, {"max": 20, "min": 92, "name": "hmAqFQoD"}], [{"max": 15, "min": 81, "name": "WV7CaKTo"}, {"max": 52, "min": 85, "name": "SWVUgyIJ"}, {"max": 44, "min": 64, "name": "HDY6eIZy"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 87, "role_flexing_second": 38}, "duration": 100, "max_number": 46, "min_number": 40, "player_max_number": 93, "player_min_number": 12}, {"combination": {"alliances": [[{"max": 16, "min": 46, "name": "vBY7h5ln"}, {"max": 72, "min": 40, "name": "LQ6txV14"}, {"max": 79, "min": 24, "name": "56DYTPmh"}], [{"max": 83, "min": 21, "name": "pKDTJBUs"}, {"max": 76, "min": 57, "name": "gFxtgXIU"}, {"max": 93, "min": 67, "name": "qYFz46nz"}], [{"max": 71, "min": 60, "name": "Laqr2G0U"}, {"max": 7, "min": 0, "name": "pAnU1DtT"}, {"max": 28, "min": 34, "name": "87CCcni3"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 25, "role_flexing_second": 67}, "duration": 95, "max_number": 40, "min_number": 50, "player_max_number": 42, "player_min_number": 81}], "name": "fIzXLd0v"}, "Rj0eowcf": {"alliance": {"combination": {"alliances": [[{"max": 88, "min": 75, "name": "hkcr5l0y"}, {"max": 23, "min": 67, "name": "1fMaH1Lc"}, {"max": 9, "min": 29, "name": "ZbWZwD8a"}], [{"max": 12, "min": 52, "name": "vzNnPVXg"}, {"max": 94, "min": 86, "name": "eiSSOKMJ"}, {"max": 67, "min": 79, "name": "FtfGzFjf"}], [{"max": 28, "min": 45, "name": "5Ecjf2Ui"}, {"max": 15, "min": 0, "name": "uYQYowQx"}, {"max": 64, "min": 73, "name": "C97jBRWt"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 24, "role_flexing_second": 33}, "max_number": 25, "min_number": 38, "player_max_number": 21, "player_min_number": 75}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 13, "min": 44, "name": "y37GXORJ"}, {"max": 46, "min": 56, "name": "kE8L8sMa"}, {"max": 60, "min": 27, "name": "nKz7Q3LG"}], [{"max": 89, "min": 34, "name": "jbOJUeYA"}, {"max": 12, "min": 85, "name": "MnNfKq4L"}, {"max": 82, "min": 2, "name": "hvJttHnD"}], [{"max": 36, "min": 82, "name": "Z0O2pS8W"}, {"max": 36, "min": 61, "name": "sVTl9qt6"}, {"max": 30, "min": 66, "name": "HvydQwEZ"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 49, "role_flexing_second": 87}, "duration": 65, "max_number": 84, "min_number": 55, "player_max_number": 39, "player_min_number": 49}, {"combination": {"alliances": [[{"max": 88, "min": 29, "name": "QLBfFrjA"}, {"max": 40, "min": 91, "name": "esySHwPH"}, {"max": 46, "min": 15, "name": "xWuOV2dT"}], [{"max": 82, "min": 61, "name": "xzajbPCD"}, {"max": 22, "min": 67, "name": "wyd13MMc"}, {"max": 34, "min": 79, "name": "2y5VQKeV"}], [{"max": 88, "min": 96, "name": "aWmvhAcc"}, {"max": 42, "min": 72, "name": "Jk9gM4Q3"}, {"max": 76, "min": 95, "name": "qGZxcGp4"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 26, "role_flexing_second": 30}, "duration": 73, "max_number": 96, "min_number": 19, "player_max_number": 23, "player_min_number": 29}, {"combination": {"alliances": [[{"max": 74, "min": 32, "name": "NI5xA8s7"}, {"max": 42, "min": 28, "name": "dkSa4neG"}, {"max": 7, "min": 72, "name": "fwFmlJGJ"}], [{"max": 35, "min": 22, "name": "s8xgWRo9"}, {"max": 34, "min": 64, "name": "mW4LCsQQ"}, {"max": 35, "min": 78, "name": "4FoVx7OA"}], [{"max": 85, "min": 30, "name": "PwPZNkQk"}, {"max": 31, "min": 40, "name": "dh3AB68a"}, {"max": 83, "min": 58, "name": "q0FSp7zi"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 14, "role_flexing_second": 50}, "duration": 85, "max_number": 62, "min_number": 79, "player_max_number": 19, "player_min_number": 12}], "name": "Jorc9foB"}, "MbapsavT": {"alliance": {"combination": {"alliances": [[{"max": 77, "min": 10, "name": "lcKm4Ivg"}, {"max": 32, "min": 4, "name": "EycFhdLE"}, {"max": 3, "min": 65, "name": "Czbkr90T"}], [{"max": 65, "min": 89, "name": "8ei0i1S3"}, {"max": 76, "min": 51, "name": "XKXh6lTQ"}, {"max": 18, "min": 96, "name": "fu5aG5Ac"}], [{"max": 98, "min": 70, "name": "Akob0rnJ"}, {"max": 59, "min": 70, "name": "BznZYows"}, {"max": 99, "min": 88, "name": "UPS0HsFo"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 23, "role_flexing_second": 30}, "max_number": 78, "min_number": 64, "player_max_number": 9, "player_min_number": 20}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 70, "min": 88, "name": "wJAMK4pn"}, {"max": 65, "min": 76, "name": "J0hg07s6"}, {"max": 18, "min": 33, "name": "9VaUlimA"}], [{"max": 50, "min": 30, "name": "gufJstVP"}, {"max": 2, "min": 12, "name": "2a6yJVso"}, {"max": 26, "min": 4, "name": "2JnR4giW"}], [{"max": 15, "min": 65, "name": "wwUVwW2S"}, {"max": 34, "min": 90, "name": "fKr41Zub"}, {"max": 11, "min": 59, "name": "m3WkPyWN"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 90, "role_flexing_second": 29}, "duration": 31, "max_number": 78, "min_number": 37, "player_max_number": 85, "player_min_number": 43}, {"combination": {"alliances": [[{"max": 9, "min": 18, "name": "afi5H9ZT"}, {"max": 36, "min": 87, "name": "yWSLyow7"}, {"max": 9, "min": 84, "name": "jTjQc3w2"}], [{"max": 73, "min": 99, "name": "kcOhgOWJ"}, {"max": 66, "min": 58, "name": "lxmAEXa8"}, {"max": 94, "min": 32, "name": "xKz8Bb3l"}], [{"max": 18, "min": 66, "name": "fcgdED6X"}, {"max": 40, "min": 75, "name": "Ewh4JnZE"}, {"max": 14, "min": 81, "name": "I1TV0x9A"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 69, "role_flexing_second": 75}, "duration": 73, "max_number": 52, "min_number": 78, "player_max_number": 68, "player_min_number": 42}, {"combination": {"alliances": [[{"max": 83, "min": 85, "name": "g2Ush85O"}, {"max": 45, "min": 39, "name": "RX033xdm"}, {"max": 73, "min": 58, "name": "uYbspqNx"}], [{"max": 89, "min": 33, "name": "Xp25NM0Y"}, {"max": 0, "min": 14, "name": "186Ve8sS"}, {"max": 50, "min": 5, "name": "6ZxqUvtR"}], [{"max": 20, "min": 34, "name": "YP1nS8f1"}, {"max": 89, "min": 79, "name": "oqOqkQ11"}, {"max": 19, "min": 95, "name": "Q65x8f9K"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 77, "role_flexing_second": 62}, "duration": 39, "max_number": 23, "min_number": 14, "player_max_number": 15, "player_min_number": 81}], "name": "Iw7it3iG"}}, "ticket_flexing_selection": "newest", "ticket_flexing_selections": [{"selection": "random", "threshold": 97}, {"selection": "random", "threshold": 1}, {"selection": "random", "threshold": 77}], "use_newest_ticket_for_flexing": true}, "session_queue_timeout_seconds": 78, "social_matchmaking": false, "sub_gamemode_selection": "ticketOrder", "ticket_observability_enable": false, "use_sub_gamemode": false}' --login_with_auth "Bearer foo" +matchmaking-get-match-pool-metric 'RFlnljM2' --login_with_auth "Bearer foo" +matchmaking-delete-channel-handler '6jmWcwC2' --login_with_auth "Bearer foo" +matchmaking-store-match-results '{"match_id": "b6LzVWo1", "players": [{"results": [{"attribute": "Liinxwoc", "value": 0.3298628656366628}, {"attribute": "WACzQjCr", "value": 0.586301918820972}, {"attribute": "oaHM38X4", "value": 0.09540336523838866}], "user_id": "ZQfaVGe2"}, {"results": [{"attribute": "A8iwr5q1", "value": 0.3587392515252604}, {"attribute": "QrZgDOvg", "value": 0.9290252293811632}, {"attribute": "ZAKJuOQ7", "value": 0.25552999040795643}], "user_id": "p7uA4SQz"}, {"results": [{"attribute": "KS4Z8MbQ", "value": 0.7938090518345784}, {"attribute": "QJs9555f", "value": 0.986907929651668}, {"attribute": "zz90tTwI", "value": 0.6157021586204418}], "user_id": "d5zp1zIk"}]}' --login_with_auth "Bearer foo" +matchmaking-rebalance '{"match_id": "OfZbBuFe"}' --login_with_auth "Bearer foo" +matchmaking-queue-session-handler '{"channel": "NyfHw700", "client_version": "xlsJXfIs", "deployment": "ofoK479m", "error_code": 68, "error_message": "PDNgPLOn", "game_mode": "Q5hKf8CK", "is_mock": "rYWCy6Wp", "joinable": true, "match_id": "EesJHKGr", "matching_allies": [{"matching_parties": [{"first_ticket_created_at": 97, "party_attributes": {"kJ0LrhUG": {}, "slfAGyyR": {}, "ks6TFFUU": {}}, "party_id": "AkDlqhaJ", "party_members": [{"extra_attributes": {"DKez5zHz": {}, "hq71YcPz": {}, "71zhJfJH": {}}, "user_id": "x0z6Xtoz"}, {"extra_attributes": {"frhHVl50": {}, "ZuomspzU": {}, "c4dQHVEZ": {}}, "user_id": "wfwvRBGS"}, {"extra_attributes": {"IWwrCHIY": {}, "9yJ6I7FX": {}, "PEIJpmYm": {}}, "user_id": "xfwQ2PXP"}], "ticket_created_at": 55, "ticket_id": "0NBkI34R"}, {"first_ticket_created_at": 26, "party_attributes": {"q58QvWtj": {}, "AecYiJ6c": {}, "pypKbKSJ": {}}, "party_id": "KnWi1Hj0", "party_members": [{"extra_attributes": {"C3GucHjN": {}, "t5OeM5l6": {}, "4DkXps09": {}}, "user_id": "7myUg0Fj"}, {"extra_attributes": {"LExMFkq7": {}, "RomwKa16": {}, "RZhKBes7": {}}, "user_id": "NfZdvLSi"}, {"extra_attributes": {"Ggn7Ar7A": {}, "z8DCtOhF": {}, "SADGl2qH": {}}, "user_id": "IkazZjlc"}], "ticket_created_at": 87, "ticket_id": "6Mwyb4eK"}, {"first_ticket_created_at": 99, "party_attributes": {"LLHeGDU5": {}, "Zw6Lrz2H": {}, "mwJZgCVg": {}}, "party_id": "uV3J5GXM", "party_members": [{"extra_attributes": {"mJPdNQU9": {}, "Vz0eVtLQ": {}, "dytSa4yT": {}}, "user_id": "07xlO95j"}, {"extra_attributes": {"xX4legUX": {}, "hWcPdi1B": {}, "ybZ769sz": {}}, "user_id": "mMs9yFIV"}, {"extra_attributes": {"uKW7t0KL": {}, "9XxxZFJ2": {}, "RqeQKtnr": {}}, "user_id": "xFQrytNp"}], "ticket_created_at": 77, "ticket_id": "cxyKrEWJ"}]}, {"matching_parties": [{"first_ticket_created_at": 19, "party_attributes": {"mnQPdVC0": {}, "VuIBuzC8": {}, "99DgPRtM": {}}, "party_id": "oijxSeV8", "party_members": [{"extra_attributes": {"7alrcoRq": {}, "Z0sjIkdp": {}, "9O2HassJ": {}}, "user_id": "wSFZxZSX"}, {"extra_attributes": {"xPlk57wU": {}, "SUs38797": {}, "3o7AZs01": {}}, "user_id": "nJ8ia0NN"}, {"extra_attributes": {"6343KliR": {}, "sszC2JmT": {}, "I8eHM9vO": {}}, "user_id": "fuKeK7Ft"}], "ticket_created_at": 30, "ticket_id": "X2sTlDAJ"}, {"first_ticket_created_at": 4, "party_attributes": {"7q06E4fc": {}, "6JXF2Mns": {}, "Tcvped6I": {}}, "party_id": "pbYtXn4u", "party_members": [{"extra_attributes": {"fZx1tq9X": {}, "4ImZ0xvn": {}, "GDL2qP9k": {}}, "user_id": "QhWuDMpo"}, {"extra_attributes": {"0s1IvMNp": {}, "zhXFbjy2": {}, "PiEpCQok": {}}, "user_id": "c1EBXnW8"}, {"extra_attributes": {"32VK2z9c": {}, "g03XrHMd": {}, "iubnqZJz": {}}, "user_id": "i2z26oll"}], "ticket_created_at": 31, "ticket_id": "bCbGLJ3n"}, {"first_ticket_created_at": 6, "party_attributes": {"Xb1FkB32": {}, "f9zQV51f": {}, "GR99VTsh": {}}, "party_id": "dYSpVVGg", "party_members": [{"extra_attributes": {"0GmiDenS": {}, "BLEXdcRb": {}, "enN6dRpS": {}}, "user_id": "VCwFl3Ln"}, {"extra_attributes": {"aLX5xIEh": {}, "U8inlrEy": {}, "XI7MsXbB": {}}, "user_id": "aOIBfDfs"}, {"extra_attributes": {"0N9liVAv": {}, "pgCrMQcR": {}, "C9PcpmsW": {}}, "user_id": "eZISLqGb"}], "ticket_created_at": 20, "ticket_id": "BpqrfPzf"}]}, {"matching_parties": [{"first_ticket_created_at": 99, "party_attributes": {"pC3DAghe": {}, "2rYoSAnL": {}, "9FpWn2z9": {}}, "party_id": "knnThOM6", "party_members": [{"extra_attributes": {"JjDqZP8F": {}, "bO1Fmebe": {}, "a9m2VeT4": {}}, "user_id": "a2co8vkO"}, {"extra_attributes": {"kBvXt5Ll": {}, "3JDrd5W3": {}, "HRYgAzpk": {}}, "user_id": "LxpuP0B1"}, {"extra_attributes": {"8chYwdCK": {}, "bzEoNUTv": {}, "MSl5Wu1L": {}}, "user_id": "vpxVKcSQ"}], "ticket_created_at": 30, "ticket_id": "U3P7szTi"}, {"first_ticket_created_at": 61, "party_attributes": {"C9P1dz62": {}, "NZ5tRAbs": {}, "3TFmaGoI": {}}, "party_id": "lUsQtJSa", "party_members": [{"extra_attributes": {"UbuUJx23": {}, "8F2Xsfhc": {}, "bmxKDiWz": {}}, "user_id": "FKgSxuUZ"}, {"extra_attributes": {"9oLsvRj2": {}, "5ACWfaH1": {}, "zarTk9vk": {}}, "user_id": "z5PqaQIr"}, {"extra_attributes": {"NefcWKuM": {}, "VMWbelUk": {}, "u057r2lx": {}}, "user_id": "EliEHKXB"}], "ticket_created_at": 48, "ticket_id": "NEwFTdMk"}, {"first_ticket_created_at": 77, "party_attributes": {"568WoWQL": {}, "cD85OVPT": {}, "JJjYL0EB": {}}, "party_id": "nklepnMw", "party_members": [{"extra_attributes": {"XdWFCk3g": {}, "zlSqBm1H": {}, "UddswBx2": {}}, "user_id": "bv2AlQpb"}, {"extra_attributes": {"Ep25RIim": {}, "V4aeuoaO": {}, "GS3iXfV2": {}}, "user_id": "HhcyQe9B"}, {"extra_attributes": {"hjlDETnz": {}, "6b34XYre": {}, "g1wmOv9V": {}}, "user_id": "sDGx2j0Q"}], "ticket_created_at": 63, "ticket_id": "ccVZf6le"}]}], "namespace": "vkljrx7n", "party_attributes": {"59L6txoP": {}, "wZbpm9Rt": {}, "PcxdGt4Y": {}}, "party_id": "GBViqvXP", "queued_at": 68, "region": "yWodaiMg", "server_name": "XDjplA48", "status": "X9C6D7J4", "ticket_id": "iKC3nM2o", "ticket_ids": ["c8W5Mcmf", "8n1ZjeYr", "uPSjxtxs"], "updated_at": "1985-10-10T00:00:00Z"}' --login_with_auth "Bearer foo" +matchmaking-dequeue-session-handler '{"match_id": "X1KIWn1e"}' --login_with_auth "Bearer foo" +matchmaking-query-session-handler 'r5pbMm64' --login_with_auth "Bearer foo" +matchmaking-update-play-time-weight '{"playtime": 9, "userID": "ZCVP9a0k", "weight": 0.6714595014317143}' --login_with_auth "Bearer foo" matchmaking-get-all-party-in-all-channel --login_with_auth "Bearer foo" matchmaking-bulk-get-sessions --login_with_auth "Bearer foo" matchmaking-export-channels --login_with_auth "Bearer foo" matchmaking-import-channels --login_with_auth "Bearer foo" -matchmaking-get-single-matchmaking-channel 'VT11AoG8' --login_with_auth "Bearer foo" -matchmaking-update-matchmaking-channel '{"blocked_player_option": "blockedPlayerCannotMatch", "deployment": "AfRlK5Lo", "description": "BuMzfLpT", "findMatchTimeoutSeconds": 75, "joinable": true, "max_delay_ms": 54, "region_expansion_range_ms": 25, "region_expansion_rate_ms": 34, "region_latency_initial_range_ms": 94, "region_latency_max_ms": 82, "ruleSet": {"alliance": {"combination": {"alliances": [[{"max": 33, "min": 66, "name": "GTjJ7J4Q"}, {"max": 77, "min": 1, "name": "ckola9pj"}, {"max": 96, "min": 30, "name": "HPrgLJQJ"}], [{"max": 53, "min": 63, "name": "Q2CeJiD7"}, {"max": 13, "min": 88, "name": "H9c1w6e8"}, {"max": 70, "min": 55, "name": "jQxLyura"}], [{"max": 91, "min": 51, "name": "06Wbtbeo"}, {"max": 19, "min": 58, "name": "VPrsk1P5"}, {"max": 41, "min": 94, "name": "XF65AGbd"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 30, "role_flexing_second": 17}, "maxNumber": 95, "minNumber": 54, "playerMaxNumber": 69, "playerMinNumber": 15}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 38, "min": 62, "name": "IvdQjPAL"}, {"max": 26, "min": 74, "name": "jaIFf4IC"}, {"max": 49, "min": 57, "name": "Qu6ignEc"}], [{"max": 11, "min": 27, "name": "rwtdvb1Y"}, {"max": 97, "min": 97, "name": "IiZRHRNq"}, {"max": 69, "min": 86, "name": "orUww4iK"}], [{"max": 98, "min": 59, "name": "T3lccSCJ"}, {"max": 3, "min": 53, "name": "WImhpaht"}, {"max": 56, "min": 4, "name": "pkDRWbRo"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 52, "role_flexing_second": 70}, "duration": 17, "max_number": 44, "min_number": 19, "player_max_number": 61, "player_min_number": 74}, {"combination": {"alliances": [[{"max": 3, "min": 86, "name": "YRtK2YYu"}, {"max": 38, "min": 20, "name": "s1NnqQh6"}, {"max": 2, "min": 96, "name": "cJq4D02O"}], [{"max": 88, "min": 59, "name": "REvuJkHs"}, {"max": 46, "min": 49, "name": "6LUXKydA"}, {"max": 29, "min": 67, "name": "ZkjmMrJd"}], [{"max": 62, "min": 1, "name": "AFZeBOOg"}, {"max": 64, "min": 99, "name": "J6WpchXZ"}, {"max": 61, "min": 46, "name": "T2BBHEZE"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 67, "role_flexing_second": 30}, "duration": 20, "max_number": 2, "min_number": 1, "player_max_number": 45, "player_min_number": 47}, {"combination": {"alliances": [[{"max": 8, "min": 52, "name": "Ihvde8rX"}, {"max": 7, "min": 93, "name": "5BDMSlCb"}, {"max": 50, "min": 88, "name": "XSzL9swA"}], [{"max": 21, "min": 55, "name": "iG8tzGz7"}, {"max": 4, "min": 89, "name": "RNSPCOp1"}, {"max": 24, "min": 38, "name": "kGlgj7hu"}], [{"max": 66, "min": 2, "name": "4zF3PwvU"}, {"max": 66, "min": 87, "name": "2Qy5NE6F"}, {"max": 78, "min": 82, "name": "XB58C86c"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 56, "role_flexing_second": 7}, "duration": 29, "max_number": 33, "min_number": 66, "player_max_number": 65, "player_min_number": 94}], "batch_size": 56, "bucket_mmr_rule": {"disable_authority": false, "flex_authority_count": 98, "flex_flat_step_range": 2, "flex_immunity_count": 79, "flex_range_max": 32, "flex_rate_ms": 91, "flex_step_max": 77, "force_authority_match": true, "initial_step_range": 2, "mmr_max": 34, "mmr_mean": 8, "mmr_min": 22, "mmr_std_dev": 24, "override_mmr_data": false, "use_bucket_mmr": true, "use_flat_flex_step": true}, "flexingRules": [{"attribute": "E5cYft0J", "criteria": "k8sFW013", "duration": 20, "reference": 0.7870410693167587}, {"attribute": "fVdoqBJl", "criteria": "F4mYsGKg", "duration": 69, "reference": 0.4729278044633527}, {"attribute": "b7KZI0hi", "criteria": "XRVJmroR", "duration": 88, "reference": 0.0972462465195123}], "match_options": {"options": [{"name": "wXEwI8Ze", "type": "R0BiMt14"}, {"name": "Gwp8HaLR", "type": "4JktYgLs"}, {"name": "Qc8JYeLx", "type": "GFDIEkKW"}]}, "matchingRules": [{"attribute": "AeYMuTpp", "criteria": "IlrO8mBY", "reference": 0.5425670326758687}, {"attribute": "QkMAVtAY", "criteria": "ArH7D13v", "reference": 0.6374666607970656}, {"attribute": "FQSURVtE", "criteria": "yaQUnmfn", "reference": 0.6449691706652485}], "sort_ticket": {"search_result": "random", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "none", "threshold": 65, "ticket_queue": "random"}, {"search_result": "distance", "threshold": 73, "ticket_queue": "random"}, {"search_result": "none", "threshold": 40, "ticket_queue": "distance"}], "sub_game_modes": {}, "ticket_flexing_selection": "random", "ticket_flexing_selections": [{"selection": "newest", "threshold": 94}, {"selection": "oldest", "threshold": 44}, {"selection": "pivot", "threshold": 22}], "use_newest_ticket_for_flexing": true}, "sessionQueueTimeoutSeconds": 37, "socialMatchmaking": true, "sub_gamemode_selection": "random", "ticket_observability_enable": true, "use_sub_gamemode": true}' '51rbSCuV' --login_with_auth "Bearer foo" -matchmaking-clean-all-mocks 'JLmEIuz7' --login_with_auth "Bearer foo" -matchmaking-get-all-mock-matches 'gxD3UADM' --login_with_auth "Bearer foo" -matchmaking-get-mock-matches-by-timestamp '{"timestamp_after": 68}' 'NLA5hbqO' --login_with_auth "Bearer foo" -matchmaking-get-all-mock-tickets '7o2vugLn' --login_with_auth "Bearer foo" -matchmaking-create-mock-tickets '{"attribute_name": "gZrKYv44", "count": 64, "mmrMax": 0.10041898484495293, "mmrMean": 0.9030742386394138, "mmrMin": 0.30108920996489763, "mmrStdDev": 0.8571761713398134}' 'fFHpzITi' --login_with_auth "Bearer foo" -matchmaking-bulk-create-mock-tickets '[{"first_ticket_created_at": 51, "party_attributes": {"jn0WWTVi": {}, "v2s13LdN": {}, "xZSHnYCE": {}}, "party_id": "mqUpRW0m", "party_members": [{"extra_attributes": {"bfJFWH6d": {}, "c5bsm6l0": {}, "9htZu8rQ": {}}, "user_id": "jBlhP2OW"}, {"extra_attributes": {"OIJeiJsx": {}, "VPFT1fYz": {}, "6lXXvYf0": {}}, "user_id": "ZsvQyWKe"}, {"extra_attributes": {"TpIgnBhn": {}, "0wjKlPsn": {}, "0BIVrMZB": {}}, "user_id": "2rvrLEMt"}], "ticket_created_at": 0, "ticket_id": "6HITXNcb"}, {"first_ticket_created_at": 84, "party_attributes": {"tG7CLqSo": {}, "9KLIgyzW": {}, "ZZ1dUf6j": {}}, "party_id": "0KYGbjDr", "party_members": [{"extra_attributes": {"S7uAhJhq": {}, "mhetZ9V9": {}, "okK4tOIO": {}}, "user_id": "RsAObRGr"}, {"extra_attributes": {"qaXeVzFz": {}, "ii6oSaYZ": {}, "GcVIM0zi": {}}, "user_id": "q7gscC2l"}, {"extra_attributes": {"8mH4ugwC": {}, "dG76N0gA": {}, "dWRFK6PK": {}}, "user_id": "0uc8nmo1"}], "ticket_created_at": 97, "ticket_id": "JcT8KDU1"}, {"first_ticket_created_at": 85, "party_attributes": {"bJAqgQSD": {}, "EG08dTix": {}, "e8ss7o39": {}}, "party_id": "C46cfWXE", "party_members": [{"extra_attributes": {"G0iQPzvh": {}, "tOCXhsfr": {}, "rqwhIgrQ": {}}, "user_id": "VXIa4NYf"}, {"extra_attributes": {"7TE26JrW": {}, "CMmVZGj5": {}, "Jm0RM42K": {}}, "user_id": "Fq7U3GeK"}, {"extra_attributes": {"80YxmXDa": {}, "7q9fRJcA": {}, "xdyKBl2l": {}}, "user_id": "qXEmREB5"}], "ticket_created_at": 23, "ticket_id": "JjDmhp9D"}]' '2S6zjeOT' --login_with_auth "Bearer foo" -matchmaking-get-mock-tickets-by-timestamp '{"timestamp_after": 9}' 'NrFnBjOx' --login_with_auth "Bearer foo" -matchmaking-get-all-party-in-channel 's4X7zQIA' --login_with_auth "Bearer foo" -matchmaking-get-all-sessions-in-channel '0pKthMzH' --login_with_auth "Bearer foo" -matchmaking-add-user-into-session-in-channel '{"blocked_players": ["C4PQGCOQ", "3m3w8Vy0", "uZn5ph5d"], "party_id": "eslhyLgC", "user_id": "ieW1CFbW"}' 'DtBdnSRg' 'lloIUh18' --login_with_auth "Bearer foo" -matchmaking-delete-session-in-channel 'HZvTYvpn' 'PJ0Eojma' --login_with_auth "Bearer foo" -matchmaking-delete-user-from-session-in-channel '9Iwls998' 'KJ3591Na' '2ebAobow' --login_with_auth "Bearer foo" -matchmaking-get-stat-data 'qAygU5pz' --login_with_auth "Bearer foo" +matchmaking-get-single-matchmaking-channel 'V50fyFii' --login_with_auth "Bearer foo" +matchmaking-update-matchmaking-channel '{"blocked_player_option": "blockedPlayerCanMatchOnDifferentTeam", "deployment": "anwJvGvV", "description": "aJLMaBRU", "findMatchTimeoutSeconds": 54, "joinable": true, "max_delay_ms": 98, "region_expansion_range_ms": 78, "region_expansion_rate_ms": 85, "region_latency_initial_range_ms": 48, "region_latency_max_ms": 64, "ruleSet": {"alliance": {"combination": {"alliances": [[{"max": 97, "min": 82, "name": "Zcr1dXHw"}, {"max": 28, "min": 43, "name": "TA8Q50bH"}, {"max": 54, "min": 81, "name": "IjOHJYWP"}], [{"max": 11, "min": 50, "name": "Dnnpio2v"}, {"max": 80, "min": 50, "name": "2ufd0nem"}, {"max": 42, "min": 94, "name": "KRCi1Mf0"}], [{"max": 87, "min": 94, "name": "zZufOyqB"}, {"max": 75, "min": 56, "name": "xkGuvko0"}, {"max": 21, "min": 40, "name": "sNHXFKVy"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 49, "role_flexing_second": 75}, "maxNumber": 15, "minNumber": 30, "playerMaxNumber": 19, "playerMinNumber": 33}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 33, "min": 96, "name": "4YhLsF1S"}, {"max": 74, "min": 27, "name": "oVmleFe9"}, {"max": 56, "min": 8, "name": "hrVd9yNo"}], [{"max": 59, "min": 91, "name": "rxXvxjJO"}, {"max": 80, "min": 69, "name": "1aArmPui"}, {"max": 72, "min": 81, "name": "iZWqagpX"}], [{"max": 27, "min": 98, "name": "LGmIyluF"}, {"max": 75, "min": 6, "name": "l2ZMtiw8"}, {"max": 97, "min": 38, "name": "8mYthgOw"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 1, "role_flexing_second": 96}, "duration": 6, "max_number": 46, "min_number": 33, "player_max_number": 60, "player_min_number": 71}, {"combination": {"alliances": [[{"max": 86, "min": 10, "name": "hfnue0jy"}, {"max": 42, "min": 0, "name": "c2F9GQuJ"}, {"max": 73, "min": 83, "name": "IYmqreX9"}], [{"max": 3, "min": 69, "name": "2CtzSP9Q"}, {"max": 3, "min": 78, "name": "mriUI9gx"}, {"max": 47, "min": 42, "name": "WJp3JIny"}], [{"max": 55, "min": 39, "name": "h0y58dN2"}, {"max": 11, "min": 2, "name": "Rjw3JwBD"}, {"max": 79, "min": 75, "name": "9AdqiPz2"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 68, "role_flexing_second": 88}, "duration": 6, "max_number": 71, "min_number": 36, "player_max_number": 88, "player_min_number": 63}, {"combination": {"alliances": [[{"max": 50, "min": 61, "name": "fyHHkQCs"}, {"max": 55, "min": 91, "name": "pR8ru6q7"}, {"max": 54, "min": 85, "name": "FmtEBhkr"}], [{"max": 94, "min": 17, "name": "2FhTpqNf"}, {"max": 84, "min": 28, "name": "jQMCYOiv"}, {"max": 98, "min": 83, "name": "0jq8Vuds"}], [{"max": 38, "min": 43, "name": "5JQVbBTv"}, {"max": 96, "min": 57, "name": "eAHSj9n3"}, {"max": 3, "min": 75, "name": "PPr8yz3G"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 1, "role_flexing_second": 67}, "duration": 65, "max_number": 67, "min_number": 94, "player_max_number": 11, "player_min_number": 31}], "batch_size": 1, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 24, "flex_flat_step_range": 59, "flex_immunity_count": 60, "flex_range_max": 85, "flex_rate_ms": 25, "flex_step_max": 59, "force_authority_match": true, "initial_step_range": 14, "mmr_max": 10, "mmr_mean": 48, "mmr_min": 89, "mmr_std_dev": 15, "override_mmr_data": true, "use_bucket_mmr": true, "use_flat_flex_step": true}, "flexingRules": [{"attribute": "WU7u8ROu", "criteria": "DuVvbgsL", "duration": 94, "reference": 0.7109442644591705}, {"attribute": "e7JbUG5o", "criteria": "no0Yi29H", "duration": 78, "reference": 0.11818473855305067}, {"attribute": "oLxtxyTK", "criteria": "j3mo3nD0", "duration": 73, "reference": 0.420204178236813}], "match_options": {"options": [{"name": "nOomXdXp", "type": "PtDjWG2F"}, {"name": "70XqIG48", "type": "AaIG4l1B"}, {"name": "FqL6CIH8", "type": "C4p2cbRE"}]}, "matchingRules": [{"attribute": "xsJjp9qS", "criteria": "YEqBSusu", "reference": 0.5722650172267331}, {"attribute": "n25lAOrg", "criteria": "CoKbkkP7", "reference": 0.37999671627170684}, {"attribute": "271lxEP3", "criteria": "z1jUlRod", "reference": 0.8719165081588726}], "sort_ticket": {"search_result": "random", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "largestPartySize", "threshold": 52, "ticket_queue": "none"}, {"search_result": "largestPartySize", "threshold": 40, "ticket_queue": "none"}, {"search_result": "oldestTicketAge", "threshold": 36, "ticket_queue": "largestPartySize"}], "sub_game_modes": {}, "ticket_flexing_selection": "pivot", "ticket_flexing_selections": [{"selection": "oldest", "threshold": 51}, {"selection": "random", "threshold": 84}, {"selection": "oldest", "threshold": 10}], "use_newest_ticket_for_flexing": true}, "sessionQueueTimeoutSeconds": 65, "socialMatchmaking": false, "sub_gamemode_selection": "ticketOrder", "ticket_observability_enable": false, "use_sub_gamemode": false}' '4st8ZBj8' --login_with_auth "Bearer foo" +matchmaking-clean-all-mocks 'WKTlSxUh' --login_with_auth "Bearer foo" +matchmaking-get-all-mock-matches 'G6eBS7Dm' --login_with_auth "Bearer foo" +matchmaking-get-mock-matches-by-timestamp '{"timestamp_after": 85}' 'AFfVBWk6' --login_with_auth "Bearer foo" +matchmaking-get-all-mock-tickets 'ZECypSyj' --login_with_auth "Bearer foo" +matchmaking-create-mock-tickets '{"attribute_name": "i6GhUmTQ", "count": 71, "mmrMax": 0.36081720349138724, "mmrMean": 0.22276575499828066, "mmrMin": 0.1498416508754684, "mmrStdDev": 0.9134769807047984}' '1A4AHMgr' --login_with_auth "Bearer foo" +matchmaking-bulk-create-mock-tickets '[{"first_ticket_created_at": 20, "party_attributes": {"HXKgDZKl": {}, "4qARanlD": {}, "vjJqvRwq": {}}, "party_id": "xYq8jr2L", "party_members": [{"extra_attributes": {"hodI8NvV": {}, "JcGhYDp0": {}, "ET2OWwpa": {}}, "user_id": "D2c7USoN"}, {"extra_attributes": {"sjPTOFEe": {}, "fY8AMjiZ": {}, "hhAOhVjx": {}}, "user_id": "0gOFAbYO"}, {"extra_attributes": {"g1wIdTzw": {}, "fI3mhs74": {}, "aTNuPXSU": {}}, "user_id": "1eTAwTPx"}], "ticket_created_at": 34, "ticket_id": "QBDdqh2H"}, {"first_ticket_created_at": 82, "party_attributes": {"MswNKvvd": {}, "hvx0riNk": {}, "vPdeRIm6": {}}, "party_id": "HMncUF0C", "party_members": [{"extra_attributes": {"Sn7mm2gA": {}, "maR05oIT": {}, "sveWVujG": {}}, "user_id": "EPzbhG3E"}, {"extra_attributes": {"z0B42bxJ": {}, "ppd0w2E9": {}, "SirEzue0": {}}, "user_id": "YYvn58Dm"}, {"extra_attributes": {"ZZJKQAnw": {}, "kN7vV9rj": {}, "jAcMgyWS": {}}, "user_id": "dFgavVt0"}], "ticket_created_at": 32, "ticket_id": "0DgRnzrp"}, {"first_ticket_created_at": 1, "party_attributes": {"xJyQSWLS": {}, "fIwtapiZ": {}, "Uv2Kpoui": {}}, "party_id": "AT0J7t6V", "party_members": [{"extra_attributes": {"zm74MWJP": {}, "0lwEWHOv": {}, "SDOp1NM5": {}}, "user_id": "yJzdznPL"}, {"extra_attributes": {"Wt7cVuqC": {}, "kEEwX8rN": {}, "fZOTYysC": {}}, "user_id": "KxlP8bpR"}, {"extra_attributes": {"WnRj3t2a": {}, "UnQ3c3Ct": {}, "NAjnTAiC": {}}, "user_id": "7RBCmo6E"}], "ticket_created_at": 11, "ticket_id": "lhnBQRaQ"}]' 'WinxBQx0' --login_with_auth "Bearer foo" +matchmaking-get-mock-tickets-by-timestamp '{"timestamp_after": 35}' 'HiWGj0rL' --login_with_auth "Bearer foo" +matchmaking-get-all-party-in-channel '668nrg09' --login_with_auth "Bearer foo" +matchmaking-get-all-sessions-in-channel 'jwPQkSe4' --login_with_auth "Bearer foo" +matchmaking-add-user-into-session-in-channel '{"blocked_players": ["oUXAqESX", "x96HTtrV", "i0mchro8"], "party_id": "wSgbqWDB", "user_id": "aHjufK2V"}' 'z4ILruZG' '7SzibQqp' --login_with_auth "Bearer foo" +matchmaking-delete-session-in-channel 'Jspw5f14' '5m7crxXd' --login_with_auth "Bearer foo" +matchmaking-delete-user-from-session-in-channel 'QEvNSurP' 'lrPrjysJ' 'AwxMKkmj' --login_with_auth "Bearer foo" +matchmaking-get-stat-data 'ee2bSPwz' --login_with_auth "Bearer foo" matchmaking-public-get-messages --login_with_auth "Bearer foo" matchmaking-public-get-all-matchmaking-channel --login_with_auth "Bearer foo" -matchmaking-public-get-single-matchmaking-channel 'twUVW3bg' --login_with_auth "Bearer foo" +matchmaking-public-get-single-matchmaking-channel 'qtq2sgv0' --login_with_auth "Bearer foo" matchmaking-version-check-handler --login_with_auth "Bearer foo" exit() END @@ -112,63 +112,63 @@ eval_tap $? 4 'GetAllChannelsHandler' test.out #- 5 CreateChannelHandler $PYTHON -m $MODULE 'matchmaking-create-channel-handler' \ - '{"blocked_player_option": "blockedPlayerCannotMatch", "deployment": "eJoikU9g", "description": "C7u02tY1", "find_match_timeout_seconds": 1, "game_mode": "lvnTb0kk", "joinable": true, "max_delay_ms": 20, "region_expansion_range_ms": 3, "region_expansion_rate_ms": 9, "region_latency_initial_range_ms": 69, "region_latency_max_ms": 49, "rule_set": {"alliance": {"combination": {"alliances": [[{"max": 71, "min": 68, "name": "IMX6agQq"}, {"max": 25, "min": 63, "name": "rbGhdyrn"}, {"max": 75, "min": 38, "name": "ISBHtMVS"}], [{"max": 36, "min": 25, "name": "rgMx0OCU"}, {"max": 95, "min": 45, "name": "ggE7Gb4c"}, {"max": 2, "min": 60, "name": "WUoMDXdv"}], [{"max": 96, "min": 77, "name": "zODSUEqD"}, {"max": 9, "min": 50, "name": "eSA1rcSm"}, {"max": 0, "min": 30, "name": "bLxIbEaV"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 18, "role_flexing_second": 71}, "max_number": 51, "min_number": 55, "player_max_number": 82, "player_min_number": 83}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 93, "min": 19, "name": "CxKV2RPI"}, {"max": 98, "min": 78, "name": "TfUU5w0i"}, {"max": 51, "min": 76, "name": "oCcczBdR"}], [{"max": 11, "min": 89, "name": "kMTvfs5j"}, {"max": 74, "min": 79, "name": "MckkxJxL"}, {"max": 75, "min": 11, "name": "5xDuHGBg"}], [{"max": 75, "min": 45, "name": "l9jmHhNG"}, {"max": 7, "min": 7, "name": "T99WYIuM"}, {"max": 33, "min": 5, "name": "nKB3AZuG"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 60, "role_flexing_second": 100}, "duration": 52, "max_number": 71, "min_number": 18, "player_max_number": 62, "player_min_number": 46}, {"combination": {"alliances": [[{"max": 71, "min": 32, "name": "pecwqjBz"}, {"max": 96, "min": 100, "name": "qkZVtpvo"}, {"max": 84, "min": 47, "name": "ayz1sbFT"}], [{"max": 75, "min": 10, "name": "daVkckPg"}, {"max": 87, "min": 76, "name": "mwkIVtc3"}, {"max": 63, "min": 57, "name": "GW4oFQfg"}], [{"max": 0, "min": 98, "name": "nMO9hrVc"}, {"max": 89, "min": 35, "name": "cVeaJMqf"}, {"max": 47, "min": 78, "name": "scD3wDMf"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 19, "role_flexing_second": 81}, "duration": 81, "max_number": 92, "min_number": 15, "player_max_number": 65, "player_min_number": 14}, {"combination": {"alliances": [[{"max": 34, "min": 7, "name": "JAndhm5o"}, {"max": 94, "min": 13, "name": "wgwUZtR4"}, {"max": 82, "min": 36, "name": "6jROYOTM"}], [{"max": 15, "min": 23, "name": "pVhE172D"}, {"max": 36, "min": 42, "name": "oTCa32Kg"}, {"max": 24, "min": 62, "name": "tRhJRziY"}], [{"max": 5, "min": 49, "name": "MamHeZgG"}, {"max": 62, "min": 21, "name": "MxoNKzbj"}, {"max": 46, "min": 96, "name": "vTSx4C1J"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 53, "role_flexing_second": 40}, "duration": 50, "max_number": 48, "min_number": 85, "player_max_number": 44, "player_min_number": 85}], "batch_size": 66, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 72, "flex_flat_step_range": 29, "flex_immunity_count": 32, "flex_range_max": 32, "flex_rate_ms": 17, "flex_step_max": 34, "force_authority_match": false, "initial_step_range": 3, "mmr_max": 67, "mmr_mean": 23, "mmr_min": 44, "mmr_std_dev": 84, "override_mmr_data": false, "use_bucket_mmr": false, "use_flat_flex_step": true}, "flexing_rule": [{"attribute": "obNtskZf", "criteria": "Y5w3R9xn", "duration": 34, "reference": 0.8919070235082399}, {"attribute": "1yhVnMUv", "criteria": "zWUBpHD8", "duration": 62, "reference": 0.6454034614816443}, {"attribute": "8Gj85STO", "criteria": "4M3n7Fma", "duration": 28, "reference": 0.0931636650824702}], "match_options": {"options": [{"name": "CNoaWIDv", "type": "6KfjgW5s"}, {"name": "pYk5Pmct", "type": "gN7YhizB"}, {"name": "mnTDFRqh", "type": "vfVMxByu"}]}, "matching_rule": [{"attribute": "6mdbimcp", "criteria": "4j9eDmd7", "reference": 0.1385735026564705}, {"attribute": "oK8YI9WO", "criteria": "nSuXobQB", "reference": 0.025183625613813043}, {"attribute": "o25wQBE3", "criteria": "n046U72i", "reference": 0.7068125999226293}], "rebalance_enable": false, "sort_ticket": {"search_result": "none", "ticket_queue": "oldestTicketAge"}, "sort_tickets": [{"search_result": "distance", "threshold": 72, "ticket_queue": "none"}, {"search_result": "none", "threshold": 53, "ticket_queue": "none"}, {"search_result": "random", "threshold": 54, "ticket_queue": "none"}], "sub_game_modes": {"dVPkwyJq": {"alliance": {"combination": {"alliances": [[{"max": 75, "min": 47, "name": "etMBtDIU"}, {"max": 58, "min": 96, "name": "OE1Zms8F"}, {"max": 26, "min": 32, "name": "ix6lDAnG"}], [{"max": 6, "min": 90, "name": "uZ9rgvkU"}, {"max": 85, "min": 44, "name": "JizTa4N9"}, {"max": 99, "min": 43, "name": "NIjppjWo"}], [{"max": 79, "min": 10, "name": "9MfIQSSD"}, {"max": 33, "min": 86, "name": "NiQ6Ts5F"}, {"max": 32, "min": 72, "name": "OvwG6Rli"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 64, "role_flexing_second": 58}, "max_number": 86, "min_number": 27, "player_max_number": 27, "player_min_number": 65}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 73, "min": 90, "name": "h8vi8mKP"}, {"max": 55, "min": 39, "name": "4fIwFHeT"}, {"max": 7, "min": 15, "name": "L8uZZPui"}], [{"max": 14, "min": 29, "name": "ciMKyfId"}, {"max": 19, "min": 96, "name": "80loj4XX"}, {"max": 69, "min": 17, "name": "F3zXGScq"}], [{"max": 69, "min": 53, "name": "E5KCnX0D"}, {"max": 98, "min": 95, "name": "BNN4q4aM"}, {"max": 87, "min": 47, "name": "UeMFiOdi"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 7, "role_flexing_second": 40}, "duration": 76, "max_number": 28, "min_number": 62, "player_max_number": 74, "player_min_number": 63}, {"combination": {"alliances": [[{"max": 53, "min": 83, "name": "3VXX6fQb"}, {"max": 25, "min": 32, "name": "gwh5mV3m"}, {"max": 61, "min": 72, "name": "357lI9fy"}], [{"max": 19, "min": 30, "name": "OIb2gmVC"}, {"max": 51, "min": 23, "name": "Rbuk5zpb"}, {"max": 20, "min": 7, "name": "DgmRyVlq"}], [{"max": 74, "min": 0, "name": "Ny84jy5n"}, {"max": 25, "min": 27, "name": "30yHcJBf"}, {"max": 91, "min": 63, "name": "bTPidT7Z"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 7, "role_flexing_second": 1}, "duration": 74, "max_number": 62, "min_number": 33, "player_max_number": 52, "player_min_number": 9}, {"combination": {"alliances": [[{"max": 69, "min": 92, "name": "uRT1WlKK"}, {"max": 34, "min": 30, "name": "Wk2jt3vC"}, {"max": 90, "min": 25, "name": "HBLamRuj"}], [{"max": 87, "min": 80, "name": "N132zdN0"}, {"max": 7, "min": 39, "name": "AvIMXe72"}, {"max": 76, "min": 65, "name": "dkYWXH89"}], [{"max": 15, "min": 67, "name": "veVwzV0A"}, {"max": 84, "min": 72, "name": "jz495ghl"}, {"max": 97, "min": 96, "name": "1O6ntDzJ"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 61, "role_flexing_second": 42}, "duration": 44, "max_number": 64, "min_number": 41, "player_max_number": 85, "player_min_number": 97}], "name": "Kc6IbKoX"}, "aMwYVuqq": {"alliance": {"combination": {"alliances": [[{"max": 34, "min": 28, "name": "wfH641vv"}, {"max": 97, "min": 7, "name": "h3Cnm4N0"}, {"max": 50, "min": 62, "name": "hxynOK3E"}], [{"max": 66, "min": 5, "name": "pG2dx4i1"}, {"max": 42, "min": 68, "name": "30CWfAdm"}, {"max": 27, "min": 82, "name": "cby4ES6Q"}], [{"max": 42, "min": 19, "name": "2xmUZL3r"}, {"max": 96, "min": 66, "name": "WWB2vuVs"}, {"max": 9, "min": 27, "name": "n5EryfHA"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 51, "role_flexing_second": 17}, "max_number": 3, "min_number": 84, "player_max_number": 58, "player_min_number": 31}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 82, "min": 36, "name": "ISoxRezZ"}, {"max": 47, "min": 91, "name": "oRnDarNh"}, {"max": 40, "min": 56, "name": "jmvIZj7p"}], [{"max": 70, "min": 48, "name": "lLmh2SG2"}, {"max": 27, "min": 88, "name": "DnGeqY2x"}, {"max": 85, "min": 55, "name": "DlGdU63z"}], [{"max": 97, "min": 52, "name": "bm8HlK94"}, {"max": 84, "min": 60, "name": "rsuVsP4s"}, {"max": 94, "min": 52, "name": "oeSvdzBo"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 38, "role_flexing_second": 39}, "duration": 50, "max_number": 20, "min_number": 38, "player_max_number": 20, "player_min_number": 71}, {"combination": {"alliances": [[{"max": 71, "min": 99, "name": "LkBbdahj"}, {"max": 63, "min": 53, "name": "Sm8CD1Rh"}, {"max": 10, "min": 30, "name": "V18gU6nA"}], [{"max": 31, "min": 17, "name": "P9Ko6qvz"}, {"max": 87, "min": 91, "name": "T8DprfQE"}, {"max": 67, "min": 68, "name": "3EKYTdzr"}], [{"max": 24, "min": 36, "name": "oCJBFkN7"}, {"max": 15, "min": 90, "name": "TDhzyqq1"}, {"max": 52, "min": 86, "name": "bSAd05OI"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 48, "role_flexing_second": 27}, "duration": 37, "max_number": 2, "min_number": 70, "player_max_number": 2, "player_min_number": 29}, {"combination": {"alliances": [[{"max": 47, "min": 24, "name": "do8MSAOv"}, {"max": 59, "min": 58, "name": "WrBo63Ou"}, {"max": 77, "min": 41, "name": "jBZWSpOz"}], [{"max": 24, "min": 37, "name": "TvcQc9SD"}, {"max": 16, "min": 85, "name": "I1RD7A23"}, {"max": 92, "min": 15, "name": "xfo9R1z8"}], [{"max": 88, "min": 17, "name": "Bv12s2gb"}, {"max": 87, "min": 39, "name": "bNHmRE10"}, {"max": 49, "min": 26, "name": "NPNv0QWp"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 37, "role_flexing_second": 49}, "duration": 21, "max_number": 53, "min_number": 69, "player_max_number": 75, "player_min_number": 70}], "name": "1wenVUdB"}, "03IvOqqG": {"alliance": {"combination": {"alliances": [[{"max": 80, "min": 54, "name": "7D2KUcxZ"}, {"max": 67, "min": 44, "name": "3jg4R7AZ"}, {"max": 45, "min": 72, "name": "gc4Qo0NM"}], [{"max": 96, "min": 44, "name": "EP7BjtMb"}, {"max": 64, "min": 77, "name": "OMmpqlEC"}, {"max": 31, "min": 7, "name": "4l2Iz3pZ"}], [{"max": 81, "min": 31, "name": "KvMs2L4t"}, {"max": 34, "min": 75, "name": "9iIM4Zm5"}, {"max": 8, "min": 57, "name": "1uJAJbjR"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 58, "role_flexing_second": 80}, "max_number": 17, "min_number": 39, "player_max_number": 77, "player_min_number": 11}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 92, "min": 73, "name": "WnOi86DZ"}, {"max": 84, "min": 23, "name": "yExqjvwZ"}, {"max": 81, "min": 86, "name": "v8NVIMei"}], [{"max": 53, "min": 21, "name": "FxptpwyN"}, {"max": 37, "min": 69, "name": "n6kwpAdc"}, {"max": 12, "min": 45, "name": "NvPwhZ70"}], [{"max": 47, "min": 42, "name": "J2uT0YIP"}, {"max": 38, "min": 63, "name": "d2nJFmqt"}, {"max": 62, "min": 45, "name": "pxUTOg7j"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 85, "role_flexing_second": 46}, "duration": 19, "max_number": 98, "min_number": 46, "player_max_number": 66, "player_min_number": 93}, {"combination": {"alliances": [[{"max": 16, "min": 71, "name": "1aQceiNy"}, {"max": 68, "min": 89, "name": "bxLazB0y"}, {"max": 50, "min": 52, "name": "e50EvVyO"}], [{"max": 97, "min": 97, "name": "IqZY3qFu"}, {"max": 5, "min": 13, "name": "xRVdXXEB"}, {"max": 95, "min": 2, "name": "a6MRix9H"}], [{"max": 25, "min": 77, "name": "eIFwGOQ9"}, {"max": 77, "min": 88, "name": "7R9cfFZr"}, {"max": 30, "min": 91, "name": "ro05h51t"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 78, "role_flexing_second": 9}, "duration": 43, "max_number": 87, "min_number": 83, "player_max_number": 86, "player_min_number": 42}, {"combination": {"alliances": [[{"max": 75, "min": 0, "name": "bEG0nd9i"}, {"max": 76, "min": 57, "name": "TAA6bwsR"}, {"max": 15, "min": 20, "name": "NKrtDBB4"}], [{"max": 23, "min": 73, "name": "wtnln1wj"}, {"max": 51, "min": 64, "name": "Sf4MrXHB"}, {"max": 98, "min": 23, "name": "8FLHmvI3"}], [{"max": 25, "min": 23, "name": "iXFKkbnh"}, {"max": 9, "min": 69, "name": "dSvWZFoS"}, {"max": 64, "min": 86, "name": "Mz6vYVNh"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 64, "role_flexing_second": 69}, "duration": 37, "max_number": 67, "min_number": 97, "player_max_number": 72, "player_min_number": 7}], "name": "VjekyoaR"}}, "ticket_flexing_selection": "pivot", "ticket_flexing_selections": [{"selection": "newest", "threshold": 88}, {"selection": "pivot", "threshold": 77}, {"selection": "random", "threshold": 85}], "use_newest_ticket_for_flexing": true}, "session_queue_timeout_seconds": 30, "social_matchmaking": false, "sub_gamemode_selection": "random", "ticket_observability_enable": false, "use_sub_gamemode": true}' \ + '{"blocked_player_option": "blockedPlayerCanMatch", "deployment": "fFC3yxzt", "description": "KOSRy1nr", "find_match_timeout_seconds": 51, "game_mode": "P0pXfSFI", "joinable": false, "max_delay_ms": 6, "region_expansion_range_ms": 97, "region_expansion_rate_ms": 21, "region_latency_initial_range_ms": 53, "region_latency_max_ms": 25, "rule_set": {"alliance": {"combination": {"alliances": [[{"max": 2, "min": 100, "name": "UUDpIpRh"}, {"max": 81, "min": 99, "name": "FLF71YhC"}, {"max": 1, "min": 65, "name": "8XLruB55"}], [{"max": 72, "min": 26, "name": "zPoGjHEC"}, {"max": 89, "min": 26, "name": "BxgdOsQo"}, {"max": 32, "min": 57, "name": "SOGJDgf9"}], [{"max": 58, "min": 5, "name": "3UoW6PJe"}, {"max": 85, "min": 32, "name": "n498NCA1"}, {"max": 22, "min": 12, "name": "LVo2mVq1"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 89, "role_flexing_second": 40}, "max_number": 41, "min_number": 19, "player_max_number": 63, "player_min_number": 62}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 60, "min": 93, "name": "1ItxC48d"}, {"max": 46, "min": 94, "name": "RIh1hria"}, {"max": 90, "min": 77, "name": "V6g30QOd"}], [{"max": 31, "min": 6, "name": "BitLJz1r"}, {"max": 17, "min": 17, "name": "AgKn5tPO"}, {"max": 34, "min": 18, "name": "dvY1bxPx"}], [{"max": 13, "min": 2, "name": "jhYaJmkJ"}, {"max": 53, "min": 84, "name": "HH3GWuhr"}, {"max": 19, "min": 30, "name": "WchOp1PW"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 59, "role_flexing_second": 20}, "duration": 62, "max_number": 3, "min_number": 25, "player_max_number": 49, "player_min_number": 48}, {"combination": {"alliances": [[{"max": 25, "min": 75, "name": "HV3kxFNs"}, {"max": 93, "min": 9, "name": "hLuo6I2V"}, {"max": 77, "min": 8, "name": "lUbfyY3J"}], [{"max": 60, "min": 74, "name": "PJIuKJbP"}, {"max": 82, "min": 47, "name": "VDCbBbo8"}, {"max": 80, "min": 4, "name": "6SlpbC5G"}], [{"max": 50, "min": 7, "name": "iIOOlNxm"}, {"max": 74, "min": 17, "name": "TTmzcsdM"}, {"max": 80, "min": 0, "name": "iEnFzZC9"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 4, "role_flexing_second": 88}, "duration": 10, "max_number": 50, "min_number": 5, "player_max_number": 54, "player_min_number": 54}, {"combination": {"alliances": [[{"max": 33, "min": 48, "name": "EqB1MNmO"}, {"max": 68, "min": 74, "name": "O0BWalfV"}, {"max": 54, "min": 88, "name": "VZWn7gXK"}], [{"max": 98, "min": 90, "name": "5rok6keU"}, {"max": 25, "min": 1, "name": "41Zxa82F"}, {"max": 97, "min": 46, "name": "UqsRvPQT"}], [{"max": 40, "min": 12, "name": "B3CL78Um"}, {"max": 19, "min": 2, "name": "86ctI0mU"}, {"max": 31, "min": 49, "name": "DiykLnhu"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 45, "role_flexing_second": 52}, "duration": 58, "max_number": 69, "min_number": 53, "player_max_number": 42, "player_min_number": 96}], "batch_size": 100, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 77, "flex_flat_step_range": 46, "flex_immunity_count": 5, "flex_range_max": 29, "flex_rate_ms": 8, "flex_step_max": 88, "force_authority_match": false, "initial_step_range": 76, "mmr_max": 70, "mmr_mean": 70, "mmr_min": 94, "mmr_std_dev": 62, "override_mmr_data": true, "use_bucket_mmr": true, "use_flat_flex_step": false}, "flexing_rule": [{"attribute": "8bQP7RKf", "criteria": "k945Ih9U", "duration": 69, "reference": 0.26378160866417544}, {"attribute": "5AqabIMl", "criteria": "ZDtF5iUI", "duration": 23, "reference": 0.961109866249099}, {"attribute": "UD06kgng", "criteria": "Uz6M4KXz", "duration": 75, "reference": 0.9866593481764303}], "match_options": {"options": [{"name": "n2dbKgma", "type": "kE6kc3tu"}, {"name": "cKmHyTo0", "type": "61Ar6wBE"}, {"name": "jJeDZcd2", "type": "OvQQ9bxQ"}]}, "matching_rule": [{"attribute": "trOH0Di7", "criteria": "nBwxltVN", "reference": 0.4326180826232948}, {"attribute": "37C23MmB", "criteria": "7kxhBwVv", "reference": 0.684081330363196}, {"attribute": "QuwmqXk3", "criteria": "v5jgWje9", "reference": 0.2805819653361913}], "rebalance_enable": false, "sort_ticket": {"search_result": "distance", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "distance", "threshold": 58, "ticket_queue": "largestPartySize"}, {"search_result": "oldestTicketAge", "threshold": 70, "ticket_queue": "oldestTicketAge"}, {"search_result": "oldestTicketAge", "threshold": 100, "ticket_queue": "largestPartySize"}], "sub_game_modes": {"b9W6ghX8": {"alliance": {"combination": {"alliances": [[{"max": 49, "min": 69, "name": "RcMXXGBX"}, {"max": 10, "min": 7, "name": "VLLNc2x4"}, {"max": 79, "min": 42, "name": "9pX1evDC"}], [{"max": 17, "min": 43, "name": "autCAOt2"}, {"max": 52, "min": 58, "name": "U8If360A"}, {"max": 51, "min": 27, "name": "JNwDy6Mx"}], [{"max": 0, "min": 12, "name": "wfowcPXP"}, {"max": 71, "min": 42, "name": "cS29N7ig"}, {"max": 19, "min": 88, "name": "v4lXMHVk"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 42, "role_flexing_second": 52}, "max_number": 88, "min_number": 89, "player_max_number": 91, "player_min_number": 46}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 12, "min": 96, "name": "E5Pv0JDX"}, {"max": 62, "min": 95, "name": "kkgrMl6U"}, {"max": 35, "min": 35, "name": "vmmRvj3P"}], [{"max": 60, "min": 71, "name": "A9aoUsAa"}, {"max": 94, "min": 9, "name": "qxEo5Ltb"}, {"max": 56, "min": 65, "name": "e1q4gd8W"}], [{"max": 80, "min": 16, "name": "YljGYLeD"}, {"max": 50, "min": 10, "name": "XfOzKqqD"}, {"max": 61, "min": 20, "name": "XmkXObro"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 9, "role_flexing_second": 99}, "duration": 6, "max_number": 36, "min_number": 50, "player_max_number": 81, "player_min_number": 29}, {"combination": {"alliances": [[{"max": 99, "min": 43, "name": "btmKJ4dw"}, {"max": 71, "min": 21, "name": "R4oxKOrM"}, {"max": 52, "min": 92, "name": "ugbs8fj7"}], [{"max": 89, "min": 85, "name": "IFyFvONo"}, {"max": 33, "min": 22, "name": "jFdDXQbm"}, {"max": 37, "min": 16, "name": "Lmh6TRQA"}], [{"max": 17, "min": 25, "name": "NIg9GRky"}, {"max": 79, "min": 36, "name": "OMMJvOaR"}, {"max": 29, "min": 10, "name": "vjMiSfzC"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 69, "role_flexing_second": 38}, "duration": 34, "max_number": 52, "min_number": 55, "player_max_number": 17, "player_min_number": 74}, {"combination": {"alliances": [[{"max": 80, "min": 68, "name": "2NHZNTFq"}, {"max": 72, "min": 76, "name": "j1fwRLBn"}, {"max": 39, "min": 9, "name": "O4oUzJFo"}], [{"max": 67, "min": 4, "name": "nUUeYfwx"}, {"max": 75, "min": 57, "name": "gOdrIDvQ"}, {"max": 56, "min": 60, "name": "PgZCCAHU"}], [{"max": 38, "min": 45, "name": "AgEjaBaP"}, {"max": 8, "min": 56, "name": "2cbsqgWi"}, {"max": 53, "min": 44, "name": "737G7gAI"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 8, "role_flexing_second": 79}, "duration": 56, "max_number": 57, "min_number": 15, "player_max_number": 62, "player_min_number": 65}], "name": "dm6Jto4D"}, "6kSzLjJh": {"alliance": {"combination": {"alliances": [[{"max": 90, "min": 89, "name": "N7q5OXsg"}, {"max": 23, "min": 49, "name": "0BpO9daQ"}, {"max": 61, "min": 87, "name": "jYi7nh5z"}], [{"max": 85, "min": 77, "name": "YxzL3VDt"}, {"max": 42, "min": 77, "name": "Mo5tJB99"}, {"max": 37, "min": 84, "name": "69lbLn9S"}], [{"max": 18, "min": 56, "name": "lekKUGLP"}, {"max": 40, "min": 17, "name": "cus9k8Ka"}, {"max": 28, "min": 78, "name": "wrRxra5u"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 59, "role_flexing_second": 16}, "max_number": 35, "min_number": 85, "player_max_number": 53, "player_min_number": 85}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 15, "min": 76, "name": "jT6PLsUK"}, {"max": 61, "min": 8, "name": "VW0Tn4uf"}, {"max": 96, "min": 50, "name": "fEDckHjG"}], [{"max": 53, "min": 0, "name": "MtPCYlji"}, {"max": 56, "min": 12, "name": "n9hrdggZ"}, {"max": 93, "min": 78, "name": "dassprfb"}], [{"max": 1, "min": 39, "name": "WGoWnv29"}, {"max": 31, "min": 65, "name": "EzrMeJ6N"}, {"max": 64, "min": 35, "name": "weZ1rMyF"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 17, "role_flexing_second": 10}, "duration": 9, "max_number": 36, "min_number": 67, "player_max_number": 48, "player_min_number": 53}, {"combination": {"alliances": [[{"max": 18, "min": 13, "name": "wUmeSg2i"}, {"max": 54, "min": 45, "name": "laE6zBxz"}, {"max": 65, "min": 5, "name": "MYqC0Gmd"}], [{"max": 49, "min": 30, "name": "8oi8C6bX"}, {"max": 16, "min": 57, "name": "bRCFQboo"}, {"max": 95, "min": 96, "name": "yx8P9CHD"}], [{"max": 36, "min": 24, "name": "AE9ceV6Z"}, {"max": 0, "min": 40, "name": "rYzFTiOF"}, {"max": 58, "min": 23, "name": "S6rdWZRW"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 15, "role_flexing_second": 7}, "duration": 96, "max_number": 44, "min_number": 34, "player_max_number": 85, "player_min_number": 7}, {"combination": {"alliances": [[{"max": 19, "min": 27, "name": "FWol1dfW"}, {"max": 77, "min": 95, "name": "kO7aKnw9"}, {"max": 57, "min": 51, "name": "hTF7XyHW"}], [{"max": 58, "min": 84, "name": "giJzOEoM"}, {"max": 88, "min": 73, "name": "2K6y2J3Y"}, {"max": 39, "min": 32, "name": "IZ83Gzay"}], [{"max": 52, "min": 44, "name": "krv79pjL"}, {"max": 28, "min": 28, "name": "ktwMNgC0"}, {"max": 2, "min": 43, "name": "bqrvG5Nf"}]], "has_combination": true, "role_flexing_enable": true, "role_flexing_player": 35, "role_flexing_second": 32}, "duration": 32, "max_number": 58, "min_number": 37, "player_max_number": 100, "player_min_number": 78}], "name": "wneWFvi0"}, "aTqSzvtK": {"alliance": {"combination": {"alliances": [[{"max": 2, "min": 15, "name": "RmJbR1sl"}, {"max": 12, "min": 88, "name": "gFNNXgFL"}, {"max": 47, "min": 8, "name": "ChEA4N5a"}], [{"max": 87, "min": 56, "name": "tbnReCxf"}, {"max": 32, "min": 77, "name": "KBnMimnb"}, {"max": 54, "min": 97, "name": "bBwivoFY"}], [{"max": 89, "min": 38, "name": "uvKVD2jJ"}, {"max": 91, "min": 25, "name": "TMbjICXs"}, {"max": 78, "min": 10, "name": "SWgBPyQv"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 42, "role_flexing_second": 71}, "max_number": 88, "min_number": 20, "player_max_number": 73, "player_min_number": 74}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 91, "min": 7, "name": "JBngJhT5"}, {"max": 78, "min": 76, "name": "PSSXKGkr"}, {"max": 72, "min": 26, "name": "jPye2JPq"}], [{"max": 86, "min": 81, "name": "vDgTZ4vg"}, {"max": 24, "min": 80, "name": "6HXCDs4H"}, {"max": 9, "min": 41, "name": "lJgSO77i"}], [{"max": 7, "min": 10, "name": "kH56cPyQ"}, {"max": 76, "min": 66, "name": "sOcWMWtN"}, {"max": 86, "min": 49, "name": "o7280jNa"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 45, "role_flexing_second": 66}, "duration": 62, "max_number": 42, "min_number": 26, "player_max_number": 14, "player_min_number": 21}, {"combination": {"alliances": [[{"max": 43, "min": 47, "name": "BFoWTRnb"}, {"max": 46, "min": 48, "name": "zadrBOnq"}, {"max": 79, "min": 61, "name": "6IaPcZfH"}], [{"max": 41, "min": 46, "name": "EejmIUpn"}, {"max": 60, "min": 53, "name": "VHI8HWnm"}, {"max": 5, "min": 48, "name": "vaPy4IkU"}], [{"max": 59, "min": 12, "name": "x4al7FVP"}, {"max": 39, "min": 20, "name": "Hx4UMMW1"}, {"max": 67, "min": 59, "name": "92hJgpmj"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 80, "role_flexing_second": 76}, "duration": 87, "max_number": 65, "min_number": 14, "player_max_number": 16, "player_min_number": 52}, {"combination": {"alliances": [[{"max": 91, "min": 73, "name": "zmD4qTnH"}, {"max": 88, "min": 26, "name": "qz29aK1i"}, {"max": 66, "min": 95, "name": "xvQhis4q"}], [{"max": 74, "min": 75, "name": "fwiQXudL"}, {"max": 52, "min": 20, "name": "NMO6i4bD"}, {"max": 31, "min": 57, "name": "FKmG4yPK"}], [{"max": 81, "min": 87, "name": "UJhWQTQ8"}, {"max": 34, "min": 5, "name": "T1rhWPNa"}, {"max": 65, "min": 5, "name": "iMEsQhaK"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 41, "role_flexing_second": 41}, "duration": 49, "max_number": 33, "min_number": 92, "player_max_number": 21, "player_min_number": 100}], "name": "fEkOOFdg"}}, "ticket_flexing_selection": "newest", "ticket_flexing_selections": [{"selection": "random", "threshold": 6}, {"selection": "newest", "threshold": 12}, {"selection": "oldest", "threshold": 57}], "use_newest_ticket_for_flexing": false}, "session_queue_timeout_seconds": 50, "social_matchmaking": true, "sub_gamemode_selection": "ticketOrder", "ticket_observability_enable": true, "use_sub_gamemode": false}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'CreateChannelHandler' test.out #- 6 GetMatchPoolMetric $PYTHON -m $MODULE 'matchmaking-get-match-pool-metric' \ - 'hnUBOSri' \ + 'O5Nzs67p' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'GetMatchPoolMetric' test.out #- 7 DeleteChannelHandler $PYTHON -m $MODULE 'matchmaking-delete-channel-handler' \ - 'XHdxQoTD' \ + '6vIsvIi8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'DeleteChannelHandler' test.out #- 8 StoreMatchResults $PYTHON -m $MODULE 'matchmaking-store-match-results' \ - '{"match_id": "1EjSPGsM", "players": [{"results": [{"attribute": "qQoJvDJl", "value": 0.9293681595577824}, {"attribute": "fuCAmksb", "value": 0.7966886097123971}, {"attribute": "MTrpkWfo", "value": 0.3938250758088243}], "user_id": "3nnamRYk"}, {"results": [{"attribute": "wAPTrGmn", "value": 0.0691029729494258}, {"attribute": "phGOdmlS", "value": 0.5916263634447074}, {"attribute": "l6zUMDyD", "value": 0.888248077699982}], "user_id": "o7D3lBng"}, {"results": [{"attribute": "Et9d0Gua", "value": 0.3366014165150938}, {"attribute": "d9TX2coE", "value": 0.10904822338336673}, {"attribute": "RbEAHdC4", "value": 0.1901876226159348}], "user_id": "EF6IZQWo"}]}' \ + '{"match_id": "NTi9WTNr", "players": [{"results": [{"attribute": "tzYMeMCh", "value": 0.3538122664887329}, {"attribute": "tsejluyI", "value": 0.6002694384240835}, {"attribute": "eTw8ZL6B", "value": 0.5601275473124633}], "user_id": "wBau7ejV"}, {"results": [{"attribute": "X0E02aIC", "value": 0.6714855399468755}, {"attribute": "DrpiQQpQ", "value": 0.13173911026909058}, {"attribute": "n0dTLkRD", "value": 0.2461140976726367}], "user_id": "a1MQXOq6"}, {"results": [{"attribute": "cZ41XnBw", "value": 0.6350025425920781}, {"attribute": "ECRTxQDs", "value": 0.24173947860721967}, {"attribute": "NcWlAsOc", "value": 0.6364865679759377}], "user_id": "vJN512nC"}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'StoreMatchResults' test.out #- 9 Rebalance $PYTHON -m $MODULE 'matchmaking-rebalance' \ - '{"match_id": "mdBMp1ag"}' \ + '{"match_id": "QDZkIfbC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'Rebalance' test.out #- 10 QueueSessionHandler $PYTHON -m $MODULE 'matchmaking-queue-session-handler' \ - '{"channel": "MgtJstGg", "client_version": "D5iElHoI", "deployment": "paeRG2kC", "error_code": 4, "error_message": "aKCR7D09", "game_mode": "M4Z8GEuH", "is_mock": "igl00OQF", "joinable": true, "match_id": "UK1Z059o", "matching_allies": [{"matching_parties": [{"first_ticket_created_at": 30, "party_attributes": {"BOB0DikS": {}, "pExNd8qm": {}, "RDAQc7JI": {}}, "party_id": "7s3MrGma", "party_members": [{"extra_attributes": {"OCvQEUgA": {}, "tsAY0ioK": {}, "SCv0ohBc": {}}, "user_id": "M75SuXIe"}, {"extra_attributes": {"KH1uTt9c": {}, "30lvvQ8D": {}, "5GR8rCpb": {}}, "user_id": "RPwwn9sY"}, {"extra_attributes": {"9urAKgAE": {}, "RJptpz6I": {}, "d5kMXWw8": {}}, "user_id": "q9DVN68n"}], "ticket_created_at": 57, "ticket_id": "upRGG8uW"}, {"first_ticket_created_at": 35, "party_attributes": {"kF0CAAsp": {}, "dR4tDnqr": {}, "O625tUtw": {}}, "party_id": "wdNHTGKI", "party_members": [{"extra_attributes": {"r0GA0jao": {}, "lZUP4BrF": {}, "GIS6YRyT": {}}, "user_id": "Zgfm3Q2i"}, {"extra_attributes": {"BrQAJ6Pr": {}, "GYEp2wH8": {}, "2xQHIEMd": {}}, "user_id": "Ru9nQRY8"}, {"extra_attributes": {"6rQDZKit": {}, "N23EFbS2": {}, "g9z86YEN": {}}, "user_id": "ich0UGHZ"}], "ticket_created_at": 58, "ticket_id": "R1ovZNkJ"}, {"first_ticket_created_at": 43, "party_attributes": {"HnBZim9B": {}, "WxB8cqRC": {}, "vw6L9u0t": {}}, "party_id": "TFRIU5U6", "party_members": [{"extra_attributes": {"qhOcGJt9": {}, "3IVTEo15": {}, "Ry85Oy0t": {}}, "user_id": "5n99twCM"}, {"extra_attributes": {"423QH3Qu": {}, "6QikUuwx": {}, "FueKE81Z": {}}, "user_id": "gHeUwPGO"}, {"extra_attributes": {"GLFWlPrh": {}, "TuUexZIY": {}, "OhCBB4JX": {}}, "user_id": "pKgTJVCL"}], "ticket_created_at": 88, "ticket_id": "pNn0GZhZ"}]}, {"matching_parties": [{"first_ticket_created_at": 43, "party_attributes": {"L2D2VMXB": {}, "xYxVVV4D": {}, "rbldn6dx": {}}, "party_id": "KAs3T2Xh", "party_members": [{"extra_attributes": {"f2QMYjVF": {}, "no6ECHys": {}, "Lei3DanC": {}}, "user_id": "BCpkrrBL"}, {"extra_attributes": {"fTyIzHxn": {}, "apYX3ltJ": {}, "7JmUcI59": {}}, "user_id": "uOogRizm"}, {"extra_attributes": {"fTb53VnN": {}, "0APYWHXM": {}, "arGBAiaH": {}}, "user_id": "JIFMTjla"}], "ticket_created_at": 29, "ticket_id": "VNzDyE00"}, {"first_ticket_created_at": 65, "party_attributes": {"zKRWFBKA": {}, "e6UnqQX1": {}, "lWJaWDzm": {}}, "party_id": "jFxlyB1d", "party_members": [{"extra_attributes": {"H3qe1YdI": {}, "Zdus8UVF": {}, "xx9jvydA": {}}, "user_id": "SUSH0CJv"}, {"extra_attributes": {"bjjogOEt": {}, "4lvLE3or": {}, "FuFIsMqV": {}}, "user_id": "hVWzFS4W"}, {"extra_attributes": {"cC2OIEO0": {}, "hYsizsFs": {}, "YzbV4Gvk": {}}, "user_id": "cUH36Syb"}], "ticket_created_at": 39, "ticket_id": "MqCuXDRm"}, {"first_ticket_created_at": 59, "party_attributes": {"RZrebi1O": {}, "R6oePEEv": {}, "R9wJwKCg": {}}, "party_id": "4dImnTCO", "party_members": [{"extra_attributes": {"QFTJ1LSM": {}, "Dt1YWYA9": {}, "hisCoYDM": {}}, "user_id": "gItRNXOF"}, {"extra_attributes": {"tNmsafWE": {}, "Wi0VM217": {}, "CWCXsASx": {}}, "user_id": "NfEvLAsF"}, {"extra_attributes": {"jFntgwhF": {}, "XYWAuilJ": {}, "etVaUkqf": {}}, "user_id": "Q6e6nzhg"}], "ticket_created_at": 72, "ticket_id": "xK2swfvm"}]}, {"matching_parties": [{"first_ticket_created_at": 48, "party_attributes": {"LBpicKTo": {}, "L2jCXwPc": {}, "ORiTZIZp": {}}, "party_id": "UIcmBZcE", "party_members": [{"extra_attributes": {"xR7OkAcV": {}, "Ecatrjyh": {}, "HcRBumAt": {}}, "user_id": "2fiziGaZ"}, {"extra_attributes": {"hsEx2jzf": {}, "XN00D9mt": {}, "StG97wps": {}}, "user_id": "pfZe4xei"}, {"extra_attributes": {"lTTOfEEY": {}, "fi72OUFQ": {}, "9Hd8xxbU": {}}, "user_id": "OksXz4lq"}], "ticket_created_at": 37, "ticket_id": "3BQuwnUS"}, {"first_ticket_created_at": 55, "party_attributes": {"uBgR2dUf": {}, "Sf6smRLK": {}, "lyv2bzJb": {}}, "party_id": "MVMTcwRW", "party_members": [{"extra_attributes": {"4NaG8ptH": {}, "qqu9IhWr": {}, "S2v0FOks": {}}, "user_id": "sNsJVVoF"}, {"extra_attributes": {"jBcSRG8Y": {}, "m0IHaTc5": {}, "c2TSJx9e": {}}, "user_id": "Vjq3IR2I"}, {"extra_attributes": {"ItdQDMJv": {}, "JTDTl99v": {}, "nmBY7FbF": {}}, "user_id": "Jw36ECkL"}], "ticket_created_at": 18, "ticket_id": "YHjoxNRo"}, {"first_ticket_created_at": 72, "party_attributes": {"67q2wQt0": {}, "bbdjl4Td": {}, "aBFbF6sC": {}}, "party_id": "MbF70ByP", "party_members": [{"extra_attributes": {"AvwN9djb": {}, "lw2MhNjK": {}, "PZYs9sd8": {}}, "user_id": "MAGOfFoQ"}, {"extra_attributes": {"ogKYeR1b": {}, "q6icsvsm": {}, "QvFffdzS": {}}, "user_id": "C0hRoP1W"}, {"extra_attributes": {"1nMeUglL": {}, "D7TCqRj4": {}, "6bllBmTK": {}}, "user_id": "r5varoSb"}], "ticket_created_at": 97, "ticket_id": "yFbr7XFi"}]}], "namespace": "TzMIih3s", "party_attributes": {"g9YcKtfN": {}, "t49nrGt5": {}, "uUGWoIgj": {}}, "party_id": "wxSur7Jv", "queued_at": 65, "region": "YPN2NWX9", "server_name": "TTHoINzu", "status": "WluwYEeG", "ticket_id": "V6KlIBHv", "ticket_ids": ["09ZMvBYh", "gKuXTas2", "lsp2YEww"], "updated_at": "1983-03-18T00:00:00Z"}' \ + '{"channel": "0OZDi9dq", "client_version": "uQaFLxtp", "deployment": "0RPRTiEj", "error_code": 15, "error_message": "IDEPVlAA", "game_mode": "nMKrhCXX", "is_mock": "6HSCTctR", "joinable": false, "match_id": "JhUTGk88", "matching_allies": [{"matching_parties": [{"first_ticket_created_at": 65, "party_attributes": {"TuiED2tn": {}, "P7n2SMyM": {}, "wlAdVTUQ": {}}, "party_id": "H2Qyd9tM", "party_members": [{"extra_attributes": {"1NMh6Zaa": {}, "uxTuWsef": {}, "aoGMaTki": {}}, "user_id": "GJbQrdRt"}, {"extra_attributes": {"Fj4Ce5eN": {}, "sAlex3Jf": {}, "ouoruEvr": {}}, "user_id": "IvaVbTub"}, {"extra_attributes": {"AsThQQOu": {}, "ztIjw93m": {}, "ngHnzGFD": {}}, "user_id": "Q5g5XzOf"}], "ticket_created_at": 5, "ticket_id": "NDy0jXZV"}, {"first_ticket_created_at": 98, "party_attributes": {"FuOBd35v": {}, "weRXC7T3": {}, "329L4jgN": {}}, "party_id": "p1UBDeDU", "party_members": [{"extra_attributes": {"G4lZSuBv": {}, "CouXsPfY": {}, "vsfcQ34h": {}}, "user_id": "jk3hoGKY"}, {"extra_attributes": {"wKut6CkF": {}, "dRbEwn9p": {}, "dnepUnTB": {}}, "user_id": "VsAoVbDq"}, {"extra_attributes": {"ojBJvrgr": {}, "xhyTjoMr": {}, "adhlpyZD": {}}, "user_id": "suGIowYZ"}], "ticket_created_at": 18, "ticket_id": "OGvFwgfC"}, {"first_ticket_created_at": 90, "party_attributes": {"Kpzw5gLr": {}, "rMR5kwRE": {}, "HzxvsHJS": {}}, "party_id": "PV5Z9CyO", "party_members": [{"extra_attributes": {"aLxGcZhA": {}, "xrc8NRCJ": {}, "fdLXz3NY": {}}, "user_id": "H4DwRoQ3"}, {"extra_attributes": {"UizyDvfV": {}, "CSmjspVF": {}, "TOCyH3qG": {}}, "user_id": "TpuwDp6o"}, {"extra_attributes": {"gMOHO2BM": {}, "0heHQE32": {}, "yNXl8NCi": {}}, "user_id": "tNO5khj3"}], "ticket_created_at": 75, "ticket_id": "f6tn29BU"}]}, {"matching_parties": [{"first_ticket_created_at": 45, "party_attributes": {"T0Lvou86": {}, "98WBpGmW": {}, "ohEl16ax": {}}, "party_id": "A1teBhu0", "party_members": [{"extra_attributes": {"jWTlbdMm": {}, "TKH2HPn3": {}, "V3n47ng0": {}}, "user_id": "xZUpm4Sd"}, {"extra_attributes": {"WmxpOX3n": {}, "g9zJCSeF": {}, "vwVDgicm": {}}, "user_id": "NlB82Aog"}, {"extra_attributes": {"LS7UW6Qc": {}, "Jk2eV2w8": {}, "ZD5ZcbBo": {}}, "user_id": "2zh7Dg0u"}], "ticket_created_at": 12, "ticket_id": "WrLOYuvJ"}, {"first_ticket_created_at": 49, "party_attributes": {"iEmVIici": {}, "caah8mv6": {}, "RfZu5O8n": {}}, "party_id": "vtBvKlFF", "party_members": [{"extra_attributes": {"mF2BFzsj": {}, "vovhg4wr": {}, "Q53U6QpZ": {}}, "user_id": "QczZA4tq"}, {"extra_attributes": {"P456ifE0": {}, "Q46CyehR": {}, "5dxXM2VJ": {}}, "user_id": "pftcjmz9"}, {"extra_attributes": {"zSm3GEji": {}, "NHsUvFNd": {}, "ueCKzfLM": {}}, "user_id": "MS8Hsuls"}], "ticket_created_at": 92, "ticket_id": "gvFBCZRA"}, {"first_ticket_created_at": 94, "party_attributes": {"4rZmUSS3": {}, "8MXPcTv1": {}, "qcvd8xUx": {}}, "party_id": "TiKqTonB", "party_members": [{"extra_attributes": {"BQFpOcnw": {}, "pCZ5DdKV": {}, "tenvL6RA": {}}, "user_id": "asiPeqRy"}, {"extra_attributes": {"nBH9i5Bd": {}, "ahnKF8p0": {}, "AItMtoZ2": {}}, "user_id": "SKQYtt0I"}, {"extra_attributes": {"hYHU9E5P": {}, "QhPAOsZq": {}, "ur3neV13": {}}, "user_id": "nNjZlvCj"}], "ticket_created_at": 29, "ticket_id": "llrnWAZj"}]}, {"matching_parties": [{"first_ticket_created_at": 100, "party_attributes": {"KW6H8TsR": {}, "0vBcWTjk": {}, "vDnRuLLp": {}}, "party_id": "oPzfRyu3", "party_members": [{"extra_attributes": {"0SO4IYKO": {}, "d2WXjgJ8": {}, "mMRXHJeY": {}}, "user_id": "f0Xs6tVk"}, {"extra_attributes": {"83AWTV3K": {}, "nOgDo3g0": {}, "RLKMpz60": {}}, "user_id": "op946UKf"}, {"extra_attributes": {"GKxP87fF": {}, "mzRroQvA": {}, "nj0OmZ0a": {}}, "user_id": "dnuNkPwP"}], "ticket_created_at": 84, "ticket_id": "J7pxApgu"}, {"first_ticket_created_at": 79, "party_attributes": {"jklIh5DG": {}, "SIQLxnsc": {}, "NjIlP7xG": {}}, "party_id": "ey1TbpqR", "party_members": [{"extra_attributes": {"lTSyaj6f": {}, "UCzFiD52": {}, "yQzwdlFY": {}}, "user_id": "B8O89hmk"}, {"extra_attributes": {"QU0uhtvd": {}, "hs1zbYol": {}, "zykav2U7": {}}, "user_id": "eevwp2mS"}, {"extra_attributes": {"mvhNW08V": {}, "4mSTuSNL": {}, "a3jMp0YU": {}}, "user_id": "5N0UePYe"}], "ticket_created_at": 90, "ticket_id": "WEviTaYP"}, {"first_ticket_created_at": 72, "party_attributes": {"ZB3paKX6": {}, "65MW2VEh": {}, "3ESDkVPT": {}}, "party_id": "yf4dwXVE", "party_members": [{"extra_attributes": {"jKBm9YNd": {}, "mroDVNl6": {}, "o47TY1mi": {}}, "user_id": "wWU9Ultc"}, {"extra_attributes": {"d9vYsSlq": {}, "L4BmWqvG": {}, "THdk8iKW": {}}, "user_id": "1MAkZpHQ"}, {"extra_attributes": {"ElCYh9Eh": {}, "n1u3yehk": {}, "grnsvrIk": {}}, "user_id": "HiULJtu1"}], "ticket_created_at": 16, "ticket_id": "9VZoLt1O"}]}], "namespace": "0flAIsyQ", "party_attributes": {"g6h5YBV4": {}, "AKgORmba": {}, "wux0ImYt": {}}, "party_id": "5K73SQi1", "queued_at": 61, "region": "G8Gd92RM", "server_name": "TAiuJnmg", "status": "myN1pwIH", "ticket_id": "rGbgeJgA", "ticket_ids": ["jQfaz88E", "XuH1krhU", "k6USwtBv"], "updated_at": "1983-09-20T00:00:00Z"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'QueueSessionHandler' test.out #- 11 DequeueSessionHandler $PYTHON -m $MODULE 'matchmaking-dequeue-session-handler' \ - '{"match_id": "adqXvUY4"}' \ + '{"match_id": "C9CCTXgd"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'DequeueSessionHandler' test.out #- 12 QuerySessionHandler $PYTHON -m $MODULE 'matchmaking-query-session-handler' \ - 'NswGuD8i' \ + 'TwCrCaLc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'QuerySessionHandler' test.out #- 13 UpdatePlayTimeWeight $PYTHON -m $MODULE 'matchmaking-update-play-time-weight' \ - '{"playtime": 26, "userID": "g90foJbh", "weight": 0.5349442727673678}' \ + '{"playtime": 98, "userID": "1xXUt1EU", "weight": 0.4437071869749736}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'UpdatePlayTimeWeight' test.out @@ -199,115 +199,115 @@ eval_tap $? 17 'ImportChannels' test.out #- 18 GetSingleMatchmakingChannel $PYTHON -m $MODULE 'matchmaking-get-single-matchmaking-channel' \ - 'E4Vjfthp' \ + 'J0Z15b6X' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'GetSingleMatchmakingChannel' test.out #- 19 UpdateMatchmakingChannel $PYTHON -m $MODULE 'matchmaking-update-matchmaking-channel' \ - '{"blocked_player_option": "blockedPlayerCanMatch", "deployment": "o7u6aMy7", "description": "sntGhYUY", "findMatchTimeoutSeconds": 83, "joinable": true, "max_delay_ms": 0, "region_expansion_range_ms": 20, "region_expansion_rate_ms": 41, "region_latency_initial_range_ms": 33, "region_latency_max_ms": 36, "ruleSet": {"alliance": {"combination": {"alliances": [[{"max": 80, "min": 5, "name": "m2hIX5Kv"}, {"max": 87, "min": 28, "name": "GaoAYlGe"}, {"max": 41, "min": 99, "name": "LmgIR7oo"}], [{"max": 52, "min": 1, "name": "XQxLH5pM"}, {"max": 17, "min": 40, "name": "Ldt8ypgZ"}, {"max": 68, "min": 63, "name": "AoWWW2tg"}], [{"max": 14, "min": 77, "name": "NRMJteMq"}, {"max": 59, "min": 50, "name": "4vYApSte"}, {"max": 31, "min": 99, "name": "6nsNKOKx"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 65, "role_flexing_second": 95}, "maxNumber": 9, "minNumber": 46, "playerMaxNumber": 7, "playerMinNumber": 68}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 22, "min": 49, "name": "40EGitLI"}, {"max": 91, "min": 11, "name": "POpxzvqz"}, {"max": 94, "min": 60, "name": "qrnWvgZB"}], [{"max": 72, "min": 50, "name": "dFBbvtEB"}, {"max": 68, "min": 36, "name": "ECNgjKVZ"}, {"max": 78, "min": 73, "name": "n5lanfYk"}], [{"max": 18, "min": 36, "name": "tG1OdQql"}, {"max": 98, "min": 5, "name": "79vR2ocF"}, {"max": 18, "min": 46, "name": "L3zSm8KP"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 97, "role_flexing_second": 16}, "duration": 30, "max_number": 41, "min_number": 99, "player_max_number": 39, "player_min_number": 100}, {"combination": {"alliances": [[{"max": 38, "min": 31, "name": "AKcyOpBL"}, {"max": 80, "min": 32, "name": "0g4805gp"}, {"max": 75, "min": 73, "name": "I3HAC9QU"}], [{"max": 20, "min": 100, "name": "1S223yJv"}, {"max": 35, "min": 15, "name": "BV2Ww5Kd"}, {"max": 7, "min": 26, "name": "w1esHLYX"}], [{"max": 68, "min": 55, "name": "6mPeO4bG"}, {"max": 10, "min": 22, "name": "Ov29mNUq"}, {"max": 100, "min": 1, "name": "oJRIk4UH"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 60, "role_flexing_second": 77}, "duration": 29, "max_number": 90, "min_number": 91, "player_max_number": 72, "player_min_number": 55}, {"combination": {"alliances": [[{"max": 35, "min": 82, "name": "JAq9sCjr"}, {"max": 0, "min": 84, "name": "3MjvM8Xl"}, {"max": 66, "min": 90, "name": "ARRhwoQG"}], [{"max": 41, "min": 94, "name": "mEcJKmIU"}, {"max": 59, "min": 69, "name": "DDRNA9rC"}, {"max": 40, "min": 15, "name": "eWsSqxRS"}], [{"max": 4, "min": 27, "name": "mPd3d57x"}, {"max": 72, "min": 76, "name": "zE756YNJ"}, {"max": 30, "min": 90, "name": "WjAARHFc"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 30, "role_flexing_second": 29}, "duration": 20, "max_number": 2, "min_number": 61, "player_max_number": 65, "player_min_number": 14}], "batch_size": 0, "bucket_mmr_rule": {"disable_authority": false, "flex_authority_count": 56, "flex_flat_step_range": 18, "flex_immunity_count": 38, "flex_range_max": 34, "flex_rate_ms": 61, "flex_step_max": 5, "force_authority_match": true, "initial_step_range": 14, "mmr_max": 37, "mmr_mean": 29, "mmr_min": 62, "mmr_std_dev": 1, "override_mmr_data": true, "use_bucket_mmr": false, "use_flat_flex_step": false}, "flexingRules": [{"attribute": "lfZyCy4V", "criteria": "tpu1xnkb", "duration": 98, "reference": 0.720009836125694}, {"attribute": "NFYIQz0v", "criteria": "UqAhTi4B", "duration": 53, "reference": 0.3990863446208127}, {"attribute": "7V9S4Wgl", "criteria": "h3HvHeLc", "duration": 32, "reference": 0.0166142540624844}], "match_options": {"options": [{"name": "u2hJI8jY", "type": "aORVqCrE"}, {"name": "lZl804yS", "type": "zf5f052b"}, {"name": "vITqR3rI", "type": "6p46bLa1"}]}, "matchingRules": [{"attribute": "qhnFVvk6", "criteria": "Z57R8B3j", "reference": 0.6926665505209807}, {"attribute": "8cpA70DG", "criteria": "CWTw27Gj", "reference": 0.4047824887806366}, {"attribute": "SAZ2Rnjk", "criteria": "37TG8B4G", "reference": 0.9505351750321878}], "sort_ticket": {"search_result": "largestPartySize", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "none", "threshold": 68, "ticket_queue": "oldestTicketAge"}, {"search_result": "distance", "threshold": 86, "ticket_queue": "distance"}, {"search_result": "none", "threshold": 45, "ticket_queue": "distance"}], "sub_game_modes": {}, "ticket_flexing_selection": "newest", "ticket_flexing_selections": [{"selection": "pivot", "threshold": 73}, {"selection": "pivot", "threshold": 25}, {"selection": "random", "threshold": 56}], "use_newest_ticket_for_flexing": true}, "sessionQueueTimeoutSeconds": 46, "socialMatchmaking": false, "sub_gamemode_selection": "random", "ticket_observability_enable": true, "use_sub_gamemode": false}' \ - 'VycUr4Bo' \ + '{"blocked_player_option": "blockedPlayerCannotMatch", "deployment": "HNqrAuFc", "description": "ZPWdSuP4", "findMatchTimeoutSeconds": 85, "joinable": true, "max_delay_ms": 32, "region_expansion_range_ms": 55, "region_expansion_rate_ms": 90, "region_latency_initial_range_ms": 39, "region_latency_max_ms": 21, "ruleSet": {"alliance": {"combination": {"alliances": [[{"max": 3, "min": 22, "name": "V62Ltp5P"}, {"max": 19, "min": 60, "name": "xGtZY1Nh"}, {"max": 5, "min": 78, "name": "AqED0aZY"}], [{"max": 93, "min": 93, "name": "YSQYoBK9"}, {"max": 94, "min": 60, "name": "O0eAZJsv"}, {"max": 33, "min": 21, "name": "CyZEn2uO"}], [{"max": 42, "min": 50, "name": "RYuWFmbo"}, {"max": 61, "min": 86, "name": "KexXa3tM"}, {"max": 75, "min": 53, "name": "aYaPkuAP"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 7, "role_flexing_second": 74}, "maxNumber": 41, "minNumber": 91, "playerMaxNumber": 43, "playerMinNumber": 24}, "alliance_flexing_rule": [{"combination": {"alliances": [[{"max": 67, "min": 2, "name": "tcgqvksF"}, {"max": 87, "min": 20, "name": "W18f0WNC"}, {"max": 84, "min": 38, "name": "IM2vO1oF"}], [{"max": 99, "min": 53, "name": "hGGTApwo"}, {"max": 82, "min": 56, "name": "MaeIrv08"}, {"max": 65, "min": 4, "name": "dkeatc1b"}], [{"max": 13, "min": 83, "name": "2zWcfRRh"}, {"max": 3, "min": 49, "name": "9xypzu4y"}, {"max": 87, "min": 24, "name": "8k6bQocD"}]], "has_combination": true, "role_flexing_enable": false, "role_flexing_player": 68, "role_flexing_second": 37}, "duration": 82, "max_number": 6, "min_number": 65, "player_max_number": 64, "player_min_number": 43}, {"combination": {"alliances": [[{"max": 28, "min": 68, "name": "0cbXli5h"}, {"max": 12, "min": 59, "name": "OBIdoVT3"}, {"max": 9, "min": 65, "name": "7dCIv3eY"}], [{"max": 26, "min": 30, "name": "N6X7KH41"}, {"max": 91, "min": 22, "name": "PZc2Nhru"}, {"max": 83, "min": 55, "name": "dJNYZY87"}], [{"max": 96, "min": 96, "name": "3JjqlQKO"}, {"max": 34, "min": 7, "name": "jTip7iPA"}, {"max": 86, "min": 78, "name": "PhPxvVQM"}]], "has_combination": false, "role_flexing_enable": true, "role_flexing_player": 19, "role_flexing_second": 56}, "duration": 64, "max_number": 57, "min_number": 100, "player_max_number": 52, "player_min_number": 39}, {"combination": {"alliances": [[{"max": 77, "min": 1, "name": "wmuXvbar"}, {"max": 65, "min": 30, "name": "aq7Qgwiy"}, {"max": 33, "min": 57, "name": "074aATab"}], [{"max": 19, "min": 92, "name": "EHJeeFgl"}, {"max": 32, "min": 80, "name": "yR1SZ4PU"}, {"max": 26, "min": 22, "name": "sfElXs6Q"}], [{"max": 55, "min": 87, "name": "BgBDq6KM"}, {"max": 45, "min": 30, "name": "hZ1thIAQ"}, {"max": 12, "min": 14, "name": "TLBICuGy"}]], "has_combination": false, "role_flexing_enable": false, "role_flexing_player": 94, "role_flexing_second": 85}, "duration": 79, "max_number": 73, "min_number": 71, "player_max_number": 33, "player_min_number": 71}], "batch_size": 58, "bucket_mmr_rule": {"disable_authority": true, "flex_authority_count": 100, "flex_flat_step_range": 7, "flex_immunity_count": 66, "flex_range_max": 93, "flex_rate_ms": 85, "flex_step_max": 67, "force_authority_match": false, "initial_step_range": 69, "mmr_max": 66, "mmr_mean": 100, "mmr_min": 51, "mmr_std_dev": 44, "override_mmr_data": false, "use_bucket_mmr": false, "use_flat_flex_step": false}, "flexingRules": [{"attribute": "k7Rkm2m2", "criteria": "W89CN0t9", "duration": 82, "reference": 0.5334780834473937}, {"attribute": "yWjSZtAR", "criteria": "nXfRMe20", "duration": 16, "reference": 0.86888882732107}, {"attribute": "djTUdyTa", "criteria": "SdGrTUjy", "duration": 26, "reference": 0.825941366517539}], "match_options": {"options": [{"name": "Xp93rb2b", "type": "dgBjmpub"}, {"name": "drLD2HeM", "type": "bxl2ot2J"}, {"name": "BNKEnFw1", "type": "Xnu59IYw"}]}, "matchingRules": [{"attribute": "MlZAwsBO", "criteria": "eUeMXoCp", "reference": 0.028668042295538876}, {"attribute": "GtVpPnwN", "criteria": "olCkipNO", "reference": 0.7075729173248462}, {"attribute": "KW1rgonr", "criteria": "0yjer4xM", "reference": 0.9637702766210389}], "sort_ticket": {"search_result": "oldestTicketAge", "ticket_queue": "largestPartySize"}, "sort_tickets": [{"search_result": "largestPartySize", "threshold": 95, "ticket_queue": "none"}, {"search_result": "largestPartySize", "threshold": 34, "ticket_queue": "largestPartySize"}, {"search_result": "none", "threshold": 88, "ticket_queue": "none"}], "sub_game_modes": {}, "ticket_flexing_selection": "newest", "ticket_flexing_selections": [{"selection": "random", "threshold": 87}, {"selection": "pivot", "threshold": 91}, {"selection": "random", "threshold": 94}], "use_newest_ticket_for_flexing": false}, "sessionQueueTimeoutSeconds": 76, "socialMatchmaking": false, "sub_gamemode_selection": "ticketOrder", "ticket_observability_enable": true, "use_sub_gamemode": false}' \ + 'LrQLCjm2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'UpdateMatchmakingChannel' test.out #- 20 CleanAllMocks $PYTHON -m $MODULE 'matchmaking-clean-all-mocks' \ - 'VLHGmAzS' \ + '73VD1Dtf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'CleanAllMocks' test.out #- 21 GetAllMockMatches $PYTHON -m $MODULE 'matchmaking-get-all-mock-matches' \ - 'HRtNmwGP' \ + 'A32g7iD2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'GetAllMockMatches' test.out #- 22 GetMockMatchesByTimestamp $PYTHON -m $MODULE 'matchmaking-get-mock-matches-by-timestamp' \ - '{"timestamp_after": 75}' \ - '0zdyjt11' \ + '{"timestamp_after": 94}' \ + 'UUCi5gaE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'GetMockMatchesByTimestamp' test.out #- 23 GetAllMockTickets $PYTHON -m $MODULE 'matchmaking-get-all-mock-tickets' \ - 'B5g3vhcQ' \ + 'RGgXtAVS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'GetAllMockTickets' test.out #- 24 CreateMockTickets $PYTHON -m $MODULE 'matchmaking-create-mock-tickets' \ - '{"attribute_name": "wguNZ6NI", "count": 62, "mmrMax": 0.9903191100584532, "mmrMean": 0.4916806411739951, "mmrMin": 0.8943318119394731, "mmrStdDev": 0.8621766448941501}' \ - '441f2fS1' \ + '{"attribute_name": "m0luQwQD", "count": 86, "mmrMax": 0.4773233786092981, "mmrMean": 0.9912793878827816, "mmrMin": 0.28386736813053803, "mmrStdDev": 0.6675135908371184}' \ + 'MLVrgMNy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'CreateMockTickets' test.out #- 25 BulkCreateMockTickets $PYTHON -m $MODULE 'matchmaking-bulk-create-mock-tickets' \ - '[{"first_ticket_created_at": 48, "party_attributes": {"4O3PCnSw": {}, "7HiFbjsz": {}, "vGc4DKqs": {}}, "party_id": "yWgNoRF4", "party_members": [{"extra_attributes": {"FAOKLfos": {}, "p6c78f8H": {}, "bJNEBxrT": {}}, "user_id": "7fZioQPZ"}, {"extra_attributes": {"cW5afv0G": {}, "hsEp6ykS": {}, "d0ezMV0p": {}}, "user_id": "is4ueau2"}, {"extra_attributes": {"8lUz4Kb9": {}, "RokJf1P1": {}, "H3qP3glZ": {}}, "user_id": "ftuvHMay"}], "ticket_created_at": 63, "ticket_id": "DMQmmCMk"}, {"first_ticket_created_at": 3, "party_attributes": {"8N46eX0n": {}, "t2Y1hXBA": {}, "tdA3c36e": {}}, "party_id": "swptlAJb", "party_members": [{"extra_attributes": {"6tLuy2VX": {}, "Fz2FJpVB": {}, "SH8HoxvV": {}}, "user_id": "cTVlQMAl"}, {"extra_attributes": {"k9CuWJSm": {}, "6Um3dtR9": {}, "WVXINfn8": {}}, "user_id": "p866EvbW"}, {"extra_attributes": {"vgXOt2fu": {}, "ocN45gUX": {}, "mnKOICTQ": {}}, "user_id": "C48FKxzV"}], "ticket_created_at": 40, "ticket_id": "zCjkhmQk"}, {"first_ticket_created_at": 34, "party_attributes": {"UjykOja6": {}, "oPA6VP6V": {}, "na4pZCvt": {}}, "party_id": "QcKNW5SH", "party_members": [{"extra_attributes": {"Ynu67KfC": {}, "5PPeIpvL": {}, "eu0mEcUF": {}}, "user_id": "eP0WwR6V"}, {"extra_attributes": {"dZX6ySgd": {}, "UR4KidFk": {}, "ozmxmzTJ": {}}, "user_id": "lxicS79O"}, {"extra_attributes": {"u1Nozq6D": {}, "bh4xtW6W": {}, "wfizQOCx": {}}, "user_id": "AYVDQ4vz"}], "ticket_created_at": 22, "ticket_id": "ol9vqSfQ"}]' \ - '8rXD9ZoZ' \ + '[{"first_ticket_created_at": 74, "party_attributes": {"ue4rzKTI": {}, "0V4hOgrK": {}, "O4f238ig": {}}, "party_id": "pskQjOwS", "party_members": [{"extra_attributes": {"AnjNoMFS": {}, "b0eCCsEC": {}, "yeraUsZ7": {}}, "user_id": "xmbVP91Y"}, {"extra_attributes": {"pzHSmbsy": {}, "rSmDp8IH": {}, "6cD0qeTf": {}}, "user_id": "IycUHsvE"}, {"extra_attributes": {"jIfjCkqE": {}, "K7GUeHq4": {}, "uhzlVMG0": {}}, "user_id": "2ChsmGJ5"}], "ticket_created_at": 92, "ticket_id": "Mp4bAcbK"}, {"first_ticket_created_at": 46, "party_attributes": {"6pTQFyni": {}, "xpq3pqfp": {}, "iDB3P0oT": {}}, "party_id": "jxcnLJpr", "party_members": [{"extra_attributes": {"ZxivaSC1": {}, "GNy39P05": {}, "SpXVxF7J": {}}, "user_id": "3MdBFOWj"}, {"extra_attributes": {"gdYoUC9f": {}, "aY05WZNJ": {}, "9CEWUCwB": {}}, "user_id": "DcFunVDO"}, {"extra_attributes": {"EluZsa8Z": {}, "3gIQ4GA1": {}, "Up7I2a9W": {}}, "user_id": "FOpCpnxe"}], "ticket_created_at": 43, "ticket_id": "ZL8FP5jk"}, {"first_ticket_created_at": 23, "party_attributes": {"n6Dt9evQ": {}, "Dq5g8lVZ": {}, "oth4kr8L": {}}, "party_id": "oyblRTTv", "party_members": [{"extra_attributes": {"9X7qLf1a": {}, "6XEfMnvL": {}, "ncr3P8Qd": {}}, "user_id": "rHfuz6K1"}, {"extra_attributes": {"KMZvNVCv": {}, "3eodGSWC": {}, "uZAl54kh": {}}, "user_id": "AMH0Z9GM"}, {"extra_attributes": {"RDzcSn2w": {}, "kLxoFlRy": {}, "EpPvst9j": {}}, "user_id": "4HquHJNY"}], "ticket_created_at": 88, "ticket_id": "OHgLj4lh"}]' \ + 'W3ZvWrwG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'BulkCreateMockTickets' test.out #- 26 GetMockTicketsByTimestamp $PYTHON -m $MODULE 'matchmaking-get-mock-tickets-by-timestamp' \ - '{"timestamp_after": 82}' \ - 'j0fBOUU6' \ + '{"timestamp_after": 100}' \ + '6ttlps8I' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'GetMockTicketsByTimestamp' test.out #- 27 GetAllPartyInChannel $PYTHON -m $MODULE 'matchmaking-get-all-party-in-channel' \ - 'Zs9rT5fZ' \ + 'zfanT9ad' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'GetAllPartyInChannel' test.out #- 28 GetAllSessionsInChannel $PYTHON -m $MODULE 'matchmaking-get-all-sessions-in-channel' \ - 'SwusE61b' \ + '6nCutPIA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'GetAllSessionsInChannel' test.out #- 29 AddUserIntoSessionInChannel $PYTHON -m $MODULE 'matchmaking-add-user-into-session-in-channel' \ - '{"blocked_players": ["FWLemuKQ", "3squCPwW", "9np4hF94"], "party_id": "majXDsgS", "user_id": "mY9RXrUd"}' \ - 'vi9vpP9G' \ - 'RlcsqOIW' \ + '{"blocked_players": ["w4CXNzpS", "c6bUPNhB", "jDRs9dZl"], "party_id": "zVOJ1Opj", "user_id": "pruWhkhV"}' \ + 'eyJvercm' \ + 'LwhUcx08' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'AddUserIntoSessionInChannel' test.out #- 30 DeleteSessionInChannel $PYTHON -m $MODULE 'matchmaking-delete-session-in-channel' \ - '0J0sPqL5' \ - 'qvtqG300' \ + '1XMf8uYV' \ + 'GwsjTrue' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'DeleteSessionInChannel' test.out #- 31 DeleteUserFromSessionInChannel $PYTHON -m $MODULE 'matchmaking-delete-user-from-session-in-channel' \ - 'us7lyDI7' \ - 'IeBUdoU5' \ - 'q5hb5ZoU' \ + 'WsXghbN1' \ + 'temB35Id' \ + 'gY9dNtUx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'DeleteUserFromSessionInChannel' test.out #- 32 GetStatData $PYTHON -m $MODULE 'matchmaking-get-stat-data' \ - 'FRqdnOfh' \ + 'Cbblg5S5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GetStatData' test.out @@ -332,7 +332,7 @@ eval_tap $? 36 'PublicGetAllMatchmakingChannel' test.out #- 37 PublicGetSingleMatchmakingChannel $PYTHON -m $MODULE 'matchmaking-public-get-single-matchmaking-channel' \ - 'WSu6FkqM' \ + '9kghCitj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'PublicGetSingleMatchmakingChannel' test.out diff --git a/samples/cli/tests/platform-cli-test.sh b/samples/cli/tests/platform-cli-test.sh index a1596d0ec..bd6e688a1 100644 --- a/samples/cli/tests/platform-cli-test.sh +++ b/samples/cli/tests/platform-cli-test.sh @@ -30,422 +30,430 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END platform-list-fulfillment-scripts --login_with_auth "Bearer foo" -platform-get-fulfillment-script '9hT3ZJSL' --login_with_auth "Bearer foo" -platform-create-fulfillment-script 'fkhBR6QJ' --body '{"grantDays": "WU1d7gNj"}' --login_with_auth "Bearer foo" -platform-delete-fulfillment-script 'a57ZzqNw' --login_with_auth "Bearer foo" -platform-update-fulfillment-script 'XttRP2kv' --body '{"grantDays": "SsQNzaGa"}' --login_with_auth "Bearer foo" +platform-get-fulfillment-script 'nSswWuYw' --login_with_auth "Bearer foo" +platform-create-fulfillment-script 'i2ZQ1qW4' --body '{"grantDays": "sMfbs21z"}' --login_with_auth "Bearer foo" +platform-delete-fulfillment-script 'tyAwadWl' --login_with_auth "Bearer foo" +platform-update-fulfillment-script 'CDWuM6X9' --body '{"grantDays": "OU57hzR0"}' --login_with_auth "Bearer foo" platform-list-item-type-configs --login_with_auth "Bearer foo" -platform-create-item-type-config --body '{"clazz": "xDwICoSv", "dryRun": true, "fulfillmentUrl": "BrfEArBr", "itemType": "CODE", "purchaseConditionUrl": "PX0SHqUc"}' --login_with_auth "Bearer foo" +platform-create-item-type-config --body '{"clazz": "xMyNkKJy", "dryRun": false, "fulfillmentUrl": "TAClRw3J", "itemType": "LOOTBOX", "purchaseConditionUrl": "YFHf3dDN"}' --login_with_auth "Bearer foo" platform-search-item-type-config 'INGAMEITEM' --login_with_auth "Bearer foo" -platform-get-item-type-config 'AnPRZeKj' --login_with_auth "Bearer foo" -platform-update-item-type-config 'GmaWsYtj' --body '{"clazz": "A3TpQcz9", "dryRun": false, "fulfillmentUrl": "E428deDP", "purchaseConditionUrl": "VVx8Cwf7"}' --login_with_auth "Bearer foo" -platform-delete-item-type-config '0ZoKLL3B' --login_with_auth "Bearer foo" +platform-get-item-type-config '1jNFdL0c' --login_with_auth "Bearer foo" +platform-update-item-type-config '5dDpsNeH' --body '{"clazz": "ua1EjjVQ", "dryRun": false, "fulfillmentUrl": "rTBESe6f", "purchaseConditionUrl": "IhJ8RneO"}' --login_with_auth "Bearer foo" +platform-delete-item-type-config 'L4kvabcn' --login_with_auth "Bearer foo" platform-query-campaigns --login_with_auth "Bearer foo" -platform-create-campaign --body '{"description": "ErHKC5g6", "items": [{"extraSubscriptionDays": 100, "itemId": "gcFt7fpm", "itemName": "gPCEddTX", "quantity": 24}, {"extraSubscriptionDays": 80, "itemId": "yP95KvtE", "itemName": "qC7LPXEx", "quantity": 50}, {"extraSubscriptionDays": 56, "itemId": "p9ivQZa0", "itemName": "TS4PSNrc", "quantity": 78}], "maxRedeemCountPerCampaignPerUser": 11, "maxRedeemCountPerCode": 35, "maxRedeemCountPerCodePerUser": 43, "maxSaleCount": 88, "name": "VQkAB43W", "redeemEnd": "1972-09-28T00:00:00Z", "redeemStart": "1977-02-18T00:00:00Z", "redeemType": "ITEM", "status": "INACTIVE", "tags": ["w3K35Q0E", "aj3g73aG", "cHjiK09D"], "type": "REDEMPTION"}' --login_with_auth "Bearer foo" -platform-get-campaign 'rLCZpa5J' --login_with_auth "Bearer foo" -platform-update-campaign 'og2BV6yp' --body '{"description": "iT6RD61K", "items": [{"extraSubscriptionDays": 50, "itemId": "xhVcrEMk", "itemName": "RJb4JoXE", "quantity": 47}, {"extraSubscriptionDays": 3, "itemId": "YWiAFLvJ", "itemName": "PFCXuwXA", "quantity": 50}, {"extraSubscriptionDays": 27, "itemId": "em0loUUR", "itemName": "UqhR76bp", "quantity": 58}], "maxRedeemCountPerCampaignPerUser": 19, "maxRedeemCountPerCode": 16, "maxRedeemCountPerCodePerUser": 50, "maxSaleCount": 96, "name": "0W6mmUiZ", "redeemEnd": "1997-03-15T00:00:00Z", "redeemStart": "1971-07-17T00:00:00Z", "redeemType": "ITEM", "status": "INACTIVE", "tags": ["jUPtPfwH", "dznpEEBi", "KYPUjAnu"]}' --login_with_auth "Bearer foo" -platform-get-campaign-dynamic 'qnSKVmcO' --login_with_auth "Bearer foo" +platform-create-campaign --body '{"description": "TFdMBIzG", "items": [{"extraSubscriptionDays": 16, "itemId": "R2KVwK8x", "itemName": "LjxjYiv4", "quantity": 68}, {"extraSubscriptionDays": 79, "itemId": "iBO07xIW", "itemName": "gnp19K3k", "quantity": 95}, {"extraSubscriptionDays": 77, "itemId": "D5VSPVBH", "itemName": "KRJ29aNO", "quantity": 30}], "maxRedeemCountPerCampaignPerUser": 64, "maxRedeemCountPerCode": 80, "maxRedeemCountPerCodePerUser": 53, "maxSaleCount": 82, "name": "Ux7Og02X", "redeemEnd": "1999-01-28T00:00:00Z", "redeemStart": "1992-11-10T00:00:00Z", "redeemType": "ITEM", "status": "ACTIVE", "tags": ["q5OauNdp", "j4uJD5kn", "V0QHoZkL"], "type": "REDEMPTION"}' --login_with_auth "Bearer foo" +platform-get-campaign 'oGnrGqPB' --login_with_auth "Bearer foo" +platform-update-campaign 'lj2UD8fC' --body '{"description": "zwua4m0c", "items": [{"extraSubscriptionDays": 93, "itemId": "rzG49Nww", "itemName": "L4yucZlH", "quantity": 14}, {"extraSubscriptionDays": 61, "itemId": "AoLUrv1q", "itemName": "bf63h71A", "quantity": 27}, {"extraSubscriptionDays": 23, "itemId": "r0dWSI4X", "itemName": "cCDexo3h", "quantity": 66}], "maxRedeemCountPerCampaignPerUser": 40, "maxRedeemCountPerCode": 93, "maxRedeemCountPerCodePerUser": 98, "maxSaleCount": 9, "name": "bzznEwCp", "redeemEnd": "1990-09-22T00:00:00Z", "redeemStart": "1999-03-01T00:00:00Z", "redeemType": "ITEM", "status": "ACTIVE", "tags": ["6Ae5v4HU", "hUjMRy3Z", "T0DeTQG6"]}' --login_with_auth "Bearer foo" +platform-get-campaign-dynamic 'td9myUCg' --login_with_auth "Bearer foo" platform-get-loot-box-plugin-config --login_with_auth "Bearer foo" -platform-update-loot-box-plugin-config --body '{"appConfig": {"appName": "rYW8qVQN"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "058taNn3"}, "extendType": "APP"}' --login_with_auth "Bearer foo" +platform-update-loot-box-plugin-config --body '{"appConfig": {"appName": "ODoO65RN"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "1izaVstQ"}, "extendType": "APP"}' --login_with_auth "Bearer foo" platform-delete-loot-box-plugin-config --login_with_auth "Bearer foo" platform-uplod-loot-box-plugin-config-cert --login_with_auth "Bearer foo" platform-get-loot-box-grpc-info --login_with_auth "Bearer foo" platform-get-section-plugin-config --login_with_auth "Bearer foo" -platform-update-section-plugin-config --body '{"appConfig": {"appName": "qJrWs4Ze"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "tS30sdyj"}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" +platform-update-section-plugin-config --body '{"appConfig": {"appName": "XinW2w7C"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "IhrGE8gp"}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" platform-delete-section-plugin-config --login_with_auth "Bearer foo" platform-upload-section-plugin-config-cert --login_with_auth "Bearer foo" platform-get-root-categories --login_with_auth "Bearer foo" -platform-create-category 'hoFE9xmp' --body '{"categoryPath": "AM68E8Rg", "localizationDisplayNames": {"iWtSwNjg": "qrWmuLWr", "PEmhkKeW": "Ipk0G1pu", "BntjJxOe": "EWzga4ui"}}' --login_with_auth "Bearer foo" +platform-create-category 'NzOPvhEC' --body '{"categoryPath": "yswjLEPy", "localizationDisplayNames": {"NjECapzD": "oXiGbTjr", "BTkkIh0w": "3A827xLa", "Yw2LhTui": "1wLVbTWF"}}' --login_with_auth "Bearer foo" platform-list-categories-basic --login_with_auth "Bearer foo" -platform-get-category 'Wv19tebL' --login_with_auth "Bearer foo" -platform-update-category 'FFgqzXds' '3WsUowaf' --body '{"localizationDisplayNames": {"VvXovNQj": "dl8rIu8G", "EokKy6qg": "VSeE6IS3", "fQXmTwIF": "s9YkVXNS"}}' --login_with_auth "Bearer foo" -platform-delete-category '7xrI05hB' 'DaTZ5vWU' --login_with_auth "Bearer foo" -platform-get-child-categories 'iFdKlk1l' --login_with_auth "Bearer foo" -platform-get-descendant-categories 'Td95cZKT' --login_with_auth "Bearer foo" -platform-query-codes 'vEArAWko' --login_with_auth "Bearer foo" -platform-create-codes 'fUS8y4ui' --body '{"quantity": 40}' --login_with_auth "Bearer foo" -platform-download '2nn4GBB9' --login_with_auth "Bearer foo" -platform-bulk-disable-codes 'Scyw5OQp' --login_with_auth "Bearer foo" -platform-bulk-enable-codes 'pMAdokUV' --login_with_auth "Bearer foo" -platform-query-redeem-history 'DX8tSE6k' --login_with_auth "Bearer foo" -platform-get-code 'xU5uDtK7' --login_with_auth "Bearer foo" -platform-disable-code 'OpzS0QIv' --login_with_auth "Bearer foo" -platform-enable-code 'OHBkcudc' --login_with_auth "Bearer foo" +platform-get-category 'ixW52xJS' --login_with_auth "Bearer foo" +platform-update-category '5hlN9mWf' 'zuLkJ0bv' --body '{"localizationDisplayNames": {"0fEEfrQc": "1jD6bpfG", "U2JyYIa9": "NkKN002D", "NKbrc0AT": "Uv8gcVkJ"}}' --login_with_auth "Bearer foo" +platform-delete-category 'VE9KLvC8' '70R6eVxo' --login_with_auth "Bearer foo" +platform-get-child-categories 'Cglwd6Ct' --login_with_auth "Bearer foo" +platform-get-descendant-categories '9nHe5uG7' --login_with_auth "Bearer foo" +platform-query-codes 'ckn5TFQD' --login_with_auth "Bearer foo" +platform-create-codes 'AulrszSa' --body '{"quantity": 72}' --login_with_auth "Bearer foo" +platform-download 'Ht8XRz0M' --login_with_auth "Bearer foo" +platform-bulk-disable-codes 'QumCYeZR' --login_with_auth "Bearer foo" +platform-bulk-enable-codes 'DfiwPL84' --login_with_auth "Bearer foo" +platform-query-redeem-history 'jpaZE3ms' --login_with_auth "Bearer foo" +platform-get-code 'IgnRwhEi' --login_with_auth "Bearer foo" +platform-disable-code '655l3TBf' --login_with_auth "Bearer foo" +platform-enable-code 'DoBKSFBi' --login_with_auth "Bearer foo" platform-list-currencies --login_with_auth "Bearer foo" -platform-create-currency --body '{"currencyCode": "72XZWx6q", "currencySymbol": "cNFzAhw0", "currencyType": "VIRTUAL", "decimals": 23, "localizationDescriptions": {"6tvOZaWw": "exb30rB7", "UpxOUx9T": "73GbVYft", "s64erBqM": "aUFjr392"}}' --login_with_auth "Bearer foo" -platform-update-currency '675CIhPv' --body '{"localizationDescriptions": {"ZxN2db4A": "tHTbQgXt", "vUjH8ky0": "AAyKWXxl", "BEY5VykZ": "948ncFxt"}}' --login_with_auth "Bearer foo" -platform-delete-currency 'qOhdh4UD' --login_with_auth "Bearer foo" -platform-get-currency-config 'kS4G4DRv' --login_with_auth "Bearer foo" -platform-get-currency-summary '7MAmKm1K' --login_with_auth "Bearer foo" +platform-create-currency --body '{"currencyCode": "obZHOQXq", "currencySymbol": "Y05tnahV", "currencyType": "REAL", "decimals": 11, "localizationDescriptions": {"TMXd3now": "Le5bg4RI", "TFyLHDIV": "pvCynAmL", "QpBFgxDX": "uKzJCKAe"}}' --login_with_auth "Bearer foo" +platform-update-currency '2O5w0DZy' --body '{"localizationDescriptions": {"kZv2owQV": "14nue0u5", "jm5RfEAX": "D42qz6s8", "fOSLVO7E": "gckHay8B"}}' --login_with_auth "Bearer foo" +platform-delete-currency 'reT3Ofc5' --login_with_auth "Bearer foo" +platform-get-currency-config '7hmiHjjj' --login_with_auth "Bearer foo" +platform-get-currency-summary 'dxuFZCXc' --login_with_auth "Bearer foo" platform-get-dlc-item-config --login_with_auth "Bearer foo" -platform-update-dlc-item-config --body '{"data": [{"id": "YBw66SzL", "rewards": [{"currency": {"currencyCode": "aDbnQhnr", "namespace": "wYi4w4Ch"}, "item": {"itemId": "7oTRssDb", "itemSku": "RjPxRvg7", "itemType": "0BKQReVu"}, "quantity": 72, "type": "ITEM"}, {"currency": {"currencyCode": "Utk2SU8o", "namespace": "TDgn1Pry"}, "item": {"itemId": "mVrEnOKk", "itemSku": "oVxmuCxH", "itemType": "Q3QIrG1Y"}, "quantity": 83, "type": "ITEM"}, {"currency": {"currencyCode": "yJlwbjpW", "namespace": "lB7sgY7D"}, "item": {"itemId": "HUGb17vu", "itemSku": "IFCJ0dtY", "itemType": "7kOdEHvm"}, "quantity": 58, "type": "ITEM"}]}, {"id": "2NsO4gje", "rewards": [{"currency": {"currencyCode": "KRbvfJiK", "namespace": "4sBQjvCF"}, "item": {"itemId": "PHMvDwGc", "itemSku": "rdQOrU1N", "itemType": "yLJdYtIC"}, "quantity": 29, "type": "CURRENCY"}, {"currency": {"currencyCode": "giR5Kuzp", "namespace": "aV0VLkbs"}, "item": {"itemId": "thWpAQup", "itemSku": "a2DTr8Iz", "itemType": "0o6EN1j6"}, "quantity": 81, "type": "CURRENCY"}, {"currency": {"currencyCode": "iWxFYH99", "namespace": "mmiiMZ2h"}, "item": {"itemId": "HzYN1ulM", "itemSku": "BzSffSdb", "itemType": "avCduec6"}, "quantity": 45, "type": "ITEM"}]}, {"id": "vAkNUVjQ", "rewards": [{"currency": {"currencyCode": "m7UJoPKh", "namespace": "Qr9usqMF"}, "item": {"itemId": "psXt242A", "itemSku": "USpQ7CxH", "itemType": "tG3Kr1qE"}, "quantity": 23, "type": "ITEM"}, {"currency": {"currencyCode": "gSNPWi80", "namespace": "YIhhPNAe"}, "item": {"itemId": "7iSoXkCH", "itemSku": "VGTdOZlO", "itemType": "KcsJNDAE"}, "quantity": 46, "type": "ITEM"}, {"currency": {"currencyCode": "u7uRLmDe", "namespace": "F4YLFUNZ"}, "item": {"itemId": "CLoFKXHl", "itemSku": "uVbftefE", "itemType": "fVAMYWNP"}, "quantity": 0, "type": "CURRENCY"}]}]}' --login_with_auth "Bearer foo" +platform-update-dlc-item-config --body '{"data": [{"id": "pjx855go", "rewards": [{"currency": {"currencyCode": "MzwXdBk1", "namespace": "zwv9kml6"}, "item": {"itemId": "tLuGkFNq", "itemSku": "n5I6ZVUl", "itemType": "JYg2sQBl"}, "quantity": 77, "type": "ITEM"}, {"currency": {"currencyCode": "xpHIru1S", "namespace": "LfNXBIHE"}, "item": {"itemId": "VjyLk9P7", "itemSku": "LxoiDmZ3", "itemType": "kzOLCRWB"}, "quantity": 77, "type": "CURRENCY"}, {"currency": {"currencyCode": "SQ5IgAhC", "namespace": "2pnRsHeQ"}, "item": {"itemId": "h7h7GHBm", "itemSku": "UGTecmVU", "itemType": "DS2R36Wh"}, "quantity": 72, "type": "ITEM"}]}, {"id": "HKbUVIcx", "rewards": [{"currency": {"currencyCode": "2zb4k2XZ", "namespace": "dCEqsgn9"}, "item": {"itemId": "sDTtLzTR", "itemSku": "lKJzhbS4", "itemType": "LphXIxbe"}, "quantity": 45, "type": "ITEM"}, {"currency": {"currencyCode": "YbTLD3WV", "namespace": "iV58PBsE"}, "item": {"itemId": "d1kP0CvT", "itemSku": "wNjii9aN", "itemType": "tnoZVVh0"}, "quantity": 64, "type": "CURRENCY"}, {"currency": {"currencyCode": "K1a6kadL", "namespace": "9uGUBRl6"}, "item": {"itemId": "124Jliid", "itemSku": "VPHIJomV", "itemType": "zsyPAH61"}, "quantity": 95, "type": "CURRENCY"}]}, {"id": "3nZzpGqt", "rewards": [{"currency": {"currencyCode": "TwyKsN7k", "namespace": "xXAAyCfm"}, "item": {"itemId": "gSgCKXmq", "itemSku": "K7Z9L5Sx", "itemType": "qLNHEhC2"}, "quantity": 90, "type": "CURRENCY"}, {"currency": {"currencyCode": "BKH94Fr2", "namespace": "fCZAdnPj"}, "item": {"itemId": "okXjzGG3", "itemSku": "u8VR4VI5", "itemType": "J1vpqmfe"}, "quantity": 56, "type": "CURRENCY"}, {"currency": {"currencyCode": "Ei9qxEoA", "namespace": "sm8HYwCj"}, "item": {"itemId": "RiFHu0iP", "itemSku": "QdQT8Nq8", "itemType": "UuFuMMxt"}, "quantity": 29, "type": "CURRENCY"}]}]}' --login_with_auth "Bearer foo" platform-delete-dlc-item-config --login_with_auth "Bearer foo" platform-get-platform-dlc-config --login_with_auth "Bearer foo" -platform-update-platform-dlc-config --body '{"data": [{"platform": "XBOX", "platformDlcIdMap": {"r4HrXTRw": "8w9jVMvM", "WEWOaWn9": "29uQTUWz", "fdf59fo6": "OO2YWKLg"}}, {"platform": "EPICGAMES", "platformDlcIdMap": {"FTxRkYmx": "xrV5Ox7P", "khQ1zpIN": "Q477CVaf", "TF0Nhuq1": "OJwWdoHK"}}, {"platform": "EPICGAMES", "platformDlcIdMap": {"LIYYHgda": "qdTt4u82", "pL1nk4cX": "rQQcTbCC", "RpnZxYXU": "2ma2XFIZ"}}]}' --login_with_auth "Bearer foo" +platform-update-platform-dlc-config --body '{"data": [{"platform": "PSN", "platformDlcIdMap": {"V1HgwNow": "79SBO2Fv", "Dor36ymb": "Nglb0koY", "zyqEGWVn": "Rmoeb7GK"}}, {"platform": "PSN", "platformDlcIdMap": {"VGxbYzGk": "e0ng637y", "e8fBayMM": "foIQcqvC", "w2RRgxNk": "e12ON144"}}, {"platform": "PSN", "platformDlcIdMap": {"LnEkcvS7": "DmjWOt3E", "U49phEiZ": "6tNn3VkJ", "t1LwiSoG": "u19gjfrE"}}]}' --login_with_auth "Bearer foo" platform-delete-platform-dlc-config --login_with_auth "Bearer foo" platform-query-entitlements --login_with_auth "Bearer foo" platform-query-entitlements-1 --login_with_auth "Bearer foo" platform-enable-entitlement-origin-feature --login_with_auth "Bearer foo" platform-get-entitlement-config-info --login_with_auth "Bearer foo" -platform-grant-entitlements --body '{"entitlementGrantList": [{"endDate": "1998-08-12T00:00:00Z", "grantedCode": "2S5LKH4i", "itemId": "9qC2NA8s", "itemNamespace": "DYQ27hp3", "language": "wb", "origin": "Epic", "quantity": 90, "region": "jwHU28lX", "source": "REWARD", "startDate": "1981-12-20T00:00:00Z", "storeId": "YxjCWAbH"}, {"endDate": "1998-05-22T00:00:00Z", "grantedCode": "wQw62DUE", "itemId": "AhGYhnpM", "itemNamespace": "PMzngf4K", "language": "aC", "origin": "Twitch", "quantity": 24, "region": "VtvXYkt4", "source": "GIFT", "startDate": "1984-08-22T00:00:00Z", "storeId": "HMPytTNO"}, {"endDate": "1988-04-13T00:00:00Z", "grantedCode": "yXK1h6DA", "itemId": "qyEG4E4b", "itemNamespace": "heOvB5oj", "language": "TpAq-acti", "origin": "IOS", "quantity": 23, "region": "2mdxfl5H", "source": "IAP", "startDate": "1990-03-13T00:00:00Z", "storeId": "MUbL353f"}], "userIds": ["Tt2DSdGh", "VNELEZat", "tIRBTb2W"]}' --login_with_auth "Bearer foo" -platform-revoke-entitlements --body '["rUKYrrsX", "1aggSqN5", "mMm3x1wq"]' --login_with_auth "Bearer foo" -platform-get-entitlement 'gPQV82vJ' --login_with_auth "Bearer foo" +platform-grant-entitlements --body '{"entitlementGrantList": [{"collectionId": "qJ4jfAlB", "endDate": "1990-06-15T00:00:00Z", "grantedCode": "LlIPLJQ1", "itemId": "TCsLzEVb", "itemNamespace": "3esrzHjG", "language": "XdD_fWPR-783", "origin": "System", "quantity": 27, "region": "5JHzaNHz", "source": "REFERRAL_BONUS", "startDate": "1976-06-16T00:00:00Z", "storeId": "HVlWomYv"}, {"collectionId": "DRMh7WUV", "endDate": "1976-10-22T00:00:00Z", "grantedCode": "hnerAtMU", "itemId": "7DKQeIKr", "itemNamespace": "EdVipkgr", "language": "QbTB-QNcq", "origin": "Oculus", "quantity": 93, "region": "678fuVP9", "source": "OTHER", "startDate": "1971-01-19T00:00:00Z", "storeId": "UZgfLMFQ"}, {"collectionId": "KQtwTY7d", "endDate": "1972-02-06T00:00:00Z", "grantedCode": "oMA5FoYE", "itemId": "ubKZNpgn", "itemNamespace": "EWJ5z0KU", "language": "CFg", "origin": "Epic", "quantity": 58, "region": "4qIP63Ih", "source": "REFERRAL_BONUS", "startDate": "1983-06-19T00:00:00Z", "storeId": "rpCRd9dQ"}], "userIds": ["fSI3gVsl", "mvtGnkhb", "zv4dftvk"]}' --login_with_auth "Bearer foo" +platform-revoke-entitlements --body '["FL2mYvSd", "qvp3PWL5", "k0vRuFI9"]' --login_with_auth "Bearer foo" +platform-get-entitlement 'e9s1S7vR' --login_with_auth "Bearer foo" platform-query-fulfillment-histories --login_with_auth "Bearer foo" platform-query-iap-clawback-history --login_with_auth "Bearer foo" -platform-mock-play-station-stream-event --body '{"body": {"account": "Laeuh5NV", "additionalData": {"entitlement": [{"clientTransaction": [{"amountConsumed": 41, "clientTransactionId": "F9scV0ww"}, {"amountConsumed": 79, "clientTransactionId": "kBWtvuxe"}, {"amountConsumed": 77, "clientTransactionId": "vaDBRKto"}], "entitlementId": "gxKYD2vb", "usageCount": 39}, {"clientTransaction": [{"amountConsumed": 18, "clientTransactionId": "hOqOlTmM"}, {"amountConsumed": 70, "clientTransactionId": "28VYZGDq"}, {"amountConsumed": 46, "clientTransactionId": "amYIcyp6"}], "entitlementId": "uqukAyTH", "usageCount": 52}, {"clientTransaction": [{"amountConsumed": 88, "clientTransactionId": "uv5NAGJ1"}, {"amountConsumed": 99, "clientTransactionId": "6iSPfdwm"}, {"amountConsumed": 87, "clientTransactionId": "TTexeh2c"}], "entitlementId": "6xGslD1N", "usageCount": 0}], "purpose": "CMWifX2n"}, "originalTitleName": "aReK0G0a", "paymentProductSKU": "LSGwqFH4", "purchaseDate": "2JmPeErI", "sourceOrderItemId": "12SYyxH6", "titleName": "sSbnuleL"}, "eventDomain": "D7ExBPbH", "eventSource": "pMTPG4bQ", "eventType": "asNq5Shs", "eventVersion": 55, "id": "V9ibFeJJ", "timestamp": "s8an6rat"}' --login_with_auth "Bearer foo" +platform-mock-play-station-stream-event --body '{"body": {"account": "1iSMySZj", "additionalData": {"entitlement": [{"clientTransaction": [{"amountConsumed": 75, "clientTransactionId": "R3auByyu"}, {"amountConsumed": 9, "clientTransactionId": "onJxJIOs"}, {"amountConsumed": 13, "clientTransactionId": "pE8EoxMR"}], "entitlementId": "RCfe8gAk", "usageCount": 73}, {"clientTransaction": [{"amountConsumed": 43, "clientTransactionId": "0fq9P8U8"}, {"amountConsumed": 83, "clientTransactionId": "dN56IXVM"}, {"amountConsumed": 71, "clientTransactionId": "Aqu6ML3M"}], "entitlementId": "GFZZpEKt", "usageCount": 43}, {"clientTransaction": [{"amountConsumed": 42, "clientTransactionId": "Q3cRD9I6"}, {"amountConsumed": 2, "clientTransactionId": "A1wJgxhZ"}, {"amountConsumed": 36, "clientTransactionId": "r7lrqMad"}], "entitlementId": "WhNgaXWZ", "usageCount": 100}], "purpose": "dWpyHcyx"}, "originalTitleName": "EncRCMnu", "paymentProductSKU": "Z79NmVIq", "purchaseDate": "lfo9mck0", "sourceOrderItemId": "lWmuDfKA", "titleName": "YpR80Z15"}, "eventDomain": "LpuLTlge", "eventSource": "0lVRQtGZ", "eventType": "K5n17avx", "eventVersion": 42, "id": "rVQ0F9ME", "timestamp": "vw9r7rET"}' --login_with_auth "Bearer foo" platform-get-apple-iap-config --login_with_auth "Bearer foo" -platform-update-apple-iap-config --body '{"bundleId": "4qYOV6PN", "password": "8aMhu8Dp"}' --login_with_auth "Bearer foo" +platform-update-apple-iap-config --body '{"bundleId": "kJHyyb9Y", "password": "VMLjMH9Z"}' --login_with_auth "Bearer foo" platform-delete-apple-iap-config --login_with_auth "Bearer foo" platform-get-epic-games-iap-config --login_with_auth "Bearer foo" -platform-update-epic-games-iap-config --body '{"sandboxId": "07tFf8VW"}' --login_with_auth "Bearer foo" +platform-update-epic-games-iap-config --body '{"sandboxId": "rEz3XtZn"}' --login_with_auth "Bearer foo" platform-delete-epic-games-iap-config --login_with_auth "Bearer foo" platform-get-google-iap-config --login_with_auth "Bearer foo" -platform-update-google-iap-config --body '{"applicationName": "NvTiDg68", "serviceAccountId": "Y0OtN3tg"}' --login_with_auth "Bearer foo" +platform-update-google-iap-config --body '{"applicationName": "L63ZnTAk", "serviceAccountId": "wW7EyKrd"}' --login_with_auth "Bearer foo" platform-delete-google-iap-config --login_with_auth "Bearer foo" platform-update-google-p12-file --login_with_auth "Bearer foo" platform-get-iap-item-config --login_with_auth "Bearer foo" -platform-update-iap-item-config --body '{"data": [{"itemIdentity": "HUcWoGOO", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"dRk5P47i": "1ZgqZzVr", "9XMN2jzP": "WQmMshLc", "pQjZuUMu": "9ccdQCLw"}}, {"itemIdentity": "FujH5vS9", "itemIdentityType": "ITEM_ID", "platformProductIdMap": {"Jh7swhUn": "remBebsu", "ej7zhTIa": "ehiACI5L", "8nkrU9l7": "xXY1PpFp"}}, {"itemIdentity": "C0ABVSgZ", "itemIdentityType": "ITEM_ID", "platformProductIdMap": {"HXfPp4I7": "YDmzdxXd", "GA9lu5Rs": "KsAbsIRv", "mZqUqWof": "29tbtU4Y"}}]}' --login_with_auth "Bearer foo" +platform-update-iap-item-config --body '{"data": [{"itemIdentity": "B59DuTBn", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"4hQeS3Jf": "zIuPQgxH", "4oxQnhKf": "YHMpa8D5", "pqEAKU1m": "YTMV87A8"}}, {"itemIdentity": "xVJjlRSe", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"6TiJmMvk": "qOuaAtVJ", "DluIE3jZ": "O9cF3vrx", "u6TahwoC": "p3xXcktT"}}, {"itemIdentity": "oXSoOLeE", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"HNsAdNwG": "E5VEMhz3", "hGEvRDjf": "jURS46mX", "gUmmB4Hi": "gtP1PK4N"}}]}' --login_with_auth "Bearer foo" platform-delete-iap-item-config --login_with_auth "Bearer foo" platform-get-oculus-iap-config --login_with_auth "Bearer foo" -platform-update-oculus-iap-config --body '{"appId": "ael41R2D", "appSecret": "69aAYXsQ"}' --login_with_auth "Bearer foo" +platform-update-oculus-iap-config --body '{"appId": "vVHFG9aT", "appSecret": "Qd08vjt9"}' --login_with_auth "Bearer foo" platform-delete-oculus-iap-config --login_with_auth "Bearer foo" platform-get-play-station-iap-config --login_with_auth "Bearer foo" -platform-update-playstation-iap-config --body '{"backOfficeServerClientId": "LtEoAE2s", "backOfficeServerClientSecret": "TRX36YAc", "enableStreamJob": false, "environment": "DAwSK2uE", "streamName": "s6DvBpzz", "streamPartnerName": "8wumUgXJ"}' --login_with_auth "Bearer foo" +platform-update-playstation-iap-config --body '{"backOfficeServerClientId": "LmO8l2yc", "backOfficeServerClientSecret": "guxt0eYg", "enableStreamJob": false, "environment": "k11C99bz", "streamName": "KZEj7LZy", "streamPartnerName": "T40HRZTn"}' --login_with_auth "Bearer foo" platform-delete-playstation-iap-config --login_with_auth "Bearer foo" platform-validate-existed-playstation-iap-config --login_with_auth "Bearer foo" -platform-validate-playstation-iap-config --body '{"backOfficeServerClientId": "2mlIoN2g", "backOfficeServerClientSecret": "JqiN0F6Z", "enableStreamJob": true, "environment": "BN2oj6oF", "streamName": "ap4RN08B", "streamPartnerName": "3tU1DeQb"}' --login_with_auth "Bearer foo" +platform-validate-playstation-iap-config --body '{"backOfficeServerClientId": "O98sMJ9J", "backOfficeServerClientSecret": "plmigie1", "enableStreamJob": false, "environment": "J2MwedMY", "streamName": "AHUNOmzF", "streamPartnerName": "LB4XIBMu"}' --login_with_auth "Bearer foo" platform-get-steam-iap-config --login_with_auth "Bearer foo" -platform-update-steam-iap-config --body '{"appId": "AOI7qx6k", "publisherAuthenticationKey": "rj8pvX23"}' --login_with_auth "Bearer foo" +platform-update-steam-iap-config --body '{"appId": "NTB6Fbyq", "publisherAuthenticationKey": "i77rVEN9"}' --login_with_auth "Bearer foo" platform-delete-steam-iap-config --login_with_auth "Bearer foo" platform-get-twitch-iap-config --login_with_auth "Bearer foo" -platform-update-twitch-iap-config --body '{"clientId": "mGLFhj8X", "clientSecret": "akRz9vWB", "organizationId": "qFS1SoqY"}' --login_with_auth "Bearer foo" +platform-update-twitch-iap-config --body '{"clientId": "OHzsDwaV", "clientSecret": "UOK9KbhR", "organizationId": "vCn8YLqS"}' --login_with_auth "Bearer foo" platform-delete-twitch-iap-config --login_with_auth "Bearer foo" platform-get-xbl-iap-config --login_with_auth "Bearer foo" -platform-update-xbl-iap-config --body '{"relyingPartyCert": "aYWczZVF"}' --login_with_auth "Bearer foo" +platform-update-xbl-iap-config --body '{"relyingPartyCert": "ni9gM9ty"}' --login_with_auth "Bearer foo" platform-delete-xbl-ap-config --login_with_auth "Bearer foo" platform-update-xbl-bp-cert-file --login_with_auth "Bearer foo" -platform-download-invoice-details 'zUr7ng2c' 'TU7VHqw8' --login_with_auth "Bearer foo" -platform-generate-invoice-summary 'sfChAv1f' '9Q64XHev' --login_with_auth "Bearer foo" -platform-sync-in-game-item 'j0RMKwkv' --body '{"categoryPath": "TUTwphUP", "targetItemId": "WQm9FruJ", "targetNamespace": "Jua36fHG"}' --login_with_auth "Bearer foo" -platform-create-item 'WIIuMGb1' --body '{"appId": "k0GVbrDI", "appType": "SOFTWARE", "baseAppId": "4lcOxGUJ", "boothName": "Dt8MC3dc", "categoryPath": "A3TzbCQ3", "clazz": "lAR4aUfJ", "displayOrder": 8, "entitlementType": "DURABLE", "ext": {"fDkXLkEX": {}, "155MJXg0": {}, "LpIDqIJy": {}}, "features": ["tGQfhbUi", "W9yxLBXA", "GRNJwd4E"], "flexible": true, "images": [{"as": "mW4VgOJY", "caption": "kL7zRlj9", "height": 30, "imageUrl": "L2Y6Xwls", "smallImageUrl": "lPx0s5Uo", "width": 63}, {"as": "75QiTdCV", "caption": "lIYWlYKP", "height": 45, "imageUrl": "2LUcPfWa", "smallImageUrl": "u77Kvhhu", "width": 18}, {"as": "YqbldkWK", "caption": "FUimu7zY", "height": 88, "imageUrl": "OaH3hEZ0", "smallImageUrl": "quZihagO", "width": 17}], "itemIds": ["tQRPtpu3", "fm4NsmP9", "bY83qqLX"], "itemQty": {"vOYvpkUM": 22, "YSPhNmQM": 95, "Pnq2Sg9r": 45}, "itemType": "CODE", "listable": false, "localizations": {"twIdW8DH": {"description": "F6i5pczA", "localExt": {"oZHbeSO5": {}, "0vOp4suy": {}, "iDHfwCfZ": {}}, "longDescription": "mstXQa2R", "title": "AZZgPEdz"}, "tahv4uxs": {"description": "X6fs3b5J", "localExt": {"8FEgdRzy": {}, "Nvc0z2if": {}, "x1rqDZWo": {}}, "longDescription": "fBmSMG3M", "title": "tY9jBxYL"}, "Nez5J6QD": {"description": "PASCKfWI", "localExt": {"rliwBYjj": {}, "pv5JEsLL": {}, "byAe1RgV": {}}, "longDescription": "pre8ZP8Z", "title": "ZmQIuXLc"}}, "lootBoxConfig": {"rewardCount": 32, "rewards": [{"lootBoxItems": [{"count": 66, "duration": 7, "endDate": "1988-07-08T00:00:00Z", "itemId": "Z3TdCzSM", "itemSku": "omycgNPn", "itemType": "mOuR7Q3r"}, {"count": 71, "duration": 80, "endDate": "1999-02-07T00:00:00Z", "itemId": "hiSUyLU1", "itemSku": "oGCp2vLU", "itemType": "2H7WCVjp"}, {"count": 8, "duration": 22, "endDate": "1976-01-25T00:00:00Z", "itemId": "UcfOKqIr", "itemSku": "g0MCMo5V", "itemType": "7LREULFP"}], "name": "c5vnuuII", "odds": 0.6698852762139147, "type": "REWARD_GROUP", "weight": 62}, {"lootBoxItems": [{"count": 48, "duration": 55, "endDate": "1995-03-28T00:00:00Z", "itemId": "fcLiBo3r", "itemSku": "TtYCk1Oy", "itemType": "GGa6EpM6"}, {"count": 5, "duration": 98, "endDate": "1979-06-15T00:00:00Z", "itemId": "oXRgaHCp", "itemSku": "qgUNwCcm", "itemType": "J5eKmmyf"}, {"count": 42, "duration": 33, "endDate": "1982-12-01T00:00:00Z", "itemId": "BOxrLqtX", "itemSku": "jfRHUlpo", "itemType": "Nj4GdB7A"}], "name": "YVjLGElA", "odds": 0.4134258371750804, "type": "REWARD_GROUP", "weight": 88}, {"lootBoxItems": [{"count": 23, "duration": 15, "endDate": "1999-04-04T00:00:00Z", "itemId": "CY0aprBb", "itemSku": "CbEk9rvz", "itemType": "0vO477pi"}, {"count": 40, "duration": 72, "endDate": "1974-03-29T00:00:00Z", "itemId": "TNia9hH1", "itemSku": "66W035nA", "itemType": "2CX9IHn9"}, {"count": 49, "duration": 31, "endDate": "1990-06-14T00:00:00Z", "itemId": "kfckynnv", "itemSku": "y34tmPYE", "itemType": "ynRblLkJ"}], "name": "tVbO81V6", "odds": 0.5635517803312489, "type": "PROBABILITY_GROUP", "weight": 69}], "rollFunction": "DEFAULT"}, "maxCount": 58, "maxCountPerUser": 36, "name": "IOIx3P0y", "optionBoxConfig": {"boxItems": [{"count": 40, "duration": 95, "endDate": "1971-06-27T00:00:00Z", "itemId": "GpUSkXev", "itemSku": "UHCTauUi", "itemType": "piOS9guB"}, {"count": 18, "duration": 7, "endDate": "1989-10-12T00:00:00Z", "itemId": "hApeqD3e", "itemSku": "HpIaQnSE", "itemType": "AJbw2YPN"}, {"count": 46, "duration": 45, "endDate": "1992-09-19T00:00:00Z", "itemId": "FbLjmALO", "itemSku": "Vx5iROZd", "itemType": "aUgIv3SG"}]}, "purchasable": true, "recurring": {"cycle": "MONTHLY", "fixedFreeDays": 72, "fixedTrialCycles": 92, "graceDays": 48}, "regionData": {"mlqND00t": [{"currencyCode": "STRBSq0B", "currencyNamespace": "SArZle9n", "currencyType": "VIRTUAL", "discountAmount": 99, "discountExpireAt": "1994-05-27T00:00:00Z", "discountPercentage": 17, "discountPurchaseAt": "1983-07-01T00:00:00Z", "expireAt": "1980-06-17T00:00:00Z", "price": 47, "purchaseAt": "1973-05-13T00:00:00Z", "trialPrice": 10}, {"currencyCode": "N8ydz5lW", "currencyNamespace": "alDSboK7", "currencyType": "REAL", "discountAmount": 65, "discountExpireAt": "1973-03-26T00:00:00Z", "discountPercentage": 50, "discountPurchaseAt": "1975-08-27T00:00:00Z", "expireAt": "1988-04-03T00:00:00Z", "price": 78, "purchaseAt": "1986-06-09T00:00:00Z", "trialPrice": 49}, {"currencyCode": "tiNI3mvJ", "currencyNamespace": "yFxNcUOu", "currencyType": "VIRTUAL", "discountAmount": 56, "discountExpireAt": "1994-11-30T00:00:00Z", "discountPercentage": 100, "discountPurchaseAt": "1983-10-03T00:00:00Z", "expireAt": "1986-05-07T00:00:00Z", "price": 82, "purchaseAt": "1993-03-02T00:00:00Z", "trialPrice": 96}], "addVJ09e": [{"currencyCode": "3YrUekd5", "currencyNamespace": "E7iUVV6j", "currencyType": "VIRTUAL", "discountAmount": 97, "discountExpireAt": "1975-09-04T00:00:00Z", "discountPercentage": 95, "discountPurchaseAt": "1983-03-17T00:00:00Z", "expireAt": "1989-12-21T00:00:00Z", "price": 40, "purchaseAt": "1980-07-21T00:00:00Z", "trialPrice": 71}, {"currencyCode": "ZFMVKCEp", "currencyNamespace": "WBwjGeS6", "currencyType": "REAL", "discountAmount": 3, "discountExpireAt": "1990-07-02T00:00:00Z", "discountPercentage": 76, "discountPurchaseAt": "1988-08-29T00:00:00Z", "expireAt": "1980-07-23T00:00:00Z", "price": 50, "purchaseAt": "1985-11-29T00:00:00Z", "trialPrice": 23}, {"currencyCode": "lHUp0O0N", "currencyNamespace": "3g24KcDn", "currencyType": "VIRTUAL", "discountAmount": 97, "discountExpireAt": "1995-10-29T00:00:00Z", "discountPercentage": 35, "discountPurchaseAt": "1994-06-14T00:00:00Z", "expireAt": "1992-10-25T00:00:00Z", "price": 3, "purchaseAt": "1978-05-13T00:00:00Z", "trialPrice": 24}], "G7lAkkP0": [{"currencyCode": "PKPvurVY", "currencyNamespace": "cTvC0M6Q", "currencyType": "VIRTUAL", "discountAmount": 73, "discountExpireAt": "1985-08-14T00:00:00Z", "discountPercentage": 19, "discountPurchaseAt": "1986-04-06T00:00:00Z", "expireAt": "1982-01-12T00:00:00Z", "price": 73, "purchaseAt": "1972-06-30T00:00:00Z", "trialPrice": 17}, {"currencyCode": "DGa3wJSC", "currencyNamespace": "OtbGdfSb", "currencyType": "VIRTUAL", "discountAmount": 49, "discountExpireAt": "1995-11-03T00:00:00Z", "discountPercentage": 52, "discountPurchaseAt": "1998-05-10T00:00:00Z", "expireAt": "1975-07-16T00:00:00Z", "price": 13, "purchaseAt": "1994-03-28T00:00:00Z", "trialPrice": 93}, {"currencyCode": "WT7mSn8c", "currencyNamespace": "IgJo306p", "currencyType": "VIRTUAL", "discountAmount": 85, "discountExpireAt": "1986-11-26T00:00:00Z", "discountPercentage": 27, "discountPurchaseAt": "1995-01-01T00:00:00Z", "expireAt": "1996-09-07T00:00:00Z", "price": 95, "purchaseAt": "1990-10-05T00:00:00Z", "trialPrice": 65}]}, "saleConfig": {"currencyCode": "ks0a3Cbn", "price": 22}, "seasonType": "TIER", "sectionExclusive": true, "sellable": false, "sku": "v5QyMfJQ", "stackable": false, "status": "INACTIVE", "tags": ["GTfapLMh", "Fnu2T86l", "77qDoB94"], "targetCurrencyCode": "KHLumH0e", "targetNamespace": "PuuUSiaI", "thumbnailUrl": "Ay93kVCE", "useCount": 54}' --login_with_auth "Bearer foo" -platform-get-item-by-app-id 'Cw98KeAQ' --login_with_auth "Bearer foo" +platform-download-invoice-details 'b24Dywed' '2XmwDsc9' --login_with_auth "Bearer foo" +platform-generate-invoice-summary 'nnC3TKmM' 'dr9RPB03' --login_with_auth "Bearer foo" +platform-sync-in-game-item 'WartJ0XU' --body '{"categoryPath": "pdxtyS4S", "targetItemId": "BrmhkczK", "targetNamespace": "U2pVKLCL"}' --login_with_auth "Bearer foo" +platform-create-item 'i3eTZago' --body '{"appId": "lsKTKjnX", "appType": "DEMO", "baseAppId": "23ajk8Aj", "boothName": "nW2dexUn", "categoryPath": "h5D2NkN8", "clazz": "cKLEdC8A", "displayOrder": 66, "entitlementType": "DURABLE", "ext": {"PSZ5EWAg": {}, "w2pp5AFH": {}, "y417KCnE": {}}, "features": ["W4vn2cGk", "LG0f65Qr", "ZjaAVygj"], "flexible": false, "images": [{"as": "RM33HyNz", "caption": "f0Zpmnym", "height": 26, "imageUrl": "v94RvjeT", "smallImageUrl": "dX0fiEzj", "width": 67}, {"as": "He1XnEvd", "caption": "Easti3nN", "height": 86, "imageUrl": "cWCI7Mpf", "smallImageUrl": "3rzzqb1l", "width": 32}, {"as": "prQA2Dpb", "caption": "iHG0zfU2", "height": 54, "imageUrl": "HXd3QHFP", "smallImageUrl": "o94uNKFj", "width": 65}], "inventoryConfig": {"customAttributes": {"nlzqEmVW": {}, "fcS7rFDS": {}, "XDy1IeqL": {}}, "serverCustomAttributes": {"Z4ifvDgt": {}, "WWeRjEOs": {}, "RIT4h51z": {}}, "slotUsed": 45}, "itemIds": ["0KTdfOcz", "QYPVqyMU", "vzty8CQu"], "itemQty": {"yBPuVW5y": 82, "27H50T10": 96, "kVi4TPKC": 79}, "itemType": "SUBSCRIPTION", "listable": false, "localizations": {"mwzUQH2Y": {"description": "5dfiRWSH", "localExt": {"cUngnZur": {}, "POUozjFJ": {}, "vl0Ez95s": {}}, "longDescription": "qLoxYuI3", "title": "nE3Uw9MP"}, "0YljV8ze": {"description": "7GkjB6NG", "localExt": {"cHxL4r1k": {}, "aBdj9eSU": {}, "bu9nn15J": {}}, "longDescription": "CRKg7yj4", "title": "i5CD04BU"}, "dilEuHaV": {"description": "BjMSp6KQ", "localExt": {"mirSuReJ": {}, "YkKcLK76": {}, "Am5Csyn5": {}}, "longDescription": "5igntzg5", "title": "xmAjYNaW"}}, "lootBoxConfig": {"rewardCount": 61, "rewards": [{"lootBoxItems": [{"count": 66, "duration": 56, "endDate": "1989-06-02T00:00:00Z", "itemId": "ayixZmra", "itemSku": "6KQgFaQ0", "itemType": "cQ50PJIa"}, {"count": 44, "duration": 73, "endDate": "1998-07-15T00:00:00Z", "itemId": "Y8QyraeV", "itemSku": "uhGLDJQi", "itemType": "Z4T7LJvz"}, {"count": 33, "duration": 64, "endDate": "1990-11-26T00:00:00Z", "itemId": "0iRS2keE", "itemSku": "PfYEdCq6", "itemType": "fHDoQ0WC"}], "name": "xnc8sydy", "odds": 0.6006079713328959, "type": "REWARD_GROUP", "weight": 39}, {"lootBoxItems": [{"count": 49, "duration": 31, "endDate": "1988-12-26T00:00:00Z", "itemId": "otwMKWM5", "itemSku": "Vy6CnUw0", "itemType": "H3Z6Nvjr"}, {"count": 83, "duration": 65, "endDate": "1992-06-19T00:00:00Z", "itemId": "79N0XBZe", "itemSku": "cV2FUMPr", "itemType": "7SeQBFg9"}, {"count": 46, "duration": 29, "endDate": "1975-09-13T00:00:00Z", "itemId": "5JAtWKju", "itemSku": "xua6180m", "itemType": "YNe5vpnk"}], "name": "rX0rBoPq", "odds": 0.2666718787935719, "type": "REWARD_GROUP", "weight": 34}, {"lootBoxItems": [{"count": 78, "duration": 5, "endDate": "1995-04-01T00:00:00Z", "itemId": "RezE6ggC", "itemSku": "yDmgVT3B", "itemType": "EAaCPfpU"}, {"count": 11, "duration": 71, "endDate": "1981-12-21T00:00:00Z", "itemId": "MJbMuYzk", "itemSku": "Trc2wa9N", "itemType": "QQQNAOAA"}, {"count": 42, "duration": 88, "endDate": "1992-08-31T00:00:00Z", "itemId": "xewh6Rn4", "itemSku": "oq34r9FL", "itemType": "HRpMXNCg"}], "name": "E5IMJIhg", "odds": 0.7908168726791656, "type": "REWARD", "weight": 74}], "rollFunction": "DEFAULT"}, "maxCount": 78, "maxCountPerUser": 42, "name": "0u5THVoD", "optionBoxConfig": {"boxItems": [{"count": 2, "duration": 73, "endDate": "1995-03-07T00:00:00Z", "itemId": "bVxSC51h", "itemSku": "xG71Ss8r", "itemType": "2QRKTpt5"}, {"count": 52, "duration": 48, "endDate": "1996-11-01T00:00:00Z", "itemId": "J7hkqNGl", "itemSku": "ZHeeWNU5", "itemType": "mD5O8jPT"}, {"count": 89, "duration": 59, "endDate": "1991-01-25T00:00:00Z", "itemId": "dciAnEiW", "itemSku": "VzOgUeEa", "itemType": "GKekv58r"}]}, "purchasable": false, "recurring": {"cycle": "MONTHLY", "fixedFreeDays": 34, "fixedTrialCycles": 43, "graceDays": 51}, "regionData": {"75T826fi": [{"currencyCode": "JTVGvRWS", "currencyNamespace": "8zwzmS82", "currencyType": "REAL", "discountAmount": 18, "discountExpireAt": "1974-04-12T00:00:00Z", "discountPercentage": 23, "discountPurchaseAt": "1975-05-21T00:00:00Z", "expireAt": "1983-03-09T00:00:00Z", "price": 22, "purchaseAt": "1989-05-13T00:00:00Z", "trialPrice": 67}, {"currencyCode": "4L40esoe", "currencyNamespace": "WXVfs5Ga", "currencyType": "REAL", "discountAmount": 37, "discountExpireAt": "1980-06-26T00:00:00Z", "discountPercentage": 24, "discountPurchaseAt": "1994-11-24T00:00:00Z", "expireAt": "1976-05-21T00:00:00Z", "price": 74, "purchaseAt": "1976-07-26T00:00:00Z", "trialPrice": 49}, {"currencyCode": "EelRNSCt", "currencyNamespace": "59zZU5Sa", "currencyType": "VIRTUAL", "discountAmount": 77, "discountExpireAt": "1979-01-02T00:00:00Z", "discountPercentage": 84, "discountPurchaseAt": "1999-05-14T00:00:00Z", "expireAt": "1987-05-25T00:00:00Z", "price": 34, "purchaseAt": "1995-02-01T00:00:00Z", "trialPrice": 21}], "gxdT34f2": [{"currencyCode": "d1nMLDRw", "currencyNamespace": "zSVvYYd9", "currencyType": "REAL", "discountAmount": 8, "discountExpireAt": "1989-04-12T00:00:00Z", "discountPercentage": 92, "discountPurchaseAt": "1994-07-12T00:00:00Z", "expireAt": "1993-11-15T00:00:00Z", "price": 66, "purchaseAt": "1988-09-04T00:00:00Z", "trialPrice": 100}, {"currencyCode": "eXV3CFM7", "currencyNamespace": "17zcChQk", "currencyType": "REAL", "discountAmount": 6, "discountExpireAt": "1977-09-01T00:00:00Z", "discountPercentage": 39, "discountPurchaseAt": "1985-09-01T00:00:00Z", "expireAt": "1986-02-10T00:00:00Z", "price": 14, "purchaseAt": "1975-01-17T00:00:00Z", "trialPrice": 20}, {"currencyCode": "8BTnyHHH", "currencyNamespace": "ETIrXuZ0", "currencyType": "VIRTUAL", "discountAmount": 44, "discountExpireAt": "1992-07-05T00:00:00Z", "discountPercentage": 63, "discountPurchaseAt": "1996-11-11T00:00:00Z", "expireAt": "1996-12-10T00:00:00Z", "price": 76, "purchaseAt": "1978-05-06T00:00:00Z", "trialPrice": 88}], "LWytIEZ3": [{"currencyCode": "iYdmJkTz", "currencyNamespace": "EjipnXG2", "currencyType": "VIRTUAL", "discountAmount": 59, "discountExpireAt": "1988-11-18T00:00:00Z", "discountPercentage": 63, "discountPurchaseAt": "1988-05-16T00:00:00Z", "expireAt": "1987-05-26T00:00:00Z", "price": 42, "purchaseAt": "1996-01-13T00:00:00Z", "trialPrice": 44}, {"currencyCode": "hxpTLP96", "currencyNamespace": "yJRczIr0", "currencyType": "VIRTUAL", "discountAmount": 94, "discountExpireAt": "1999-10-23T00:00:00Z", "discountPercentage": 46, "discountPurchaseAt": "1993-08-29T00:00:00Z", "expireAt": "1986-03-22T00:00:00Z", "price": 93, "purchaseAt": "1989-07-17T00:00:00Z", "trialPrice": 72}, {"currencyCode": "92afZ4qO", "currencyNamespace": "8yN7Emq8", "currencyType": "REAL", "discountAmount": 18, "discountExpireAt": "1983-11-16T00:00:00Z", "discountPercentage": 13, "discountPurchaseAt": "1980-10-15T00:00:00Z", "expireAt": "1974-04-12T00:00:00Z", "price": 39, "purchaseAt": "1972-08-13T00:00:00Z", "trialPrice": 96}]}, "saleConfig": {"currencyCode": "k4mtB8Kk", "price": 25}, "seasonType": "PASS", "sectionExclusive": true, "sellable": false, "sku": "E1eClilB", "stackable": true, "status": "INACTIVE", "tags": ["ifYHFYjy", "G9pPYsyu", "wGAJ5pld"], "targetCurrencyCode": "zqaTKlyD", "targetNamespace": "6yAMjKaw", "thumbnailUrl": "R6MllOte", "useCount": 88}' --login_with_auth "Bearer foo" +platform-get-item-by-app-id 'FTqCgClW' --login_with_auth "Bearer foo" platform-query-items --login_with_auth "Bearer foo" platform-list-basic-items-by-features --login_with_auth "Bearer foo" -platform-get-items '1YQvqKgf' --login_with_auth "Bearer foo" -platform-get-item-by-sku 'UJuvbPI4' --login_with_auth "Bearer foo" -platform-get-locale-item-by-sku 'AUQjtdE7' --login_with_auth "Bearer foo" -platform-get-estimated-price 'kr0jonSZ' 'RMmT1VaQ' --login_with_auth "Bearer foo" -platform-get-item-id-by-sku '6mniekNT' --login_with_auth "Bearer foo" +platform-get-items 'tCI1NgCq' --login_with_auth "Bearer foo" +platform-get-item-by-sku 'CURScMvJ' --login_with_auth "Bearer foo" +platform-get-locale-item-by-sku '1fO0Z5ch' --login_with_auth "Bearer foo" +platform-get-estimated-price 'qFzT6VpN' 'PS50ybIB' --login_with_auth "Bearer foo" +platform-get-item-id-by-sku 'B4mZsIqY' --login_with_auth "Bearer foo" platform-get-bulk-item-id-by-skus --login_with_auth "Bearer foo" -platform-bulk-get-locale-items 'xvPpclee' --login_with_auth "Bearer foo" +platform-bulk-get-locale-items 'S6v0gi5x' --login_with_auth "Bearer foo" platform-get-available-predicate-types --login_with_auth "Bearer foo" -platform-validate-item-purchase-condition 'kv8doAWX' --body '{"itemIds": ["NmqpucMD", "vhR5zYPh", "XDhNlsLX"]}' --login_with_auth "Bearer foo" -platform-bulk-update-region-data '1V1in35o' --body '{"changes": [{"itemIdentities": ["eOs0cuht", "asCxVyef", "SoAL6jlY"], "itemIdentityType": "ITEM_ID", "regionData": {"zxg6Q5fx": [{"currencyCode": "BiqquhDl", "currencyNamespace": "grBRmaEX", "currencyType": "VIRTUAL", "discountAmount": 15, "discountExpireAt": "1980-08-19T00:00:00Z", "discountPercentage": 50, "discountPurchaseAt": "1975-01-27T00:00:00Z", "discountedPrice": 100, "expireAt": "1977-09-06T00:00:00Z", "price": 92, "purchaseAt": "1989-06-05T00:00:00Z", "trialPrice": 65}, {"currencyCode": "4YyyKgvr", "currencyNamespace": "7dXyWYZQ", "currencyType": "VIRTUAL", "discountAmount": 63, "discountExpireAt": "1997-09-18T00:00:00Z", "discountPercentage": 69, "discountPurchaseAt": "1976-09-23T00:00:00Z", "discountedPrice": 70, "expireAt": "1975-03-24T00:00:00Z", "price": 38, "purchaseAt": "1986-10-23T00:00:00Z", "trialPrice": 22}, {"currencyCode": "UrlGIYiG", "currencyNamespace": "02A21qat", "currencyType": "REAL", "discountAmount": 58, "discountExpireAt": "1977-08-26T00:00:00Z", "discountPercentage": 20, "discountPurchaseAt": "1990-06-13T00:00:00Z", "discountedPrice": 25, "expireAt": "1989-08-05T00:00:00Z", "price": 59, "purchaseAt": "1993-08-12T00:00:00Z", "trialPrice": 81}], "wUKBwIxN": [{"currencyCode": "am2JYUD0", "currencyNamespace": "XhgFbKz4", "currencyType": "REAL", "discountAmount": 10, "discountExpireAt": "1988-11-03T00:00:00Z", "discountPercentage": 34, "discountPurchaseAt": "1998-09-04T00:00:00Z", "discountedPrice": 80, "expireAt": "1988-01-31T00:00:00Z", "price": 28, "purchaseAt": "1979-03-05T00:00:00Z", "trialPrice": 57}, {"currencyCode": "iU1kfW6v", "currencyNamespace": "J8skZk5x", "currencyType": "REAL", "discountAmount": 40, "discountExpireAt": "1978-05-07T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1976-03-27T00:00:00Z", "discountedPrice": 92, "expireAt": "1983-10-20T00:00:00Z", "price": 63, "purchaseAt": "1998-07-17T00:00:00Z", "trialPrice": 20}, {"currencyCode": "32vL9mXs", "currencyNamespace": "qvLFZY15", "currencyType": "VIRTUAL", "discountAmount": 83, "discountExpireAt": "1979-04-24T00:00:00Z", "discountPercentage": 25, "discountPurchaseAt": "1981-01-23T00:00:00Z", "discountedPrice": 43, "expireAt": "1997-05-17T00:00:00Z", "price": 21, "purchaseAt": "1990-12-01T00:00:00Z", "trialPrice": 87}], "0qRdGNZw": [{"currencyCode": "1dqPYP4i", "currencyNamespace": "h05rZ1gE", "currencyType": "REAL", "discountAmount": 15, "discountExpireAt": "1982-03-20T00:00:00Z", "discountPercentage": 12, "discountPurchaseAt": "1983-05-28T00:00:00Z", "discountedPrice": 16, "expireAt": "1974-10-30T00:00:00Z", "price": 31, "purchaseAt": "1986-04-10T00:00:00Z", "trialPrice": 11}, {"currencyCode": "5vbUoaUO", "currencyNamespace": "YCXkHqL1", "currencyType": "REAL", "discountAmount": 27, "discountExpireAt": "1989-04-06T00:00:00Z", "discountPercentage": 83, "discountPurchaseAt": "1991-06-16T00:00:00Z", "discountedPrice": 25, "expireAt": "1987-03-18T00:00:00Z", "price": 52, "purchaseAt": "1979-07-14T00:00:00Z", "trialPrice": 54}, {"currencyCode": "dCItkCEt", "currencyNamespace": "hatSkCjI", "currencyType": "REAL", "discountAmount": 45, "discountExpireAt": "1978-09-30T00:00:00Z", "discountPercentage": 47, "discountPurchaseAt": "1986-11-14T00:00:00Z", "discountedPrice": 83, "expireAt": "1973-04-26T00:00:00Z", "price": 68, "purchaseAt": "1994-01-28T00:00:00Z", "trialPrice": 28}]}}, {"itemIdentities": ["DUCBra70", "qIKJNsXU", "ljUKqgJD"], "itemIdentityType": "ITEM_ID", "regionData": {"1WrdMV4R": [{"currencyCode": "HDetNCaD", "currencyNamespace": "HwaIRJEY", "currencyType": "REAL", "discountAmount": 67, "discountExpireAt": "1985-07-25T00:00:00Z", "discountPercentage": 64, "discountPurchaseAt": "1971-12-08T00:00:00Z", "discountedPrice": 31, "expireAt": "1980-12-14T00:00:00Z", "price": 7, "purchaseAt": "1989-05-13T00:00:00Z", "trialPrice": 17}, {"currencyCode": "dmhpNrAu", "currencyNamespace": "pj9Ckv4W", "currencyType": "REAL", "discountAmount": 100, "discountExpireAt": "1992-01-03T00:00:00Z", "discountPercentage": 9, "discountPurchaseAt": "1999-09-10T00:00:00Z", "discountedPrice": 65, "expireAt": "1977-11-27T00:00:00Z", "price": 61, "purchaseAt": "1988-09-12T00:00:00Z", "trialPrice": 41}, {"currencyCode": "gHzqs6DU", "currencyNamespace": "lfGQRbEh", "currencyType": "REAL", "discountAmount": 3, "discountExpireAt": "1975-10-31T00:00:00Z", "discountPercentage": 50, "discountPurchaseAt": "1984-11-09T00:00:00Z", "discountedPrice": 2, "expireAt": "1977-04-28T00:00:00Z", "price": 22, "purchaseAt": "1989-12-03T00:00:00Z", "trialPrice": 91}], "B3AXdG3i": [{"currencyCode": "KzUFmLOo", "currencyNamespace": "AZZdVzKZ", "currencyType": "REAL", "discountAmount": 86, "discountExpireAt": "1981-09-09T00:00:00Z", "discountPercentage": 56, "discountPurchaseAt": "1995-10-08T00:00:00Z", "discountedPrice": 48, "expireAt": "1983-10-01T00:00:00Z", "price": 41, "purchaseAt": "1986-08-18T00:00:00Z", "trialPrice": 90}, {"currencyCode": "3Tzk3XdQ", "currencyNamespace": "CFgcKodz", "currencyType": "VIRTUAL", "discountAmount": 40, "discountExpireAt": "1983-08-24T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1978-07-21T00:00:00Z", "discountedPrice": 34, "expireAt": "1974-03-02T00:00:00Z", "price": 67, "purchaseAt": "1981-12-08T00:00:00Z", "trialPrice": 93}, {"currencyCode": "2u9ySkvx", "currencyNamespace": "Y3myrXWo", "currencyType": "REAL", "discountAmount": 46, "discountExpireAt": "1976-04-13T00:00:00Z", "discountPercentage": 4, "discountPurchaseAt": "1980-05-04T00:00:00Z", "discountedPrice": 58, "expireAt": "1982-02-25T00:00:00Z", "price": 97, "purchaseAt": "1990-04-19T00:00:00Z", "trialPrice": 25}], "464AbAkK": [{"currencyCode": "ldM0gMzm", "currencyNamespace": "6EPQRGk6", "currencyType": "VIRTUAL", "discountAmount": 43, "discountExpireAt": "1987-07-15T00:00:00Z", "discountPercentage": 67, "discountPurchaseAt": "1978-06-29T00:00:00Z", "discountedPrice": 88, "expireAt": "1993-09-14T00:00:00Z", "price": 60, "purchaseAt": "1984-06-27T00:00:00Z", "trialPrice": 26}, {"currencyCode": "I9Hn4Sxw", "currencyNamespace": "6es95E4r", "currencyType": "REAL", "discountAmount": 51, "discountExpireAt": "1986-01-05T00:00:00Z", "discountPercentage": 5, "discountPurchaseAt": "1993-01-24T00:00:00Z", "discountedPrice": 60, "expireAt": "1995-02-21T00:00:00Z", "price": 21, "purchaseAt": "1982-05-13T00:00:00Z", "trialPrice": 93}, {"currencyCode": "AMZFSPFs", "currencyNamespace": "m0Bt7UEs", "currencyType": "VIRTUAL", "discountAmount": 50, "discountExpireAt": "1976-03-14T00:00:00Z", "discountPercentage": 5, "discountPurchaseAt": "1979-11-04T00:00:00Z", "discountedPrice": 8, "expireAt": "1995-08-05T00:00:00Z", "price": 52, "purchaseAt": "1998-02-21T00:00:00Z", "trialPrice": 17}]}}, {"itemIdentities": ["hdtf6lZg", "rH25RliL", "d9wkvkZd"], "itemIdentityType": "ITEM_ID", "regionData": {"adheD1Kt": [{"currencyCode": "fmL4NPij", "currencyNamespace": "t35Mnvs0", "currencyType": "VIRTUAL", "discountAmount": 79, "discountExpireAt": "1982-04-05T00:00:00Z", "discountPercentage": 36, "discountPurchaseAt": "1977-02-17T00:00:00Z", "discountedPrice": 27, "expireAt": "1976-04-15T00:00:00Z", "price": 85, "purchaseAt": "1977-11-02T00:00:00Z", "trialPrice": 24}, {"currencyCode": "Jbh5zUHe", "currencyNamespace": "rvSgdOAU", "currencyType": "REAL", "discountAmount": 31, "discountExpireAt": "1997-01-30T00:00:00Z", "discountPercentage": 12, "discountPurchaseAt": "1974-08-30T00:00:00Z", "discountedPrice": 70, "expireAt": "1986-02-09T00:00:00Z", "price": 46, "purchaseAt": "1987-02-11T00:00:00Z", "trialPrice": 79}, {"currencyCode": "QKYMLQV9", "currencyNamespace": "daL33IbD", "currencyType": "REAL", "discountAmount": 9, "discountExpireAt": "1982-11-11T00:00:00Z", "discountPercentage": 8, "discountPurchaseAt": "1972-03-16T00:00:00Z", "discountedPrice": 74, "expireAt": "1982-11-13T00:00:00Z", "price": 97, "purchaseAt": "1994-07-09T00:00:00Z", "trialPrice": 71}], "BiJHTmpL": [{"currencyCode": "02kZLw1l", "currencyNamespace": "d9Mer7ps", "currencyType": "VIRTUAL", "discountAmount": 19, "discountExpireAt": "1976-04-17T00:00:00Z", "discountPercentage": 3, "discountPurchaseAt": "1989-08-28T00:00:00Z", "discountedPrice": 23, "expireAt": "1971-02-10T00:00:00Z", "price": 72, "purchaseAt": "1998-01-26T00:00:00Z", "trialPrice": 22}, {"currencyCode": "REMaT9k3", "currencyNamespace": "YkaaAFPC", "currencyType": "REAL", "discountAmount": 70, "discountExpireAt": "1985-04-17T00:00:00Z", "discountPercentage": 42, "discountPurchaseAt": "1979-06-09T00:00:00Z", "discountedPrice": 0, "expireAt": "1984-07-12T00:00:00Z", "price": 51, "purchaseAt": "1996-07-19T00:00:00Z", "trialPrice": 98}, {"currencyCode": "py9G297R", "currencyNamespace": "RbO9y4Gh", "currencyType": "VIRTUAL", "discountAmount": 31, "discountExpireAt": "1983-09-19T00:00:00Z", "discountPercentage": 44, "discountPurchaseAt": "1984-12-20T00:00:00Z", "discountedPrice": 95, "expireAt": "1995-09-14T00:00:00Z", "price": 84, "purchaseAt": "1986-07-24T00:00:00Z", "trialPrice": 79}], "5JbP4Q5p": [{"currencyCode": "A1rfb749", "currencyNamespace": "knyH5gZY", "currencyType": "VIRTUAL", "discountAmount": 6, "discountExpireAt": "1992-04-19T00:00:00Z", "discountPercentage": 25, "discountPurchaseAt": "1981-10-21T00:00:00Z", "discountedPrice": 5, "expireAt": "1973-04-04T00:00:00Z", "price": 12, "purchaseAt": "1977-05-23T00:00:00Z", "trialPrice": 100}, {"currencyCode": "qfdnZL3P", "currencyNamespace": "vPvYFtXg", "currencyType": "REAL", "discountAmount": 62, "discountExpireAt": "1991-07-06T00:00:00Z", "discountPercentage": 49, "discountPurchaseAt": "1990-12-17T00:00:00Z", "discountedPrice": 39, "expireAt": "1976-12-30T00:00:00Z", "price": 2, "purchaseAt": "1992-02-21T00:00:00Z", "trialPrice": 59}, {"currencyCode": "zQzxljqa", "currencyNamespace": "mxyKlXhC", "currencyType": "REAL", "discountAmount": 98, "discountExpireAt": "1989-08-08T00:00:00Z", "discountPercentage": 10, "discountPurchaseAt": "1986-09-27T00:00:00Z", "discountedPrice": 38, "expireAt": "1985-03-18T00:00:00Z", "price": 61, "purchaseAt": "1981-06-29T00:00:00Z", "trialPrice": 87}]}}]}' --login_with_auth "Bearer foo" -platform-search-items 'rKJpnLqI' 'NkrhefUm' --login_with_auth "Bearer foo" +platform-validate-item-purchase-condition 'EXTADE1J' --body '{"itemIds": ["rDrLsblO", "h5SERqGx", "m2344LWW"]}' --login_with_auth "Bearer foo" +platform-bulk-update-region-data 'puGWeFf6' --body '{"changes": [{"itemIdentities": ["Pna4rBLU", "jizLmbsW", "RlitBnFk"], "itemIdentityType": "ITEM_SKU", "regionData": {"3JumKmpe": [{"currencyCode": "cCmSW9my", "currencyNamespace": "sG4viI8F", "currencyType": "REAL", "discountAmount": 42, "discountExpireAt": "1977-06-24T00:00:00Z", "discountPercentage": 40, "discountPurchaseAt": "1992-10-18T00:00:00Z", "discountedPrice": 12, "expireAt": "1996-04-30T00:00:00Z", "price": 76, "purchaseAt": "1984-12-15T00:00:00Z", "trialPrice": 7}, {"currencyCode": "J7kn2vCy", "currencyNamespace": "BJHjqvbb", "currencyType": "VIRTUAL", "discountAmount": 47, "discountExpireAt": "1982-09-17T00:00:00Z", "discountPercentage": 20, "discountPurchaseAt": "1985-03-15T00:00:00Z", "discountedPrice": 63, "expireAt": "1994-03-03T00:00:00Z", "price": 63, "purchaseAt": "1976-09-05T00:00:00Z", "trialPrice": 65}, {"currencyCode": "ylLbl4iG", "currencyNamespace": "5C0AoxMk", "currencyType": "REAL", "discountAmount": 52, "discountExpireAt": "1991-05-24T00:00:00Z", "discountPercentage": 62, "discountPurchaseAt": "1997-08-06T00:00:00Z", "discountedPrice": 36, "expireAt": "1987-04-07T00:00:00Z", "price": 30, "purchaseAt": "1982-05-29T00:00:00Z", "trialPrice": 65}], "K58LERXS": [{"currencyCode": "c2JWF1fu", "currencyNamespace": "utQ54NgT", "currencyType": "VIRTUAL", "discountAmount": 56, "discountExpireAt": "1973-12-02T00:00:00Z", "discountPercentage": 14, "discountPurchaseAt": "1972-12-07T00:00:00Z", "discountedPrice": 51, "expireAt": "1977-01-27T00:00:00Z", "price": 57, "purchaseAt": "1996-03-10T00:00:00Z", "trialPrice": 84}, {"currencyCode": "XF8WLtwR", "currencyNamespace": "AEpIYW9d", "currencyType": "REAL", "discountAmount": 21, "discountExpireAt": "1992-02-19T00:00:00Z", "discountPercentage": 80, "discountPurchaseAt": "1992-06-08T00:00:00Z", "discountedPrice": 31, "expireAt": "1983-07-15T00:00:00Z", "price": 6, "purchaseAt": "1979-04-04T00:00:00Z", "trialPrice": 31}, {"currencyCode": "AWcazfTo", "currencyNamespace": "u77bEDqr", "currencyType": "REAL", "discountAmount": 15, "discountExpireAt": "1973-01-21T00:00:00Z", "discountPercentage": 90, "discountPurchaseAt": "1999-08-10T00:00:00Z", "discountedPrice": 62, "expireAt": "1978-03-09T00:00:00Z", "price": 43, "purchaseAt": "1986-03-08T00:00:00Z", "trialPrice": 34}], "huFrZJir": [{"currencyCode": "AyvlkB6a", "currencyNamespace": "k21qYSIU", "currencyType": "VIRTUAL", "discountAmount": 89, "discountExpireAt": "1994-01-02T00:00:00Z", "discountPercentage": 57, "discountPurchaseAt": "1975-02-12T00:00:00Z", "discountedPrice": 39, "expireAt": "1981-07-27T00:00:00Z", "price": 12, "purchaseAt": "1993-06-18T00:00:00Z", "trialPrice": 62}, {"currencyCode": "1lBJoVSj", "currencyNamespace": "ghmeAiVk", "currencyType": "REAL", "discountAmount": 89, "discountExpireAt": "1978-06-05T00:00:00Z", "discountPercentage": 61, "discountPurchaseAt": "1975-11-15T00:00:00Z", "discountedPrice": 74, "expireAt": "1998-03-13T00:00:00Z", "price": 30, "purchaseAt": "1972-09-12T00:00:00Z", "trialPrice": 18}, {"currencyCode": "TPheCxyZ", "currencyNamespace": "PzkWRH3s", "currencyType": "REAL", "discountAmount": 100, "discountExpireAt": "1982-10-04T00:00:00Z", "discountPercentage": 21, "discountPurchaseAt": "1984-03-15T00:00:00Z", "discountedPrice": 83, "expireAt": "1977-07-13T00:00:00Z", "price": 92, "purchaseAt": "1982-09-28T00:00:00Z", "trialPrice": 6}]}}, {"itemIdentities": ["LjpvflLP", "3CQjs842", "db9evf1q"], "itemIdentityType": "ITEM_SKU", "regionData": {"z2bfJ2Em": [{"currencyCode": "VctyPy4G", "currencyNamespace": "5fzpp4dC", "currencyType": "REAL", "discountAmount": 97, "discountExpireAt": "1998-11-14T00:00:00Z", "discountPercentage": 12, "discountPurchaseAt": "1986-08-13T00:00:00Z", "discountedPrice": 68, "expireAt": "1981-06-10T00:00:00Z", "price": 19, "purchaseAt": "1984-07-30T00:00:00Z", "trialPrice": 34}, {"currencyCode": "igjT98uM", "currencyNamespace": "vP0tuQrq", "currencyType": "REAL", "discountAmount": 92, "discountExpireAt": "1980-08-16T00:00:00Z", "discountPercentage": 32, "discountPurchaseAt": "1989-10-10T00:00:00Z", "discountedPrice": 2, "expireAt": "1980-03-03T00:00:00Z", "price": 96, "purchaseAt": "1973-08-16T00:00:00Z", "trialPrice": 92}, {"currencyCode": "yyp1hOSN", "currencyNamespace": "VfGKNhIR", "currencyType": "REAL", "discountAmount": 72, "discountExpireAt": "1973-05-19T00:00:00Z", "discountPercentage": 92, "discountPurchaseAt": "1993-03-10T00:00:00Z", "discountedPrice": 13, "expireAt": "1983-06-30T00:00:00Z", "price": 60, "purchaseAt": "1975-11-02T00:00:00Z", "trialPrice": 27}], "0cLqgulo": [{"currencyCode": "U0HjCCVt", "currencyNamespace": "nSdBmlJc", "currencyType": "REAL", "discountAmount": 42, "discountExpireAt": "1984-11-10T00:00:00Z", "discountPercentage": 8, "discountPurchaseAt": "1978-04-17T00:00:00Z", "discountedPrice": 59, "expireAt": "1972-05-29T00:00:00Z", "price": 28, "purchaseAt": "1993-02-01T00:00:00Z", "trialPrice": 90}, {"currencyCode": "60gXxdiL", "currencyNamespace": "iSaONxNY", "currencyType": "VIRTUAL", "discountAmount": 93, "discountExpireAt": "1971-10-22T00:00:00Z", "discountPercentage": 94, "discountPurchaseAt": "1975-03-20T00:00:00Z", "discountedPrice": 17, "expireAt": "1984-04-07T00:00:00Z", "price": 0, "purchaseAt": "1995-01-19T00:00:00Z", "trialPrice": 32}, {"currencyCode": "2GtAgVrR", "currencyNamespace": "iw0idFPs", "currencyType": "VIRTUAL", "discountAmount": 35, "discountExpireAt": "1996-07-16T00:00:00Z", "discountPercentage": 21, "discountPurchaseAt": "1981-06-28T00:00:00Z", "discountedPrice": 1, "expireAt": "1984-03-02T00:00:00Z", "price": 76, "purchaseAt": "1981-10-28T00:00:00Z", "trialPrice": 100}], "9mgPzhcc": [{"currencyCode": "mt9FVKlu", "currencyNamespace": "tpHBnHcT", "currencyType": "VIRTUAL", "discountAmount": 85, "discountExpireAt": "1973-11-02T00:00:00Z", "discountPercentage": 60, "discountPurchaseAt": "1976-10-27T00:00:00Z", "discountedPrice": 44, "expireAt": "1996-06-12T00:00:00Z", "price": 81, "purchaseAt": "1993-01-17T00:00:00Z", "trialPrice": 5}, {"currencyCode": "DAT2K1yH", "currencyNamespace": "HXDGaFfH", "currencyType": "VIRTUAL", "discountAmount": 52, "discountExpireAt": "1991-12-01T00:00:00Z", "discountPercentage": 70, "discountPurchaseAt": "1971-10-06T00:00:00Z", "discountedPrice": 40, "expireAt": "1972-02-11T00:00:00Z", "price": 73, "purchaseAt": "1991-11-14T00:00:00Z", "trialPrice": 67}, {"currencyCode": "yvU0IoO0", "currencyNamespace": "VXO2Agzj", "currencyType": "VIRTUAL", "discountAmount": 3, "discountExpireAt": "1975-11-20T00:00:00Z", "discountPercentage": 12, "discountPurchaseAt": "1994-04-02T00:00:00Z", "discountedPrice": 44, "expireAt": "1987-01-12T00:00:00Z", "price": 42, "purchaseAt": "1991-10-03T00:00:00Z", "trialPrice": 28}]}}, {"itemIdentities": ["Ip77Lxko", "PpJwgEdE", "bsZHXvmp"], "itemIdentityType": "ITEM_SKU", "regionData": {"CA3L5p8M": [{"currencyCode": "PfM56M4L", "currencyNamespace": "oHO715Wu", "currencyType": "VIRTUAL", "discountAmount": 69, "discountExpireAt": "1993-06-23T00:00:00Z", "discountPercentage": 44, "discountPurchaseAt": "1986-08-02T00:00:00Z", "discountedPrice": 99, "expireAt": "1997-07-12T00:00:00Z", "price": 89, "purchaseAt": "1987-05-15T00:00:00Z", "trialPrice": 99}, {"currencyCode": "QZhD6Qbv", "currencyNamespace": "kthzx9hn", "currencyType": "REAL", "discountAmount": 47, "discountExpireAt": "1979-04-19T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1986-12-13T00:00:00Z", "discountedPrice": 6, "expireAt": "1974-02-24T00:00:00Z", "price": 2, "purchaseAt": "1978-08-22T00:00:00Z", "trialPrice": 43}, {"currencyCode": "YiqU5a3K", "currencyNamespace": "rn7rE7Zx", "currencyType": "REAL", "discountAmount": 48, "discountExpireAt": "1983-05-01T00:00:00Z", "discountPercentage": 42, "discountPurchaseAt": "1988-08-17T00:00:00Z", "discountedPrice": 13, "expireAt": "1971-10-22T00:00:00Z", "price": 79, "purchaseAt": "1994-06-19T00:00:00Z", "trialPrice": 49}], "d3yBje8v": [{"currencyCode": "ZmNfT8Eo", "currencyNamespace": "AgHPWZSZ", "currencyType": "REAL", "discountAmount": 83, "discountExpireAt": "1978-02-14T00:00:00Z", "discountPercentage": 73, "discountPurchaseAt": "1979-11-07T00:00:00Z", "discountedPrice": 33, "expireAt": "1987-10-31T00:00:00Z", "price": 88, "purchaseAt": "1973-12-23T00:00:00Z", "trialPrice": 50}, {"currencyCode": "Y8ID9Tvr", "currencyNamespace": "hv31NOiP", "currencyType": "REAL", "discountAmount": 91, "discountExpireAt": "1989-12-28T00:00:00Z", "discountPercentage": 86, "discountPurchaseAt": "1984-01-26T00:00:00Z", "discountedPrice": 73, "expireAt": "1971-09-28T00:00:00Z", "price": 93, "purchaseAt": "1975-10-03T00:00:00Z", "trialPrice": 31}, {"currencyCode": "GC6xpNgX", "currencyNamespace": "jIdntU9Z", "currencyType": "REAL", "discountAmount": 85, "discountExpireAt": "1990-11-11T00:00:00Z", "discountPercentage": 10, "discountPurchaseAt": "1971-08-31T00:00:00Z", "discountedPrice": 36, "expireAt": "1994-08-09T00:00:00Z", "price": 74, "purchaseAt": "1977-08-28T00:00:00Z", "trialPrice": 4}], "FYPTYjjU": [{"currencyCode": "v5LR5rWA", "currencyNamespace": "rRw9HIr7", "currencyType": "REAL", "discountAmount": 18, "discountExpireAt": "1975-12-07T00:00:00Z", "discountPercentage": 97, "discountPurchaseAt": "1982-11-11T00:00:00Z", "discountedPrice": 54, "expireAt": "1984-02-05T00:00:00Z", "price": 0, "purchaseAt": "1997-09-27T00:00:00Z", "trialPrice": 14}, {"currencyCode": "5NUeuj0d", "currencyNamespace": "olnOo5t1", "currencyType": "REAL", "discountAmount": 41, "discountExpireAt": "1986-12-13T00:00:00Z", "discountPercentage": 37, "discountPurchaseAt": "1998-04-28T00:00:00Z", "discountedPrice": 98, "expireAt": "1971-09-16T00:00:00Z", "price": 96, "purchaseAt": "1995-06-08T00:00:00Z", "trialPrice": 61}, {"currencyCode": "W3RFQCKy", "currencyNamespace": "hw3laBSb", "currencyType": "REAL", "discountAmount": 58, "discountExpireAt": "1983-11-18T00:00:00Z", "discountPercentage": 56, "discountPurchaseAt": "1987-03-13T00:00:00Z", "discountedPrice": 43, "expireAt": "1996-05-03T00:00:00Z", "price": 68, "purchaseAt": "1983-05-22T00:00:00Z", "trialPrice": 87}]}}]}' --login_with_auth "Bearer foo" +platform-search-items 'NDdhq730' 'huRkfMpJ' --login_with_auth "Bearer foo" platform-query-uncategorized-items --login_with_auth "Bearer foo" -platform-get-item '6QVZWAxu' --login_with_auth "Bearer foo" -platform-update-item '1fLAKx7v' 'ReQtsHcw' --body '{"appId": "sJNHiuUa", "appType": "SOFTWARE", "baseAppId": "dONxp2gc", "boothName": "S1YUb9w3", "categoryPath": "6i6uCBlv", "clazz": "vELWcBn4", "displayOrder": 1, "entitlementType": "CONSUMABLE", "ext": {"2qbrsFjE": {}, "GuWSvtss": {}, "AT8WUFDY": {}}, "features": ["AJZEyYXM", "pgk9q8hq", "eJ8sWimJ"], "flexible": false, "images": [{"as": "HTYWhJdT", "caption": "82j6UbzR", "height": 4, "imageUrl": "t066wsAS", "smallImageUrl": "4l4tqG70", "width": 95}, {"as": "5eitgUR4", "caption": "RaH92SID", "height": 54, "imageUrl": "1qum3bin", "smallImageUrl": "i6Hm5swy", "width": 36}, {"as": "6zGEPeEG", "caption": "g1yM6QiV", "height": 43, "imageUrl": "a02LlFi2", "smallImageUrl": "iGZoiluz", "width": 49}], "itemIds": ["7IReWApN", "t2mbq0kH", "OB6BBuVU"], "itemQty": {"nAKPR5vw": 72, "2e6GdvKd": 13, "nZ9OPTqi": 97}, "itemType": "LOOTBOX", "listable": false, "localizations": {"4pHWbPhX": {"description": "ovFOwLyY", "localExt": {"UJPvhKl6": {}, "mXtRVX9x": {}, "aCtGLCWM": {}}, "longDescription": "YnfCu3VL", "title": "uqfSfkvD"}, "svnKLOfW": {"description": "o4yoJeBQ", "localExt": {"uYae3sA8": {}, "GPU2CDrl": {}, "SvHaTsSd": {}}, "longDescription": "fJHnlUNA", "title": "iDNtVbm8"}, "xJ0bzL4d": {"description": "aXjvYiLL", "localExt": {"pqUcZCmA": {}, "eYxqBtrN": {}, "s4zlmwnd": {}}, "longDescription": "rHOE1oNu", "title": "ErbLi4gu"}}, "lootBoxConfig": {"rewardCount": 33, "rewards": [{"lootBoxItems": [{"count": 48, "duration": 41, "endDate": "1996-11-27T00:00:00Z", "itemId": "u5OzZQfl", "itemSku": "HzwzqLQa", "itemType": "ByAgwI4q"}, {"count": 37, "duration": 93, "endDate": "1983-09-02T00:00:00Z", "itemId": "tmRkqrUN", "itemSku": "AP8lOVWd", "itemType": "P5vnKGWU"}, {"count": 49, "duration": 18, "endDate": "1981-09-28T00:00:00Z", "itemId": "Mxj4DOJh", "itemSku": "KCMqP7LG", "itemType": "gCafjOMx"}], "name": "SUqoZ2YE", "odds": 0.4805882722645043, "type": "REWARD_GROUP", "weight": 25}, {"lootBoxItems": [{"count": 27, "duration": 74, "endDate": "1977-05-23T00:00:00Z", "itemId": "fBWGU2dv", "itemSku": "rIfiVy2U", "itemType": "06eLWco1"}, {"count": 93, "duration": 38, "endDate": "1992-07-29T00:00:00Z", "itemId": "GLjjmZyc", "itemSku": "wOePqBDF", "itemType": "pkmepMvK"}, {"count": 26, "duration": 49, "endDate": "1996-03-16T00:00:00Z", "itemId": "nZ4cbhRD", "itemSku": "ju3bcoFO", "itemType": "ewS2V3dF"}], "name": "4SgfahlH", "odds": 0.660332481770161, "type": "PROBABILITY_GROUP", "weight": 10}, {"lootBoxItems": [{"count": 0, "duration": 80, "endDate": "1976-12-23T00:00:00Z", "itemId": "doS3qERR", "itemSku": "iPnDj6i9", "itemType": "BJn4bkH0"}, {"count": 55, "duration": 51, "endDate": "1985-12-28T00:00:00Z", "itemId": "bOeDBuJW", "itemSku": "4Lw85ZxH", "itemType": "4P8BUZni"}, {"count": 16, "duration": 76, "endDate": "1996-09-14T00:00:00Z", "itemId": "2ircZARS", "itemSku": "QzP2sXVP", "itemType": "0GoEWWee"}], "name": "9pxF8MM9", "odds": 0.430123726438143, "type": "PROBABILITY_GROUP", "weight": 10}], "rollFunction": "CUSTOM"}, "maxCount": 62, "maxCountPerUser": 95, "name": "jPzBK3BH", "optionBoxConfig": {"boxItems": [{"count": 71, "duration": 77, "endDate": "1984-04-22T00:00:00Z", "itemId": "Un9cV60T", "itemSku": "T0psD7z9", "itemType": "1skdw2aG"}, {"count": 85, "duration": 56, "endDate": "1997-06-24T00:00:00Z", "itemId": "1eMObrZC", "itemSku": "e3kifLsK", "itemType": "yreSbTrA"}, {"count": 5, "duration": 88, "endDate": "1977-07-08T00:00:00Z", "itemId": "A76wb4EA", "itemSku": "2zntC9HX", "itemType": "l0A2CM4W"}]}, "purchasable": true, "recurring": {"cycle": "WEEKLY", "fixedFreeDays": 5, "fixedTrialCycles": 72, "graceDays": 4}, "regionData": {"GSslHB9c": [{"currencyCode": "E2lUBJky", "currencyNamespace": "F14HaNgy", "currencyType": "REAL", "discountAmount": 30, "discountExpireAt": "1989-06-22T00:00:00Z", "discountPercentage": 17, "discountPurchaseAt": "1986-04-13T00:00:00Z", "expireAt": "1985-08-27T00:00:00Z", "price": 98, "purchaseAt": "1997-07-18T00:00:00Z", "trialPrice": 93}, {"currencyCode": "NReyJJZ5", "currencyNamespace": "k2kez0s5", "currencyType": "REAL", "discountAmount": 37, "discountExpireAt": "1998-10-19T00:00:00Z", "discountPercentage": 86, "discountPurchaseAt": "1986-07-13T00:00:00Z", "expireAt": "1972-07-21T00:00:00Z", "price": 0, "purchaseAt": "1992-10-23T00:00:00Z", "trialPrice": 81}, {"currencyCode": "tsofg526", "currencyNamespace": "5ngwukIn", "currencyType": "VIRTUAL", "discountAmount": 78, "discountExpireAt": "1974-05-13T00:00:00Z", "discountPercentage": 26, "discountPurchaseAt": "1993-07-04T00:00:00Z", "expireAt": "1989-12-14T00:00:00Z", "price": 58, "purchaseAt": "1980-08-03T00:00:00Z", "trialPrice": 92}], "O5SrKiNW": [{"currencyCode": "gm9DTtbS", "currencyNamespace": "m8voHkLW", "currencyType": "REAL", "discountAmount": 99, "discountExpireAt": "1983-10-14T00:00:00Z", "discountPercentage": 51, "discountPurchaseAt": "1981-11-22T00:00:00Z", "expireAt": "1994-07-01T00:00:00Z", "price": 50, "purchaseAt": "1986-09-22T00:00:00Z", "trialPrice": 3}, {"currencyCode": "0b7YPCm4", "currencyNamespace": "fmYyBt4x", "currencyType": "REAL", "discountAmount": 76, "discountExpireAt": "1988-07-17T00:00:00Z", "discountPercentage": 48, "discountPurchaseAt": "1997-11-25T00:00:00Z", "expireAt": "1992-06-27T00:00:00Z", "price": 51, "purchaseAt": "1973-01-04T00:00:00Z", "trialPrice": 4}, {"currencyCode": "BZ8nLFDu", "currencyNamespace": "7jzaxE0y", "currencyType": "REAL", "discountAmount": 59, "discountExpireAt": "1971-04-29T00:00:00Z", "discountPercentage": 45, "discountPurchaseAt": "1984-11-26T00:00:00Z", "expireAt": "1972-07-20T00:00:00Z", "price": 78, "purchaseAt": "1979-04-12T00:00:00Z", "trialPrice": 28}], "dpdLABRF": [{"currencyCode": "d36rpJwj", "currencyNamespace": "27i3N8ai", "currencyType": "VIRTUAL", "discountAmount": 95, "discountExpireAt": "1994-08-27T00:00:00Z", "discountPercentage": 95, "discountPurchaseAt": "1995-12-03T00:00:00Z", "expireAt": "1995-03-16T00:00:00Z", "price": 7, "purchaseAt": "1993-06-20T00:00:00Z", "trialPrice": 97}, {"currencyCode": "nxfDBl01", "currencyNamespace": "hg1xSDGi", "currencyType": "REAL", "discountAmount": 18, "discountExpireAt": "1978-09-15T00:00:00Z", "discountPercentage": 66, "discountPurchaseAt": "1993-03-25T00:00:00Z", "expireAt": "1978-06-27T00:00:00Z", "price": 80, "purchaseAt": "1975-01-19T00:00:00Z", "trialPrice": 87}, {"currencyCode": "55cTnrMJ", "currencyNamespace": "2YXOEZwt", "currencyType": "VIRTUAL", "discountAmount": 98, "discountExpireAt": "1993-01-18T00:00:00Z", "discountPercentage": 98, "discountPurchaseAt": "1993-08-14T00:00:00Z", "expireAt": "1986-07-18T00:00:00Z", "price": 10, "purchaseAt": "1974-10-15T00:00:00Z", "trialPrice": 21}]}, "saleConfig": {"currencyCode": "BZIIerj6", "price": 15}, "seasonType": "TIER", "sectionExclusive": false, "sellable": false, "sku": "97elZ8XL", "stackable": true, "status": "INACTIVE", "tags": ["EjDEvseR", "UkzbcwTm", "FAMPEidN"], "targetCurrencyCode": "eCLfdEoj", "targetNamespace": "DMoFDbqE", "thumbnailUrl": "8ftZqzgV", "useCount": 73}' --login_with_auth "Bearer foo" -platform-delete-item 'mZ1c6Ofw' --login_with_auth "Bearer foo" -platform-acquire-item 'gFlDMhfq' --body '{"count": 77, "orderNo": "zVCOEBjX"}' --login_with_auth "Bearer foo" -platform-get-app 'ZI1RuUym' --login_with_auth "Bearer foo" -platform-update-app 'byISJCN9' 'LFSAXLwA' --body '{"carousel": [{"alt": "tg0L02Cs", "previewUrl": "LH05SQSy", "thumbnailUrl": "BjxcNSKw", "type": "image", "url": "K8IHF4yi", "videoSource": "vimeo"}, {"alt": "9ZgX9Sae", "previewUrl": "j7LlP2q3", "thumbnailUrl": "u7dV2dJI", "type": "image", "url": "BxfivBx8", "videoSource": "generic"}, {"alt": "zZCae9fs", "previewUrl": "QIdmvXor", "thumbnailUrl": "RIl6Pnu5", "type": "video", "url": "2JWaiROb", "videoSource": "generic"}], "developer": "HU5Z7KYC", "forumUrl": "cEjVjpev", "genres": ["Adventure", "RPG", "RPG"], "localizations": {"gH2WuMtY": {"announcement": "jObVAkYC", "slogan": "RTeRDkOD"}, "2GMVltya": {"announcement": "EZ2Wi9Ua", "slogan": "0UcXqSro"}, "I5MQr8wJ": {"announcement": "4crzFYyQ", "slogan": "GW8keaTX"}}, "platformRequirements": {"ShYYqz6W": [{"additionals": "3DlfQhqB", "directXVersion": "KjiIqIz5", "diskSpace": "yekdT07I", "graphics": "ZDkazBS3", "label": "jUIOzJ3a", "osVersion": "UdLlBn8M", "processor": "FrrlXu4f", "ram": "ysUxUzD1", "soundCard": "eomvW6EO"}, {"additionals": "kBednYSa", "directXVersion": "3JjsKvm4", "diskSpace": "D9rJb8vj", "graphics": "ueV7nB6X", "label": "lYfrfHv7", "osVersion": "Ay4wzTSe", "processor": "Rc1xRsuP", "ram": "dISxhwQ9", "soundCard": "T7HtQXzb"}, {"additionals": "shSBddJD", "directXVersion": "AgVXUFtA", "diskSpace": "0j1FD7Ym", "graphics": "27wVDLM0", "label": "slFX0LfK", "osVersion": "DP7wwRvu", "processor": "kXWvdGnb", "ram": "qfXz102a", "soundCard": "xngAc4mR"}], "fnlZ49IJ": [{"additionals": "lbhpWGWU", "directXVersion": "OOaUQIu4", "diskSpace": "Z6qvqE2E", "graphics": "A6QMGy4i", "label": "h6gzVt6L", "osVersion": "66y4OcRA", "processor": "OFXI89nw", "ram": "ajz7onB4", "soundCard": "LDoR2bvT"}, {"additionals": "pSPuxLpG", "directXVersion": "rf8U5HPI", "diskSpace": "qwng6goj", "graphics": "Fq2U3FuK", "label": "aV4RuhSc", "osVersion": "DR8pf0nN", "processor": "6oxCnjp6", "ram": "jC89tms3", "soundCard": "75zCn7n1"}, {"additionals": "ngTJbjDp", "directXVersion": "jIYO3j3H", "diskSpace": "g10Xl887", "graphics": "XkMQFFIc", "label": "W5BCfQ3A", "osVersion": "PUlCs4Ew", "processor": "pFmgp59S", "ram": "n0kCmBxV", "soundCard": "5uYnwdFg"}], "KIkZ736n": [{"additionals": "fxD42Zx3", "directXVersion": "6G8qUChc", "diskSpace": "73dVfXW2", "graphics": "p1jBSVun", "label": "T3z0xxnh", "osVersion": "Iz3eogHr", "processor": "k08S1hCK", "ram": "MqvZc7OP", "soundCard": "761x3SrT"}, {"additionals": "gVvfpapw", "directXVersion": "KkTOPcIP", "diskSpace": "AbQlbgKD", "graphics": "B9RVPsw3", "label": "yUxIG8Jz", "osVersion": "Eb24ca8g", "processor": "258CSoQR", "ram": "zDE3DLAV", "soundCard": "Oy9EYMOf"}, {"additionals": "UolNAtyq", "directXVersion": "NTSbTzhI", "diskSpace": "2aTTztF7", "graphics": "3AaOc175", "label": "t42u79XJ", "osVersion": "ty8i28gt", "processor": "tdGVhMGR", "ram": "8Ppt9YO4", "soundCard": "aJeNO9iS"}]}, "platforms": ["Windows", "Windows", "IOS"], "players": ["Multi", "MMO", "Single"], "primaryGenre": "Simulation", "publisher": "fMF156Ew", "releaseDate": "1975-08-31T00:00:00Z", "websiteUrl": "AuRFwilx"}' --login_with_auth "Bearer foo" -platform-disable-item 'gyz9N7go' 'FPjzBTUH' --login_with_auth "Bearer foo" -platform-get-item-dynamic-data 'SCsoigmP' --login_with_auth "Bearer foo" -platform-enable-item 'yB9KrUWw' 'VCiLftDz' --login_with_auth "Bearer foo" -platform-feature-item 'fVYRo1Fh' 'sNZ5G2wH' '8ypCuPKE' --login_with_auth "Bearer foo" -platform-defeature-item 'IL5Z3gRB' 'jrrZjOiX' 'I0zqyvUL' --login_with_auth "Bearer foo" -platform-get-locale-item 'OdEP64W4' --login_with_auth "Bearer foo" -platform-update-item-purchase-condition 'MVzjPo6A' 'TogKHhqw' --body '{"purchaseCondition": {"conditionGroups": [{"operator": "and", "predicates": [{"anyOf": 64, "comparison": "isLessThanOrEqual", "name": "ri2ZIA7w", "predicateType": "SeasonPassPredicate", "value": "PTeFAauU", "values": ["aK4F675F", "VGR9Z1Bf", "76FMrpxZ"]}, {"anyOf": 35, "comparison": "includes", "name": "0DaQHlRc", "predicateType": "EntitlementPredicate", "value": "9xg3bSw5", "values": ["NM9pOWlI", "Rvzhd9Ri", "qDxThxx1"]}, {"anyOf": 35, "comparison": "isNot", "name": "TYPuxBlb", "predicateType": "EntitlementPredicate", "value": "zGGLghEX", "values": ["ia3puKoh", "GzjeTE0y", "4ZIjkzAc"]}]}, {"operator": "or", "predicates": [{"anyOf": 42, "comparison": "includes", "name": "ibQZvRIa", "predicateType": "SeasonPassPredicate", "value": "mT6HyiDd", "values": ["vIQgw0jn", "hQ7OdlMw", "OGQgYsKv"]}, {"anyOf": 100, "comparison": "isLessThanOrEqual", "name": "xZFRWNoY", "predicateType": "EntitlementPredicate", "value": "AT4fJWjW", "values": ["z5i5woub", "9ZgOrx6p", "SjCzW0d9"]}, {"anyOf": 24, "comparison": "isLessThan", "name": "D0CvP5na", "predicateType": "SeasonPassPredicate", "value": "xuLCV3Kd", "values": ["GeAo7TgK", "q23Wwqdc", "zCmITb9J"]}]}, {"operator": "and", "predicates": [{"anyOf": 30, "comparison": "is", "name": "xRlA9f5i", "predicateType": "SeasonTierPredicate", "value": "DPVpMu2h", "values": ["PszzSEE0", "Ffl0nCei", "h7Q4L33T"]}, {"anyOf": 14, "comparison": "excludes", "name": "CWYiNGcy", "predicateType": "EntitlementPredicate", "value": "5niiqr8r", "values": ["RXd2YBC2", "VjW48bqx", "c64L3eNS"]}, {"anyOf": 15, "comparison": "includes", "name": "NBBpFcD0", "predicateType": "EntitlementPredicate", "value": "GczgIyIO", "values": ["pgEW78ML", "SALdZDqb", "wahdFqhj"]}]}]}}' --login_with_auth "Bearer foo" -platform-return-item 'Weh7SFKs' --body '{"orderNo": "YggKryMv"}' --login_with_auth "Bearer foo" +platform-get-item 'HArinXeC' --login_with_auth "Bearer foo" +platform-update-item 'ZcunsaQm' 'EUTjO5tX' --body '{"appId": "pGKGI7AF", "appType": "DLC", "baseAppId": "e8vU7yDq", "boothName": "pghyLFKC", "categoryPath": "D92b6ZZX", "clazz": "0lpo6Cej", "displayOrder": 10, "entitlementType": "DURABLE", "ext": {"1YCmbTz5": {}, "x4S8qeYX": {}, "2MwbIZ61": {}}, "features": ["MN3hQOwY", "qsz5hjTt", "KDN5gTsT"], "flexible": true, "images": [{"as": "6IyqQLjL", "caption": "atQnmYJx", "height": 81, "imageUrl": "0TswDJq9", "smallImageUrl": "8FTRdgMf", "width": 100}, {"as": "LFjNiCBG", "caption": "l4hZKyzO", "height": 56, "imageUrl": "XtzlGGJR", "smallImageUrl": "SQOIeYp3", "width": 55}, {"as": "Eu9nUoOw", "caption": "iZ0lCujK", "height": 63, "imageUrl": "SaOVjhlA", "smallImageUrl": "yTswVP5l", "width": 5}], "inventoryConfig": {"customAttributes": {"Mvp7AhLp": {}, "HNPOTZ0g": {}, "qDCQmycf": {}}, "serverCustomAttributes": {"XNs1TcYt": {}, "KoTpMwZK": {}, "HE1cNTei": {}}, "slotUsed": 28}, "itemIds": ["pxwSFKuK", "v7h8kwNb", "Us8o6F0W"], "itemQty": {"dnTX804h": 1, "HKTqWD9Z": 3, "w7BiZOBf": 72}, "itemType": "SUBSCRIPTION", "listable": true, "localizations": {"ghAjfTcT": {"description": "UWs5UQpW", "localExt": {"k2El3Aiq": {}, "3DlMjPbH": {}, "SkunNldC": {}}, "longDescription": "PgMdJ6wk", "title": "NpoOWtJ6"}, "6tgNAnfO": {"description": "fL9MnYr9", "localExt": {"3uU6l9bV": {}, "5pa4Mk13": {}, "xgUjM2i8": {}}, "longDescription": "d9BKTeNL", "title": "tvpeq2RR"}, "ig6fLxZM": {"description": "wKByzMEC", "localExt": {"1wwwAN6Z": {}, "JCctBUdT": {}, "eDS2naed": {}}, "longDescription": "bJvttr2i", "title": "Up8wTSfs"}}, "lootBoxConfig": {"rewardCount": 84, "rewards": [{"lootBoxItems": [{"count": 60, "duration": 6, "endDate": "1985-11-10T00:00:00Z", "itemId": "uXgz7BvB", "itemSku": "zlMlTdv3", "itemType": "1CUk1ZEC"}, {"count": 63, "duration": 6, "endDate": "1991-06-26T00:00:00Z", "itemId": "Qf0rYeBg", "itemSku": "eK46UHoK", "itemType": "sOUJd8Fc"}, {"count": 9, "duration": 26, "endDate": "1997-06-12T00:00:00Z", "itemId": "t30dnDjb", "itemSku": "oaNVUde6", "itemType": "jbnrwjQm"}], "name": "zYumYrIo", "odds": 0.6667420176032749, "type": "PROBABILITY_GROUP", "weight": 84}, {"lootBoxItems": [{"count": 33, "duration": 33, "endDate": "1983-02-03T00:00:00Z", "itemId": "adLKbHbe", "itemSku": "vcljp8Sv", "itemType": "wsx3wBRl"}, {"count": 87, "duration": 57, "endDate": "1971-12-15T00:00:00Z", "itemId": "PBLUlP9c", "itemSku": "OTfCwXAr", "itemType": "tGhn0qHK"}, {"count": 83, "duration": 82, "endDate": "1993-08-03T00:00:00Z", "itemId": "UB7quJ0O", "itemSku": "Qj0zST8s", "itemType": "88JDYf9B"}], "name": "C8LzRPUj", "odds": 0.906114340542445, "type": "REWARD", "weight": 64}, {"lootBoxItems": [{"count": 85, "duration": 5, "endDate": "1984-05-09T00:00:00Z", "itemId": "CRltrfBU", "itemSku": "3bTB0QvV", "itemType": "82zQC8v6"}, {"count": 74, "duration": 74, "endDate": "1971-04-20T00:00:00Z", "itemId": "YJpsJ0CB", "itemSku": "AbxVk3Sj", "itemType": "eZ0jyOTi"}, {"count": 4, "duration": 98, "endDate": "1980-02-18T00:00:00Z", "itemId": "HG6FUEjw", "itemSku": "sht9qpzb", "itemType": "Jtk2fQ9b"}], "name": "q9LdXfJo", "odds": 0.28286322355661364, "type": "REWARD", "weight": 35}], "rollFunction": "DEFAULT"}, "maxCount": 9, "maxCountPerUser": 65, "name": "P9U2x0Dn", "optionBoxConfig": {"boxItems": [{"count": 78, "duration": 34, "endDate": "1971-01-26T00:00:00Z", "itemId": "OoraTYsI", "itemSku": "vH54FJac", "itemType": "xFh5n43j"}, {"count": 11, "duration": 73, "endDate": "1974-05-30T00:00:00Z", "itemId": "78TfCVr9", "itemSku": "N0zB1R2z", "itemType": "NEWjyLkv"}, {"count": 69, "duration": 99, "endDate": "1986-02-06T00:00:00Z", "itemId": "5ZmVh92O", "itemSku": "nOgfjlCM", "itemType": "kCNmpOl5"}]}, "purchasable": false, "recurring": {"cycle": "YEARLY", "fixedFreeDays": 36, "fixedTrialCycles": 70, "graceDays": 21}, "regionData": {"Cus8wSY0": [{"currencyCode": "Ymm7IUwy", "currencyNamespace": "11T9B6EP", "currencyType": "REAL", "discountAmount": 19, "discountExpireAt": "1984-07-20T00:00:00Z", "discountPercentage": 70, "discountPurchaseAt": "1972-08-21T00:00:00Z", "expireAt": "1975-05-23T00:00:00Z", "price": 30, "purchaseAt": "1998-07-11T00:00:00Z", "trialPrice": 57}, {"currencyCode": "Icwc54DV", "currencyNamespace": "Ami3jqJf", "currencyType": "REAL", "discountAmount": 2, "discountExpireAt": "1994-08-27T00:00:00Z", "discountPercentage": 19, "discountPurchaseAt": "1974-07-09T00:00:00Z", "expireAt": "1981-06-05T00:00:00Z", "price": 56, "purchaseAt": "1997-09-28T00:00:00Z", "trialPrice": 58}, {"currencyCode": "SQzMuSkP", "currencyNamespace": "Z2wYPWjj", "currencyType": "REAL", "discountAmount": 16, "discountExpireAt": "1999-06-23T00:00:00Z", "discountPercentage": 2, "discountPurchaseAt": "1999-06-10T00:00:00Z", "expireAt": "1995-03-20T00:00:00Z", "price": 92, "purchaseAt": "1984-02-26T00:00:00Z", "trialPrice": 3}], "QHdmrxGv": [{"currencyCode": "Cy3fNHhw", "currencyNamespace": "rJ6rExjL", "currencyType": "VIRTUAL", "discountAmount": 36, "discountExpireAt": "1994-10-09T00:00:00Z", "discountPercentage": 48, "discountPurchaseAt": "1986-03-16T00:00:00Z", "expireAt": "1998-01-22T00:00:00Z", "price": 22, "purchaseAt": "1997-03-31T00:00:00Z", "trialPrice": 87}, {"currencyCode": "kdL47NBj", "currencyNamespace": "qmoobrT8", "currencyType": "VIRTUAL", "discountAmount": 57, "discountExpireAt": "1982-05-14T00:00:00Z", "discountPercentage": 57, "discountPurchaseAt": "1977-06-22T00:00:00Z", "expireAt": "1972-11-30T00:00:00Z", "price": 83, "purchaseAt": "1982-09-17T00:00:00Z", "trialPrice": 18}, {"currencyCode": "IipINiUz", "currencyNamespace": "vufjUz7p", "currencyType": "REAL", "discountAmount": 17, "discountExpireAt": "1990-11-18T00:00:00Z", "discountPercentage": 100, "discountPurchaseAt": "1972-02-15T00:00:00Z", "expireAt": "1992-10-16T00:00:00Z", "price": 12, "purchaseAt": "1994-10-11T00:00:00Z", "trialPrice": 12}], "RM9graPY": [{"currencyCode": "qeJdQm8j", "currencyNamespace": "cjmaAiiV", "currencyType": "REAL", "discountAmount": 16, "discountExpireAt": "1973-02-09T00:00:00Z", "discountPercentage": 77, "discountPurchaseAt": "1972-11-26T00:00:00Z", "expireAt": "1971-03-12T00:00:00Z", "price": 87, "purchaseAt": "1994-06-18T00:00:00Z", "trialPrice": 63}, {"currencyCode": "t5ZGqPhA", "currencyNamespace": "uRYJCYcD", "currencyType": "REAL", "discountAmount": 12, "discountExpireAt": "1998-03-23T00:00:00Z", "discountPercentage": 93, "discountPurchaseAt": "1988-01-22T00:00:00Z", "expireAt": "1990-12-18T00:00:00Z", "price": 88, "purchaseAt": "1980-09-07T00:00:00Z", "trialPrice": 57}, {"currencyCode": "ZpTJAdqE", "currencyNamespace": "BPK4HkAe", "currencyType": "REAL", "discountAmount": 54, "discountExpireAt": "1991-06-23T00:00:00Z", "discountPercentage": 93, "discountPurchaseAt": "1992-07-13T00:00:00Z", "expireAt": "1996-05-30T00:00:00Z", "price": 55, "purchaseAt": "1988-08-05T00:00:00Z", "trialPrice": 45}]}, "saleConfig": {"currencyCode": "AW23TaO1", "price": 60}, "seasonType": "PASS", "sectionExclusive": false, "sellable": false, "sku": "jlQ2zAWm", "stackable": true, "status": "INACTIVE", "tags": ["1T9QBdAO", "2sInydrm", "dcJZrbvA"], "targetCurrencyCode": "kW8oVwjb", "targetNamespace": "Ic15n4zH", "thumbnailUrl": "X3FwXWV5", "useCount": 53}' --login_with_auth "Bearer foo" +platform-delete-item 'BZArQbU1' --login_with_auth "Bearer foo" +platform-acquire-item '0JTCIyod' --body '{"count": 88, "orderNo": "hsM2uqa9"}' --login_with_auth "Bearer foo" +platform-get-app 'o1av32KR' --login_with_auth "Bearer foo" +platform-update-app 'JiRNxa7x' '4sI3AOh0' --body '{"carousel": [{"alt": "FwhAwD9O", "previewUrl": "6g8Zf6RL", "thumbnailUrl": "jV0t8bzJ", "type": "video", "url": "4XdsHsa7", "videoSource": "vimeo"}, {"alt": "TgEj5ey4", "previewUrl": "DlZ227MV", "thumbnailUrl": "CJztU512", "type": "video", "url": "M96mv0yC", "videoSource": "youtube"}, {"alt": "eneInUAO", "previewUrl": "Yye4BS70", "thumbnailUrl": "7nYPJhmT", "type": "video", "url": "tw1sNreD", "videoSource": "generic"}], "developer": "0bc5dLbh", "forumUrl": "sXoU7UGr", "genres": ["Simulation", "Sports", "RPG"], "localizations": {"1UGWdS50": {"announcement": "DwkG6Wj3", "slogan": "Y0r4P1Wl"}, "XubYQjRP": {"announcement": "oEbMeA8L", "slogan": "N45fKNxR"}, "K1KmMZ87": {"announcement": "8QgyzKPR", "slogan": "KaDVwmxG"}}, "platformRequirements": {"clmjekZo": [{"additionals": "oh7zTlCT", "directXVersion": "RY8nlKTr", "diskSpace": "oxYyarD1", "graphics": "BVXEexgs", "label": "OEICdM11", "osVersion": "LePA3uaS", "processor": "6BipBoAJ", "ram": "eC77ya80", "soundCard": "lz052mC8"}, {"additionals": "7uoFympp", "directXVersion": "a793aTaj", "diskSpace": "ARmEc9mS", "graphics": "6NYuXW0I", "label": "vU9iFcAa", "osVersion": "VlnrHcUg", "processor": "WBL2VUNd", "ram": "PL5lnf2n", "soundCard": "7CbEGvVT"}, {"additionals": "x0uphvVA", "directXVersion": "gSsErHwo", "diskSpace": "kf7vQhOw", "graphics": "LwXlZKpw", "label": "le0sD1vj", "osVersion": "6FlTtwZU", "processor": "nz43H5I2", "ram": "rEjgNyv4", "soundCard": "d6TS6qy1"}], "6ICVK8Oe": [{"additionals": "zkNMKY0W", "directXVersion": "rpVvrzWc", "diskSpace": "2DK8p4pv", "graphics": "6vqbudX7", "label": "UwRUyd7G", "osVersion": "zs17nEYQ", "processor": "JjzoR1tu", "ram": "Kn9dwyZ0", "soundCard": "3SEIqp6Q"}, {"additionals": "73KJ9Wvj", "directXVersion": "3Qp4zzBH", "diskSpace": "PESF5xZr", "graphics": "hhfhhIU8", "label": "3AvzyLbJ", "osVersion": "6AhnfDqX", "processor": "YExEzA8D", "ram": "zZWe4UO2", "soundCard": "wBWHieY9"}, {"additionals": "UxZiJcg8", "directXVersion": "0FqowWwX", "diskSpace": "BrA8Rgsm", "graphics": "x8wZjOHb", "label": "Pbs0Xx0S", "osVersion": "0rdAFloD", "processor": "Syzs6JSC", "ram": "StAOBb5O", "soundCard": "lvcPfQQ0"}], "0RGRpgHW": [{"additionals": "UUHhV8NO", "directXVersion": "EGMFWjLG", "diskSpace": "citHjMih", "graphics": "H1BaIkzi", "label": "0cBwQptX", "osVersion": "x12YgsQS", "processor": "rItlKlg4", "ram": "233JqqPg", "soundCard": "IVfQycSo"}, {"additionals": "1Ui8VR9l", "directXVersion": "KmSQtSLC", "diskSpace": "n2tvnBdc", "graphics": "Ig9rys1k", "label": "Bko4lWGS", "osVersion": "g8B7vDj1", "processor": "IhmlQf3f", "ram": "YAG6uKxb", "soundCard": "IgbferhA"}, {"additionals": "rdT1Swd8", "directXVersion": "f6M4vzUK", "diskSpace": "y1Sb3YF1", "graphics": "AE6f4Rdm", "label": "m4HRkSZq", "osVersion": "yQlRtP7Q", "processor": "Yz3VoMLp", "ram": "f65OVl0j", "soundCard": "JnRQUznz"}]}, "platforms": ["MacOS", "MacOS", "Android"], "players": ["Single", "LocalCoop", "CrossPlatformMulti"], "primaryGenre": "Sports", "publisher": "lvVorMXY", "releaseDate": "1995-08-24T00:00:00Z", "websiteUrl": "iPg85b4y"}' --login_with_auth "Bearer foo" +platform-disable-item 'illncErV' 'xgBWyGEl' --login_with_auth "Bearer foo" +platform-get-item-dynamic-data 'OPb3SL2G' --login_with_auth "Bearer foo" +platform-enable-item 'VcGVEx92' 'w5tfyzid' --login_with_auth "Bearer foo" +platform-feature-item '9zldmA2L' 'hwisQMQj' 'dtegxiCR' --login_with_auth "Bearer foo" +platform-defeature-item 'y1nTSQRv' 'W2tXzZEa' 'uz8HYvO6' --login_with_auth "Bearer foo" +platform-get-locale-item 'DZ6Lw9Gi' --login_with_auth "Bearer foo" +platform-update-item-purchase-condition 'VOQniH21' 'IBnmSkOC' --body '{"purchaseCondition": {"conditionGroups": [{"operator": "or", "predicates": [{"anyOf": 19, "comparison": "isGreaterThanOrEqual", "name": "suU7oXSr", "predicateType": "SeasonPassPredicate", "value": "fcCkWQ28", "values": ["ifB8LQYp", "3t5gBmOm", "lI675YBB"]}, {"anyOf": 25, "comparison": "isGreaterThan", "name": "kFI2KWcI", "predicateType": "EntitlementPredicate", "value": "FBw1hyp5", "values": ["f2rAJ5hP", "Bpt4F0AG", "nsZ2z7Qv"]}, {"anyOf": 61, "comparison": "includes", "name": "OQ9P7AKW", "predicateType": "SeasonTierPredicate", "value": "CYJyYOPx", "values": ["QuL8MZ74", "3Z2UD2y2", "yMxHf48o"]}]}, {"operator": "or", "predicates": [{"anyOf": 42, "comparison": "isLessThanOrEqual", "name": "ba2p9UiP", "predicateType": "SeasonPassPredicate", "value": "K7WgwwKJ", "values": ["YPfXGw9u", "RAwanSmU", "6DWHRZj4"]}, {"anyOf": 68, "comparison": "isLessThanOrEqual", "name": "YxcgkC1Z", "predicateType": "SeasonTierPredicate", "value": "QJ47zmsr", "values": ["jJMQ2gCJ", "WTySrkjb", "7pGbEJ21"]}, {"anyOf": 97, "comparison": "isGreaterThanOrEqual", "name": "oay3SoJG", "predicateType": "EntitlementPredicate", "value": "CCBFyUW1", "values": ["Q5JFgfiT", "XmiXyhJE", "7UHQKesA"]}]}, {"operator": "or", "predicates": [{"anyOf": 10, "comparison": "isGreaterThan", "name": "pNsG7cCZ", "predicateType": "SeasonTierPredicate", "value": "Jft6uyvd", "values": ["7gSlBuMZ", "4FCFdhpX", "BU2BlfpY"]}, {"anyOf": 14, "comparison": "isNot", "name": "fJ5roJST", "predicateType": "EntitlementPredicate", "value": "IOp8XNW0", "values": ["UBFfSNky", "4mWiG65k", "4k9uOa2Z"]}, {"anyOf": 96, "comparison": "excludes", "name": "6Mf8sp9p", "predicateType": "SeasonTierPredicate", "value": "HdBc3wJH", "values": ["Uq7oMZiv", "PScBdeG3", "WaQKlgsu"]}]}]}}' --login_with_auth "Bearer foo" +platform-return-item 'SF0D3g8b' --body '{"orderNo": "gJBwLDoH"}' --login_with_auth "Bearer foo" platform-query-key-groups --login_with_auth "Bearer foo" -platform-create-key-group --body '{"description": "d6nfD9m2", "name": "GUBw9EfG", "status": "INACTIVE", "tags": ["BtfkfVQE", "L49YbULz", "7fHaHVXy"]}' --login_with_auth "Bearer foo" -platform-get-key-group 'rUGRgQ8P' --login_with_auth "Bearer foo" -platform-update-key-group 'SbKH8gCx' --body '{"description": "Xht9FYcO", "name": "q5f8g5PH", "status": "INACTIVE", "tags": ["iJhtczU8", "Uc9AzPh6", "hFAifvWI"]}' --login_with_auth "Bearer foo" -platform-get-key-group-dynamic 'ay2B3QUO' --login_with_auth "Bearer foo" -platform-list-keys '9o2ZW2kd' --login_with_auth "Bearer foo" -platform-upload-keys 'zRSjAfHo' --login_with_auth "Bearer foo" +platform-create-key-group --body '{"description": "T7jR48K9", "name": "Wv7dObbm", "status": "ACTIVE", "tags": ["JI9FOjLY", "WPHp9nJn", "IGcUjBHY"]}' --login_with_auth "Bearer foo" +platform-get-key-group '7LnI0MT8' --login_with_auth "Bearer foo" +platform-update-key-group 'HFLV9lfm' --body '{"description": "psjb11UX", "name": "snvBN8B6", "status": "INACTIVE", "tags": ["6Hdq0HXY", "giazVKtB", "Adf4aQ7U"]}' --login_with_auth "Bearer foo" +platform-get-key-group-dynamic 'ZNUGRbGH' --login_with_auth "Bearer foo" +platform-list-keys 'oJOeZlk3' --login_with_auth "Bearer foo" +platform-upload-keys 'vsIm3PHT' --login_with_auth "Bearer foo" platform-query-orders --login_with_auth "Bearer foo" platform-get-order-statistics --login_with_auth "Bearer foo" -platform-get-order 'dXEOaMKJ' --login_with_auth "Bearer foo" -platform-refund-order 'IydLh7mu' --body '{"description": "3AffdVs6"}' --login_with_auth "Bearer foo" +platform-get-order '6wyxoDVu' --login_with_auth "Bearer foo" +platform-refund-order 'oPxXZJwp' --body '{"description": "GA407u6d"}' --login_with_auth "Bearer foo" platform-get-payment-callback-config --login_with_auth "Bearer foo" -platform-update-payment-callback-config --body '{"dryRun": true, "notifyUrl": "Q1t6q5P6", "privateKey": "Qa4lLAxD"}' --login_with_auth "Bearer foo" +platform-update-payment-callback-config --body '{"dryRun": true, "notifyUrl": "ctORr5Hp", "privateKey": "KDk5jRH8"}' --login_with_auth "Bearer foo" platform-query-payment-notifications --login_with_auth "Bearer foo" platform-query-payment-orders --login_with_auth "Bearer foo" -platform-create-payment-order-by-dedicated --body '{"currencyCode": "nYinIS7E", "currencyNamespace": "GrwTSHmw", "customParameters": {"Hzr76xM3": {}, "Mgt4c10t": {}, "Olxwt31i": {}}, "description": "5OUwlmfN", "extOrderNo": "Yzfft2Iv", "extUserId": "xMIxaNpk", "itemType": "BUNDLE", "language": "hPTl", "metadata": {"ynlHCThg": "bjeE8yz0", "k4AL1BKl": "HCUu7mGT", "EoxwcTdD": "rygx73a4"}, "notifyUrl": "UOGTaelO", "omitNotification": false, "platform": "VnDpcXPm", "price": 85, "recurringPaymentOrderNo": "tmoBdDvP", "region": "UAbIA65J", "returnUrl": "YqWUyrMT", "sandbox": false, "sku": "EOIGX0kp", "subscriptionId": "TvIkoy4Z", "targetNamespace": "oHp5uiby", "targetUserId": "ZcLOZl4o", "title": "kJJAz1I7"}' --login_with_auth "Bearer foo" -platform-list-ext-order-no-by-ext-tx-id 'bDmL4zDu' --login_with_auth "Bearer foo" -platform-get-payment-order 'qB7OLV7I' --login_with_auth "Bearer foo" -platform-charge-payment-order 'aJfkFDao' --body '{"extTxId": "v09mJaa4", "paymentMethod": "hWNpprmh", "paymentProvider": "ALIPAY"}' --login_with_auth "Bearer foo" -platform-refund-payment-order-by-dedicated 'fx5fNVHA' --body '{"description": "ITbp9wTR"}' --login_with_auth "Bearer foo" -platform-simulate-payment-order-notification 'nRFOWfew' --body '{"amount": 28, "currencyCode": "kRJvKsFX", "notifyType": "CHARGE", "paymentProvider": "WALLET", "salesTax": 75, "vat": 66}' --login_with_auth "Bearer foo" -platform-get-payment-order-charge-status '4hUmSujI' --login_with_auth "Bearer foo" -platform-get-platform-entitlement-config 'Playstation' --login_with_auth "Bearer foo" -platform-update-platform-entitlement-config 'Epic' --body '{"allowedPlatformOrigins": ["Oculus", "System", "Playstation"]}' --login_with_auth "Bearer foo" -platform-get-platform-wallet-config 'Epic' --login_with_auth "Bearer foo" -platform-update-platform-wallet-config 'Steam' --body '{"allowedBalanceOrigins": ["Epic", "System", "Other"]}' --login_with_auth "Bearer foo" -platform-reset-platform-wallet-config 'GooglePlay' --login_with_auth "Bearer foo" +platform-create-payment-order-by-dedicated --body '{"currencyCode": "rukRQiBb", "currencyNamespace": "syx8cnI5", "customParameters": {"cKSp8cP2": {}, "jVcBMkFe": {}, "gbMf8feR": {}}, "description": "nS0wFKLz", "extOrderNo": "wfP171Fe", "extUserId": "fPWcKyYl", "itemType": "OPTIONBOX", "language": "lRTg-428", "metadata": {"pHyHyTtj": "H8QyGl7E", "vB6jZGAQ": "GZXOiuto", "dmvfZSFY": "glnv0uIE"}, "notifyUrl": "UDhW2Due", "omitNotification": false, "platform": "ABXX5hT5", "price": 48, "recurringPaymentOrderNo": "7YZowF9m", "region": "vNe7Fp82", "returnUrl": "U5wdj9jG", "sandbox": true, "sku": "Ug0gyh3D", "subscriptionId": "KLQynfYK", "targetNamespace": "8rKf9bgl", "targetUserId": "1Dtablw5", "title": "zFH8TvU2"}' --login_with_auth "Bearer foo" +platform-list-ext-order-no-by-ext-tx-id 'ywlr2bWK' --login_with_auth "Bearer foo" +platform-get-payment-order 'PfAjS5gP' --login_with_auth "Bearer foo" +platform-charge-payment-order '7DeYq4vM' --body '{"extTxId": "3dLcleVp", "paymentMethod": "1nL8vkFt", "paymentProvider": "STRIPE"}' --login_with_auth "Bearer foo" +platform-refund-payment-order-by-dedicated 'lyCwY472' --body '{"description": "SSmLBgbD"}' --login_with_auth "Bearer foo" +platform-simulate-payment-order-notification 'CTuUt7s4' --body '{"amount": 77, "currencyCode": "HGS9v3vn", "notifyType": "REFUND", "paymentProvider": "STRIPE", "salesTax": 33, "vat": 16}' --login_with_auth "Bearer foo" +platform-get-payment-order-charge-status 'x2CIK7gD' --login_with_auth "Bearer foo" +platform-get-platform-entitlement-config 'Epic' --login_with_auth "Bearer foo" +platform-update-platform-entitlement-config 'Playstation' --body '{"allowedPlatformOrigins": ["IOS", "Playstation", "Nintendo"]}' --login_with_auth "Bearer foo" +platform-get-platform-wallet-config 'Playstation' --login_with_auth "Bearer foo" +platform-update-platform-wallet-config 'IOS' --body '{"allowedBalanceOrigins": ["Nintendo", "GooglePlay", "IOS"]}' --login_with_auth "Bearer foo" +platform-reset-platform-wallet-config 'Playstation' --login_with_auth "Bearer foo" platform-get-revocation-config --login_with_auth "Bearer foo" -platform-update-revocation-config --body '{"entitlement": {"consumable": {"enabled": true, "strategy": "CUSTOM"}, "durable": {"enabled": false, "strategy": "CUSTOM"}}, "wallet": {"enabled": true, "strategy": "CUSTOM"}}' --login_with_auth "Bearer foo" +platform-update-revocation-config --body '{"entitlement": {"consumable": {"enabled": true, "strategy": "CUSTOM"}, "durable": {"enabled": false, "strategy": "REVOKE_OR_REPORT"}}, "wallet": {"enabled": true, "strategy": "CUSTOM"}}' --login_with_auth "Bearer foo" platform-delete-revocation-config --login_with_auth "Bearer foo" platform-query-revocation-histories --login_with_auth "Bearer foo" platform-get-revocation-plugin-config --login_with_auth "Bearer foo" -platform-update-revocation-plugin-config --body '{"appConfig": {"appName": "z9JJ95qP"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "kOp75DcL"}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" +platform-update-revocation-plugin-config --body '{"appConfig": {"appName": "AZWHng49"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "ikM2OiWO"}, "extendType": "CUSTOM"}' --login_with_auth "Bearer foo" platform-delete-revocation-plugin-config --login_with_auth "Bearer foo" platform-upload-revocation-plugin-config-cert --login_with_auth "Bearer foo" -platform-create-reward --body '{"description": "JP3EYRAv", "eventTopic": "XllqZnna", "maxAwarded": 84, "maxAwardedPerUser": 50, "namespaceExpression": "tolBDrR4", "rewardCode": "dHZYRcbg", "rewardConditions": [{"condition": "IDlKCu0A", "conditionName": "PZCiE2hw", "eventName": "3EdeHNGV", "rewardItems": [{"duration": 80, "endDate": "1985-06-04T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "ztquEqzk", "quantity": 45, "sku": "5CiSPIZ4"}, {"duration": 40, "endDate": "1980-11-10T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "nBNAg37Z", "quantity": 74, "sku": "0FQzMKbs"}, {"duration": 96, "endDate": "1981-04-10T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "obRwcdbo", "quantity": 27, "sku": "zBss65QR"}]}, {"condition": "PhMvcfi0", "conditionName": "wuzT1MNi", "eventName": "XOUch2pZ", "rewardItems": [{"duration": 18, "endDate": "1981-05-21T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "Bzgu1aof", "quantity": 83, "sku": "EqJASRMZ"}, {"duration": 83, "endDate": "1989-07-04T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "kVKKQmLg", "quantity": 37, "sku": "LSO4M9ZK"}, {"duration": 62, "endDate": "1986-09-12T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "H3p76xKK", "quantity": 99, "sku": "hFWxgz7a"}]}, {"condition": "U4FQXbxZ", "conditionName": "Y0gHugwj", "eventName": "YFnMuepQ", "rewardItems": [{"duration": 70, "endDate": "1991-07-08T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "iPwa2MOX", "quantity": 36, "sku": "FAG9vHoi"}, {"duration": 63, "endDate": "1983-10-12T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "39ncNFa8", "quantity": 78, "sku": "jV1aPAuP"}, {"duration": 91, "endDate": "1998-09-05T00:00:00Z", "identityType": "ITEM_ID", "itemId": "nS82iO9u", "quantity": 99, "sku": "N5CjoRzv"}]}], "userIdExpression": "Ij0BDa10"}' --login_with_auth "Bearer foo" +platform-create-reward --body '{"description": "cM2EMEDm", "eventTopic": "pBIzAwFr", "maxAwarded": 21, "maxAwardedPerUser": 41, "namespaceExpression": "Y5JCYd0I", "rewardCode": "0RcRqIhG", "rewardConditions": [{"condition": "haLslF71", "conditionName": "ylSj5Khq", "eventName": "SL03wvPs", "rewardItems": [{"duration": 53, "endDate": "1983-08-29T00:00:00Z", "identityType": "ITEM_ID", "itemId": "J2EuQxjn", "quantity": 19, "sku": "86eObUa7"}, {"duration": 78, "endDate": "1983-07-05T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "t593sHs5", "quantity": 56, "sku": "2AXYBFmb"}, {"duration": 20, "endDate": "1973-09-19T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "EVma7Ysi", "quantity": 40, "sku": "vtrOzkRH"}]}, {"condition": "FD1bGiKG", "conditionName": "gdeuRdPG", "eventName": "sQLdXtRt", "rewardItems": [{"duration": 88, "endDate": "1997-03-22T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "BPMiw9pJ", "quantity": 45, "sku": "a375Rmlh"}, {"duration": 85, "endDate": "1992-11-11T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "gMVrXCoc", "quantity": 53, "sku": "wJSXKWsd"}, {"duration": 71, "endDate": "1973-06-17T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "A7jeSzfm", "quantity": 64, "sku": "qgOa64HQ"}]}, {"condition": "hZ6TwgBP", "conditionName": "CdjlkLT1", "eventName": "KuaqVkuj", "rewardItems": [{"duration": 46, "endDate": "1988-05-06T00:00:00Z", "identityType": "ITEM_ID", "itemId": "jFC9Nm3Q", "quantity": 30, "sku": "SeQFVkXk"}, {"duration": 19, "endDate": "1993-04-06T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "asS255DW", "quantity": 26, "sku": "yxSQjwP6"}, {"duration": 68, "endDate": "1974-11-20T00:00:00Z", "identityType": "ITEM_ID", "itemId": "mOAdy9lQ", "quantity": 59, "sku": "uB23YnE3"}]}], "userIdExpression": "CFl9Hob0"}' --login_with_auth "Bearer foo" platform-query-rewards --login_with_auth "Bearer foo" platform-export-rewards --login_with_auth "Bearer foo" -platform-import-rewards 'false' --login_with_auth "Bearer foo" -platform-get-reward '47QJ7l0q' --login_with_auth "Bearer foo" -platform-update-reward 'tRKO1HAX' --body '{"description": "TWgcif4D", "eventTopic": "PH4Kd76g", "maxAwarded": 10, "maxAwardedPerUser": 40, "namespaceExpression": "FmWSADP1", "rewardCode": "1FBMOddg", "rewardConditions": [{"condition": "zekHsGTk", "conditionName": "fHKqtFCb", "eventName": "O1BXmLQ9", "rewardItems": [{"duration": 28, "endDate": "1982-11-17T00:00:00Z", "identityType": "ITEM_ID", "itemId": "pwsNLFXo", "quantity": 17, "sku": "uBFH4KPT"}, {"duration": 71, "endDate": "1993-02-21T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "pqjgCRrs", "quantity": 80, "sku": "Pne3ydgx"}, {"duration": 59, "endDate": "1985-09-07T00:00:00Z", "identityType": "ITEM_ID", "itemId": "820azrxH", "quantity": 74, "sku": "Qj7FRVZR"}]}, {"condition": "02cmcH8w", "conditionName": "GaFm65Re", "eventName": "ZzHVV2IN", "rewardItems": [{"duration": 79, "endDate": "1986-03-05T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "VlzSeY3I", "quantity": 3, "sku": "3kEuZuhY"}, {"duration": 36, "endDate": "1993-11-30T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "vDjzWCut", "quantity": 2, "sku": "PgMhnjhx"}, {"duration": 56, "endDate": "1990-11-14T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "WrVxaycT", "quantity": 24, "sku": "ywfqZIru"}]}, {"condition": "AuqSjwXq", "conditionName": "WQiPtXG7", "eventName": "JNwoYldo", "rewardItems": [{"duration": 45, "endDate": "1990-06-01T00:00:00Z", "identityType": "ITEM_ID", "itemId": "d1XVWUzp", "quantity": 1, "sku": "OyXNkzeS"}, {"duration": 34, "endDate": "1978-04-23T00:00:00Z", "identityType": "ITEM_ID", "itemId": "mcAPZLxz", "quantity": 95, "sku": "mevWcqOY"}, {"duration": 6, "endDate": "1975-11-03T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "u5Ij6edm", "quantity": 40, "sku": "uZnYyzW3"}]}], "userIdExpression": "k5dLe9bg"}' --login_with_auth "Bearer foo" -platform-delete-reward '7r8heF2w' --login_with_auth "Bearer foo" -platform-check-event-condition 'OMEsDxvd' --body '{"payload": {"Fi3XbLuc": {}, "WsZx4RHs": {}, "fuMhsZG4": {}}}' --login_with_auth "Bearer foo" -platform-delete-reward-condition-record 'UWTSUZ2z' --body '{"conditionName": "VpgWcVIW", "userId": "5IK3938v"}' --login_with_auth "Bearer foo" +platform-import-rewards 'true' --login_with_auth "Bearer foo" +platform-get-reward 'VTdJCvrG' --login_with_auth "Bearer foo" +platform-update-reward 'QCwVg9S3' --body '{"description": "36FuF5RI", "eventTopic": "VD6Ol6Ce", "maxAwarded": 64, "maxAwardedPerUser": 0, "namespaceExpression": "FFIgJZ89", "rewardCode": "9g1062xk", "rewardConditions": [{"condition": "RblY5UPR", "conditionName": "mvASCcil", "eventName": "6tOSFkDQ", "rewardItems": [{"duration": 54, "endDate": "1992-07-09T00:00:00Z", "identityType": "ITEM_ID", "itemId": "8WfB62xb", "quantity": 90, "sku": "YkLYPezg"}, {"duration": 45, "endDate": "1985-02-12T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "euDmbAVG", "quantity": 85, "sku": "7YTX7nV0"}, {"duration": 36, "endDate": "1971-06-09T00:00:00Z", "identityType": "ITEM_ID", "itemId": "bDQl413A", "quantity": 95, "sku": "OPcDvX45"}]}, {"condition": "iTMnHMb9", "conditionName": "x2i48kRO", "eventName": "XAlvbszp", "rewardItems": [{"duration": 11, "endDate": "1992-06-29T00:00:00Z", "identityType": "ITEM_ID", "itemId": "8aojaxMW", "quantity": 17, "sku": "cfE66BYd"}, {"duration": 93, "endDate": "1975-07-11T00:00:00Z", "identityType": "ITEM_ID", "itemId": "XpTPUb0t", "quantity": 13, "sku": "IL45tfU7"}, {"duration": 42, "endDate": "1991-12-14T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "aPJ1g6Vt", "quantity": 73, "sku": "id0bc9I0"}]}, {"condition": "uNZxE6Oz", "conditionName": "BaO6dx96", "eventName": "7plYPQvc", "rewardItems": [{"duration": 21, "endDate": "1998-04-11T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "M0zX1uSx", "quantity": 71, "sku": "Xcb6dDmm"}, {"duration": 21, "endDate": "1994-01-11T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "40vNDRjn", "quantity": 59, "sku": "HZeCHLQn"}, {"duration": 39, "endDate": "1986-04-11T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "n72koL4w", "quantity": 85, "sku": "roBD3GX3"}]}], "userIdExpression": "eWqJgLSf"}' --login_with_auth "Bearer foo" +platform-delete-reward 'uX4RuQAH' --login_with_auth "Bearer foo" +platform-check-event-condition 'SFEFln35' --body '{"payload": {"FflwWVC5": {}, "O9BlkzJQ": {}, "jYHcZJyi": {}}}' --login_with_auth "Bearer foo" +platform-delete-reward-condition-record '4L6yjdyp' --body '{"conditionName": "I2GBAshe", "userId": "LvLBFwJ0"}' --login_with_auth "Bearer foo" platform-query-sections --login_with_auth "Bearer foo" -platform-create-section 'N6ZhyI2P' --body '{"active": true, "displayOrder": 93, "endDate": "1992-01-21T00:00:00Z", "ext": {"rlG5sZT7": {}, "jWa4SYRM": {}, "7Mfg9qmV": {}}, "fixedPeriodRotationConfig": {"backfillType": "NONE", "duration": 89, "itemCount": 83, "rule": "SEQUENCE"}, "items": [{"id": "DIVESYP5", "sku": "pRSlMTh5"}, {"id": "z9IGrtGD", "sku": "4GAuvstZ"}, {"id": "YgnpaFW5", "sku": "TuKKzMf2"}], "localizations": {"LiH6jFlY": {"description": "8pyrxwtT", "localExt": {"dBfRYag0": {}, "l4HXlq5E": {}, "5L2hxkFB": {}}, "longDescription": "RG8aMC5A", "title": "upr00hJz"}, "WnjdyFkP": {"description": "8rr5kSrX", "localExt": {"Jokc3nsb": {}, "h436BBz7": {}, "lIthZZ4V": {}}, "longDescription": "wze8b6ua", "title": "MSWVxzKP"}, "6ykWXDxL": {"description": "bNV9IQ0W", "localExt": {"xb8zwj6I": {}, "Co08XdnW": {}, "gzm4QmIK": {}}, "longDescription": "Q7wHcuEg", "title": "ZrKJVh1L"}}, "name": "byVZWBAr", "rotationType": "FIXED_PERIOD", "startDate": "1974-07-15T00:00:00Z", "viewId": "6LHMt8Pe"}' --login_with_auth "Bearer foo" -platform-purge-expired-section 'cNLEySNP' --login_with_auth "Bearer foo" -platform-get-section 'X18Zm7a5' --login_with_auth "Bearer foo" -platform-update-section 'Jy0HLUxS' 'emi5eG8M' --body '{"active": false, "displayOrder": 92, "endDate": "1977-02-05T00:00:00Z", "ext": {"u2JuOjq9": {}, "uMgJOw4H": {}, "xsHMLCjV": {}}, "fixedPeriodRotationConfig": {"backfillType": "NONE", "duration": 28, "itemCount": 100, "rule": "SEQUENCE"}, "items": [{"id": "VxwFURLa", "sku": "8QT4Pw0c"}, {"id": "ThtUtiJW", "sku": "GIZopanc"}, {"id": "WsZ2ceBe", "sku": "5DgVYATA"}], "localizations": {"18ZzZjlI": {"description": "Y2ipy4Vh", "localExt": {"tSwiMSod": {}, "loDUxGoe": {}, "P8g2aelo": {}}, "longDescription": "xbCkBEn6", "title": "c6HzlIAN"}, "B78EUwm8": {"description": "Lz9eWZ47", "localExt": {"h5OHQ9Sf": {}, "IgHC0aWb": {}, "VcPrRKuP": {}}, "longDescription": "JU6EOKNz", "title": "a45Tdf9u"}, "5ZRsOJwP": {"description": "QQwz4unH", "localExt": {"uKFz4FSD": {}, "e6Pzbeav": {}, "PkXSf9hF": {}}, "longDescription": "WqfI65Vr", "title": "dhzLc7gf"}}, "name": "B9FOg3WN", "rotationType": "NONE", "startDate": "1976-05-04T00:00:00Z", "viewId": "Iy0UoynF"}' --login_with_auth "Bearer foo" -platform-delete-section 'JvbONm5C' 'PuftXVsp' --login_with_auth "Bearer foo" +platform-create-section 'HSGtJdXT' --body '{"active": false, "displayOrder": 12, "endDate": "1987-06-05T00:00:00Z", "ext": {"cb3oRo3v": {}, "dWdXabn5": {}, "L0UyTw7U": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 64, "itemCount": 89, "rule": "SEQUENCE"}, "items": [{"id": "k1PBybHO", "sku": "IYR9UOyV"}, {"id": "4GXJM3ey", "sku": "R8iovBvI"}, {"id": "pxqMEbVY", "sku": "Prj7EH8Y"}], "localizations": {"wu8PTmos": {"description": "3qXnRgqp", "localExt": {"2Q4OCoWf": {}, "QfJ620q6": {}, "itl4shCY": {}}, "longDescription": "LPGSbNmL", "title": "lk0M1Rgw"}, "VeKbyaOD": {"description": "xji1RJNg", "localExt": {"M6xLU7vm": {}, "WbIXvtpl": {}, "MwzrfwK5": {}}, "longDescription": "2XXqn5CA", "title": "SKooa2qm"}, "GJ8rUT8W": {"description": "stXrJKvB", "localExt": {"H7ZCvKOJ": {}, "GLL4nskI": {}, "IrI9fGZi": {}}, "longDescription": "8UtZbpTh", "title": "rAxq3Yg0"}}, "name": "M0WLrPJk", "rotationType": "CUSTOM", "startDate": "1985-03-11T00:00:00Z", "viewId": "eL0CgfU7"}' --login_with_auth "Bearer foo" +platform-purge-expired-section 'UlZgJ4Tn' --login_with_auth "Bearer foo" +platform-get-section 'KIqVYamX' --login_with_auth "Bearer foo" +platform-update-section 'nuUHbeQn' '8iiUW1EX' --body '{"active": false, "displayOrder": 1, "endDate": "1977-10-04T00:00:00Z", "ext": {"qjHK8IPQ": {}, "3LrPrGI4": {}, "NyLhERQF": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 99, "itemCount": 73, "rule": "SEQUENCE"}, "items": [{"id": "0SeHLu3I", "sku": "DWotuYgv"}, {"id": "BAIHBfhX", "sku": "m534IJRY"}, {"id": "Ox85dJqN", "sku": "pLOM5Cnc"}], "localizations": {"5SZwNzkK": {"description": "ysZX8fCJ", "localExt": {"ggRma8Um": {}, "cB2hzGxz": {}, "2lU5pG2P": {}}, "longDescription": "fHgRgdLJ", "title": "OqLrzUV2"}, "aFWWlt1h": {"description": "2UuQ4vdZ", "localExt": {"TRDggnKT": {}, "Nv5FiPVj": {}, "ZEdjIXVn": {}}, "longDescription": "r1Iire4Y", "title": "7JuCNXZ3"}, "FY5aF9Jh": {"description": "a5xUpLCT", "localExt": {"dSPfo0Ly": {}, "YP2109K1": {}, "JXcN2wdt": {}}, "longDescription": "JIWPpVa7", "title": "j5h7Rfms"}}, "name": "8qLTNgzc", "rotationType": "NONE", "startDate": "1984-05-09T00:00:00Z", "viewId": "2xhi4Yas"}' --login_with_auth "Bearer foo" +platform-delete-section '6AOMd2L3' 'Lt9n9YlH' --login_with_auth "Bearer foo" platform-list-stores --login_with_auth "Bearer foo" -platform-create-store --body '{"defaultLanguage": "Ydihv3co", "defaultRegion": "l289RKR2", "description": "01vNJgU2", "supportedLanguages": ["omMBDfHo", "vD7pJ4NR", "UIPEL5rf"], "supportedRegions": ["4jrFthAZ", "VGmAxFKt", "EWfWiYh8"], "title": "VYiMkuhq"}' --login_with_auth "Bearer foo" +platform-create-store --body '{"defaultLanguage": "AgQXMYH2", "defaultRegion": "ImBESieZ", "description": "wln9UVTC", "supportedLanguages": ["z3g1AvIq", "4DTUlGPi", "Td0IexbW"], "supportedRegions": ["f37aDWEh", "MXXTgs2C", "JABotHNe"], "title": "9WsUiWkG"}' --login_with_auth "Bearer foo" +platform-get-catalog-definition 'VIEW' --login_with_auth "Bearer foo" +platform-download-csv-templates --login_with_auth "Bearer foo" +platform-export-store-by-csv --body '{"catalogType": "APP", "fieldsToBeIncluded": ["R7u9ZScH", "FFPEZeLm", "4EZrcvgw"], "idsToBeExported": ["8GY14pAy", "EC80zPwe", "kKnSSLux"], "storeId": "2xXNZLKq"}' --login_with_auth "Bearer foo" platform-get-published-store --login_with_auth "Bearer foo" platform-delete-published-store --login_with_auth "Bearer foo" platform-get-published-store-backup --login_with_auth "Bearer foo" platform-rollback-published-store --login_with_auth "Bearer foo" -platform-get-store 'UVx71vkE' --login_with_auth "Bearer foo" -platform-update-store 'mtu7ORB7' --body '{"defaultLanguage": "OyySIjvE", "defaultRegion": "OKnErv8V", "description": "4QBrIALs", "supportedLanguages": ["kQ435Ks9", "iDXvmZBQ", "Ln4k06N2"], "supportedRegions": ["Ex4FdjdB", "hLFG8EUa", "mPgwLZuB"], "title": "QmzSKyKl"}' --login_with_auth "Bearer foo" -platform-delete-store 'fNt8xkS9' --login_with_auth "Bearer foo" -platform-query-changes 'qKe5i10T' --login_with_auth "Bearer foo" -platform-publish-all 'vYk7y9sp' --login_with_auth "Bearer foo" -platform-publish-selected 'fQW7AAe9' --login_with_auth "Bearer foo" -platform-select-all-records '48O1bCJh' --login_with_auth "Bearer foo" -platform-select-all-records-by-criteria '2zf5Pqld' --login_with_auth "Bearer foo" -platform-get-statistic 'OsNFtAuI' --login_with_auth "Bearer foo" -platform-unselect-all-records 'FJA2btpL' --login_with_auth "Bearer foo" -platform-select-record 'ScOJakqr' '8kZAl4zL' --login_with_auth "Bearer foo" -platform-unselect-record 'qhGa0PRV' 'gCJweEqJ' --login_with_auth "Bearer foo" -platform-clone-store 'zf8qC6K2' --login_with_auth "Bearer foo" +platform-get-store 'd2s7nqpI' --login_with_auth "Bearer foo" +platform-update-store '5ONJNKz4' --body '{"defaultLanguage": "mpmcpCFY", "defaultRegion": "IaZkOWjA", "description": "4ySeJ3uN", "supportedLanguages": ["Zcrq3yJV", "tGaOZrGc", "UPEqxiQd"], "supportedRegions": ["YMSIiPeG", "kDq1dBQd", "hF4im6bR"], "title": "MqDEF2fT"}' --login_with_auth "Bearer foo" +platform-delete-store 'qCrNkHUC' --login_with_auth "Bearer foo" +platform-query-changes 'ekEZ5SPZ' --login_with_auth "Bearer foo" +platform-publish-all 'HnaDZaPL' --login_with_auth "Bearer foo" +platform-publish-selected 'igYguuDe' --login_with_auth "Bearer foo" +platform-select-all-records '2HYhaNhA' --login_with_auth "Bearer foo" +platform-select-all-records-by-criteria 'mKZ4feSW' --login_with_auth "Bearer foo" +platform-get-statistic 'HuNlvzKl' --login_with_auth "Bearer foo" +platform-unselect-all-records '26F8oJRQ' --login_with_auth "Bearer foo" +platform-select-record 'ZxEa8jCt' 'j4FdP2W9' --login_with_auth "Bearer foo" +platform-unselect-record '2oDOjiDd' 'WaKK5H5a' --login_with_auth "Bearer foo" +platform-clone-store 'ckCKyyNx' --login_with_auth "Bearer foo" +platform-query-import-history 'U8IWMIwn' --login_with_auth "Bearer foo" +platform-import-store-by-csv 'jwzha2Y8' --login_with_auth "Bearer foo" platform-query-subscriptions --login_with_auth "Bearer foo" -platform-recurring-charge-subscription 'VZPtnYYk' --login_with_auth "Bearer foo" -platform-get-ticket-dynamic 'QH17GGvf' --login_with_auth "Bearer foo" -platform-decrease-ticket-sale 'YoymeTty' --body '{"orderNo": "rCrEUqNP"}' --login_with_auth "Bearer foo" -platform-get-ticket-booth-id 'O2dm5WzZ' --login_with_auth "Bearer foo" -platform-increase-ticket-sale 'eDnEqBAM' --body '{"count": 78, "orderNo": "rXZnJvdC"}' --login_with_auth "Bearer foo" -platform-commit --body '{"actions": [{"operations": [{"creditPayload": {"balanceOrigin": "Epic", "count": 34, "currencyCode": "qqKVDmhf", "expireAt": "1990-03-16T00:00:00Z"}, "debitPayload": {"count": 34, "currencyCode": "2kDtaaWm", "walletPlatform": "IOS"}, "fulFillItemPayload": {"count": 41, "entitlementOrigin": "Steam", "itemIdentity": "IDWKiM6e", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 90, "entitlementId": "IUEi1CSf"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "Xbox", "count": 39, "currencyCode": "FRczyzLP", "expireAt": "1984-09-20T00:00:00Z"}, "debitPayload": {"count": 11, "currencyCode": "aM7IYpoF", "walletPlatform": "GooglePlay"}, "fulFillItemPayload": {"count": 95, "entitlementOrigin": "Other", "itemIdentity": "BKQtZMAj", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 12, "entitlementId": "GNgTYEFS"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "Oculus", "count": 83, "currencyCode": "qxzMFeTG", "expireAt": "1976-03-19T00:00:00Z"}, "debitPayload": {"count": 98, "currencyCode": "nBimvRHW", "walletPlatform": "IOS"}, "fulFillItemPayload": {"count": 54, "entitlementOrigin": "Twitch", "itemIdentity": "MRClFK3u", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 30, "entitlementId": "1WS9Y7sq"}, "type": "REVOKE_ENTITLEMENT"}], "userId": "ZWXHOVlc"}, {"operations": [{"creditPayload": {"balanceOrigin": "Epic", "count": 76, "currencyCode": "5B7QsdTi", "expireAt": "1979-12-22T00:00:00Z"}, "debitPayload": {"count": 3, "currencyCode": "wgAvaiIn", "walletPlatform": "Xbox"}, "fulFillItemPayload": {"count": 71, "entitlementOrigin": "Twitch", "itemIdentity": "4ry406sZ", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 52, "entitlementId": "WOmutn5D"}, "type": "DEBIT_WALLET"}, {"creditPayload": {"balanceOrigin": "GooglePlay", "count": 95, "currencyCode": "jHhlqBOQ", "expireAt": "1999-05-08T00:00:00Z"}, "debitPayload": {"count": 32, "currencyCode": "Lk69fFt3", "walletPlatform": "GooglePlay"}, "fulFillItemPayload": {"count": 23, "entitlementOrigin": "Playstation", "itemIdentity": "6Uv2S530", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 38, "entitlementId": "53rzqQQc"}, "type": "DEBIT_WALLET"}, {"creditPayload": {"balanceOrigin": "Twitch", "count": 56, "currencyCode": "9IkgjlLr", "expireAt": "1980-08-16T00:00:00Z"}, "debitPayload": {"count": 77, "currencyCode": "2ZunaGnQ", "walletPlatform": "Steam"}, "fulFillItemPayload": {"count": 39, "entitlementOrigin": "Twitch", "itemIdentity": "WRG5AWEi", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 67, "entitlementId": "8GM570Sy"}, "type": "DEBIT_WALLET"}], "userId": "AOnuqJ7M"}, {"operations": [{"creditPayload": {"balanceOrigin": "Steam", "count": 77, "currencyCode": "kMkBXpRR", "expireAt": "1978-01-19T00:00:00Z"}, "debitPayload": {"count": 62, "currencyCode": "LtO4G9K5", "walletPlatform": "Playstation"}, "fulFillItemPayload": {"count": 8, "entitlementOrigin": "Steam", "itemIdentity": "By58IXhb", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 4, "entitlementId": "sgvLfvJj"}, "type": "CREDIT_WALLET"}, {"creditPayload": {"balanceOrigin": "System", "count": 4, "currencyCode": "vUuL3UQT", "expireAt": "1992-05-26T00:00:00Z"}, "debitPayload": {"count": 19, "currencyCode": "74z6L2SO", "walletPlatform": "Epic"}, "fulFillItemPayload": {"count": 71, "entitlementOrigin": "Other", "itemIdentity": "htLC2p7x", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 98, "entitlementId": "n4wlswKh"}, "type": "CREDIT_WALLET"}, {"creditPayload": {"balanceOrigin": "Oculus", "count": 10, "currencyCode": "TxQHT6tt", "expireAt": "1996-01-19T00:00:00Z"}, "debitPayload": {"count": 81, "currencyCode": "PHgD4yOw", "walletPlatform": "Xbox"}, "fulFillItemPayload": {"count": 80, "entitlementOrigin": "Twitch", "itemIdentity": "kskLm0de", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 87, "entitlementId": "pZF6ylU4"}, "type": "CREDIT_WALLET"}], "userId": "KtLgULkx"}], "metadata": {"h13unJEO": {}, "CmBIjegw": {}, "EJfTmyND": {}}, "needPreCheck": true, "transactionId": "u53TXXfd", "type": "T5LXg399"}' --login_with_auth "Bearer foo" +platform-recurring-charge-subscription 'rP3FD1kl' --login_with_auth "Bearer foo" +platform-get-ticket-dynamic 'E1gPh8or' --login_with_auth "Bearer foo" +platform-decrease-ticket-sale 'HRarT2na' --body '{"orderNo": "7g5SDONf"}' --login_with_auth "Bearer foo" +platform-get-ticket-booth-id 'yLHy8JRD' --login_with_auth "Bearer foo" +platform-increase-ticket-sale 'W4SK4Plk' --body '{"count": 76, "orderNo": "MOWqBQIR"}' --login_with_auth "Bearer foo" +platform-commit --body '{"actions": [{"operations": [{"creditPayload": {"balanceOrigin": "Nintendo", "count": 18, "currencyCode": "Eg6gJFw8", "expireAt": "1975-12-17T00:00:00Z"}, "debitPayload": {"count": 11, "currencyCode": "HPyTYbMc", "walletPlatform": "Epic"}, "fulFillItemPayload": {"count": 99, "entitlementCollectionId": "GE99SDll", "entitlementOrigin": "IOS", "itemIdentity": "q8bUf5gB", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 54, "entitlementId": "2TlaYeoG"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "System", "count": 46, "currencyCode": "077elBg8", "expireAt": "1990-04-19T00:00:00Z"}, "debitPayload": {"count": 75, "currencyCode": "YmFnM8h2", "walletPlatform": "GooglePlay"}, "fulFillItemPayload": {"count": 32, "entitlementCollectionId": "0tD2VlQY", "entitlementOrigin": "Steam", "itemIdentity": "90zg5dvb", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 38, "entitlementId": "gCMheeZ2"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Oculus", "count": 33, "currencyCode": "c71PYZsw", "expireAt": "1992-04-20T00:00:00Z"}, "debitPayload": {"count": 74, "currencyCode": "jm0YpMsW", "walletPlatform": "Nintendo"}, "fulFillItemPayload": {"count": 94, "entitlementCollectionId": "zIbxY69J", "entitlementOrigin": "Steam", "itemIdentity": "r9pFO4jn", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 80, "entitlementId": "wa95FYIj"}, "type": "FULFILL_ITEM"}], "userId": "TjBlpEBn"}, {"operations": [{"creditPayload": {"balanceOrigin": "IOS", "count": 17, "currencyCode": "zCDUfnQR", "expireAt": "1978-01-07T00:00:00Z"}, "debitPayload": {"count": 63, "currencyCode": "f7Hz7RFU", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 63, "entitlementCollectionId": "DMQx49uX", "entitlementOrigin": "Nintendo", "itemIdentity": "Y8ZlnosO", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 6, "entitlementId": "p24qncRQ"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "IOS", "count": 86, "currencyCode": "4FxNLNcW", "expireAt": "1995-04-25T00:00:00Z"}, "debitPayload": {"count": 56, "currencyCode": "63097O9W", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 9, "entitlementCollectionId": "szh4TD8x", "entitlementOrigin": "Other", "itemIdentity": "RYvqqzu0", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 100, "entitlementId": "2QSW07xm"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "Playstation", "count": 78, "currencyCode": "qqELkrCr", "expireAt": "1986-06-24T00:00:00Z"}, "debitPayload": {"count": 10, "currencyCode": "tTFoGAEQ", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 43, "entitlementCollectionId": "vP0CNvGm", "entitlementOrigin": "IOS", "itemIdentity": "QQF504bB", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 9, "entitlementId": "f1KLipPc"}, "type": "REVOKE_ENTITLEMENT"}], "userId": "2TtfqSny"}, {"operations": [{"creditPayload": {"balanceOrigin": "Xbox", "count": 51, "currencyCode": "VTJqqJJG", "expireAt": "1988-01-30T00:00:00Z"}, "debitPayload": {"count": 15, "currencyCode": "oPTyruw6", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 63, "entitlementCollectionId": "zHd6eQCY", "entitlementOrigin": "Xbox", "itemIdentity": "Dr65Slfq", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 80, "entitlementId": "gSQ8MiQt"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Nintendo", "count": 52, "currencyCode": "uX9Gy44F", "expireAt": "1981-02-27T00:00:00Z"}, "debitPayload": {"count": 55, "currencyCode": "TxdRW5VY", "walletPlatform": "IOS"}, "fulFillItemPayload": {"count": 72, "entitlementCollectionId": "1yero2cN", "entitlementOrigin": "Steam", "itemIdentity": "AbHYQl0u", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 50, "entitlementId": "lPZjyqAV"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "IOS", "count": 5, "currencyCode": "x3ZClCXi", "expireAt": "1983-12-26T00:00:00Z"}, "debitPayload": {"count": 58, "currencyCode": "skTXaqz8", "walletPlatform": "Steam"}, "fulFillItemPayload": {"count": 78, "entitlementCollectionId": "RVfYhloj", "entitlementOrigin": "Xbox", "itemIdentity": "2cXKOwEr", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 83, "entitlementId": "BM0MRdDQ"}, "type": "CREDIT_WALLET"}], "userId": "EocFWBOZ"}], "metadata": {"sJgoFtCD": {}, "xANt6mgd": {}, "Dph7ZBwp": {}}, "needPreCheck": false, "transactionId": "km1DQP3U", "type": "fb9DZ9pK"}' --login_with_auth "Bearer foo" platform-get-trade-history-by-criteria --login_with_auth "Bearer foo" -platform-get-trade-history-by-transaction-id '9EEPQHTF' --login_with_auth "Bearer foo" -platform-unlock-steam-user-achievement 'XVOAGQAU' --body '{"achievements": [{"id": "OvfHbb54", "value": 57}, {"id": "xa2DOFgq", "value": 92}, {"id": "GvQIdoO9", "value": 81}], "steamUserId": "XzB0oN9G"}' --login_with_auth "Bearer foo" -platform-get-xbl-user-achievements 'fOQD94xz' 'E0wk5fDQ' --login_with_auth "Bearer foo" -platform-update-xbl-user-achievement 'mrLzgGA7' --body '{"achievements": [{"id": "ye3ONnwp", "percentComplete": 40}, {"id": "aChek9n1", "percentComplete": 9}, {"id": "uFr8YDkd", "percentComplete": 40}], "serviceConfigId": "uu3pXF7A", "titleId": "dceykHdN", "xboxUserId": "HMu5CgFm"}' --login_with_auth "Bearer foo" -platform-anonymize-campaign 'IcJdVdOS' --login_with_auth "Bearer foo" -platform-anonymize-entitlement 'yMzUBoUo' --login_with_auth "Bearer foo" -platform-anonymize-fulfillment 'Sgyr3jpB' --login_with_auth "Bearer foo" -platform-anonymize-integration 'gEjwo8JV' --login_with_auth "Bearer foo" -platform-anonymize-order 'BAgVYXVz' --login_with_auth "Bearer foo" -platform-anonymize-payment 'cW17CcsB' --login_with_auth "Bearer foo" -platform-anonymize-revocation 'ncLGzQIl' --login_with_auth "Bearer foo" -platform-anonymize-subscription 'xELZf6GX' --login_with_auth "Bearer foo" -platform-anonymize-wallet '33pvtz5q' --login_with_auth "Bearer foo" -platform-get-user-dlc-by-platform 'hJKanAQs' 'EPICGAMES' --login_with_auth "Bearer foo" -platform-get-user-dlc '6BaCNs5Y' --login_with_auth "Bearer foo" -platform-query-user-entitlements 'HiHitFJw' --login_with_auth "Bearer foo" -platform-grant-user-entitlement 'ojmJEuGy' --body '[{"endDate": "1987-03-18T00:00:00Z", "grantedCode": "FltC1SMX", "itemId": "38KSpanS", "itemNamespace": "jx2OmHPS", "language": "WeB-Ig", "origin": "Playstation", "quantity": 43, "region": "fgIOZhGJ", "source": "ACHIEVEMENT", "startDate": "1974-07-29T00:00:00Z", "storeId": "6TT3n0WH"}, {"endDate": "1984-12-20T00:00:00Z", "grantedCode": "T8i4kAW5", "itemId": "hEq5SE6j", "itemNamespace": "7gxAkH4d", "language": "ls", "origin": "Playstation", "quantity": 52, "region": "1uD62Ob4", "source": "GIFT", "startDate": "1992-01-26T00:00:00Z", "storeId": "S8KBbvdO"}, {"endDate": "1996-09-05T00:00:00Z", "grantedCode": "HsdutsK1", "itemId": "OUxuZxxp", "itemNamespace": "S4VNyORa", "language": "Ka", "origin": "Twitch", "quantity": 59, "region": "Ftip64m3", "source": "PURCHASE", "startDate": "1983-12-06T00:00:00Z", "storeId": "NCsvdCrx"}]' --login_with_auth "Bearer foo" -platform-get-user-app-entitlement-by-app-id 'XZ7Qg3En' 'Rr0hLyyt' --login_with_auth "Bearer foo" -platform-query-user-entitlements-by-app-type 'G1CnOhyG' 'DEMO' --login_with_auth "Bearer foo" -platform-get-user-entitlement-by-item-id 'ZHuKEBIs' 'ZODOFQcD' --login_with_auth "Bearer foo" -platform-get-user-active-entitlements-by-item-ids 'vJNAKWvo' --login_with_auth "Bearer foo" -platform-get-user-entitlement-by-sku '3kPVpqRz' 'FlHvte3B' --login_with_auth "Bearer foo" -platform-exists-any-user-active-entitlement 'ZVLmSyLJ' --login_with_auth "Bearer foo" -platform-exists-any-user-active-entitlement-by-item-ids 'fpAlr8B0' '["FjSwPhAY", "CRgR5lrT", "EdGPc3oU"]' --login_with_auth "Bearer foo" -platform-get-user-app-entitlement-ownership-by-app-id 'TZQkHv5S' 'jyGwlpYp' --login_with_auth "Bearer foo" -platform-get-user-entitlement-ownership-by-item-id 'KQUZlbsS' 'OmAn3fm2' --login_with_auth "Bearer foo" -platform-get-user-entitlement-ownership-by-item-ids 'OjBp3LVp' --login_with_auth "Bearer foo" -platform-get-user-entitlement-ownership-by-sku 'J1ljLFSA' 'lZ1mdESg' --login_with_auth "Bearer foo" -platform-revoke-all-entitlements 'cNGaALCi' --login_with_auth "Bearer foo" -platform-revoke-user-entitlements 'fqfpSCzs' 'vG16uV51' --login_with_auth "Bearer foo" -platform-get-user-entitlement 'aIEwJ6qA' 'swuYKhoN' --login_with_auth "Bearer foo" -platform-update-user-entitlement '75k29Mpq' 'vymkyExf' --body '{"endDate": "1994-10-21T00:00:00Z", "nullFieldList": ["ndwR5iCW", "OgveaBQE", "0d64u2ts"], "origin": "Epic", "reason": "eKAtmNrQ", "startDate": "1982-05-11T00:00:00Z", "status": "SOLD", "useCount": 91}' --login_with_auth "Bearer foo" -platform-consume-user-entitlement 'QY53JKOw' 'nzaEkeAp' --body '{"options": ["HGuz7UeS", "yto5YOfX", "PIKFGd0y"], "platform": "uULWiMgB", "requestId": "J1FKwjv9", "useCount": 60}' --login_with_auth "Bearer foo" -platform-disable-user-entitlement 'LDsrx0qd' 'zSs2FpjD' --login_with_auth "Bearer foo" -platform-enable-user-entitlement 'pqjMdNG6' 'UyvGyFEu' --login_with_auth "Bearer foo" -platform-get-user-entitlement-histories '6r1HHXzy' 'q9F1qxjL' --login_with_auth "Bearer foo" -platform-revoke-user-entitlement 'rRmWxjEp' '3izq5yiJ' --login_with_auth "Bearer foo" -platform-revoke-user-entitlement-by-use-count 'r1UNzbnf' '5ry6CaeU' --body '{"reason": "Tns2o4cQ", "useCount": 70}' --login_with_auth "Bearer foo" -platform-pre-check-revoke-user-entitlement-by-use-count 'thkJzGiE' 'fMSmukEq' '56' --login_with_auth "Bearer foo" -platform-sell-user-entitlement 'lODF1Pay' 'fdPt26bt' --body '{"platform": "omL1MCyI", "requestId": "sjFxh53K", "useCount": 66}' --login_with_auth "Bearer foo" -platform-fulfill-item 'wYcPnQXS' --body '{"duration": 76, "endDate": "1983-02-22T00:00:00Z", "entitlementOrigin": "Epic", "itemId": "CD4fvzu6", "itemSku": "rgmEFivZ", "language": "pkJsK2CV", "metadata": {"jVS3GBPb": {}, "bEHBqLDl": {}, "oRmCbseg": {}}, "order": {"currency": {"currencyCode": "0gQCcw5H", "currencySymbol": "4T0qVb8N", "currencyType": "REAL", "decimals": 43, "namespace": "dghraITQ"}, "ext": {"x4bVZaCs": {}, "5s0ioESy": {}, "8F9fp8Cv": {}}, "free": false}, "orderNo": "vlNI7sd1", "origin": "Other", "overrideBundleItemQty": {"LotSyQhb": 82, "1AnarTNU": 76, "51urS1LK": 50}, "quantity": 93, "region": "fgbPs9ZL", "source": "SELL_BACK", "startDate": "1990-11-02T00:00:00Z", "storeId": "bGQFJAGa"}' --login_with_auth "Bearer foo" -platform-redeem-code 'e2lhN2DN' --body '{"code": "nMMoii5H", "language": "gDf-039", "region": "6y0hg1Ir"}' --login_with_auth "Bearer foo" -platform-pre-check-fulfill-item '6OZYzYoh' --body '{"itemId": "bJElWFFx", "itemSku": "ZfMOiKGE", "quantity": 58}' --login_with_auth "Bearer foo" -platform-fulfill-rewards 'Rmvbbkng' --body '{"entitlementOrigin": "System", "metadata": {"WyJ6c3vn": {}, "zIa9PAkZ": {}, "vQ4fRimQ": {}}, "origin": "GooglePlay", "rewards": [{"currency": {"currencyCode": "RqyQKOci", "namespace": "BFOPBuNO"}, "item": {"itemId": "gYqd1pkG", "itemSku": "qCndnCIr", "itemType": "nHwBiSdp"}, "quantity": 72, "type": "CURRENCY"}, {"currency": {"currencyCode": "oceUfWoH", "namespace": "fe4PvV2g"}, "item": {"itemId": "egxMlvxg", "itemSku": "kcU83in5", "itemType": "DbtPoZ6C"}, "quantity": 57, "type": "ITEM"}, {"currency": {"currencyCode": "4Yv2QmVQ", "namespace": "bUwVsrhl"}, "item": {"itemId": "ageVQshL", "itemSku": "oIP8gO3r", "itemType": "IUuQZdN4"}, "quantity": 1, "type": "CURRENCY"}], "source": "ACHIEVEMENT", "transactionId": "JFXKfPRx"}' --login_with_auth "Bearer foo" -platform-query-user-iap-orders 'RypyApPX' --login_with_auth "Bearer foo" -platform-query-all-user-iap-orders 'Rfh0YKlm' --login_with_auth "Bearer foo" -platform-query-user-iap-consume-history 'vNhQDG1D' --login_with_auth "Bearer foo" -platform-mock-fulfill-iap-item 'jC8xE9ae' --body '{"itemIdentityType": "ITEM_ID", "language": "XEl_YkAU", "productId": "x04EHDsC", "region": "RKp2OIwn", "transactionId": "hGyJ0m2D", "type": "TWITCH"}' --login_with_auth "Bearer foo" -platform-query-user-orders 'yRgdu35b' --login_with_auth "Bearer foo" -platform-admin-create-user-order 'POjV8T6R' --body '{"currencyCode": "mhMYoM5O", "currencyNamespace": "J41IqKpf", "discountedPrice": 62, "ext": {"P7DahfsL": {}, "3gO2VXmq": {}, "Nj0rKEWE": {}}, "itemId": "V6hPJgqs", "language": "eTZv7Pja", "options": {"skipPriceValidation": false}, "platform": "GooglePlay", "price": 13, "quantity": 48, "region": "5nGq5NIL", "returnUrl": "4QVarvd1", "sandbox": false, "sectionId": "xLldlI2a"}' --login_with_auth "Bearer foo" -platform-count-of-purchased-item 'ZuHYozdY' 'FqulqD1u' --login_with_auth "Bearer foo" -platform-get-user-order 'Bf0ldSJa' 'C9MQT2sW' --login_with_auth "Bearer foo" -platform-update-user-order-status 'bW3vl6CP' 'cPCFwC9r' --body '{"status": "REFUNDING", "statusReason": "e0rkfLsK"}' --login_with_auth "Bearer foo" -platform-fulfill-user-order 'YsuwsvLs' '63FN83QY' --login_with_auth "Bearer foo" -platform-get-user-order-grant 'WU2AQgZu' 'dy8jKCAC' --login_with_auth "Bearer foo" -platform-get-user-order-histories 'bqnkt87i' 'iG1rsPmt' --login_with_auth "Bearer foo" -platform-process-user-order-notification 'cS9dsziJ' 'OEhRpcow' --body '{"additionalData": {"cardSummary": "lmPK3buJ"}, "authorisedTime": "1991-03-28T00:00:00Z", "chargebackReversedTime": "1991-07-21T00:00:00Z", "chargebackTime": "1993-08-03T00:00:00Z", "chargedTime": "1994-07-20T00:00:00Z", "createdTime": "1981-09-22T00:00:00Z", "currency": {"currencyCode": "wfQgCuZ2", "currencySymbol": "W4PC0KWA", "currencyType": "REAL", "decimals": 12, "namespace": "eimQm9XO"}, "customParameters": {"uvFpmobm": {}, "2ZmQEJJK": {}, "qXFY2rcB": {}}, "extOrderNo": "Syzq4nbr", "extTxId": "eNsvdJvt", "extUserId": "mk9tpOy7", "issuedAt": "1995-01-19T00:00:00Z", "metadata": {"EYGwuvhC": "Y350c2Eg", "Mn7ufo2x": "Ph8RlMpw", "sBkVm7ve": "05yim7Jr"}, "namespace": "RJufWcuT", "nonceStr": "zrPLTHQu", "paymentMethod": "v2F6zXRp", "paymentMethodFee": 29, "paymentOrderNo": "pWqpqHWd", "paymentProvider": "ALIPAY", "paymentProviderFee": 56, "paymentStationUrl": "5O4BDJVL", "price": 72, "refundedTime": "1990-11-16T00:00:00Z", "salesTax": 44, "sandbox": true, "sku": "1KpO7NSQ", "status": "CHARGEBACK", "statusReason": "IHqB61Xd", "subscriptionId": "2Ywl6OSO", "subtotalPrice": 26, "targetNamespace": "1vox8U8a", "targetUserId": "rHgNdmIz", "tax": 60, "totalPrice": 7, "totalTax": 5, "txEndTime": "1977-07-05T00:00:00Z", "type": "CIzfKmlg", "userId": "CT9N5iG0", "vat": 11}' --login_with_auth "Bearer foo" -platform-download-user-order-receipt 'C8GsJaED' 'TtP8rJ4l' --login_with_auth "Bearer foo" -platform-create-user-payment-order 'MMtBI3rM' --body '{"currencyCode": "TCoeNBxR", "currencyNamespace": "l991yJIb", "customParameters": {"UETiTGF2": {}, "WyCQUyFr": {}, "Wr6aPApb": {}}, "description": "1BudsHTE", "extOrderNo": "4B6JdPBO", "extUserId": "5wa4aRqE", "itemType": "LOOTBOX", "language": "CA", "metadata": {"Bfk5gkmX": "kdCHWNNf", "3uwe9XW4": "wuBQP41f", "0eMs2RZn": "dT4U4qUl"}, "notifyUrl": "ht5nODWl", "omitNotification": false, "platform": "0ekBJVjd", "price": 9, "recurringPaymentOrderNo": "YPH3Tlib", "region": "jLbKsS8P", "returnUrl": "86SV5eXI", "sandbox": false, "sku": "S3FS1Sso", "subscriptionId": "ndNDKAwj", "title": "xYaLGEXZ"}' --login_with_auth "Bearer foo" -platform-refund-user-payment-order 'dUijkYVt' 'qrnWuk6K' --body '{"description": "94z3Afcu"}' --login_with_auth "Bearer foo" -platform-apply-user-redemption '992PD5i1' --body '{"code": "ameWIqhr", "orderNo": "6jhGsIP1"}' --login_with_auth "Bearer foo" -platform-do-revocation 'fpdSZhnq' --body '{"meta": {"nYmBs6Tz": {}, "lr2GUcvx": {}, "mlNOabpI": {}}, "revokeEntries": [{"currency": {"balanceOrigin": "GooglePlay", "currencyCode": "cWTZ9oon", "namespace": "THeCgdrn"}, "entitlement": {"entitlementId": "YFSdg1Wf"}, "item": {"entitlementOrigin": "Other", "itemIdentity": "i4zxU9z9", "itemIdentityType": "ITEM_SKU", "origin": "Twitch"}, "quantity": 79, "type": "ITEM"}, {"currency": {"balanceOrigin": "Oculus", "currencyCode": "CC1pFDPW", "namespace": "lstiYbos"}, "entitlement": {"entitlementId": "M2rLe3Fl"}, "item": {"entitlementOrigin": "Oculus", "itemIdentity": "J6I0Xl9f", "itemIdentityType": "ITEM_ID", "origin": "Steam"}, "quantity": 53, "type": "CURRENCY"}, {"currency": {"balanceOrigin": "Steam", "currencyCode": "y6cUs8N6", "namespace": "q0Snz2LA"}, "entitlement": {"entitlementId": "KrbEpw3Q"}, "item": {"entitlementOrigin": "Steam", "itemIdentity": "4vmct50G", "itemIdentityType": "ITEM_SKU", "origin": "Other"}, "quantity": 20, "type": "ITEM"}], "source": "OTHER", "transactionId": "6SzJbFoB"}' --login_with_auth "Bearer foo" -platform-register-xbl-sessions 'ZUPVygmh' --body '{"gameSessionId": "xO5iVeHo", "payload": {"X2SK4bHq": {}, "11ewi3zy": {}, "J09Plg2Q": {}}, "scid": "BKkKCanU", "sessionTemplateName": "n60Ci4Fk"}' --login_with_auth "Bearer foo" -platform-query-user-subscriptions 'RMMlm6Ks' --login_with_auth "Bearer foo" -platform-get-user-subscription-activities 'wnQ1BHHt' --login_with_auth "Bearer foo" -platform-platform-subscribe-subscription 'Fkb22GQw' --body '{"grantDays": 1, "itemId": "bBGzvN8i", "language": "a4AcG3wc", "reason": "t0Vf3UNo", "region": "I5XU6esm", "source": "F2lD4tS4"}' --login_with_auth "Bearer foo" -platform-check-user-subscription-subscribable-by-item-id 'xj0wVTKo' '8IpE2P2d' --login_with_auth "Bearer foo" -platform-get-user-subscription 'vDCVFfb8' 'bhORYSHE' --login_with_auth "Bearer foo" -platform-delete-user-subscription 'HCjVpIVa' 'LP91NIAQ' --login_with_auth "Bearer foo" -platform-cancel-subscription 'oLorKiDb' 'ClSnGg5s' --body '{"immediate": true, "reason": "bXz7Iqhq"}' --login_with_auth "Bearer foo" -platform-grant-days-to-subscription '4gYIVxHe' 'mnvmuOCK' --body '{"grantDays": 4, "reason": "iA32Eduq"}' --login_with_auth "Bearer foo" -platform-get-user-subscription-billing-histories 'lGHkGWk0' 'sEhWmn94' --login_with_auth "Bearer foo" -platform-process-user-subscription-notification 'TKASqbom' 'hGA1J9Yf' --body '{"additionalData": {"cardSummary": "bX9KIERB"}, "authorisedTime": "1978-09-05T00:00:00Z", "chargebackReversedTime": "1979-02-07T00:00:00Z", "chargebackTime": "1992-09-14T00:00:00Z", "chargedTime": "1972-08-28T00:00:00Z", "createdTime": "1982-04-09T00:00:00Z", "currency": {"currencyCode": "IP1ELtk1", "currencySymbol": "NPWBOqg8", "currencyType": "REAL", "decimals": 99, "namespace": "dTBMXUvj"}, "customParameters": {"XqaOhvR0": {}, "JogOhOqh": {}, "1COK0wYv": {}}, "extOrderNo": "pXrsfrDK", "extTxId": "jHsj2iSX", "extUserId": "51RduKTx", "issuedAt": "1977-10-13T00:00:00Z", "metadata": {"BqEHNKGC": "UZpE6bWw", "Aty2djg2": "cuigEUiA", "yWfvclNE": "8i0mzSiX"}, "namespace": "SSKKmwWj", "nonceStr": "mJjmf7uR", "paymentMethod": "Kb5t8s4A", "paymentMethodFee": 12, "paymentOrderNo": "SRUdZmkB", "paymentProvider": "STRIPE", "paymentProviderFee": 13, "paymentStationUrl": "ILW2sEdi", "price": 53, "refundedTime": "1992-11-07T00:00:00Z", "salesTax": 60, "sandbox": false, "sku": "rA1Lwa9U", "status": "CHARGEBACK_REVERSED", "statusReason": "80Q8bN52", "subscriptionId": "DxOAvqRG", "subtotalPrice": 25, "targetNamespace": "TCZa777S", "targetUserId": "to3aC1Xy", "tax": 74, "totalPrice": 51, "totalTax": 85, "txEndTime": "1978-12-19T00:00:00Z", "type": "zM3GryAY", "userId": "jgOv3yB8", "vat": 37}' --login_with_auth "Bearer foo" -platform-acquire-user-ticket 'LRi5L6WU' 'ZKWjYW2q' --body '{"count": 56, "orderNo": "SZPTGq89"}' --login_with_auth "Bearer foo" -platform-query-user-currency-wallets 'pKsam1JO' --login_with_auth "Bearer foo" -platform-debit-user-wallet-by-currency-code 'sFjdPzOG' 'lNhtFNFQ' --body '{"allowOverdraft": false, "amount": 94, "balanceOrigin": "Other", "balanceSource": "IAP_REVOCATION", "metadata": {"OmIKFg74": {}, "NkG1c1Ol": {}, "N8CMeT6g": {}}, "reason": "ZPZeT7cs"}' --login_with_auth "Bearer foo" -platform-list-user-currency-transactions 'Y6EAney7' 'f4JCm1kt' --login_with_auth "Bearer foo" -platform-check-balance '{"amount": 70, "debitBalanceSource": "DLC_REVOCATION", "metadata": {"3Ty0dLHO": {}, "WZqnvNWg": {}, "0CvLn4Ka": {}}, "reason": "mBcEPow3", "walletPlatform": "Steam"}' 'A4QkL6KI' 'wTYyodJW' --login_with_auth "Bearer foo" -platform-credit-user-wallet 'dwbinuUN' 'cuKwwLOm' --body '{"amount": 17, "expireAt": "1975-02-13T00:00:00Z", "metadata": {"3n4zjeaw": {}, "w3XaKZZG": {}, "ltN2omVx": {}}, "origin": "Other", "reason": "kIXibdMC", "source": "SELL_BACK"}' --login_with_auth "Bearer foo" -platform-debit-by-wallet-platform '{"amount": 46, "debitBalanceSource": "OTHER", "metadata": {"eR6E64UN": {}, "ksYfAZLD": {}, "qI4XcHG3": {}}, "reason": "NcECxCXk", "walletPlatform": "Nintendo"}' 'CCH2SEtB' 'C25YTiQP' --login_with_auth "Bearer foo" -platform-pay-with-user-wallet 'ebXbPxH6' 'c2v6udWB' --body '{"amount": 4, "metadata": {"gMX31mkZ": {}, "QjfnhFp0": {}, "Lmr8MtzR": {}}, "walletPlatform": "Oculus"}' --login_with_auth "Bearer foo" +platform-get-trade-history-by-transaction-id 'AdLW3YJ8' --login_with_auth "Bearer foo" +platform-unlock-steam-user-achievement 'B2ydYFPe' --body '{"achievements": [{"id": "4Cfxv8lt", "value": 53}, {"id": "IRbIvX4n", "value": 68}, {"id": "t9qSJ0vf", "value": 0}], "steamUserId": "ejSXMo9S"}' --login_with_auth "Bearer foo" +platform-get-xbl-user-achievements 'ZGetOo1k' 'ankDrHBX' --login_with_auth "Bearer foo" +platform-update-xbl-user-achievement '4GJK9ODj' --body '{"achievements": [{"id": "2R8qUxtX", "percentComplete": 1}, {"id": "nodtr9gu", "percentComplete": 8}, {"id": "sRVPsStt", "percentComplete": 72}], "serviceConfigId": "q6O3NF9l", "titleId": "ingIXZOo", "xboxUserId": "fSEdw5ur"}' --login_with_auth "Bearer foo" +platform-anonymize-campaign 'c9r3hd6D' --login_with_auth "Bearer foo" +platform-anonymize-entitlement 'Cjxuch4s' --login_with_auth "Bearer foo" +platform-anonymize-fulfillment 'uNZZR4Nk' --login_with_auth "Bearer foo" +platform-anonymize-integration 'mMGllsy6' --login_with_auth "Bearer foo" +platform-anonymize-order 'zZmFmQCb' --login_with_auth "Bearer foo" +platform-anonymize-payment 'dhieqXWM' --login_with_auth "Bearer foo" +platform-anonymize-revocation 'Sjdn7usp' --login_with_auth "Bearer foo" +platform-anonymize-subscription 'MfyUjbB7' --login_with_auth "Bearer foo" +platform-anonymize-wallet '7sZ3Rbgk' --login_with_auth "Bearer foo" +platform-get-user-dlc-by-platform 'JdXK79Qj' 'PSN' --login_with_auth "Bearer foo" +platform-get-user-dlc 'ZDmfxqT3' --login_with_auth "Bearer foo" +platform-query-user-entitlements 'aMQ9XgJL' --login_with_auth "Bearer foo" +platform-grant-user-entitlement 'j7Uqoo1t' --body '[{"collectionId": "g75DT6sG", "endDate": "1991-08-15T00:00:00Z", "grantedCode": "EoxyHP34", "itemId": "IJFPxal8", "itemNamespace": "wBn1aRSd", "language": "ngre-ywGD-989", "origin": "Xbox", "quantity": 42, "region": "Z6qmV28m", "source": "ACHIEVEMENT", "startDate": "1995-12-15T00:00:00Z", "storeId": "BEkmUkWP"}, {"collectionId": "XLFZqvYE", "endDate": "1992-12-24T00:00:00Z", "grantedCode": "wXSereqG", "itemId": "FZFHAVqs", "itemNamespace": "ZMMJ9Qt6", "language": "Wz_jS", "origin": "Steam", "quantity": 52, "region": "kqQJ4C0y", "source": "OTHER", "startDate": "1973-10-14T00:00:00Z", "storeId": "wHdWHp0Z"}, {"collectionId": "XyTL96YV", "endDate": "1996-11-08T00:00:00Z", "grantedCode": "SrPn0EcV", "itemId": "2ArIYRgs", "itemNamespace": "8VAHkArX", "language": "qAE-LGtf-736", "origin": "Other", "quantity": 98, "region": "Ia1Mlb70", "source": "PROMOTION", "startDate": "1999-05-06T00:00:00Z", "storeId": "VkkQgur8"}]' --login_with_auth "Bearer foo" +platform-get-user-app-entitlement-by-app-id 'pmNI0V1i' 'SzuOAfG0' --login_with_auth "Bearer foo" +platform-query-user-entitlements-by-app-type 'Q5TDoQmN' 'DLC' --login_with_auth "Bearer foo" +platform-get-user-entitlement-by-item-id 'YemLZBAM' '2BNdIDYe' --login_with_auth "Bearer foo" +platform-get-user-active-entitlements-by-item-ids 'RTSJrnv0' --login_with_auth "Bearer foo" +platform-get-user-entitlement-by-sku 'MSyLZmzu' 'kfYQpDZ6' --login_with_auth "Bearer foo" +platform-exists-any-user-active-entitlement 'l6LZYMd7' --login_with_auth "Bearer foo" +platform-exists-any-user-active-entitlement-by-item-ids 'HJjvaYLA' '["kB2PuM0r", "0Ik7kTC1", "di5w1RY3"]' --login_with_auth "Bearer foo" +platform-get-user-app-entitlement-ownership-by-app-id 'gQPkZkCP' '3lJZmevh' --login_with_auth "Bearer foo" +platform-get-user-entitlement-ownership-by-item-id 'o51dvJa6' 'TKd1VFxr' --login_with_auth "Bearer foo" +platform-get-user-entitlement-ownership-by-item-ids 'WvBJOo1q' --login_with_auth "Bearer foo" +platform-get-user-entitlement-ownership-by-sku 't6XilRkx' '8xsjpQrG' --login_with_auth "Bearer foo" +platform-revoke-all-entitlements 'P2TXG22g' --login_with_auth "Bearer foo" +platform-revoke-user-entitlements 'WOqk4eKV' 'mF4dRMjA' --login_with_auth "Bearer foo" +platform-get-user-entitlement 'jI9c9LmN' 'gQEfsjgl' --login_with_auth "Bearer foo" +platform-update-user-entitlement 'q3okyAZy' 'rAK0DQT7' --body '{"collectionId": "E5og0R6a", "endDate": "1980-12-26T00:00:00Z", "nullFieldList": ["cNKMAhhZ", "s2Jy6NTd", "Cx9UbRbH"], "origin": "Oculus", "reason": "DDRBF5Fl", "startDate": "1984-08-16T00:00:00Z", "status": "REVOKED", "useCount": 24}' --login_with_auth "Bearer foo" +platform-consume-user-entitlement 'mbsd9vo1' 'zR1LgyP7' --body '{"options": ["dHpeQgnw", "Pf4Hl54r", "AFPUFPbC"], "platform": "EYPvoRYA", "requestId": "tUSBnGCP", "useCount": 94}' --login_with_auth "Bearer foo" +platform-disable-user-entitlement 'DtJCL1df' 'ZHPoUTqd' --login_with_auth "Bearer foo" +platform-enable-user-entitlement '2IFEZ4wD' 'su54OyDw' --login_with_auth "Bearer foo" +platform-get-user-entitlement-histories 'QmFeV2np' 'hi0TCmVm' --login_with_auth "Bearer foo" +platform-revoke-user-entitlement '7ITmS1vt' 'mkHWkLAo' --login_with_auth "Bearer foo" +platform-revoke-user-entitlement-by-use-count 'vVz0QNDk' 'Hb218LeB' --body '{"reason": "qeIyYtKM", "useCount": 84}' --login_with_auth "Bearer foo" +platform-pre-check-revoke-user-entitlement-by-use-count 'in6r4pah' 'uTT3uxH2' '46' --login_with_auth "Bearer foo" +platform-sell-user-entitlement 'MdrYzfGe' 'P35SXW6a' --body '{"platform": "GgILyq4M", "requestId": "RmGdZAuN", "useCount": 53}' --login_with_auth "Bearer foo" +platform-fulfill-item 'dOfjNoKH' --body '{"duration": 20, "endDate": "1996-06-21T00:00:00Z", "entitlementCollectionId": "jI1mSam3", "entitlementOrigin": "System", "itemId": "gJQeLySj", "itemSku": "73wGPwj6", "language": "zhbVMXs8", "metadata": {"5JDBYB1N": {}, "iDFisgg4": {}, "wwLr2dN0": {}}, "order": {"currency": {"currencyCode": "XbwfqqUN", "currencySymbol": "NW83Ok0V", "currencyType": "REAL", "decimals": 29, "namespace": "chZhnMlc"}, "ext": {"WshnmjNp": {}, "EUlm8Fri": {}, "A0HuDCMv": {}}, "free": false}, "orderNo": "ITpfnk4v", "origin": "Oculus", "overrideBundleItemQty": {"vuN4TnZa": 54, "W67vttoh": 52, "Wz0QXSfy": 24}, "quantity": 99, "region": "6HPzA8Hk", "source": "REDEEM_CODE", "startDate": "1972-10-25T00:00:00Z", "storeId": "7vikjw2p"}' --login_with_auth "Bearer foo" +platform-redeem-code 'xq0Y4okr' --body '{"code": "8uy7GqB8", "language": "EAP_yPMH-486", "region": "Q8NTzDr8"}' --login_with_auth "Bearer foo" +platform-pre-check-fulfill-item 'ajsVUlAs' --body '{"itemId": "NxWHOYCF", "itemSku": "IsWZ9O2o", "quantity": 87}' --login_with_auth "Bearer foo" +platform-fulfill-rewards '9VKkw4lL' --body '{"entitlementCollectionId": "5BCGRSXB", "entitlementOrigin": "Twitch", "metadata": {"v5DjdGcV": {}, "z8XJLbPH": {}, "4WqagtDj": {}}, "origin": "Twitch", "rewards": [{"currency": {"currencyCode": "wKv9GFiP", "namespace": "k2eT3142"}, "item": {"itemId": "SGsfEQ0f", "itemSku": "z9ZrS4TP", "itemType": "FjpJrKuQ"}, "quantity": 19, "type": "CURRENCY"}, {"currency": {"currencyCode": "byan2vch", "namespace": "GqIpB5Wk"}, "item": {"itemId": "BNXfXoIt", "itemSku": "x4amwMTx", "itemType": "LIYjFT7c"}, "quantity": 95, "type": "CURRENCY"}, {"currency": {"currencyCode": "h30jLjtD", "namespace": "xlqto8by"}, "item": {"itemId": "Zn7vnkIn", "itemSku": "d825M4Vu", "itemType": "S4PwBtln"}, "quantity": 31, "type": "ITEM"}], "source": "PAYMENT", "transactionId": "LRTg1ZzE"}' --login_with_auth "Bearer foo" +platform-query-user-iap-orders 'xfkRPryS' --login_with_auth "Bearer foo" +platform-query-all-user-iap-orders 'IcnjKH2Y' --login_with_auth "Bearer foo" +platform-query-user-iap-consume-history '3MghrO8g' --login_with_auth "Bearer foo" +platform-mock-fulfill-iap-item 'qoBbCxOi' --body '{"itemIdentityType": "ITEM_ID", "language": "oTTH", "productId": "Ip7cvZ6R", "region": "EZTnlV3M", "transactionId": "190w3WNr", "type": "XBOX"}' --login_with_auth "Bearer foo" +platform-query-user-orders 'Kzy93edo' --login_with_auth "Bearer foo" +platform-admin-create-user-order '8eVtUz37' --body '{"currencyCode": "Lg0htdzA", "currencyNamespace": "t1F9GmVL", "discountedPrice": 38, "entitlementPlatform": "Other", "ext": {"LEKN1rYF": {}, "VQYFpc63": {}, "DB4OVvE1": {}}, "itemId": "u7QEJLHG", "language": "5ENoROQS", "options": {"skipPriceValidation": true}, "platform": "Steam", "price": 41, "quantity": 44, "region": "vM9YrszD", "returnUrl": "FsnnIXqj", "sandbox": true, "sectionId": "AWuTMxVW"}' --login_with_auth "Bearer foo" +platform-count-of-purchased-item 'bEB7s1Fi' 'YX9GTWLx' --login_with_auth "Bearer foo" +platform-get-user-order 'pXKVon7W' 'Ia3Lgzst' --login_with_auth "Bearer foo" +platform-update-user-order-status 'ni0OUZWF' '4yVgIdUY' --body '{"status": "REFUNDED", "statusReason": "E0IPrRUY"}' --login_with_auth "Bearer foo" +platform-fulfill-user-order 'cXKyMkQQ' 'qzVyUdik' --login_with_auth "Bearer foo" +platform-get-user-order-grant 'hGpOQyey' 'sOcloF2Y' --login_with_auth "Bearer foo" +platform-get-user-order-histories 'LhdVlnBt' 'vfF9ss05' --login_with_auth "Bearer foo" +platform-process-user-order-notification 'nCquyyHQ' '9o6fsNrM' --body '{"additionalData": {"cardSummary": "mpRyFZhD"}, "authorisedTime": "1991-10-23T00:00:00Z", "chargebackReversedTime": "1994-10-18T00:00:00Z", "chargebackTime": "1976-07-13T00:00:00Z", "chargedTime": "1977-07-07T00:00:00Z", "createdTime": "1984-10-21T00:00:00Z", "currency": {"currencyCode": "tummSBww", "currencySymbol": "v35R9RQZ", "currencyType": "VIRTUAL", "decimals": 41, "namespace": "0rAp48mW"}, "customParameters": {"W6ZgZKPP": {}, "E7YSh2z0": {}, "hb4iXzIm": {}}, "extOrderNo": "OT1COViO", "extTxId": "gENzPaBS", "extUserId": "Q4wLmdM2", "issuedAt": "1990-01-12T00:00:00Z", "metadata": {"kYVx1MJc": "Ohpgob9H", "vrgPq73S": "HhaQlFHd", "3QNsCV6c": "VPKtQewb"}, "namespace": "jQ1XlfgB", "nonceStr": "ZVCNEZ2V", "paymentMethod": "pfV7CFWc", "paymentMethodFee": 49, "paymentOrderNo": "ui021os9", "paymentProvider": "ADYEN", "paymentProviderFee": 29, "paymentStationUrl": "ZcSH1i4Y", "price": 15, "refundedTime": "1981-02-22T00:00:00Z", "salesTax": 78, "sandbox": true, "sku": "eKlUGudq", "status": "INIT", "statusReason": "znLp4ny8", "subscriptionId": "8bM9PeS3", "subtotalPrice": 44, "targetNamespace": "donYqSzu", "targetUserId": "Gy42DKh2", "tax": 94, "totalPrice": 99, "totalTax": 3, "txEndTime": "1992-12-31T00:00:00Z", "type": "DmTIqVKz", "userId": "c1aRE25C", "vat": 33}' --login_with_auth "Bearer foo" +platform-download-user-order-receipt 'YECWRyny' '8QVvwEoE' --login_with_auth "Bearer foo" +platform-create-user-payment-order 'lLgOd01P' --body '{"currencyCode": "oa2hTLj2", "currencyNamespace": "rwfTTsdC", "customParameters": {"DVfnYjJS": {}, "HQChoLxo": {}, "Rrh36y1z": {}}, "description": "IvpYIA9b", "extOrderNo": "4JyGP8WO", "extUserId": "LpNQM22H", "itemType": "SUBSCRIPTION", "language": "AAnz-aWia", "metadata": {"lU6UdTZC": "utOenCCw", "ovJqGT16": "vyeSY4NF", "5baV76vM": "9ojiPJ4m"}, "notifyUrl": "Jqwsoahs", "omitNotification": true, "platform": "L0LmgSaW", "price": 91, "recurringPaymentOrderNo": "CC7KhKJF", "region": "zid06Aka", "returnUrl": "IoRJbgqX", "sandbox": true, "sku": "2kEVWbxC", "subscriptionId": "NcW4LV1O", "title": "nXaoWc5T"}' --login_with_auth "Bearer foo" +platform-refund-user-payment-order 'nbLevKXL' 'Vn0lvkZ9' --body '{"description": "gXMZH7Cw"}' --login_with_auth "Bearer foo" +platform-apply-user-redemption 'FeKJXEA5' --body '{"code": "Df0prx7D", "orderNo": "A9jEd7E0"}' --login_with_auth "Bearer foo" +platform-do-revocation 'PTyAvTKH' --body '{"meta": {"a9rLQExD": {}, "ta8qGVW8": {}, "rWa8so92": {}}, "revokeEntries": [{"currency": {"balanceOrigin": "Twitch", "currencyCode": "kKGo0JJq", "namespace": "Vahdip6Z"}, "entitlement": {"entitlementId": "AHl543TG"}, "item": {"entitlementOrigin": "GooglePlay", "itemIdentity": "TiRN7iND", "itemIdentityType": "ITEM_ID", "origin": "Playstation"}, "quantity": 25, "type": "ENTITLEMENT"}, {"currency": {"balanceOrigin": "IOS", "currencyCode": "BRHSbk81", "namespace": "ZIaOBDCt"}, "entitlement": {"entitlementId": "EzAex1yo"}, "item": {"entitlementOrigin": "System", "itemIdentity": "fOhzkPX0", "itemIdentityType": "ITEM_SKU", "origin": "Nintendo"}, "quantity": 22, "type": "ENTITLEMENT"}, {"currency": {"balanceOrigin": "Other", "currencyCode": "BtLncevX", "namespace": "s4fV3rAh"}, "entitlement": {"entitlementId": "mOm8yRQW"}, "item": {"entitlementOrigin": "Other", "itemIdentity": "ETjTfSYA", "itemIdentityType": "ITEM_ID", "origin": "Steam"}, "quantity": 13, "type": "CURRENCY"}], "source": "ORDER", "transactionId": "GAQJgzBS"}' --login_with_auth "Bearer foo" +platform-register-xbl-sessions 'QKE2I1Kn' --body '{"gameSessionId": "FLDMwVng", "payload": {"qZ1a80jI": {}, "kJZBDYhd": {}, "2JDUU5Zy": {}}, "scid": "RaHdnobL", "sessionTemplateName": "yGZN4GwK"}' --login_with_auth "Bearer foo" +platform-query-user-subscriptions 'cMSZrdrR' --login_with_auth "Bearer foo" +platform-get-user-subscription-activities 'hFLJpQmh' --login_with_auth "Bearer foo" +platform-platform-subscribe-subscription 'TxT0Eafn' --body '{"grantDays": 51, "itemId": "jlYTnCZ3", "language": "vDZYNztZ", "reason": "M9O9F9V4", "region": "1Qn6u3vZ", "source": "ug6G1z45"}' --login_with_auth "Bearer foo" +platform-check-user-subscription-subscribable-by-item-id 'aBaEvswI' 'oZCip9g3' --login_with_auth "Bearer foo" +platform-get-user-subscription 'hTG6LCR9' 'Hvl3a1Ew' --login_with_auth "Bearer foo" +platform-delete-user-subscription 'GCw5nTsH' 'ZXcVA9kq' --login_with_auth "Bearer foo" +platform-cancel-subscription 'HId17fWU' 'FkAMTMiX' --body '{"immediate": true, "reason": "PMU1eq6V"}' --login_with_auth "Bearer foo" +platform-grant-days-to-subscription 'qgU6Rlch' 'yfYR9xYB' --body '{"grantDays": 99, "reason": "q0ZudM9s"}' --login_with_auth "Bearer foo" +platform-get-user-subscription-billing-histories 'KlP55c2t' 'W6Pdsz1B' --login_with_auth "Bearer foo" +platform-process-user-subscription-notification 'FnqxVJeo' 'ypD6O7uU' --body '{"additionalData": {"cardSummary": "w1CloMQR"}, "authorisedTime": "1986-12-23T00:00:00Z", "chargebackReversedTime": "1987-01-31T00:00:00Z", "chargebackTime": "1978-12-17T00:00:00Z", "chargedTime": "1990-11-10T00:00:00Z", "createdTime": "1990-12-08T00:00:00Z", "currency": {"currencyCode": "C3PzdsyH", "currencySymbol": "uprGmOtY", "currencyType": "VIRTUAL", "decimals": 100, "namespace": "AdGQyZyV"}, "customParameters": {"fiKydW8m": {}, "flA1UuQu": {}, "8Z280KkG": {}}, "extOrderNo": "ecG3KHEL", "extTxId": "HnEQ5mFl", "extUserId": "8pcS860w", "issuedAt": "1993-06-03T00:00:00Z", "metadata": {"cPhwI5r5": "oxtW9Qdo", "kGjuaj4R": "PP0jhMeq", "t6HVhHPa": "0lNWZgz6"}, "namespace": "1lCdY0n2", "nonceStr": "DBJwTsrw", "paymentMethod": "bFcrEWbH", "paymentMethodFee": 78, "paymentOrderNo": "n2uCtePZ", "paymentProvider": "STRIPE", "paymentProviderFee": 51, "paymentStationUrl": "fsiBaVx1", "price": 5, "refundedTime": "1987-06-22T00:00:00Z", "salesTax": 79, "sandbox": true, "sku": "cZfkQUcg", "status": "CHARGE_FAILED", "statusReason": "4LFsFrV2", "subscriptionId": "855rQtYY", "subtotalPrice": 71, "targetNamespace": "4Rr1QYXB", "targetUserId": "AX2Xj9Eq", "tax": 43, "totalPrice": 63, "totalTax": 31, "txEndTime": "1972-06-04T00:00:00Z", "type": "6W8fdgwl", "userId": "RLYuUgHE", "vat": 28}' --login_with_auth "Bearer foo" +platform-acquire-user-ticket '4RDeZXDu' 'pppmsepY' --body '{"count": 29, "orderNo": "NqthbaGJ"}' --login_with_auth "Bearer foo" +platform-query-user-currency-wallets '8aDSnaIs' --login_with_auth "Bearer foo" +platform-debit-user-wallet-by-currency-code 'v19IhUqf' 'M9HUYVEV' --body '{"allowOverdraft": false, "amount": 9, "balanceOrigin": "GooglePlay", "balanceSource": "TRADE", "metadata": {"st3Xgs3w": {}, "4ZCNm848": {}, "c3bKcvJI": {}}, "reason": "AJvfU3f2"}' --login_with_auth "Bearer foo" +platform-list-user-currency-transactions 'xPE1AAyJ' 'OoKntk3l' --login_with_auth "Bearer foo" +platform-check-balance '{"amount": 98, "debitBalanceSource": "EXPIRATION", "metadata": {"YYVBSJyq": {}, "VX1ISl8B": {}, "PSevy3tQ": {}}, "reason": "geXtm7sA", "walletPlatform": "IOS"}' 'EKYO3mOH' 'uxIzj4Nd' --login_with_auth "Bearer foo" +platform-credit-user-wallet '6YIXUE5W' 'RzdyJH6O' --body '{"amount": 44, "expireAt": "1985-06-10T00:00:00Z", "metadata": {"bP9Id7Km": {}, "8u6fPIPt": {}, "d067fOml": {}}, "origin": "Steam", "reason": "wR5KiTAH", "source": "REDEEM_CODE"}' --login_with_auth "Bearer foo" +platform-debit-by-wallet-platform '{"amount": 42, "debitBalanceSource": "IAP_REVOCATION", "metadata": {"E0HsjoKs": {}, "vmrIDA9C": {}, "RsX77E3c": {}}, "reason": "sLZDQNok", "walletPlatform": "IOS"}' 'QlFjI4BC' 'IjyZgk3h' --login_with_auth "Bearer foo" +platform-pay-with-user-wallet '5vR16LXh' 'eSqedkjk' --body '{"amount": 92, "metadata": {"0115AA3z": {}, "UwCtWND0": {}, "fsgulDgF": {}}, "walletPlatform": "GooglePlay"}' --login_with_auth "Bearer foo" platform-list-views --login_with_auth "Bearer foo" -platform-create-view 'rTXOaIYI' --body '{"displayOrder": 59, "localizations": {"VUP1Qqoq": {"description": "vkDXXBna", "localExt": {"2jWoc7jZ": {}, "0ItokFvu": {}, "SVA5Y7q4": {}}, "longDescription": "C4snXPk8", "title": "rO8ML3ND"}, "uJlfWwTw": {"description": "ulJAzsMQ", "localExt": {"LN5KpagY": {}, "0gzWxnrW": {}, "Bo1wYmeQ": {}}, "longDescription": "ioNxrnOL", "title": "JIJDFSpO"}, "O16lgajx": {"description": "jhuSw7op", "localExt": {"qqH1afkf": {}, "4qZEPW1M": {}, "yg1JBMKY": {}}, "longDescription": "mfGRTlet", "title": "qZlzy2SG"}}, "name": "bA0wdBZf"}' --login_with_auth "Bearer foo" -platform-get-view 'yQNQOYad' --login_with_auth "Bearer foo" -platform-update-view 'Jw1frQ1K' 'jkL8YBjo' --body '{"displayOrder": 72, "localizations": {"NAXmz3GV": {"description": "0r9WV475", "localExt": {"AIlGhTnb": {}, "oOfHGX1w": {}, "OXKBWSXq": {}}, "longDescription": "K0LyGsqU", "title": "jhaHR70Q"}, "Www7TvE0": {"description": "w2d2QrV9", "localExt": {"ZckLTFQS": {}, "jsl2A9DA": {}, "tQcCDaJZ": {}}, "longDescription": "aEXAcyKA", "title": "SvRJZ9PL"}, "4gb2BFJR": {"description": "HKMdpZMk", "localExt": {"I3SElgAg": {}, "rLh1de5k": {}, "NMM94N1J": {}}, "longDescription": "dGlU1VLV", "title": "1As3gN20"}}, "name": "hXcOiDVc"}' --login_with_auth "Bearer foo" -platform-delete-view 'vCjSKWNZ' 'ChzajLik' --login_with_auth "Bearer foo" -platform-bulk-credit --body '[{"creditRequest": {"amount": 31, "expireAt": "1984-08-08T00:00:00Z", "metadata": {"OlwqWZCQ": {}, "fum4PKXk": {}, "CALFqBM0": {}}, "origin": "Steam", "reason": "vGN5db7z", "source": "OTHER"}, "currencyCode": "h50FWTyQ", "userIds": ["uGIEkG4W", "dkVAA7Lq", "UJa4KaTr"]}, {"creditRequest": {"amount": 31, "expireAt": "1976-10-01T00:00:00Z", "metadata": {"ohYgwUdi": {}, "iLWFnydF": {}, "lN9UktOW": {}}, "origin": "Playstation", "reason": "ZkatfMCx", "source": "IAP"}, "currencyCode": "Jo2iS8gw", "userIds": ["5ImUb3w3", "DJQKzRLI", "MJO2ndOK"]}, {"creditRequest": {"amount": 36, "expireAt": "1979-11-13T00:00:00Z", "metadata": {"IZYVBDtO": {}, "VZ43XqLn": {}, "bGRQn86q": {}}, "origin": "IOS", "reason": "pWGcYcJM", "source": "PROMOTION"}, "currencyCode": "CqVpmxII", "userIds": ["U74Fwj7k", "tzKCyiDc", "piktpFR9"]}]' --login_with_auth "Bearer foo" -platform-bulk-debit --body '[{"currencyCode": "TpyII5Hs", "request": {"allowOverdraft": true, "amount": 24, "balanceOrigin": "GooglePlay", "balanceSource": "TRADE", "metadata": {"UkMYbRQD": {}, "cC8xc7XX": {}, "wMV2FeV2": {}}, "reason": "kJoDF28z"}, "userIds": ["q3KH0asu", "elnQPd9j", "khW4qp8L"]}, {"currencyCode": "gMswN5fO", "request": {"allowOverdraft": false, "amount": 36, "balanceOrigin": "GooglePlay", "balanceSource": "OTHER", "metadata": {"4IaXg922": {}, "u94fLd6c": {}, "g01M83P3": {}}, "reason": "7VAnDIio"}, "userIds": ["QBTw85h6", "3gaj4oQ4", "if8EVJE0"]}, {"currencyCode": "LA382Ya0", "request": {"allowOverdraft": true, "amount": 58, "balanceOrigin": "Twitch", "balanceSource": "EXPIRATION", "metadata": {"bOe6YWwR": {}, "BjvhXdZG": {}, "wNwkfHme": {}}, "reason": "SgKtVSMZ"}, "userIds": ["AvVNdKEH", "bl8K6niT", "JigfyiXU"]}]' --login_with_auth "Bearer foo" -platform-sync-orders 'sifMd0qo' 'xm9pi5Hb' --login_with_auth "Bearer foo" -platform-test-adyen-config --body '{"allowedPaymentMethods": ["wAZdvqLJ", "Ha9PvkfS", "AKZwfi6G"], "apiKey": "jxRjLc2f", "authoriseAsCapture": false, "blockedPaymentMethods": ["nQHCcmBR", "ONYlw3Rj", "shNncJN0"], "clientKey": "pdItQBpe", "dropInSettings": "WzgV4qSR", "liveEndpointUrlPrefix": "SlrJNxCn", "merchantAccount": "C6JvV4fl", "notificationHmacKey": "XmRyJJgu", "notificationPassword": "iRsgI1Xs", "notificationUsername": "xaRO6BJv", "returnUrl": "9F93J604", "settings": "Ixdtic92"}' --login_with_auth "Bearer foo" -platform-test-ali-pay-config --body '{"appId": "NTwAqCsl", "privateKey": "wSvCcSYz", "publicKey": "gXAH8PoF", "returnUrl": "3vpE5X2Z"}' --login_with_auth "Bearer foo" -platform-test-checkout-config --body '{"publicKey": "yjrOmmaY", "secretKey": "h75N1kc1"}' --login_with_auth "Bearer foo" +platform-create-view 'eVMMS9gl' --body '{"displayOrder": 42, "localizations": {"3s6hbbBy": {"description": "57QbxWj4", "localExt": {"zDMQVnZR": {}, "TKmFoOul": {}, "I5MdwSq0": {}}, "longDescription": "9ITOHjzG", "title": "tm8cD3KN"}, "i1vXcSkH": {"description": "JASqoTDQ", "localExt": {"PKVq5M2o": {}, "SNI2YPWu": {}, "F5UIgfJ5": {}}, "longDescription": "SIvH4kSX", "title": "YfFTYB37"}, "8lKhrdhk": {"description": "Or7ldtjs", "localExt": {"YunDhn6O": {}, "RwwjZJBC": {}, "bpDnTmFs": {}}, "longDescription": "GXRGXcqT", "title": "UaBxToVW"}}, "name": "EA6SQoKV"}' --login_with_auth "Bearer foo" +platform-get-view 'xb3JF1QV' --login_with_auth "Bearer foo" +platform-update-view 'RB9Q7c4e' 'GnUQLhsv' --body '{"displayOrder": 59, "localizations": {"wriucnem": {"description": "iiWjDiIj", "localExt": {"Ua2j93u1": {}, "we8EpCHh": {}, "smOgsgAD": {}}, "longDescription": "iNxkxg6S", "title": "jKlgqqtK"}, "3ZmsXvvX": {"description": "uGbI53Xr", "localExt": {"33H20xIq": {}, "2SsyQM6R": {}, "32qsBglO": {}}, "longDescription": "AJUNFtpr", "title": "JeMHmA01"}, "QNKZ3JpL": {"description": "JaAkimYC", "localExt": {"BBabuwh7": {}, "ze38Slxy": {}, "zhgaIKP8": {}}, "longDescription": "OQzBQwm9", "title": "BRVyqXba"}}, "name": "EDvCNHzo"}' --login_with_auth "Bearer foo" +platform-delete-view 'pAjUmRPK' 'mKh4OacZ' --login_with_auth "Bearer foo" +platform-bulk-credit --body '[{"creditRequest": {"amount": 65, "expireAt": "1972-05-01T00:00:00Z", "metadata": {"q0mJZoL9": {}, "Btj0s9N4": {}, "wsoqZF0W": {}}, "origin": "Steam", "reason": "1OkvcYrQ", "source": "REFERRAL_BONUS"}, "currencyCode": "eFmIrkem", "userIds": ["Shxjal5t", "GJYoNccb", "6hKKQJbp"]}, {"creditRequest": {"amount": 9, "expireAt": "1991-02-04T00:00:00Z", "metadata": {"5GG0aASr": {}, "AwFmM0uB": {}, "SmteznkV": {}}, "origin": "Nintendo", "reason": "X6bUYPn3", "source": "REDEEM_CODE"}, "currencyCode": "kaCm5mMz", "userIds": ["2hOTFXrG", "yneMgS07", "2YIcHrDr"]}, {"creditRequest": {"amount": 76, "expireAt": "1984-02-07T00:00:00Z", "metadata": {"O1RjSj6m": {}, "6zy3u2eD": {}, "1ODAtxrf": {}}, "origin": "IOS", "reason": "0o1Qp16O", "source": "IAP"}, "currencyCode": "9PK6OMWh", "userIds": ["ibb1sspI", "uzxN8oew", "Y8sHdsgp"]}]' --login_with_auth "Bearer foo" +platform-bulk-debit --body '[{"currencyCode": "qkOlfQQ5", "request": {"allowOverdraft": false, "amount": 30, "balanceOrigin": "Nintendo", "balanceSource": "DLC_REVOCATION", "metadata": {"6ecnTn23": {}, "ZL364OLp": {}, "lZ81k1Lg": {}}, "reason": "cpPwXolM"}, "userIds": ["g98CrYO2", "IpUhWEKJ", "G4VgxmLE"]}, {"currencyCode": "SU3A2RCX", "request": {"allowOverdraft": true, "amount": 70, "balanceOrigin": "IOS", "balanceSource": "ORDER_REVOCATION", "metadata": {"o0TCxssz": {}, "G8hNMH8N": {}, "8uCByRSe": {}}, "reason": "VAELUR3c"}, "userIds": ["ptsIcQr2", "ci4mGqVB", "5U3XgC3E"]}, {"currencyCode": "RyB0iIiL", "request": {"allowOverdraft": true, "amount": 39, "balanceOrigin": "System", "balanceSource": "TRADE", "metadata": {"RHVoj5ZG": {}, "aYVnAXmA": {}, "rM9nsN51": {}}, "reason": "KvN8flBK"}, "userIds": ["kLzuqf3j", "CzjgvFKd", "6IiwLVeT"]}]' --login_with_auth "Bearer foo" +platform-sync-orders 'B5nMhjGN' 'oduySBB8' --login_with_auth "Bearer foo" +platform-test-adyen-config --body '{"allowedPaymentMethods": ["0q5Jq61q", "RRVfWqxd", "9cOoPcTT"], "apiKey": "sSQMehea", "authoriseAsCapture": false, "blockedPaymentMethods": ["DeEYKzHv", "JFM4v9xX", "DfPkIrBx"], "clientKey": "wxEwdvU6", "dropInSettings": "hh0q0xZl", "liveEndpointUrlPrefix": "vsKoOQtk", "merchantAccount": "RGC88Ckr", "notificationHmacKey": "0ZIUfey7", "notificationPassword": "V4em7qUd", "notificationUsername": "hUaXhsj2", "returnUrl": "9tIDQhS6", "settings": "dnLYisfu"}' --login_with_auth "Bearer foo" +platform-test-ali-pay-config --body '{"appId": "4SLaXXLN", "privateKey": "Dsbdkn9Z", "publicKey": "LlEGfob6", "returnUrl": "cCyHF5eX"}' --login_with_auth "Bearer foo" +platform-test-checkout-config --body '{"publicKey": "RrjkN1UE", "secretKey": "rIILVlVX"}' --login_with_auth "Bearer foo" platform-debug-matched-payment-merchant-config --login_with_auth "Bearer foo" -platform-test-pay-pal-config --body '{"clientID": "qdu5Nnl3", "clientSecret": "JKIwDkRI", "returnUrl": "oXVo0wEc", "webHookId": "xqbIaRaG"}' --login_with_auth "Bearer foo" -platform-test-stripe-config --body '{"allowedPaymentMethodTypes": ["vQOduAlI", "ykOJk3GY", "U3NHnQoo"], "publishableKey": "cxlnkXpF", "secretKey": "oRGhE8yW", "webhookSecret": "3TDsY7QA"}' --login_with_auth "Bearer foo" -platform-test-wx-pay-config --body '{"appId": "PFTVKkcI", "key": "j1kozXld", "mchid": "mFa7YCIU", "returnUrl": "qQjPZARK"}' --login_with_auth "Bearer foo" -platform-test-xsolla-config --body '{"apiKey": "U12rGXgo", "flowCompletionUrl": "rdBt2ldU", "merchantId": 82, "projectId": 29, "projectSecretKey": "JnkjACul"}' --login_with_auth "Bearer foo" -platform-get-payment-merchant-config 'KtOo6xP8' --login_with_auth "Bearer foo" -platform-update-adyen-config '9gp85YL1' --body '{"allowedPaymentMethods": ["JFxQvKwa", "VMAIg3Mi", "M8hJ2Ze1"], "apiKey": "43VN5s92", "authoriseAsCapture": false, "blockedPaymentMethods": ["2EnA0C2l", "pnOiLPIo", "BGosHVhP"], "clientKey": "3vLTf5I8", "dropInSettings": "fNxGgG4f", "liveEndpointUrlPrefix": "YQ6DSJLk", "merchantAccount": "luEDUJDS", "notificationHmacKey": "sjiwbVy6", "notificationPassword": "gk2jttdu", "notificationUsername": "jv3Pm9wm", "returnUrl": "UJEBVA7g", "settings": "tJWYsg6L"}' --login_with_auth "Bearer foo" -platform-test-adyen-config-by-id '7Dp388uR' --login_with_auth "Bearer foo" -platform-update-ali-pay-config 'oXCK3DEq' --body '{"appId": "KR6HQVvt", "privateKey": "ri6dxDGY", "publicKey": "WhxiTG67", "returnUrl": "NtPs3Iyl"}' --login_with_auth "Bearer foo" -platform-test-ali-pay-config-by-id 'zA88fyl0' --login_with_auth "Bearer foo" -platform-update-checkout-config 'eoAyubcU' --body '{"publicKey": "yDTImiFO", "secretKey": "PeVeRFQu"}' --login_with_auth "Bearer foo" -platform-test-checkout-config-by-id 'XkhiByRx' --login_with_auth "Bearer foo" -platform-update-pay-pal-config 'VWufMiHI' --body '{"clientID": "yamcQKV3", "clientSecret": "FG5GhaH9", "returnUrl": "lE0NdJNd", "webHookId": "6ZCO4ysi"}' --login_with_auth "Bearer foo" -platform-test-pay-pal-config-by-id 'YIGjbh4n' --login_with_auth "Bearer foo" -platform-update-stripe-config '6gjdvom6' --body '{"allowedPaymentMethodTypes": ["9OyZdThm", "rjNIgOWu", "KAL9FQA8"], "publishableKey": "7S63P0KK", "secretKey": "i275VMpp", "webhookSecret": "L2AUVe8W"}' --login_with_auth "Bearer foo" -platform-test-stripe-config-by-id 'N9ATQqak' --login_with_auth "Bearer foo" -platform-update-wx-pay-config 'Ngn1WBFx' --body '{"appId": "DxrG6pL7", "key": "b6ZMiXhU", "mchid": "AgKb7V4e", "returnUrl": "XILoq64x"}' --login_with_auth "Bearer foo" -platform-update-wx-pay-config-cert 'R0Vq17rD' --login_with_auth "Bearer foo" -platform-test-wx-pay-config-by-id 'xhiNmpuV' --login_with_auth "Bearer foo" -platform-update-xsolla-config 'kYItOfzw' --body '{"apiKey": "hpunOJsq", "flowCompletionUrl": "AqdNyfK2", "merchantId": 45, "projectId": 42, "projectSecretKey": "kRJKOaOz"}' --login_with_auth "Bearer foo" -platform-test-xsolla-config-by-id 'BcQZB2JU' --login_with_auth "Bearer foo" -platform-update-xsolla-ui-config 'M9p0kp1W' --body '{"device": "MOBILE", "showCloseButton": true, "size": "MEDIUM", "theme": "DEFAULT_DARK"}' --login_with_auth "Bearer foo" +platform-test-pay-pal-config --body '{"clientID": "9bd1JmYK", "clientSecret": "F93TZXUF", "returnUrl": "91F4NjpV", "webHookId": "yIJSamqa"}' --login_with_auth "Bearer foo" +platform-test-stripe-config --body '{"allowedPaymentMethodTypes": ["HDC9fzP6", "qHzWtbZV", "ERjZuB5k"], "publishableKey": "msu3qrkp", "secretKey": "vvfMnP08", "webhookSecret": "O3feg1fm"}' --login_with_auth "Bearer foo" +platform-test-wx-pay-config --body '{"appId": "j5eUBCua", "key": "qbHvliTU", "mchid": "dmS6nw31", "returnUrl": "PCT7WI6U"}' --login_with_auth "Bearer foo" +platform-test-xsolla-config --body '{"apiKey": "AkaDq2Hl", "flowCompletionUrl": "jZp129UE", "merchantId": 73, "projectId": 90, "projectSecretKey": "LHSm0ZH6"}' --login_with_auth "Bearer foo" +platform-get-payment-merchant-config 'OhscyFPG' --login_with_auth "Bearer foo" +platform-update-adyen-config '8BOvp9kg' --body '{"allowedPaymentMethods": ["BeOpMcqU", "OwpqyuMO", "Qk4MjgDX"], "apiKey": "02WVfYn6", "authoriseAsCapture": true, "blockedPaymentMethods": ["qOgwpd29", "Pw4ea9Ua", "mHjcocuS"], "clientKey": "QvkReot6", "dropInSettings": "aHAIj1Fr", "liveEndpointUrlPrefix": "PrXx8byT", "merchantAccount": "fypMCpSh", "notificationHmacKey": "wG9VqpRn", "notificationPassword": "z8QLkrQ0", "notificationUsername": "sDKWaYVq", "returnUrl": "1qB61sEE", "settings": "PbODY9v7"}' --login_with_auth "Bearer foo" +platform-test-adyen-config-by-id '64kCg7kN' --login_with_auth "Bearer foo" +platform-update-ali-pay-config '2ih8SBXV' --body '{"appId": "mdZpwdTK", "privateKey": "rNfwyHDw", "publicKey": "clViqlsT", "returnUrl": "XekOB9KB"}' --login_with_auth "Bearer foo" +platform-test-ali-pay-config-by-id 'pTP2TrrM' --login_with_auth "Bearer foo" +platform-update-checkout-config 'O09HV1xP' --body '{"publicKey": "0AlWZR7R", "secretKey": "GagGRy3l"}' --login_with_auth "Bearer foo" +platform-test-checkout-config-by-id 'Pbcp1wVv' --login_with_auth "Bearer foo" +platform-update-pay-pal-config 'hONQhUzz' --body '{"clientID": "SEoNGkBq", "clientSecret": "MQBnnzkv", "returnUrl": "2VIIQ9qE", "webHookId": "eUiTiS5Z"}' --login_with_auth "Bearer foo" +platform-test-pay-pal-config-by-id 'Fv4Lj8ni' --login_with_auth "Bearer foo" +platform-update-stripe-config 'NQnRRw3t' --body '{"allowedPaymentMethodTypes": ["iz1CXuLl", "9WPZaM7A", "uTaGZcgm"], "publishableKey": "9qFYFkxm", "secretKey": "27EzJq6A", "webhookSecret": "Yb4laALe"}' --login_with_auth "Bearer foo" +platform-test-stripe-config-by-id 'WsPdoNK3' --login_with_auth "Bearer foo" +platform-update-wx-pay-config 'yMPgczaJ' --body '{"appId": "Nd7IWDJk", "key": "YJYW4k5d", "mchid": "la1qx0t8", "returnUrl": "VdjwFbMS"}' --login_with_auth "Bearer foo" +platform-update-wx-pay-config-cert 'CIO8j2PX' --login_with_auth "Bearer foo" +platform-test-wx-pay-config-by-id 'cKyHPWca' --login_with_auth "Bearer foo" +platform-update-xsolla-config '7mFWK8mw' --body '{"apiKey": "2oY62ySW", "flowCompletionUrl": "Z2LxhR1R", "merchantId": 63, "projectId": 43, "projectSecretKey": "y8bwLE8E"}' --login_with_auth "Bearer foo" +platform-test-xsolla-config-by-id 'Ap6NHww4' --login_with_auth "Bearer foo" +platform-update-xsolla-ui-config 'Tt8flcnf' --body '{"device": "MOBILE", "showCloseButton": false, "size": "SMALL", "theme": "DEFAULT_DARK"}' --login_with_auth "Bearer foo" platform-query-payment-provider-config --login_with_auth "Bearer foo" -platform-create-payment-provider-config --body '{"aggregate": "ADYEN", "namespace": "Alj3XIER", "region": "1kfUOsP6", "sandboxTaxJarApiToken": "cIEnXfmA", "specials": ["WXPAY", "WXPAY", "CHECKOUT"], "taxJarApiToken": "NbhWlCub", "taxJarEnabled": false, "useGlobalTaxJarApiToken": true}' --login_with_auth "Bearer foo" +platform-create-payment-provider-config --body '{"aggregate": "ADYEN", "namespace": "Dr17QvEr", "region": "XnMoMkHC", "sandboxTaxJarApiToken": "xSXlbSVq", "specials": ["WALLET", "XSOLLA", "CHECKOUT"], "taxJarApiToken": "lxE8sLB5", "taxJarEnabled": false, "useGlobalTaxJarApiToken": false}' --login_with_auth "Bearer foo" platform-get-aggregate-payment-providers --login_with_auth "Bearer foo" platform-debug-matched-payment-provider-config --login_with_auth "Bearer foo" platform-get-special-payment-providers --login_with_auth "Bearer foo" -platform-update-payment-provider-config '2rkoTfUZ' --body '{"aggregate": "ADYEN", "namespace": "k636KqIN", "region": "sVCwYhNo", "sandboxTaxJarApiToken": "T9IaLmf3", "specials": ["XSOLLA", "ALIPAY", "WALLET"], "taxJarApiToken": "b0Z66vY3", "taxJarEnabled": false, "useGlobalTaxJarApiToken": true}' --login_with_auth "Bearer foo" -platform-delete-payment-provider-config 'J1E0HNVt' --login_with_auth "Bearer foo" +platform-update-payment-provider-config 'x9n8r7UA' --body '{"aggregate": "XSOLLA", "namespace": "EAu0Ar45", "region": "mSgfshWY", "sandboxTaxJarApiToken": "i9tzB6wh", "specials": ["ADYEN", "STRIPE", "ALIPAY"], "taxJarApiToken": "MddE7YyF", "taxJarEnabled": false, "useGlobalTaxJarApiToken": true}' --login_with_auth "Bearer foo" +platform-delete-payment-provider-config 'G9bLL7mh' --login_with_auth "Bearer foo" platform-get-payment-tax-config --login_with_auth "Bearer foo" -platform-update-payment-tax-config --body '{"sandboxTaxJarApiToken": "4VU4fa4m", "taxJarApiToken": "2XbNtSz8", "taxJarEnabled": true, "taxJarProductCodesMapping": {"5OkE1Atf": "GODpNccB", "mabPJzrB": "RuEYOFot", "GIkYdJ4I": "XXhBxrSz"}}' --login_with_auth "Bearer foo" -platform-sync-payment-orders 'UQ1tFO9j' 'iSwvJUEb' --login_with_auth "Bearer foo" +platform-update-payment-tax-config --body '{"sandboxTaxJarApiToken": "ZCDWXDfu", "taxJarApiToken": "ISdILb2r", "taxJarEnabled": true, "taxJarProductCodesMapping": {"Md478n9h": "dDWvoVV8", "dIh24hPE": "xyxbnZAe", "y2CeeIPr": "KyE7tEyI"}}' --login_with_auth "Bearer foo" +platform-sync-payment-orders 'ZiakBVu5' 'EB4tJXeg' --login_with_auth "Bearer foo" platform-public-get-root-categories --login_with_auth "Bearer foo" platform-download-categories --login_with_auth "Bearer foo" -platform-public-get-category 'e8vNjO5M' --login_with_auth "Bearer foo" -platform-public-get-child-categories 'cpVmNUlf' --login_with_auth "Bearer foo" -platform-public-get-descendant-categories 'jvbZ2iXB' --login_with_auth "Bearer foo" +platform-public-get-category 'OgOwx4iq' --login_with_auth "Bearer foo" +platform-public-get-child-categories 'FIxI4gUg' --login_with_auth "Bearer foo" +platform-public-get-descendant-categories 'VnlxIwnr' --login_with_auth "Bearer foo" platform-public-list-currencies --login_with_auth "Bearer foo" -platform-ge-dlc-durable-reward-short-map 'PSN' --login_with_auth "Bearer foo" +platform-ge-dlc-durable-reward-short-map 'STEAM' --login_with_auth "Bearer foo" platform-get-iap-item-mapping --login_with_auth "Bearer foo" -platform-public-get-item-by-app-id 'eXKCYRcs' --login_with_auth "Bearer foo" +platform-public-get-item-by-app-id 'hvu9Qnv0' --login_with_auth "Bearer foo" platform-public-query-items --login_with_auth "Bearer foo" -platform-public-get-item-by-sku 'bgqVue4I' --login_with_auth "Bearer foo" -platform-public-get-estimated-price 'WY17IvLl' --login_with_auth "Bearer foo" -platform-public-bulk-get-items 'qVIhBCOp' --login_with_auth "Bearer foo" -platform-public-validate-item-purchase-condition --body '{"itemIds": ["IQs2wkY1", "UU9FyaB9", "vHso6KZU"]}' --login_with_auth "Bearer foo" -platform-public-search-items 'hhseFLU7' 'vMdyXgSd' --login_with_auth "Bearer foo" -platform-public-get-app '7FsxazIt' --login_with_auth "Bearer foo" -platform-public-get-item-dynamic-data 'd4z5PdBl' --login_with_auth "Bearer foo" -platform-public-get-item 'geg7kaVz' --login_with_auth "Bearer foo" -platform-public-get-payment-url --body '{"paymentOrderNo": "i73AxLyL", "paymentProvider": "ALIPAY", "returnUrl": "eonGySzm", "ui": "qmdaCWNC", "zipCode": "dcpOBpPv"}' --login_with_auth "Bearer foo" -platform-public-get-payment-methods 'mEbF7aKJ' --login_with_auth "Bearer foo" -platform-public-get-unpaid-payment-order 'UaI7Q13z' --login_with_auth "Bearer foo" -platform-pay 'tVe6AA9a' --body '{"token": "xIKU7zB0"}' --login_with_auth "Bearer foo" -platform-public-check-payment-order-paid-status 'JHZlo2BJ' --login_with_auth "Bearer foo" -platform-get-payment-public-config 'WXPAY' 'lJwV7fc7' --login_with_auth "Bearer foo" -platform-public-get-qr-code 'gYAVgHmb' --login_with_auth "Bearer foo" -platform-public-normalize-payment-return-url 'KM2WUoDY' 'tsRE3BaJ' 'CHECKOUT' 'RVH7FJYr' --login_with_auth "Bearer foo" -platform-get-payment-tax-value '3Ld98XaV' 'CHECKOUT' --login_with_auth "Bearer foo" -platform-get-reward-by-code '4LRLC4s3' --login_with_auth "Bearer foo" +platform-public-get-item-by-sku 'nJmlEdal' --login_with_auth "Bearer foo" +platform-public-get-estimated-price 'WZ4yP1TW' --login_with_auth "Bearer foo" +platform-public-bulk-get-items 'AYjv7qXd' --login_with_auth "Bearer foo" +platform-public-validate-item-purchase-condition --body '{"itemIds": ["3cQCG9Hb", "jQVQuvJ3", "lSYCS5l0"]}' --login_with_auth "Bearer foo" +platform-public-search-items 'pV9XzuVX' 'sptHF7QR' --login_with_auth "Bearer foo" +platform-public-get-app 'nF8xMOk4' --login_with_auth "Bearer foo" +platform-public-get-item-dynamic-data 'KlMHOvuX' --login_with_auth "Bearer foo" +platform-public-get-item 'O1OxNtor' --login_with_auth "Bearer foo" +platform-public-get-payment-url --body '{"paymentOrderNo": "52BP8u0u", "paymentProvider": "ALIPAY", "returnUrl": "BR95eLV5", "ui": "87axekM7", "zipCode": "H3GNdodI"}' --login_with_auth "Bearer foo" +platform-public-get-payment-methods 'FPR9gks5' --login_with_auth "Bearer foo" +platform-public-get-unpaid-payment-order 'hgG8vKpw' --login_with_auth "Bearer foo" +platform-pay 'waorZW3C' --body '{"token": "f4kG7PEd"}' --login_with_auth "Bearer foo" +platform-public-check-payment-order-paid-status 'Tyesua0f' --login_with_auth "Bearer foo" +platform-get-payment-public-config 'STRIPE' 'ljijwAwo' --login_with_auth "Bearer foo" +platform-public-get-qr-code 'NcQP6MJG' --login_with_auth "Bearer foo" +platform-public-normalize-payment-return-url '631EzmbF' 'dqr2ZDMf' 'WALLET' 'V1KOncqF' --login_with_auth "Bearer foo" +platform-get-payment-tax-value '9ZKRKE0G' 'PAYPAL' --login_with_auth "Bearer foo" +platform-get-reward-by-code 'F2hUZl4V' --login_with_auth "Bearer foo" platform-query-rewards-1 --login_with_auth "Bearer foo" -platform-get-reward-1 'OlAW6Pwv' --login_with_auth "Bearer foo" +platform-get-reward-1 'b5DG9WJh' --login_with_auth "Bearer foo" platform-public-list-stores --login_with_auth "Bearer foo" platform-public-exists-any-my-active-entitlement --login_with_auth "Bearer foo" -platform-public-get-my-app-entitlement-ownership-by-app-id 'zHjMObuV' --login_with_auth "Bearer foo" -platform-public-get-my-entitlement-ownership-by-item-id 'IjtEMjXE' --login_with_auth "Bearer foo" -platform-public-get-my-entitlement-ownership-by-sku 'iaW29Nc3' --login_with_auth "Bearer foo" +platform-public-get-my-app-entitlement-ownership-by-app-id 'hb7vMirx' --login_with_auth "Bearer foo" +platform-public-get-my-entitlement-ownership-by-item-id '4YkYwEMC' --login_with_auth "Bearer foo" +platform-public-get-my-entitlement-ownership-by-sku 'SjJJLBJN' --login_with_auth "Bearer foo" platform-public-get-entitlement-ownership-token --login_with_auth "Bearer foo" -platform-sync-twitch-drops-entitlement --body '{"gameId": "PZmaXMaL", "language": "Juie_992", "region": "XnNllg8f"}' --login_with_auth "Bearer foo" -platform-public-get-my-wallet 'rsxNxc9y' --login_with_auth "Bearer foo" -platform-sync-epic-game-dlc 'RotDUIoY' --body '{"epicGamesJwtToken": "VF41ifeP"}' --login_with_auth "Bearer foo" -platform-sync-oculus-dlc '4Lasr5Sy' --login_with_auth "Bearer foo" -platform-public-sync-psn-dlc-inventory 'DRbvA4w9' --body '{"serviceLabel": 74}' --login_with_auth "Bearer foo" -platform-public-sync-psn-dlc-inventory-with-multiple-service-labels 'DEgPclY6' --body '{"serviceLabels": [81, 10, 79]}' --login_with_auth "Bearer foo" -platform-sync-steam-dlc 'fvQsK3tW' --body '{"appId": "lWKq1EKh", "steamId": "iu92PsJq"}' --login_with_auth "Bearer foo" -platform-sync-xbox-dlc 'x8VoblUb' --body '{"xstsToken": "p7p22heK"}' --login_with_auth "Bearer foo" -platform-public-query-user-entitlements 'f9nkI3vi' --login_with_auth "Bearer foo" -platform-public-get-user-app-entitlement-by-app-id '93Q1jwNQ' 'PjCDOAOy' --login_with_auth "Bearer foo" -platform-public-query-user-entitlements-by-app-type 'jR5aVwl8' 'GAME' --login_with_auth "Bearer foo" -platform-public-exists-any-user-active-entitlement 'Da7QXgBY' --login_with_auth "Bearer foo" -platform-public-get-user-app-entitlement-ownership-by-app-id 'DYCsdiWE' 'fS9qB3iK' --login_with_auth "Bearer foo" -platform-public-get-user-entitlement-ownership-by-item-id 'eCFHNfUf' 'astFEm3h' --login_with_auth "Bearer foo" -platform-public-get-user-entitlement-ownership-by-item-ids 'LDl1PPQn' --login_with_auth "Bearer foo" -platform-public-get-user-entitlement-ownership-by-sku 'GoEYNfLX' 'b9F8vHHd' --login_with_auth "Bearer foo" -platform-public-get-user-entitlement 'ZPEViYvu' 'kQ2njFJC' --login_with_auth "Bearer foo" -platform-public-consume-user-entitlement 'Y4YwWzvn' 'Oxa4Q0Bf' --body '{"options": ["dsi1PSsI", "6AIdZQrP", "njUw3HOo"], "requestId": "E5Wuy8MT", "useCount": 74}' --login_with_auth "Bearer foo" -platform-public-sell-user-entitlement 'cktPpsp4' 'bwYDvakx' --body '{"requestId": "RZzawDKt", "useCount": 94}' --login_with_auth "Bearer foo" -platform-public-redeem-code '0wByy0ay' --body '{"code": "xBBsdsBG", "language": "ghdu-063", "region": "NkgWIIYj"}' --login_with_auth "Bearer foo" -platform-public-fulfill-apple-iap-item 'ByrCeot0' --body '{"excludeOldTransactions": false, "language": "vN-ONlo-Kl", "productId": "pBy7Izum", "receiptData": "5b7zj1m8", "region": "XaclemsY", "transactionId": "MvM9YZPP"}' --login_with_auth "Bearer foo" -platform-sync-epic-games-inventory 'VkoAfeR8' --body '{"epicGamesJwtToken": "wv2t4Y4I"}' --login_with_auth "Bearer foo" -platform-public-fulfill-google-iap-item 'm0jip4Et' --body '{"autoAck": false, "language": "UL_PdPZ_654", "orderId": "60KTFKK9", "packageName": "Y951zeQK", "productId": "EEbyxBWX", "purchaseTime": 60, "purchaseToken": "w2XrUUmB", "region": "m04UMqi8"}' --login_with_auth "Bearer foo" -platform-sync-oculus-consumable-entitlements 'bglGT8Ky' --login_with_auth "Bearer foo" -platform-public-reconcile-play-station-store 'eQXs7P33' --body '{"currencyCode": "T172zk3c", "price": 0.8910793237666695, "productId": "zLP5mrrE", "serviceLabel": 84}' --login_with_auth "Bearer foo" -platform-public-reconcile-play-station-store-with-multiple-service-labels 'nkW862CQ' --body '{"currencyCode": "xf48PYj7", "price": 0.21333594254849986, "productId": "659L1ok5", "serviceLabels": [65, 93, 47]}' --login_with_auth "Bearer foo" -platform-sync-steam-inventory 'wLFCBeeU' --body '{"appId": "4lWF7fzh", "currencyCode": "TqfLkDr6", "language": "cOkY-Lcuq_fe", "price": 0.7163512300564775, "productId": "EHTRq1dA", "region": "8gX60tS1", "steamId": "yIzQbmVl"}' --login_with_auth "Bearer foo" -platform-sync-twitch-drops-entitlement-1 'MB9jUI3h' --body '{"gameId": "Uuhh1LIQ", "language": "NzwU", "region": "Iddn16JI"}' --login_with_auth "Bearer foo" -platform-sync-xbox-inventory 'Ql4tPJkB' --body '{"currencyCode": "xBbQvmRE", "price": 0.6754420686721796, "productId": "RONPIcpO", "xstsToken": "jfZFFXTC"}' --login_with_auth "Bearer foo" -platform-public-query-user-orders '4iXHfTKL' --login_with_auth "Bearer foo" -platform-public-create-user-order 'ss9IZJxC' --body '{"currencyCode": "iyP7LRQm", "discountedPrice": 40, "ext": {"0vC94rgY": {}, "9pQ6hRSC": {}, "9MEKQmTP": {}}, "itemId": "d3IzWAVM", "language": "AC", "price": 7, "quantity": 50, "region": "O6TONCTu", "returnUrl": "TrtrSA4s", "sectionId": "aQPHTjjg"}' --login_with_auth "Bearer foo" -platform-public-get-user-order 'AAJII11r' '9KGcadU6' --login_with_auth "Bearer foo" -platform-public-cancel-user-order 'dA01jnOw' 'xAfVjpDU' --login_with_auth "Bearer foo" -platform-public-get-user-order-histories 'ykwmBlF0' 'eZtChIpi' --login_with_auth "Bearer foo" -platform-public-download-user-order-receipt '72RzUswP' '2V3hvD3Z' --login_with_auth "Bearer foo" -platform-public-get-payment-accounts 'h6NmeClr' --login_with_auth "Bearer foo" -platform-public-delete-payment-account 'Fhu1AKAr' 'paypal' 'hY4U7bt0' --login_with_auth "Bearer foo" -platform-public-list-active-sections 'aivq2oIs' --login_with_auth "Bearer foo" -platform-public-query-user-subscriptions '4Dm1HglY' --login_with_auth "Bearer foo" -platform-public-subscribe-subscription 'YT2jTEB9' --body '{"currencyCode": "CUNBtTYk", "itemId": "r1j6BQyg", "language": "eTlh_LQHS-973", "region": "1NAB9u8Z", "returnUrl": "B3K8UA69", "source": "gQANPNpj"}' --login_with_auth "Bearer foo" -platform-public-check-user-subscription-subscribable-by-item-id 'ib1HU7md' '9EDpChrd' --login_with_auth "Bearer foo" -platform-public-get-user-subscription 'zQ9lowyT' 'vqtcYFdZ' --login_with_auth "Bearer foo" -platform-public-change-subscription-billing-account '7meoDPCp' 'IwVu6zDs' --login_with_auth "Bearer foo" -platform-public-cancel-subscription 'qXDNZKAk' 'IzP1wBZ1' --body '{"immediate": true, "reason": "WD8HzyU6"}' --login_with_auth "Bearer foo" -platform-public-get-user-subscription-billing-histories 'UNS1hQR1' '5dgk3hLD' --login_with_auth "Bearer foo" -platform-public-list-views 'dywYeGFJ' --login_with_auth "Bearer foo" -platform-public-get-wallet 'BbZylkBr' 'HWvX4IlI' --login_with_auth "Bearer foo" -platform-public-list-user-wallet-transactions 'SAC7Smz3' 'PDTJv0c0' --login_with_auth "Bearer foo" +platform-sync-twitch-drops-entitlement --body '{"gameId": "GZh6nUic", "language": "OwYn-hWxw_279", "region": "gnymGbQe"}' --login_with_auth "Bearer foo" +platform-public-get-my-wallet 'Ryt2ejb7' --login_with_auth "Bearer foo" +platform-sync-epic-game-dlc 'PcJgsLM9' --body '{"epicGamesJwtToken": "kp16ziKV"}' --login_with_auth "Bearer foo" +platform-sync-oculus-dlc 'la6WYlcT' --login_with_auth "Bearer foo" +platform-public-sync-psn-dlc-inventory '7Bo6b3Yd' --body '{"serviceLabel": 10}' --login_with_auth "Bearer foo" +platform-public-sync-psn-dlc-inventory-with-multiple-service-labels 'KaaPVogc' --body '{"serviceLabels": [58, 19, 79]}' --login_with_auth "Bearer foo" +platform-sync-steam-dlc 'JJySfvNS' --body '{"appId": "uYy5ExKh", "steamId": "xPetR6op"}' --login_with_auth "Bearer foo" +platform-sync-xbox-dlc 'MCzFgAdb' --body '{"xstsToken": "xq3pgmWp"}' --login_with_auth "Bearer foo" +platform-public-query-user-entitlements 'CuMjRHVy' --login_with_auth "Bearer foo" +platform-public-get-user-app-entitlement-by-app-id 'sWpN77MK' 'Z5dKKjdE' --login_with_auth "Bearer foo" +platform-public-query-user-entitlements-by-app-type 'TT5LVDmy' 'SOFTWARE' --login_with_auth "Bearer foo" +platform-public-get-user-entitlements-by-ids 'f4Ih0gIs' --login_with_auth "Bearer foo" +platform-public-exists-any-user-active-entitlement 'R0HMNugH' --login_with_auth "Bearer foo" +platform-public-get-user-app-entitlement-ownership-by-app-id 'RJA0nLLA' '17SUO7r9' --login_with_auth "Bearer foo" +platform-public-get-user-entitlement-ownership-by-item-id 'eGKSwwwU' 'dRkilqcr' --login_with_auth "Bearer foo" +platform-public-get-user-entitlement-ownership-by-item-ids 'u2AX0mzd' --login_with_auth "Bearer foo" +platform-public-get-user-entitlement-ownership-by-sku 'px5dKGvn' 'BPqz33mc' --login_with_auth "Bearer foo" +platform-public-get-user-entitlement 'OYO4UEXr' 'TnohhXug' --login_with_auth "Bearer foo" +platform-public-consume-user-entitlement 'KqHou1wN' 'GFKt1h53' --body '{"options": ["ZS276b5c", "UOGrqHHS", "Sw19As3f"], "requestId": "ZQMrcnUb", "useCount": 91}' --login_with_auth "Bearer foo" +platform-public-sell-user-entitlement 'whcCaHZo' 'wCArTDyt' --body '{"requestId": "YDQdFiR9", "useCount": 78}' --login_with_auth "Bearer foo" +platform-public-split-user-entitlement 'I4l5Nig4' 'puRrnKPA' --body '{"useCount": 10}' --login_with_auth "Bearer foo" +platform-public-transfer-user-entitlement 'pBt6XpDW' 'FjaIYCEk' --body '{"entitlementId": "qZdcsadn", "useCount": 68}' --login_with_auth "Bearer foo" +platform-public-redeem-code 'ibzXpnXp' --body '{"code": "1LJubbiU", "language": "iT", "region": "RqnGKfq9"}' --login_with_auth "Bearer foo" +platform-public-fulfill-apple-iap-item 'GRgAuhFR' --body '{"excludeOldTransactions": false, "language": "vFB_RMGr_010", "productId": "ufp2z6cu", "receiptData": "UwwVr6l0", "region": "gqRrgIvt", "transactionId": "NGBK9tri"}' --login_with_auth "Bearer foo" +platform-sync-epic-games-inventory 'FlL81R6e' --body '{"epicGamesJwtToken": "G2CZqwB1"}' --login_with_auth "Bearer foo" +platform-public-fulfill-google-iap-item 'GUkCuZnP' --body '{"autoAck": false, "language": "wUn_352", "orderId": "3zxu7ZpP", "packageName": "zQbfESUx", "productId": "UxPsjkLk", "purchaseTime": 71, "purchaseToken": "pu3RTeZi", "region": "nLqnuuFR"}' --login_with_auth "Bearer foo" +platform-sync-oculus-consumable-entitlements 'PBvNWcS6' --login_with_auth "Bearer foo" +platform-public-reconcile-play-station-store 'QEOyQ3dW' --body '{"currencyCode": "TOloLT5R", "price": 0.2270010173253988, "productId": "HFfjeLjV", "serviceLabel": 93}' --login_with_auth "Bearer foo" +platform-public-reconcile-play-station-store-with-multiple-service-labels 'qKMHkF1k' --body '{"currencyCode": "8S8SRXdH", "price": 0.20787331319961677, "productId": "Om1meg16", "serviceLabels": [13, 29, 86]}' --login_with_auth "Bearer foo" +platform-sync-steam-inventory 'ryBGsOd1' --body '{"appId": "hVxL87Cv", "currencyCode": "lduG09rN", "language": "lY-jBFj", "price": 0.4901930343504993, "productId": "icB3ok47", "region": "U3x9SWbE", "steamId": "wLz8fOqM"}' --login_with_auth "Bearer foo" +platform-sync-twitch-drops-entitlement-1 'IAOXfohM' --body '{"gameId": "JAfvAb28", "language": "hbF_gGXu-Yu", "region": "YspkHbq2"}' --login_with_auth "Bearer foo" +platform-sync-xbox-inventory 'xC4etqzy' --body '{"currencyCode": "XvJjRbkI", "price": 0.5396595965775483, "productId": "q9mqIOlM", "xstsToken": "orA5IlNc"}' --login_with_auth "Bearer foo" +platform-public-query-user-orders 'Nyz2CUNn' --login_with_auth "Bearer foo" +platform-public-create-user-order 'syli3nce' --body '{"currencyCode": "r1kfWzwh", "discountedPrice": 8, "ext": {"jWH8EsIZ": {}, "H1X3NrnZ": {}, "mTS351Mn": {}}, "itemId": "gvcDDdRQ", "language": "kc-000", "price": 70, "quantity": 12, "region": "hksiedsM", "returnUrl": "4BQfjU4g", "sectionId": "vQ2DD0iN"}' --login_with_auth "Bearer foo" +platform-public-get-user-order 'FEXmJYfQ' '01VCPvKv' --login_with_auth "Bearer foo" +platform-public-cancel-user-order 'nJ7fHh7z' 'kVSWV76v' --login_with_auth "Bearer foo" +platform-public-get-user-order-histories 'xcrLVz8L' 'MECiKcZM' --login_with_auth "Bearer foo" +platform-public-download-user-order-receipt 'fOtQfFUx' 'bT4KDLqn' --login_with_auth "Bearer foo" +platform-public-get-payment-accounts 'sArTKUzK' --login_with_auth "Bearer foo" +platform-public-delete-payment-account '6ixZCmrE' 'paypal' '6JUFqvdA' --login_with_auth "Bearer foo" +platform-public-list-active-sections 'WYgfga2I' --login_with_auth "Bearer foo" +platform-public-query-user-subscriptions 'AXu8tDHc' --login_with_auth "Bearer foo" +platform-public-subscribe-subscription 'viuuIChg' --body '{"currencyCode": "7PlzKwsk", "itemId": "Ya24zwcu", "language": "vTtD_xY", "region": "dCHTsUfC", "returnUrl": "DKzjQR1C", "source": "VCcezcPY"}' --login_with_auth "Bearer foo" +platform-public-check-user-subscription-subscribable-by-item-id 'sVpIpsGq' 'a7Sh1SeR' --login_with_auth "Bearer foo" +platform-public-get-user-subscription 'AKErxkCO' 'Elpym41f' --login_with_auth "Bearer foo" +platform-public-change-subscription-billing-account 'yIDGUrZf' 'i3So6spt' --login_with_auth "Bearer foo" +platform-public-cancel-subscription 'KloNYSij' 'zgAeP3qS' --body '{"immediate": false, "reason": "6HsCmNWA"}' --login_with_auth "Bearer foo" +platform-public-get-user-subscription-billing-histories '8N9yWQNk' 'pdzYG5XZ' --login_with_auth "Bearer foo" +platform-public-list-views 'Yt0WfstH' --login_with_auth "Bearer foo" +platform-public-get-wallet 'W5oob2Re' 'CRvzsfkV' --login_with_auth "Bearer foo" +platform-public-list-user-wallet-transactions 'gzEQitoU' 'hEts7C1C' --login_with_auth "Bearer foo" platform-query-items-1 --login_with_auth "Bearer foo" platform-import-store-1 --login_with_auth "Bearer foo" -platform-export-store-1 'G14AuhNf' --body '{"itemIds": ["LTmqnTrc", "sCpne15h", "UtdAZbr7"]}' --login_with_auth "Bearer foo" -platform-fulfill-rewards-v2 'LIUeh8vg' --body '{"entitlementOrigin": "Playstation", "metadata": {"VJXFKS7i": {}, "7vnvL604": {}, "E1ztLAlZ": {}}, "origin": "IOS", "rewards": [{"currency": {"currencyCode": "YlHvafoG", "namespace": "MR5aunP4"}, "item": {"itemId": "EFrxuq6J", "itemSku": "vstVmu4p", "itemType": "xBGeV1kL"}, "quantity": 63, "type": "ITEM"}, {"currency": {"currencyCode": "rRmGdJvY", "namespace": "cBK1Yr82"}, "item": {"itemId": "thy6CcdC", "itemSku": "MwXAZQij", "itemType": "GaRJpPMH"}, "quantity": 32, "type": "ITEM"}, {"currency": {"currencyCode": "pdLiuLes", "namespace": "5jHhopdB"}, "item": {"itemId": "xSvSFLs2", "itemSku": "ZJVCyW8q", "itemType": "OborTmU5"}, "quantity": 16, "type": "CURRENCY"}], "source": "REWARD", "transactionId": "TG03J86l"}' --login_with_auth "Bearer foo" +platform-export-store-1 '924PwlWT' --body '{"itemIds": ["oGQwqtFQ", "SPm1M8U2", "2rAKxkE0"]}' --login_with_auth "Bearer foo" +platform-fulfill-rewards-v2 '7rbInCfU' --body '{"entitlementCollectionId": "VYYT8SbL", "entitlementOrigin": "Other", "metadata": {"eTyXIkCK": {}, "d5SDv8sB": {}, "JJolludm": {}}, "origin": "Playstation", "rewards": [{"currency": {"currencyCode": "UvsZaFVO", "namespace": "pz6YnSHK"}, "item": {"itemId": "BIkYscnC", "itemSku": "uIeK9HGz", "itemType": "nqE99TNg"}, "quantity": 39, "type": "ITEM"}, {"currency": {"currencyCode": "Jiw1yNKY", "namespace": "6o1grWhi"}, "item": {"itemId": "GisCVhYh", "itemSku": "JElzRCxW", "itemType": "uPV64Kdz"}, "quantity": 73, "type": "ITEM"}, {"currency": {"currencyCode": "1Ai6W9Jy", "namespace": "86scEKdH"}, "item": {"itemId": "QvT0Fjmp", "itemSku": "ijKjPfHZ", "itemType": "GyTn3clv"}, "quantity": 83, "type": "ITEM"}], "source": "PAYMENT", "transactionId": "DM2uCSRE"}' --login_with_auth "Bearer foo" exit() END @@ -465,7 +473,7 @@ eval_tap() { } echo "TAP version 13" -echo "1..436" +echo "1..444" #- 1 Login eval_tap 0 1 'Login # SKIP not tested' test.out @@ -482,30 +490,30 @@ eval_tap $? 2 'ListFulfillmentScripts' test.out #- 3 GetFulfillmentScript $PYTHON -m $MODULE 'platform-get-fulfillment-script' \ - 'MvclRxOp' \ + 'vTzBUCI8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'GetFulfillmentScript' test.out #- 4 CreateFulfillmentScript $PYTHON -m $MODULE 'platform-create-fulfillment-script' \ - 'YYpGscZH' \ - --body '{"grantDays": "Tjl9t5Os"}' \ + 'RBb0DVxe' \ + --body '{"grantDays": "tHiJzTwH"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'CreateFulfillmentScript' test.out #- 5 DeleteFulfillmentScript $PYTHON -m $MODULE 'platform-delete-fulfillment-script' \ - 'fKMsxjsH' \ + 'chVX6f7H' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'DeleteFulfillmentScript' test.out #- 6 UpdateFulfillmentScript $PYTHON -m $MODULE 'platform-update-fulfillment-script' \ - 'tvAlKX1D' \ - --body '{"grantDays": "Ipo6neRJ"}' \ + 'bSaP2ReC' \ + --body '{"grantDays": "o2IGsGNt"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'UpdateFulfillmentScript' test.out @@ -518,36 +526,36 @@ eval_tap $? 7 'ListItemTypeConfigs' test.out #- 8 CreateItemTypeConfig $PYTHON -m $MODULE 'platform-create-item-type-config' \ - --body '{"clazz": "qBdZSFP7", "dryRun": true, "fulfillmentUrl": "o0aDz2Re", "itemType": "BUNDLE", "purchaseConditionUrl": "9iXV5tbZ"}' \ + --body '{"clazz": "Sg6eKgVV", "dryRun": true, "fulfillmentUrl": "Sdacw00I", "itemType": "SEASON", "purchaseConditionUrl": "8iPUxVI3"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'CreateItemTypeConfig' test.out #- 9 SearchItemTypeConfig $PYTHON -m $MODULE 'platform-search-item-type-config' \ - 'EXTENSION' \ + 'SEASON' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'SearchItemTypeConfig' test.out #- 10 GetItemTypeConfig $PYTHON -m $MODULE 'platform-get-item-type-config' \ - 'UG1Dw3Hk' \ + 'P6nFI1TB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'GetItemTypeConfig' test.out #- 11 UpdateItemTypeConfig $PYTHON -m $MODULE 'platform-update-item-type-config' \ - '8yob5MGQ' \ - --body '{"clazz": "394B8ztO", "dryRun": true, "fulfillmentUrl": "QiEWgobZ", "purchaseConditionUrl": "g3v0fCsu"}' \ + '0K4RwaEY' \ + --body '{"clazz": "7HpVgkFj", "dryRun": true, "fulfillmentUrl": "jLjDekyK", "purchaseConditionUrl": "lqOEro59"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'UpdateItemTypeConfig' test.out #- 12 DeleteItemTypeConfig $PYTHON -m $MODULE 'platform-delete-item-type-config' \ - 'Etut0gDj' \ + 'wdv5wrpv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'DeleteItemTypeConfig' test.out @@ -560,29 +568,29 @@ eval_tap $? 13 'QueryCampaigns' test.out #- 14 CreateCampaign $PYTHON -m $MODULE 'platform-create-campaign' \ - --body '{"description": "tj1oa7Yd", "items": [{"extraSubscriptionDays": 80, "itemId": "i67B0n7c", "itemName": "2ckvlHvS", "quantity": 47}, {"extraSubscriptionDays": 68, "itemId": "R472Y0Az", "itemName": "OWWWNjfb", "quantity": 23}, {"extraSubscriptionDays": 95, "itemId": "QYWwCgZ9", "itemName": "xvSurbyS", "quantity": 14}], "maxRedeemCountPerCampaignPerUser": 6, "maxRedeemCountPerCode": 95, "maxRedeemCountPerCodePerUser": 99, "maxSaleCount": 62, "name": "hkKdAqDI", "redeemEnd": "1999-01-20T00:00:00Z", "redeemStart": "1983-11-02T00:00:00Z", "redeemType": "ITEM", "status": "INACTIVE", "tags": ["ekzqTYbs", "rTLmX9pQ", "Yf1vnC64"], "type": "REDEMPTION"}' \ + --body '{"description": "QWOCNju2", "items": [{"extraSubscriptionDays": 90, "itemId": "eTSL1es2", "itemName": "x5MEVHq1", "quantity": 64}, {"extraSubscriptionDays": 51, "itemId": "UDFfHUh2", "itemName": "suuAJhJV", "quantity": 99}, {"extraSubscriptionDays": 27, "itemId": "pY97YRyi", "itemName": "tnVMDvPe", "quantity": 95}], "maxRedeemCountPerCampaignPerUser": 89, "maxRedeemCountPerCode": 28, "maxRedeemCountPerCodePerUser": 56, "maxSaleCount": 53, "name": "PD02RL9O", "redeemEnd": "1971-05-14T00:00:00Z", "redeemStart": "1982-12-21T00:00:00Z", "redeemType": "ITEM", "status": "ACTIVE", "tags": ["Kh1C0LnC", "G5gMy3xu", "hTKgW4dO"], "type": "REDEMPTION"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'CreateCampaign' test.out #- 15 GetCampaign $PYTHON -m $MODULE 'platform-get-campaign' \ - 'U0daga96' \ + 'Ye2U9k9o' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'GetCampaign' test.out #- 16 UpdateCampaign $PYTHON -m $MODULE 'platform-update-campaign' \ - 'ObsRnFNF' \ - --body '{"description": "MIYKin5y", "items": [{"extraSubscriptionDays": 65, "itemId": "Iqkkby8c", "itemName": "pht8LwSH", "quantity": 0}, {"extraSubscriptionDays": 17, "itemId": "1CQcG1nZ", "itemName": "PfP4b585", "quantity": 52}, {"extraSubscriptionDays": 28, "itemId": "ZVOiWeIT", "itemName": "aX8XUsb0", "quantity": 14}], "maxRedeemCountPerCampaignPerUser": 100, "maxRedeemCountPerCode": 80, "maxRedeemCountPerCodePerUser": 66, "maxSaleCount": 8, "name": "LaN5Zaf2", "redeemEnd": "1983-04-20T00:00:00Z", "redeemStart": "1971-04-11T00:00:00Z", "redeemType": "ITEM", "status": "ACTIVE", "tags": ["MttBiLwk", "x0GUNuOG", "70VADUEU"]}' \ + 'HZDhFJ8R' \ + --body '{"description": "Es4AlWIA", "items": [{"extraSubscriptionDays": 71, "itemId": "tYLzOP8Q", "itemName": "q9EATIqh", "quantity": 50}, {"extraSubscriptionDays": 69, "itemId": "mvyL4mXU", "itemName": "wGtn9zmP", "quantity": 86}, {"extraSubscriptionDays": 21, "itemId": "EykXH0Ud", "itemName": "2134Nr3W", "quantity": 47}], "maxRedeemCountPerCampaignPerUser": 20, "maxRedeemCountPerCode": 70, "maxRedeemCountPerCodePerUser": 81, "maxSaleCount": 94, "name": "r3J4K5Lp", "redeemEnd": "1993-03-18T00:00:00Z", "redeemStart": "1980-06-20T00:00:00Z", "redeemType": "ITEM", "status": "ACTIVE", "tags": ["jZIjmWcy", "VMipjRWc", "ZluJRQAy"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'UpdateCampaign' test.out #- 17 GetCampaignDynamic $PYTHON -m $MODULE 'platform-get-campaign-dynamic' \ - 'mj5QGncI' \ + 'CQojqs0f' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'GetCampaignDynamic' test.out @@ -595,7 +603,7 @@ eval_tap $? 18 'GetLootBoxPluginConfig' test.out #- 19 UpdateLootBoxPluginConfig $PYTHON -m $MODULE 'platform-update-loot-box-plugin-config' \ - --body '{"appConfig": {"appName": "3d9WBN2K"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "TpRafsfe"}, "extendType": "CUSTOM"}' \ + --body '{"appConfig": {"appName": "zUbr4LjM"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "MX7Up3Q9"}, "extendType": "APP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'UpdateLootBoxPluginConfig' test.out @@ -626,7 +634,7 @@ eval_tap $? 23 'GetSectionPluginConfig' test.out #- 24 UpdateSectionPluginConfig $PYTHON -m $MODULE 'platform-update-section-plugin-config' \ - --body '{"appConfig": {"appName": "OfhDzRNd"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "0uQOGC2A"}, "extendType": "CUSTOM"}' \ + --body '{"appConfig": {"appName": "UV7igeXv"}, "customConfig": {"connectionType": "INSECURE", "grpcServerAddress": "Kq4KQDgU"}, "extendType": "APP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'UpdateSectionPluginConfig' test.out @@ -651,8 +659,8 @@ eval_tap $? 27 'GetRootCategories' test.out #- 28 CreateCategory $PYTHON -m $MODULE 'platform-create-category' \ - '4HMSSvHF' \ - --body '{"categoryPath": "ZY2fjbMT", "localizationDisplayNames": {"NTzklcRQ": "nfzXahAF", "5HXpYTjD": "5z4ZAM9Z", "Ygl634qA": "vmZxA2IT"}}' \ + '4JLc1BRl' \ + --body '{"categoryPath": "Fm07LMe2", "localizationDisplayNames": {"7RRKHHv6": "gwshsb9s", "5uCzDSeS": "HYQfl4CS", "I5Psv5Cl": "8IEzVf4F"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'CreateCategory' test.out @@ -665,102 +673,102 @@ eval_tap $? 29 'ListCategoriesBasic' test.out #- 30 GetCategory $PYTHON -m $MODULE 'platform-get-category' \ - 'wiEd29iP' \ + 'xKiZIXLw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'GetCategory' test.out #- 31 UpdateCategory $PYTHON -m $MODULE 'platform-update-category' \ - 'MdJRPrRX' \ - 'yC0t9mKg' \ - --body '{"localizationDisplayNames": {"b8SjsWNG": "o7mcQKKp", "5KvALuIR": "hajeZRaD", "xvo1PClE": "7BZWGMeH"}}' \ + 'CLeXL6Ki' \ + 'bJWhrkjP' \ + --body '{"localizationDisplayNames": {"tx0VXKUU": "wjlOCzq1", "2iGfNJga": "7sRNNfHS", "IL3K7OL1": "zv4RdJox"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'UpdateCategory' test.out #- 32 DeleteCategory $PYTHON -m $MODULE 'platform-delete-category' \ - 'jdYEuZN8' \ - 'MKXV6J0B' \ + 'tArTUGZs' \ + '3pc78Bfx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'DeleteCategory' test.out #- 33 GetChildCategories $PYTHON -m $MODULE 'platform-get-child-categories' \ - 'yxMdx4fN' \ + 'AU0x6iwF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'GetChildCategories' test.out #- 34 GetDescendantCategories $PYTHON -m $MODULE 'platform-get-descendant-categories' \ - 'jxuTKu18' \ + 'WoPJamxK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'GetDescendantCategories' test.out #- 35 QueryCodes $PYTHON -m $MODULE 'platform-query-codes' \ - '3SOaB2t4' \ + 'LmS4lqiG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'QueryCodes' test.out #- 36 CreateCodes $PYTHON -m $MODULE 'platform-create-codes' \ - 'D1Mkzo7j' \ - --body '{"quantity": 0}' \ + 'MZ288ITa' \ + --body '{"quantity": 41}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'CreateCodes' test.out #- 37 Download $PYTHON -m $MODULE 'platform-download' \ - 'EJoem5Ms' \ + 's73AYq4B' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'Download' test.out #- 38 BulkDisableCodes $PYTHON -m $MODULE 'platform-bulk-disable-codes' \ - 'h38f7C2S' \ + 'TtVrGdbt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'BulkDisableCodes' test.out #- 39 BulkEnableCodes $PYTHON -m $MODULE 'platform-bulk-enable-codes' \ - 'RlvWbNzT' \ + 'vHpAyQiV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'BulkEnableCodes' test.out #- 40 QueryRedeemHistory $PYTHON -m $MODULE 'platform-query-redeem-history' \ - 'xFH0CqaO' \ + '284wimw7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'QueryRedeemHistory' test.out #- 41 GetCode $PYTHON -m $MODULE 'platform-get-code' \ - 'bT6Lv8ZR' \ + 'ip5omGfZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'GetCode' test.out #- 42 DisableCode $PYTHON -m $MODULE 'platform-disable-code' \ - 'axTD9mhF' \ + '4hs6intn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'DisableCode' test.out #- 43 EnableCode $PYTHON -m $MODULE 'platform-enable-code' \ - 'BhW7J5SR' \ + '0ZrTVnzx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'EnableCode' test.out @@ -782,36 +790,36 @@ eval_tap $? 47 'ListCurrencies' test.out #- 48 CreateCurrency $PYTHON -m $MODULE 'platform-create-currency' \ - --body '{"currencyCode": "XITLtyYC", "currencySymbol": "aIgdatAR", "currencyType": "REAL", "decimals": 34, "localizationDescriptions": {"0NVS1qfP": "FqIIJvbp", "IJJ6RRVZ": "mWqETMzU", "SL51MpxQ": "0BTBajyJ"}}' \ + --body '{"currencyCode": "TPjnOsBi", "currencySymbol": "hIHIPh3Z", "currencyType": "VIRTUAL", "decimals": 39, "localizationDescriptions": {"6QgRjkUp": "08hp1MmS", "nA06KYtO": "cfCK7wKB", "EY2DsiIb": "vUFuZzmc"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'CreateCurrency' test.out #- 49 UpdateCurrency $PYTHON -m $MODULE 'platform-update-currency' \ - 'GMN0yVo8' \ - --body '{"localizationDescriptions": {"fJLd1hN3": "lNo3RcIb", "1sCI36vE": "R4H9qe9X", "gsKq9ujv": "g0gxSXMu"}}' \ + 'I1O9Y07W' \ + --body '{"localizationDescriptions": {"Dgzl2NZy": "Fl58vD6H", "Xu30AJnZ": "aloZAlzA", "uFK1hYA0": "FNYfjOJt"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'UpdateCurrency' test.out #- 50 DeleteCurrency $PYTHON -m $MODULE 'platform-delete-currency' \ - 'wDayM1xN' \ + 'nq95LQ0t' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'DeleteCurrency' test.out #- 51 GetCurrencyConfig $PYTHON -m $MODULE 'platform-get-currency-config' \ - 'gJ5v7WDl' \ + 'HpCXaiZv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'GetCurrencyConfig' test.out #- 52 GetCurrencySummary $PYTHON -m $MODULE 'platform-get-currency-summary' \ - 'SiIvykkn' \ + 'ABNjkYHU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'GetCurrencySummary' test.out @@ -824,7 +832,7 @@ eval_tap $? 53 'GetDLCItemConfig' test.out #- 54 UpdateDLCItemConfig $PYTHON -m $MODULE 'platform-update-dlc-item-config' \ - --body '{"data": [{"id": "5byB2IPs", "rewards": [{"currency": {"currencyCode": "04iwJdtj", "namespace": "CrDfn8Fe"}, "item": {"itemId": "RKT4TrlF", "itemSku": "E3py8fOr", "itemType": "OmlJdQc5"}, "quantity": 38, "type": "CURRENCY"}, {"currency": {"currencyCode": "VHHievE7", "namespace": "c84zhGoa"}, "item": {"itemId": "fWqKHL5X", "itemSku": "2CnNI0pI", "itemType": "xfVnevVH"}, "quantity": 42, "type": "CURRENCY"}, {"currency": {"currencyCode": "IQakY7nY", "namespace": "6RR9KFan"}, "item": {"itemId": "eHmgr6d9", "itemSku": "Y0o4H52A", "itemType": "wKtQJC9v"}, "quantity": 94, "type": "CURRENCY"}]}, {"id": "C6yJCjW4", "rewards": [{"currency": {"currencyCode": "UDY7WOWB", "namespace": "EiBvNUD7"}, "item": {"itemId": "EIQG4CZ0", "itemSku": "x8MMblUs", "itemType": "KoWJQfBT"}, "quantity": 57, "type": "CURRENCY"}, {"currency": {"currencyCode": "UZx6seYb", "namespace": "DyQIFv2e"}, "item": {"itemId": "UqK0Gaj3", "itemSku": "xZshaHIw", "itemType": "rWlPYl5P"}, "quantity": 55, "type": "ITEM"}, {"currency": {"currencyCode": "JOkd1cna", "namespace": "5s25nNdw"}, "item": {"itemId": "yDrWz3bZ", "itemSku": "wb9f3qbK", "itemType": "TOKIZ4oP"}, "quantity": 82, "type": "CURRENCY"}]}, {"id": "5OA2dcmc", "rewards": [{"currency": {"currencyCode": "f2xbmZ5r", "namespace": "7LXc72z1"}, "item": {"itemId": "EPJreX6d", "itemSku": "fAmlPD0E", "itemType": "Crb9ETew"}, "quantity": 73, "type": "ITEM"}, {"currency": {"currencyCode": "FfPhhdeu", "namespace": "w9yxK9zC"}, "item": {"itemId": "gCroR1w7", "itemSku": "dP7uMqpw", "itemType": "0BFOAUS6"}, "quantity": 82, "type": "CURRENCY"}, {"currency": {"currencyCode": "l7VSGECM", "namespace": "WrmIpDa2"}, "item": {"itemId": "xkuH8nEv", "itemSku": "LMUWwZTK", "itemType": "NlkksjLk"}, "quantity": 85, "type": "ITEM"}]}]}' \ + --body '{"data": [{"id": "cJkTpxm4", "rewards": [{"currency": {"currencyCode": "73a8A5l5", "namespace": "d1vBTG7i"}, "item": {"itemId": "2psGzBGU", "itemSku": "rgg47Twl", "itemType": "ZfAwVPGg"}, "quantity": 22, "type": "CURRENCY"}, {"currency": {"currencyCode": "wNvzcOnJ", "namespace": "OdQsG3KZ"}, "item": {"itemId": "Q4tjNjB1", "itemSku": "SzaZ5IEr", "itemType": "HhtVZ7I2"}, "quantity": 33, "type": "ITEM"}, {"currency": {"currencyCode": "xct0Qua4", "namespace": "MtR4MORO"}, "item": {"itemId": "IxSWvc6h", "itemSku": "TJ39RBRh", "itemType": "tLpkITcY"}, "quantity": 58, "type": "ITEM"}]}, {"id": "mk4Wj4Zp", "rewards": [{"currency": {"currencyCode": "oeYgVNYV", "namespace": "TJaxQg6z"}, "item": {"itemId": "LmMh4amf", "itemSku": "sbX1vZ1y", "itemType": "ABbKollv"}, "quantity": 60, "type": "CURRENCY"}, {"currency": {"currencyCode": "NIZ2GhW5", "namespace": "u8wI2cjP"}, "item": {"itemId": "z2bEDEQ6", "itemSku": "04o35TJE", "itemType": "Z4KK2siN"}, "quantity": 46, "type": "ITEM"}, {"currency": {"currencyCode": "0LjcRYxL", "namespace": "oCZsioF1"}, "item": {"itemId": "JKUdRBzA", "itemSku": "H7ffLHAH", "itemType": "02YhXEyM"}, "quantity": 49, "type": "ITEM"}]}, {"id": "Pl2bPA4A", "rewards": [{"currency": {"currencyCode": "cPawoK0H", "namespace": "BkyiEx2K"}, "item": {"itemId": "FPNsEJvG", "itemSku": "AFbCzNKy", "itemType": "gBj5GFnl"}, "quantity": 53, "type": "ITEM"}, {"currency": {"currencyCode": "RfTxguiy", "namespace": "LYbaYNrg"}, "item": {"itemId": "f3MEyzA7", "itemSku": "cAmduL37", "itemType": "pFWYpHIv"}, "quantity": 11, "type": "ITEM"}, {"currency": {"currencyCode": "U3iSaCwm", "namespace": "LBO9y34q"}, "item": {"itemId": "cIy9yOuL", "itemSku": "gIPuyzn7", "itemType": "XxMPIL3C"}, "quantity": 37, "type": "CURRENCY"}]}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'UpdateDLCItemConfig' test.out @@ -843,7 +851,7 @@ eval_tap $? 56 'GetPlatformDLCConfig' test.out #- 57 UpdatePlatformDLCConfig $PYTHON -m $MODULE 'platform-update-platform-dlc-config' \ - --body '{"data": [{"platform": "XBOX", "platformDlcIdMap": {"tfq0AJHJ": "a98p7HPO", "krWdkMGH": "YgEBnVON", "0FC94DDz": "cGSTbl5c"}}, {"platform": "XBOX", "platformDlcIdMap": {"yQbfZAJR": "iN2uToPz", "OU5XFpv8": "gaHs8cT0", "pNxOkLCF": "cwhBM2vt"}}, {"platform": "OCULUS", "platformDlcIdMap": {"d4kfcPLg": "GJt4rj1M", "ktQkcdIa": "CBddBame", "aEBQuOwQ": "4yCUVA3X"}}]}' \ + --body '{"data": [{"platform": "XBOX", "platformDlcIdMap": {"QdkfVmym": "uDUd1el0", "wDoeC0SO": "mCkc9K9Z", "osXFtSgC": "eT4tP5w4"}}, {"platform": "OCULUS", "platformDlcIdMap": {"zNDzkSrg": "d4AoLM10", "doa5Sp2g": "uSFZNv9L", "vIowqQg0": "YiOa0jmi"}}, {"platform": "XBOX", "platformDlcIdMap": {"0TJ0YbKb": "do5Hv4IF", "60NcEXbw": "DtrQaUMK", "KqqODVSV": "H42xe2Hj"}}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'UpdatePlatformDLCConfig' test.out @@ -880,21 +888,21 @@ eval_tap $? 62 'GetEntitlementConfigInfo' test.out #- 63 GrantEntitlements $PYTHON -m $MODULE 'platform-grant-entitlements' \ - --body '{"entitlementGrantList": [{"endDate": "1999-11-06T00:00:00Z", "grantedCode": "xLfrsh4B", "itemId": "Yd2lV2ay", "itemNamespace": "XgRjgobv", "language": "AfO-csrd-Qv", "origin": "Other", "quantity": 30, "region": "d23ZDhqi", "source": "REFERRAL_BONUS", "startDate": "1999-01-25T00:00:00Z", "storeId": "WdpxetqU"}, {"endDate": "1974-12-31T00:00:00Z", "grantedCode": "W7Wci9QS", "itemId": "BR9MO3UB", "itemNamespace": "QuPWvnK0", "language": "JQXi_FomM-445", "origin": "IOS", "quantity": 92, "region": "1177ukSw", "source": "REWARD", "startDate": "1999-04-08T00:00:00Z", "storeId": "ZzAgfwCO"}, {"endDate": "1972-06-05T00:00:00Z", "grantedCode": "qg8Yl5cl", "itemId": "br4vkesu", "itemNamespace": "gXGoBUPj", "language": "Gw-uiYU-642", "origin": "Twitch", "quantity": 42, "region": "ycVJgZhH", "source": "ACHIEVEMENT", "startDate": "1974-04-01T00:00:00Z", "storeId": "t6DJNJuW"}], "userIds": ["FO1BLcFp", "WazB6LlH", "ovuNBRCy"]}' \ + --body '{"entitlementGrantList": [{"collectionId": "ZRT928No", "endDate": "1994-01-03T00:00:00Z", "grantedCode": "SD7F5ihB", "itemId": "AejnwcFm", "itemNamespace": "GKlDxJY4", "language": "Iu_XE", "origin": "Xbox", "quantity": 53, "region": "Tx6MZ8GZ", "source": "REWARD", "startDate": "1975-02-10T00:00:00Z", "storeId": "Y1ktQBEA"}, {"collectionId": "ptyNoDbG", "endDate": "1976-05-26T00:00:00Z", "grantedCode": "ksx1kkzd", "itemId": "pkBT8lKy", "itemNamespace": "4Q4wjRwt", "language": "Lg_xomg_eT", "origin": "Steam", "quantity": 86, "region": "no9AoZ1s", "source": "REWARD", "startDate": "1997-07-13T00:00:00Z", "storeId": "s050ql0Q"}, {"collectionId": "aqqdyw4f", "endDate": "1980-12-18T00:00:00Z", "grantedCode": "YTi1wSiu", "itemId": "E54kEKeQ", "itemNamespace": "t6UqdgHx", "language": "fR_gjbl", "origin": "Steam", "quantity": 91, "region": "aP9EteC2", "source": "PURCHASE", "startDate": "1985-05-18T00:00:00Z", "storeId": "NDudKyPY"}], "userIds": ["5Xw1L8WQ", "GS5LEOUF", "RwDqNVCR"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'GrantEntitlements' test.out #- 64 RevokeEntitlements $PYTHON -m $MODULE 'platform-revoke-entitlements' \ - --body '["SAmiGQWT", "v3G7AysO", "wOEQyvgU"]' \ + --body '["akoPd3nF", "rEoUf26S", "tPRi7UQX"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'RevokeEntitlements' test.out #- 65 GetEntitlement $PYTHON -m $MODULE 'platform-get-entitlement' \ - 'NmINB7Bb' \ + 'pGz8xz91' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'GetEntitlement' test.out @@ -913,7 +921,7 @@ eval_tap $? 67 'QueryIAPClawbackHistory' test.out #- 68 MockPlayStationStreamEvent $PYTHON -m $MODULE 'platform-mock-play-station-stream-event' \ - --body '{"body": {"account": "OuF20OcZ", "additionalData": {"entitlement": [{"clientTransaction": [{"amountConsumed": 19, "clientTransactionId": "lJVDbJfa"}, {"amountConsumed": 64, "clientTransactionId": "7A1zBKDa"}, {"amountConsumed": 8, "clientTransactionId": "zTJVlEJp"}], "entitlementId": "OBonroRb", "usageCount": 35}, {"clientTransaction": [{"amountConsumed": 93, "clientTransactionId": "qqJrpd9H"}, {"amountConsumed": 38, "clientTransactionId": "KXoIevY6"}, {"amountConsumed": 67, "clientTransactionId": "j5wZsrWK"}], "entitlementId": "667MgjLm", "usageCount": 28}, {"clientTransaction": [{"amountConsumed": 35, "clientTransactionId": "Sol2hCMx"}, {"amountConsumed": 74, "clientTransactionId": "9k3KZ6Y7"}, {"amountConsumed": 70, "clientTransactionId": "g8xldxLE"}], "entitlementId": "HOPSx3YU", "usageCount": 28}], "purpose": "YQFsMqCL"}, "originalTitleName": "FLEzpC0L", "paymentProductSKU": "BWbJRgzL", "purchaseDate": "sggOTcDr", "sourceOrderItemId": "QDFCIgME", "titleName": "QMx0yya5"}, "eventDomain": "5iamh8A6", "eventSource": "rJx1Hq7L", "eventType": "mdNSoemV", "eventVersion": 27, "id": "FiKTEE0Z", "timestamp": "lErNo2qz"}' \ + --body '{"body": {"account": "Sic9jk06", "additionalData": {"entitlement": [{"clientTransaction": [{"amountConsumed": 12, "clientTransactionId": "rIM5PaL9"}, {"amountConsumed": 88, "clientTransactionId": "KpPnfC1U"}, {"amountConsumed": 62, "clientTransactionId": "SWued6jy"}], "entitlementId": "gc7pl6QZ", "usageCount": 2}, {"clientTransaction": [{"amountConsumed": 48, "clientTransactionId": "45W9DYDB"}, {"amountConsumed": 16, "clientTransactionId": "bWMuKz2e"}, {"amountConsumed": 44, "clientTransactionId": "4PdmVqez"}], "entitlementId": "FjMd4ULq", "usageCount": 43}, {"clientTransaction": [{"amountConsumed": 0, "clientTransactionId": "odjovKkT"}, {"amountConsumed": 1, "clientTransactionId": "nPMIEsMr"}, {"amountConsumed": 64, "clientTransactionId": "geMydt4L"}], "entitlementId": "CTHJwn9R", "usageCount": 12}], "purpose": "aWfbv32F"}, "originalTitleName": "LMUwJx75", "paymentProductSKU": "uzM4emrk", "purchaseDate": "boro4lgu", "sourceOrderItemId": "AHL2GUBx", "titleName": "l7Eu0iS2"}, "eventDomain": "TNQgI3zf", "eventSource": "kkSGJo4F", "eventType": "10v84UBf", "eventVersion": 19, "id": "mafK8QHJ", "timestamp": "z9q4GxDh"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'MockPlayStationStreamEvent' test.out @@ -926,7 +934,7 @@ eval_tap $? 69 'GetAppleIAPConfig' test.out #- 70 UpdateAppleIAPConfig $PYTHON -m $MODULE 'platform-update-apple-iap-config' \ - --body '{"bundleId": "CK82HoHZ", "password": "rHYDMuxo"}' \ + --body '{"bundleId": "fi7LyXzD", "password": "Xob5Bzzl"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'UpdateAppleIAPConfig' test.out @@ -945,7 +953,7 @@ eval_tap $? 72 'GetEpicGamesIAPConfig' test.out #- 73 UpdateEpicGamesIAPConfig $PYTHON -m $MODULE 'platform-update-epic-games-iap-config' \ - --body '{"sandboxId": "fJbrwkQU"}' \ + --body '{"sandboxId": "6i9Sw9rJ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'UpdateEpicGamesIAPConfig' test.out @@ -964,7 +972,7 @@ eval_tap $? 75 'GetGoogleIAPConfig' test.out #- 76 UpdateGoogleIAPConfig $PYTHON -m $MODULE 'platform-update-google-iap-config' \ - --body '{"applicationName": "ABfqwIrE", "serviceAccountId": "d76i3hBu"}' \ + --body '{"applicationName": "lNMuPBUg", "serviceAccountId": "wyBp9HBJ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 76 'UpdateGoogleIAPConfig' test.out @@ -989,7 +997,7 @@ eval_tap $? 79 'GetIAPItemConfig' test.out #- 80 UpdateIAPItemConfig $PYTHON -m $MODULE 'platform-update-iap-item-config' \ - --body '{"data": [{"itemIdentity": "UApN3czt", "itemIdentityType": "ITEM_ID", "platformProductIdMap": {"OMpMo1X1": "VSvjRkD7", "1jtsgzCO": "lUN01xmd", "dRJSgQra": "YhCaco7l"}}, {"itemIdentity": "Kd0qKa7P", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"S7yv1txT": "xzksjpdd", "7IW0DrnU": "PNjvWGWI", "vjMC32G6": "0uKHUmaC"}}, {"itemIdentity": "B8wMpQpw", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"NBdifXmD": "sJBUmhCP", "WiwHzOfg": "bpNA47GO", "jDuUSBOO": "N7etfGps"}}]}' \ + --body '{"data": [{"itemIdentity": "c32cgrf8", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"XtdlCoqE": "fTsQJpMj", "pIssl96C": "m9u8DNaO", "Q9CTTsNJ": "Utj0rogw"}}, {"itemIdentity": "GM4ymey7", "itemIdentityType": "ITEM_SKU", "platformProductIdMap": {"Vlwv0wJt": "Gkn2ol6V", "JpPw4LFf": "rka70ftX", "0ZxFtkcS": "AA2SpUxj"}}, {"itemIdentity": "ECMZ2Egd", "itemIdentityType": "ITEM_ID", "platformProductIdMap": {"3nuzMBMO": "ul6OSfi0", "imlCpois": "JjDSGZnr", "8CFIOxR9": "4p8nUkFB"}}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 80 'UpdateIAPItemConfig' test.out @@ -1008,7 +1016,7 @@ eval_tap $? 82 'GetOculusIAPConfig' test.out #- 83 UpdateOculusIAPConfig $PYTHON -m $MODULE 'platform-update-oculus-iap-config' \ - --body '{"appId": "xJQcv0tp", "appSecret": "b5707m00"}' \ + --body '{"appId": "z3s2R52U", "appSecret": "E2WQl2VP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 83 'UpdateOculusIAPConfig' test.out @@ -1027,7 +1035,7 @@ eval_tap $? 85 'GetPlayStationIAPConfig' test.out #- 86 UpdatePlaystationIAPConfig $PYTHON -m $MODULE 'platform-update-playstation-iap-config' \ - --body '{"backOfficeServerClientId": "HYIi0vMV", "backOfficeServerClientSecret": "7I7nLggI", "enableStreamJob": true, "environment": "hGVW3nBD", "streamName": "oLqYHcvL", "streamPartnerName": "J75c0G8w"}' \ + --body '{"backOfficeServerClientId": "y6qzdEVP", "backOfficeServerClientSecret": "EjUvHsED", "enableStreamJob": true, "environment": "qHvWcCO4", "streamName": "M2kJHKrG", "streamPartnerName": "HiTWJdx2"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 86 'UpdatePlaystationIAPConfig' test.out @@ -1046,7 +1054,7 @@ eval_tap $? 88 'ValidateExistedPlaystationIAPConfig' test.out #- 89 ValidatePlaystationIAPConfig $PYTHON -m $MODULE 'platform-validate-playstation-iap-config' \ - --body '{"backOfficeServerClientId": "3MJkmL3Y", "backOfficeServerClientSecret": "Lo1uccss", "enableStreamJob": false, "environment": "RkhHyd1a", "streamName": "LPRWGrOo", "streamPartnerName": "fNHhU1w0"}' \ + --body '{"backOfficeServerClientId": "SAG1oyRh", "backOfficeServerClientSecret": "O2vZHqmr", "enableStreamJob": true, "environment": "I4uANL2s", "streamName": "5UWO6OE0", "streamPartnerName": "Rj3heK5p"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 89 'ValidatePlaystationIAPConfig' test.out @@ -1059,7 +1067,7 @@ eval_tap $? 90 'GetSteamIAPConfig' test.out #- 91 UpdateSteamIAPConfig $PYTHON -m $MODULE 'platform-update-steam-iap-config' \ - --body '{"appId": "0SKkWAjG", "publisherAuthenticationKey": "HXmUVN6B"}' \ + --body '{"appId": "krYhgyfx", "publisherAuthenticationKey": "uuNDQPeI"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 91 'UpdateSteamIAPConfig' test.out @@ -1078,7 +1086,7 @@ eval_tap $? 93 'GetTwitchIAPConfig' test.out #- 94 UpdateTwitchIAPConfig $PYTHON -m $MODULE 'platform-update-twitch-iap-config' \ - --body '{"clientId": "WRCJSmn5", "clientSecret": "KqWt64g7", "organizationId": "K9W66Km6"}' \ + --body '{"clientId": "sDoyaXkt", "clientSecret": "OBwuc3aZ", "organizationId": "lIElSA9w"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 94 'UpdateTwitchIAPConfig' test.out @@ -1097,7 +1105,7 @@ eval_tap $? 96 'GetXblIAPConfig' test.out #- 97 UpdateXblIAPConfig $PYTHON -m $MODULE 'platform-update-xbl-iap-config' \ - --body '{"relyingPartyCert": "G3n9Ym66"}' \ + --body '{"relyingPartyCert": "doLwdjFV"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 97 'UpdateXblIAPConfig' test.out @@ -1116,39 +1124,39 @@ eval_tap $? 99 'UpdateXblBPCertFile' test.out #- 100 DownloadInvoiceDetails $PYTHON -m $MODULE 'platform-download-invoice-details' \ - 'QfRa7HPa' \ - 'q8nhszKZ' \ + 'lwb4pDKC' \ + 'yrw0nrzK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 100 'DownloadInvoiceDetails' test.out #- 101 GenerateInvoiceSummary $PYTHON -m $MODULE 'platform-generate-invoice-summary' \ - 'R3h8gSMN' \ - 'hwoV6iqc' \ + '1sW7fRC8' \ + '5D6f1BfI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 101 'GenerateInvoiceSummary' test.out #- 102 SyncInGameItem $PYTHON -m $MODULE 'platform-sync-in-game-item' \ - 'PZuqgaVK' \ - --body '{"categoryPath": "3MRD03E3", "targetItemId": "Md7HTXaF", "targetNamespace": "3RgcS9IT"}' \ + '4IWmtXag' \ + --body '{"categoryPath": "woTPNcLO", "targetItemId": "4DHqQpTT", "targetNamespace": "1VyNkmeW"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 102 'SyncInGameItem' test.out #- 103 CreateItem $PYTHON -m $MODULE 'platform-create-item' \ - 'OH9A7C1m' \ - --body '{"appId": "lxymDgYi", "appType": "GAME", "baseAppId": "Cw56yCt9", "boothName": "CnHOGx7L", "categoryPath": "fZ75W0KC", "clazz": "H7iGP4WP", "displayOrder": 85, "entitlementType": "CONSUMABLE", "ext": {"4KzgGzs2": {}, "KNY8HwCa": {}, "PkPt4gJ8": {}}, "features": ["s2HHMbBU", "dEOXMQYN", "M5wTVG6O"], "flexible": false, "images": [{"as": "8gOVJ8Sw", "caption": "DdJSgyBa", "height": 17, "imageUrl": "LJhS7i0B", "smallImageUrl": "r4nw5Lc5", "width": 47}, {"as": "FPliakvt", "caption": "yrludEfM", "height": 87, "imageUrl": "iTLPjuxS", "smallImageUrl": "2zvy6ys5", "width": 68}, {"as": "IIZgUkuf", "caption": "PlerX2mY", "height": 27, "imageUrl": "bmsPDCGF", "smallImageUrl": "a3jOoieH", "width": 34}], "itemIds": ["dIbUEthl", "KJSw7o8D", "pVTqcvcj"], "itemQty": {"N9HxcWdH": 45, "61kqN884": 26, "AmaPoO5a": 36}, "itemType": "BUNDLE", "listable": false, "localizations": {"lSSPomOw": {"description": "wVmMu3Dd", "localExt": {"oweYZyAe": {}, "xfwdhrFI": {}, "ZJB6ZQ7a": {}}, "longDescription": "exf7P7h8", "title": "Ja7LTODU"}, "3pFOhDyp": {"description": "K8HbmAeM", "localExt": {"LUpjD9W1": {}, "Dn9u6ra8": {}, "d8XPgFGY": {}}, "longDescription": "VtRGbPSX", "title": "Z6ppVKuC"}, "gIFK6Ff2": {"description": "l9M9rS2C", "localExt": {"E01Rmlsn": {}, "BLu4CdOQ": {}, "DX5Spx6X": {}}, "longDescription": "8VLwIOne", "title": "m7PItSTm"}}, "lootBoxConfig": {"rewardCount": 77, "rewards": [{"lootBoxItems": [{"count": 96, "duration": 36, "endDate": "1974-01-06T00:00:00Z", "itemId": "Xcx4Zsp9", "itemSku": "7A61vXa4", "itemType": "viZV1b7C"}, {"count": 76, "duration": 25, "endDate": "1973-09-17T00:00:00Z", "itemId": "LRGgdRnS", "itemSku": "Sdg34JGB", "itemType": "PeoceRf4"}, {"count": 50, "duration": 46, "endDate": "1998-07-13T00:00:00Z", "itemId": "gWEGKCn1", "itemSku": "S0Bd1lyZ", "itemType": "yTEGCU0U"}], "name": "jnv986IL", "odds": 0.3743827527523892, "type": "PROBABILITY_GROUP", "weight": 43}, {"lootBoxItems": [{"count": 100, "duration": 18, "endDate": "1992-07-16T00:00:00Z", "itemId": "GUwjH01w", "itemSku": "tNWaFdhw", "itemType": "UDsghdUu"}, {"count": 72, "duration": 53, "endDate": "1983-03-25T00:00:00Z", "itemId": "HqB8Pe0R", "itemSku": "yg581yQk", "itemType": "vyRVIXwb"}, {"count": 94, "duration": 51, "endDate": "1993-04-19T00:00:00Z", "itemId": "5IVzANCT", "itemSku": "xZ84ZCDD", "itemType": "cT3XkjQy"}], "name": "F7feseLd", "odds": 0.37385435215653906, "type": "PROBABILITY_GROUP", "weight": 95}, {"lootBoxItems": [{"count": 55, "duration": 97, "endDate": "1981-08-31T00:00:00Z", "itemId": "xXjbE0jS", "itemSku": "dktLAypH", "itemType": "pPEteEeY"}, {"count": 54, "duration": 18, "endDate": "1979-11-25T00:00:00Z", "itemId": "h0tKBpA1", "itemSku": "4VwAMvGu", "itemType": "krHyE5wV"}, {"count": 43, "duration": 30, "endDate": "1996-05-01T00:00:00Z", "itemId": "gumklYn0", "itemSku": "7WlwqrQp", "itemType": "CWSyGfWn"}], "name": "iaF4W1eA", "odds": 0.4757121700934902, "type": "PROBABILITY_GROUP", "weight": 38}], "rollFunction": "CUSTOM"}, "maxCount": 56, "maxCountPerUser": 30, "name": "PmkpjomV", "optionBoxConfig": {"boxItems": [{"count": 22, "duration": 8, "endDate": "1993-11-16T00:00:00Z", "itemId": "vWBlLG09", "itemSku": "YXDlryr5", "itemType": "lB6K19hM"}, {"count": 74, "duration": 17, "endDate": "1975-01-08T00:00:00Z", "itemId": "SyjYLd03", "itemSku": "vlnRulk1", "itemType": "8rq21ra2"}, {"count": 37, "duration": 4, "endDate": "1978-06-11T00:00:00Z", "itemId": "2FnW81zr", "itemSku": "n4ySnhIU", "itemType": "Lx6opoyY"}]}, "purchasable": false, "recurring": {"cycle": "WEEKLY", "fixedFreeDays": 36, "fixedTrialCycles": 34, "graceDays": 95}, "regionData": {"eNlkYp6S": [{"currencyCode": "yIbQ63JK", "currencyNamespace": "1OXER5ho", "currencyType": "VIRTUAL", "discountAmount": 83, "discountExpireAt": "1991-11-17T00:00:00Z", "discountPercentage": 22, "discountPurchaseAt": "1998-05-05T00:00:00Z", "expireAt": "1992-06-03T00:00:00Z", "price": 0, "purchaseAt": "1999-02-07T00:00:00Z", "trialPrice": 79}, {"currencyCode": "fcXIX1wZ", "currencyNamespace": "n0JHTK2X", "currencyType": "VIRTUAL", "discountAmount": 46, "discountExpireAt": "1990-05-12T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1977-08-06T00:00:00Z", "expireAt": "1976-12-08T00:00:00Z", "price": 86, "purchaseAt": "1985-08-23T00:00:00Z", "trialPrice": 21}, {"currencyCode": "a4RIRvwt", "currencyNamespace": "p2oUHWI3", "currencyType": "REAL", "discountAmount": 36, "discountExpireAt": "1992-03-09T00:00:00Z", "discountPercentage": 56, "discountPurchaseAt": "1972-09-25T00:00:00Z", "expireAt": "1989-02-11T00:00:00Z", "price": 76, "purchaseAt": "1998-06-05T00:00:00Z", "trialPrice": 78}], "Z5kVWW5C": [{"currencyCode": "Obdu8sFj", "currencyNamespace": "URZZvIEF", "currencyType": "VIRTUAL", "discountAmount": 58, "discountExpireAt": "1983-04-09T00:00:00Z", "discountPercentage": 6, "discountPurchaseAt": "1985-11-16T00:00:00Z", "expireAt": "1984-02-07T00:00:00Z", "price": 5, "purchaseAt": "1998-05-08T00:00:00Z", "trialPrice": 100}, {"currencyCode": "0imR9nSl", "currencyNamespace": "CgsXb4F1", "currencyType": "VIRTUAL", "discountAmount": 64, "discountExpireAt": "1975-02-04T00:00:00Z", "discountPercentage": 67, "discountPurchaseAt": "1981-05-16T00:00:00Z", "expireAt": "1983-05-05T00:00:00Z", "price": 5, "purchaseAt": "1982-12-23T00:00:00Z", "trialPrice": 47}, {"currencyCode": "JqDAyNwv", "currencyNamespace": "HEB2Pker", "currencyType": "REAL", "discountAmount": 50, "discountExpireAt": "1998-04-08T00:00:00Z", "discountPercentage": 46, "discountPurchaseAt": "1982-12-25T00:00:00Z", "expireAt": "1998-02-28T00:00:00Z", "price": 78, "purchaseAt": "1988-04-14T00:00:00Z", "trialPrice": 26}], "0h39jxVg": [{"currencyCode": "8cs4gCip", "currencyNamespace": "Vm3Qw6Cq", "currencyType": "VIRTUAL", "discountAmount": 33, "discountExpireAt": "1976-07-22T00:00:00Z", "discountPercentage": 30, "discountPurchaseAt": "1971-09-04T00:00:00Z", "expireAt": "1983-05-06T00:00:00Z", "price": 54, "purchaseAt": "1996-06-09T00:00:00Z", "trialPrice": 32}, {"currencyCode": "TpWuSf8Q", "currencyNamespace": "zurHI0Tk", "currencyType": "REAL", "discountAmount": 68, "discountExpireAt": "1971-12-09T00:00:00Z", "discountPercentage": 77, "discountPurchaseAt": "1999-10-31T00:00:00Z", "expireAt": "1977-11-25T00:00:00Z", "price": 78, "purchaseAt": "1983-03-13T00:00:00Z", "trialPrice": 32}, {"currencyCode": "10zmES6d", "currencyNamespace": "LQ5xkGVf", "currencyType": "REAL", "discountAmount": 83, "discountExpireAt": "1999-10-11T00:00:00Z", "discountPercentage": 80, "discountPurchaseAt": "1990-07-25T00:00:00Z", "expireAt": "1975-04-01T00:00:00Z", "price": 78, "purchaseAt": "1985-12-22T00:00:00Z", "trialPrice": 38}]}, "saleConfig": {"currencyCode": "wMqWctTD", "price": 33}, "seasonType": "TIER", "sectionExclusive": true, "sellable": false, "sku": "RXUiXy1T", "stackable": false, "status": "ACTIVE", "tags": ["6gzbxTNH", "futi88Yd", "v67QODPK"], "targetCurrencyCode": "LQEk2L63", "targetNamespace": "b6maawnI", "thumbnailUrl": "NsSn1gUR", "useCount": 86}' \ + 'DaNa2Vyu' \ + --body '{"appId": "Bi71wqXr", "appType": "SOFTWARE", "baseAppId": "R155QrFj", "boothName": "QUm6CFMW", "categoryPath": "g7yLcYJf", "clazz": "lNYfz2ij", "displayOrder": 8, "entitlementType": "CONSUMABLE", "ext": {"9VxJ8ffw": {}, "fzxjbFji": {}, "ox5c4V62": {}}, "features": ["l60m2zmD", "AjXZ6Zpq", "BmBKswbz"], "flexible": true, "images": [{"as": "zDfqftT4", "caption": "T0W5KAiD", "height": 13, "imageUrl": "KiMUAUx9", "smallImageUrl": "ho59kLaB", "width": 17}, {"as": "HZVRki0X", "caption": "yJbWJuuH", "height": 53, "imageUrl": "PjHvrXiW", "smallImageUrl": "zudEpgLh", "width": 5}, {"as": "mwbzMXA2", "caption": "21hh23bw", "height": 76, "imageUrl": "8SGaljxa", "smallImageUrl": "FhFOprZI", "width": 39}], "inventoryConfig": {"customAttributes": {"0zl95H2z": {}, "FhDswSLy": {}, "1yIn9BER": {}}, "serverCustomAttributes": {"Gkek9ws8": {}, "dpPRIAXf": {}, "Z8cMTsVk": {}}, "slotUsed": 79}, "itemIds": ["8XJqD0zB", "qKCLkE7E", "7yTIZaHW"], "itemQty": {"zE0TcZh9": 10, "zNqiTRkH": 52, "G3AAWIFU": 26}, "itemType": "SEASON", "listable": false, "localizations": {"HYlmnIgc": {"description": "LmzLLc7A", "localExt": {"njFbRk9J": {}, "jt8rUwYA": {}, "HMD9K8ml": {}}, "longDescription": "tXTejtVL", "title": "wkotmrst"}, "3eCDdEiW": {"description": "svhs5Yob", "localExt": {"0NfAQLpZ": {}, "npb18L13": {}, "tWCA2AOH": {}}, "longDescription": "JwHqo1vm", "title": "xSM4ZGrF"}, "UlJE0glH": {"description": "5LhxdFwI", "localExt": {"tnFQLxQc": {}, "ehE00GQs": {}, "HRcP8Qv8": {}}, "longDescription": "VSZyxT6k", "title": "Kp8VA4QH"}}, "lootBoxConfig": {"rewardCount": 26, "rewards": [{"lootBoxItems": [{"count": 18, "duration": 62, "endDate": "1987-02-09T00:00:00Z", "itemId": "DeZnzsC6", "itemSku": "H9Ov5ThH", "itemType": "uxXikWyX"}, {"count": 19, "duration": 10, "endDate": "1996-05-04T00:00:00Z", "itemId": "votkUYfk", "itemSku": "KKA4KYR5", "itemType": "KEd9OQ1Y"}, {"count": 89, "duration": 18, "endDate": "1979-04-11T00:00:00Z", "itemId": "oQnwu36a", "itemSku": "vfNtlvSn", "itemType": "NUgrMfF9"}], "name": "1YMvKr1u", "odds": 0.05670461942296334, "type": "REWARD_GROUP", "weight": 2}, {"lootBoxItems": [{"count": 31, "duration": 83, "endDate": "1993-04-14T00:00:00Z", "itemId": "xpBOGN76", "itemSku": "g7MdEXCT", "itemType": "H2VEGjXc"}, {"count": 97, "duration": 6, "endDate": "1998-12-19T00:00:00Z", "itemId": "jF2gmMjP", "itemSku": "AJ8Q2heU", "itemType": "tinloAbC"}, {"count": 77, "duration": 52, "endDate": "1991-01-13T00:00:00Z", "itemId": "wDJ2Ix78", "itemSku": "MplYQOE4", "itemType": "C8UvTcyN"}], "name": "NLIRC640", "odds": 0.6474024699843487, "type": "PROBABILITY_GROUP", "weight": 82}, {"lootBoxItems": [{"count": 83, "duration": 85, "endDate": "1984-04-03T00:00:00Z", "itemId": "bp4QghuT", "itemSku": "KUjrORfN", "itemType": "Pk19dSuz"}, {"count": 47, "duration": 60, "endDate": "1987-03-24T00:00:00Z", "itemId": "oJGgVCeR", "itemSku": "pIUfZTsX", "itemType": "VL10uOib"}, {"count": 36, "duration": 23, "endDate": "1989-04-18T00:00:00Z", "itemId": "MswKzvPh", "itemSku": "qYPaVOnW", "itemType": "76O08gy2"}], "name": "xC4p0EjH", "odds": 0.45033364483403127, "type": "REWARD_GROUP", "weight": 76}], "rollFunction": "DEFAULT"}, "maxCount": 74, "maxCountPerUser": 99, "name": "VP3MEfBp", "optionBoxConfig": {"boxItems": [{"count": 75, "duration": 28, "endDate": "1974-05-19T00:00:00Z", "itemId": "trO9gqPC", "itemSku": "kPrgccEn", "itemType": "qiffBBDD"}, {"count": 49, "duration": 3, "endDate": "1989-09-27T00:00:00Z", "itemId": "LzYDfUWu", "itemSku": "dwWCAXZB", "itemType": "h2dDLNmH"}, {"count": 7, "duration": 95, "endDate": "1994-08-06T00:00:00Z", "itemId": "BFW9qwfb", "itemSku": "TM1ru5hG", "itemType": "KP4iX3pH"}]}, "purchasable": true, "recurring": {"cycle": "MONTHLY", "fixedFreeDays": 19, "fixedTrialCycles": 28, "graceDays": 48}, "regionData": {"BA1rKIOu": [{"currencyCode": "C0sOqepX", "currencyNamespace": "665yOfXI", "currencyType": "VIRTUAL", "discountAmount": 92, "discountExpireAt": "1990-07-23T00:00:00Z", "discountPercentage": 9, "discountPurchaseAt": "1976-07-03T00:00:00Z", "expireAt": "1998-06-09T00:00:00Z", "price": 40, "purchaseAt": "1993-12-18T00:00:00Z", "trialPrice": 2}, {"currencyCode": "FgxlPBKW", "currencyNamespace": "0dfq7a1F", "currencyType": "VIRTUAL", "discountAmount": 82, "discountExpireAt": "1993-07-05T00:00:00Z", "discountPercentage": 21, "discountPurchaseAt": "1994-10-19T00:00:00Z", "expireAt": "1981-03-11T00:00:00Z", "price": 61, "purchaseAt": "1974-01-03T00:00:00Z", "trialPrice": 31}, {"currencyCode": "WkkoILz8", "currencyNamespace": "QSmMU5uc", "currencyType": "REAL", "discountAmount": 82, "discountExpireAt": "1979-07-17T00:00:00Z", "discountPercentage": 16, "discountPurchaseAt": "1979-10-12T00:00:00Z", "expireAt": "1982-08-22T00:00:00Z", "price": 53, "purchaseAt": "1983-05-02T00:00:00Z", "trialPrice": 35}], "SjLLtzwc": [{"currencyCode": "YB8xeNLX", "currencyNamespace": "R9OeVean", "currencyType": "REAL", "discountAmount": 74, "discountExpireAt": "1984-06-25T00:00:00Z", "discountPercentage": 60, "discountPurchaseAt": "1996-07-16T00:00:00Z", "expireAt": "1975-04-21T00:00:00Z", "price": 69, "purchaseAt": "1982-06-27T00:00:00Z", "trialPrice": 52}, {"currencyCode": "3TCYOq9y", "currencyNamespace": "UrxNp2Em", "currencyType": "REAL", "discountAmount": 30, "discountExpireAt": "1980-05-24T00:00:00Z", "discountPercentage": 33, "discountPurchaseAt": "1982-10-19T00:00:00Z", "expireAt": "1981-01-20T00:00:00Z", "price": 65, "purchaseAt": "1991-05-03T00:00:00Z", "trialPrice": 96}, {"currencyCode": "8cdqVrRk", "currencyNamespace": "aTn7iB2U", "currencyType": "VIRTUAL", "discountAmount": 25, "discountExpireAt": "1971-04-13T00:00:00Z", "discountPercentage": 94, "discountPurchaseAt": "1987-08-14T00:00:00Z", "expireAt": "1991-12-14T00:00:00Z", "price": 97, "purchaseAt": "1994-01-21T00:00:00Z", "trialPrice": 19}], "ryP40JZG": [{"currencyCode": "Kra8LhM8", "currencyNamespace": "FbsANu5p", "currencyType": "VIRTUAL", "discountAmount": 65, "discountExpireAt": "1996-12-05T00:00:00Z", "discountPercentage": 23, "discountPurchaseAt": "1985-08-19T00:00:00Z", "expireAt": "1972-09-22T00:00:00Z", "price": 1, "purchaseAt": "1991-04-11T00:00:00Z", "trialPrice": 22}, {"currencyCode": "AG8rhZKC", "currencyNamespace": "zYp1xaQU", "currencyType": "REAL", "discountAmount": 57, "discountExpireAt": "1972-12-30T00:00:00Z", "discountPercentage": 0, "discountPurchaseAt": "1976-09-09T00:00:00Z", "expireAt": "1991-01-04T00:00:00Z", "price": 45, "purchaseAt": "1988-02-19T00:00:00Z", "trialPrice": 99}, {"currencyCode": "HfYEm9gk", "currencyNamespace": "C8Dz5AW7", "currencyType": "REAL", "discountAmount": 0, "discountExpireAt": "1974-02-08T00:00:00Z", "discountPercentage": 33, "discountPurchaseAt": "1995-05-19T00:00:00Z", "expireAt": "1975-12-02T00:00:00Z", "price": 37, "purchaseAt": "1992-01-07T00:00:00Z", "trialPrice": 42}]}, "saleConfig": {"currencyCode": "wz7r5Kk3", "price": 48}, "seasonType": "TIER", "sectionExclusive": true, "sellable": false, "sku": "pp4EqNfh", "stackable": false, "status": "INACTIVE", "tags": ["rr1ZQ4j7", "dH91pvHn", "wStyOoPX"], "targetCurrencyCode": "Hae5y6eG", "targetNamespace": "v5k5fCtc", "thumbnailUrl": "pJRwXp2r", "useCount": 30}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 103 'CreateItem' test.out #- 104 GetItemByAppId $PYTHON -m $MODULE 'platform-get-item-by-app-id' \ - 'sRkotADu' \ + 'Gxny0DN3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 104 'GetItemByAppId' test.out @@ -1167,36 +1175,36 @@ eval_tap $? 106 'ListBasicItemsByFeatures' test.out #- 107 GetItems $PYTHON -m $MODULE 'platform-get-items' \ - 'i2MZZI7l' \ + 'yoaNw4Dr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 107 'GetItems' test.out #- 108 GetItemBySku $PYTHON -m $MODULE 'platform-get-item-by-sku' \ - 'dcUhJQWB' \ + 'KrScGxFv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 108 'GetItemBySku' test.out #- 109 GetLocaleItemBySku $PYTHON -m $MODULE 'platform-get-locale-item-by-sku' \ - 'Hw1rs9uk' \ + 'ViACogzG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 109 'GetLocaleItemBySku' test.out #- 110 GetEstimatedPrice $PYTHON -m $MODULE 'platform-get-estimated-price' \ - 'Gyif1UWQ' \ - 'wpAMP2cT' \ + 'ZqwjKLqz' \ + 'GRUwjBui' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 110 'GetEstimatedPrice' test.out #- 111 GetItemIdBySku $PYTHON -m $MODULE 'platform-get-item-id-by-sku' \ - 'S904inmM' \ + 'RXcEb5Ee' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 111 'GetItemIdBySku' test.out @@ -1209,7 +1217,7 @@ eval_tap $? 112 'GetBulkItemIdBySkus' test.out #- 113 BulkGetLocaleItems $PYTHON -m $MODULE 'platform-bulk-get-locale-items' \ - 'iG34Riku' \ + 'xkRlWDbV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 113 'BulkGetLocaleItems' test.out @@ -1222,24 +1230,24 @@ eval_tap $? 114 'GetAvailablePredicateTypes' test.out #- 115 ValidateItemPurchaseCondition $PYTHON -m $MODULE 'platform-validate-item-purchase-condition' \ - 'ZqWUBcba' \ - --body '{"itemIds": ["1dW6jFKN", "7PaQOALL", "mvfPKMWz"]}' \ + 'brQu2tIW' \ + --body '{"itemIds": ["FHBVu4ZL", "s8fjYhE2", "tmvmIt2l"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 115 'ValidateItemPurchaseCondition' test.out #- 116 BulkUpdateRegionData $PYTHON -m $MODULE 'platform-bulk-update-region-data' \ - 'k4RSz9HJ' \ - --body '{"changes": [{"itemIdentities": ["ek7c7QJ2", "6j9WxLmd", "K2vNNwrK"], "itemIdentityType": "ITEM_ID", "regionData": {"iPaTGSQC": [{"currencyCode": "Z9DVtH7h", "currencyNamespace": "yb64ZRiI", "currencyType": "VIRTUAL", "discountAmount": 35, "discountExpireAt": "1994-12-28T00:00:00Z", "discountPercentage": 89, "discountPurchaseAt": "1984-02-01T00:00:00Z", "discountedPrice": 87, "expireAt": "1980-11-24T00:00:00Z", "price": 37, "purchaseAt": "1976-06-06T00:00:00Z", "trialPrice": 3}, {"currencyCode": "HbjGq6DK", "currencyNamespace": "hyotPmkw", "currencyType": "VIRTUAL", "discountAmount": 8, "discountExpireAt": "1982-03-10T00:00:00Z", "discountPercentage": 46, "discountPurchaseAt": "1986-12-03T00:00:00Z", "discountedPrice": 70, "expireAt": "1986-08-10T00:00:00Z", "price": 100, "purchaseAt": "1991-05-10T00:00:00Z", "trialPrice": 18}, {"currencyCode": "PLw1sVg3", "currencyNamespace": "kKfYfdTf", "currencyType": "VIRTUAL", "discountAmount": 96, "discountExpireAt": "1997-10-12T00:00:00Z", "discountPercentage": 91, "discountPurchaseAt": "1994-01-15T00:00:00Z", "discountedPrice": 14, "expireAt": "1994-03-08T00:00:00Z", "price": 71, "purchaseAt": "1980-04-25T00:00:00Z", "trialPrice": 54}], "fMeU517o": [{"currencyCode": "RRzWbEew", "currencyNamespace": "pyCAQHRt", "currencyType": "VIRTUAL", "discountAmount": 26, "discountExpireAt": "1996-03-18T00:00:00Z", "discountPercentage": 23, "discountPurchaseAt": "1985-08-12T00:00:00Z", "discountedPrice": 8, "expireAt": "1992-12-01T00:00:00Z", "price": 73, "purchaseAt": "1978-03-30T00:00:00Z", "trialPrice": 1}, {"currencyCode": "0KTmBqKs", "currencyNamespace": "ZhugESde", "currencyType": "VIRTUAL", "discountAmount": 47, "discountExpireAt": "1990-04-19T00:00:00Z", "discountPercentage": 81, "discountPurchaseAt": "1994-08-11T00:00:00Z", "discountedPrice": 82, "expireAt": "1997-07-02T00:00:00Z", "price": 54, "purchaseAt": "1979-02-19T00:00:00Z", "trialPrice": 55}, {"currencyCode": "1zsQnBDr", "currencyNamespace": "cP9WIwJ3", "currencyType": "VIRTUAL", "discountAmount": 25, "discountExpireAt": "1976-05-16T00:00:00Z", "discountPercentage": 46, "discountPurchaseAt": "1982-06-22T00:00:00Z", "discountedPrice": 71, "expireAt": "1976-05-02T00:00:00Z", "price": 81, "purchaseAt": "1975-07-10T00:00:00Z", "trialPrice": 39}], "1Iv2IgSV": [{"currencyCode": "S4NcuHZQ", "currencyNamespace": "yP7x8JV4", "currencyType": "VIRTUAL", "discountAmount": 28, "discountExpireAt": "1978-12-03T00:00:00Z", "discountPercentage": 100, "discountPurchaseAt": "1981-10-06T00:00:00Z", "discountedPrice": 96, "expireAt": "1996-03-30T00:00:00Z", "price": 97, "purchaseAt": "1985-06-08T00:00:00Z", "trialPrice": 4}, {"currencyCode": "afI4RwZC", "currencyNamespace": "RI8oykjO", "currencyType": "VIRTUAL", "discountAmount": 67, "discountExpireAt": "1973-10-18T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1997-09-21T00:00:00Z", "discountedPrice": 65, "expireAt": "1977-03-10T00:00:00Z", "price": 61, "purchaseAt": "1992-10-04T00:00:00Z", "trialPrice": 7}, {"currencyCode": "PAyz3PWl", "currencyNamespace": "yXJ8M6Fa", "currencyType": "VIRTUAL", "discountAmount": 26, "discountExpireAt": "1984-03-07T00:00:00Z", "discountPercentage": 52, "discountPurchaseAt": "1981-07-28T00:00:00Z", "discountedPrice": 92, "expireAt": "1986-01-01T00:00:00Z", "price": 62, "purchaseAt": "1995-02-23T00:00:00Z", "trialPrice": 75}]}}, {"itemIdentities": ["6LvVGkAJ", "pL3OCbup", "GYNXOCdB"], "itemIdentityType": "ITEM_SKU", "regionData": {"SnxGVqwG": [{"currencyCode": "s5zC4jsz", "currencyNamespace": "xxbYAg6O", "currencyType": "VIRTUAL", "discountAmount": 13, "discountExpireAt": "1984-11-24T00:00:00Z", "discountPercentage": 27, "discountPurchaseAt": "1976-04-22T00:00:00Z", "discountedPrice": 84, "expireAt": "1980-08-20T00:00:00Z", "price": 100, "purchaseAt": "1986-06-09T00:00:00Z", "trialPrice": 0}, {"currencyCode": "Mi8EMIp1", "currencyNamespace": "sUYY6ULY", "currencyType": "VIRTUAL", "discountAmount": 50, "discountExpireAt": "1978-08-03T00:00:00Z", "discountPercentage": 38, "discountPurchaseAt": "1978-02-17T00:00:00Z", "discountedPrice": 74, "expireAt": "1998-07-17T00:00:00Z", "price": 14, "purchaseAt": "1977-04-04T00:00:00Z", "trialPrice": 19}, {"currencyCode": "olGANn8J", "currencyNamespace": "l5HPxALn", "currencyType": "VIRTUAL", "discountAmount": 29, "discountExpireAt": "1987-12-10T00:00:00Z", "discountPercentage": 55, "discountPurchaseAt": "1994-06-18T00:00:00Z", "discountedPrice": 27, "expireAt": "1976-01-29T00:00:00Z", "price": 51, "purchaseAt": "1988-05-15T00:00:00Z", "trialPrice": 9}], "oofGDcMz": [{"currencyCode": "LnKgBXTa", "currencyNamespace": "pupPd80L", "currencyType": "REAL", "discountAmount": 98, "discountExpireAt": "1988-05-16T00:00:00Z", "discountPercentage": 33, "discountPurchaseAt": "1997-03-06T00:00:00Z", "discountedPrice": 19, "expireAt": "1976-08-29T00:00:00Z", "price": 35, "purchaseAt": "1977-03-02T00:00:00Z", "trialPrice": 96}, {"currencyCode": "6dnNgvJM", "currencyNamespace": "awUr2Xmk", "currencyType": "REAL", "discountAmount": 39, "discountExpireAt": "1981-03-27T00:00:00Z", "discountPercentage": 5, "discountPurchaseAt": "1997-11-11T00:00:00Z", "discountedPrice": 54, "expireAt": "1994-09-04T00:00:00Z", "price": 98, "purchaseAt": "1998-08-29T00:00:00Z", "trialPrice": 70}, {"currencyCode": "AquNd89F", "currencyNamespace": "I51MGUL8", "currencyType": "REAL", "discountAmount": 1, "discountExpireAt": "1998-10-10T00:00:00Z", "discountPercentage": 45, "discountPurchaseAt": "1977-10-14T00:00:00Z", "discountedPrice": 72, "expireAt": "1990-07-05T00:00:00Z", "price": 35, "purchaseAt": "1979-09-18T00:00:00Z", "trialPrice": 66}], "D7Uj54Ne": [{"currencyCode": "ozVo7tDB", "currencyNamespace": "o5qq2DAC", "currencyType": "REAL", "discountAmount": 53, "discountExpireAt": "1986-01-18T00:00:00Z", "discountPercentage": 80, "discountPurchaseAt": "1986-04-07T00:00:00Z", "discountedPrice": 39, "expireAt": "1992-08-18T00:00:00Z", "price": 66, "purchaseAt": "1983-10-20T00:00:00Z", "trialPrice": 90}, {"currencyCode": "d4Xxhbaz", "currencyNamespace": "4Mxv8G4I", "currencyType": "REAL", "discountAmount": 45, "discountExpireAt": "1983-08-26T00:00:00Z", "discountPercentage": 51, "discountPurchaseAt": "1992-05-23T00:00:00Z", "discountedPrice": 25, "expireAt": "1971-11-23T00:00:00Z", "price": 69, "purchaseAt": "1997-12-15T00:00:00Z", "trialPrice": 55}, {"currencyCode": "SgWWbBaj", "currencyNamespace": "TLHLZRKb", "currencyType": "REAL", "discountAmount": 50, "discountExpireAt": "1997-10-18T00:00:00Z", "discountPercentage": 94, "discountPurchaseAt": "1998-12-03T00:00:00Z", "discountedPrice": 98, "expireAt": "1984-07-08T00:00:00Z", "price": 67, "purchaseAt": "1995-09-05T00:00:00Z", "trialPrice": 53}]}}, {"itemIdentities": ["MXQuAOxJ", "Vb159WQQ", "Y3vReXMe"], "itemIdentityType": "ITEM_SKU", "regionData": {"ZQh1DvLk": [{"currencyCode": "APQglepA", "currencyNamespace": "bFs9xDqh", "currencyType": "VIRTUAL", "discountAmount": 54, "discountExpireAt": "1977-11-22T00:00:00Z", "discountPercentage": 81, "discountPurchaseAt": "1999-11-01T00:00:00Z", "discountedPrice": 6, "expireAt": "1996-08-31T00:00:00Z", "price": 47, "purchaseAt": "1971-04-24T00:00:00Z", "trialPrice": 99}, {"currencyCode": "Qh8UBKEv", "currencyNamespace": "6gCRELvP", "currencyType": "VIRTUAL", "discountAmount": 43, "discountExpireAt": "1999-09-06T00:00:00Z", "discountPercentage": 78, "discountPurchaseAt": "1990-04-17T00:00:00Z", "discountedPrice": 78, "expireAt": "1995-04-08T00:00:00Z", "price": 63, "purchaseAt": "1995-07-09T00:00:00Z", "trialPrice": 12}, {"currencyCode": "xWJQOAxq", "currencyNamespace": "WCbTxxyP", "currencyType": "REAL", "discountAmount": 29, "discountExpireAt": "1977-07-16T00:00:00Z", "discountPercentage": 68, "discountPurchaseAt": "1986-01-03T00:00:00Z", "discountedPrice": 32, "expireAt": "1992-08-09T00:00:00Z", "price": 27, "purchaseAt": "1978-03-29T00:00:00Z", "trialPrice": 64}], "8WQI0fd1": [{"currencyCode": "doBsvCma", "currencyNamespace": "wPoCYfKj", "currencyType": "REAL", "discountAmount": 85, "discountExpireAt": "1976-06-24T00:00:00Z", "discountPercentage": 92, "discountPurchaseAt": "1992-04-13T00:00:00Z", "discountedPrice": 0, "expireAt": "1992-10-27T00:00:00Z", "price": 88, "purchaseAt": "1977-11-27T00:00:00Z", "trialPrice": 7}, {"currencyCode": "nGBCamde", "currencyNamespace": "EpDQyL40", "currencyType": "VIRTUAL", "discountAmount": 1, "discountExpireAt": "1997-07-25T00:00:00Z", "discountPercentage": 63, "discountPurchaseAt": "1982-09-02T00:00:00Z", "discountedPrice": 3, "expireAt": "1987-10-22T00:00:00Z", "price": 97, "purchaseAt": "1982-07-02T00:00:00Z", "trialPrice": 90}, {"currencyCode": "UegmPyxV", "currencyNamespace": "1tbVgHSU", "currencyType": "REAL", "discountAmount": 83, "discountExpireAt": "1999-06-17T00:00:00Z", "discountPercentage": 73, "discountPurchaseAt": "1999-07-25T00:00:00Z", "discountedPrice": 94, "expireAt": "1992-06-01T00:00:00Z", "price": 96, "purchaseAt": "1988-11-08T00:00:00Z", "trialPrice": 85}], "dS3rHeY1": [{"currencyCode": "nKpPm4UK", "currencyNamespace": "fGVoSrPE", "currencyType": "VIRTUAL", "discountAmount": 88, "discountExpireAt": "1972-12-20T00:00:00Z", "discountPercentage": 95, "discountPurchaseAt": "1984-04-15T00:00:00Z", "discountedPrice": 59, "expireAt": "1990-09-05T00:00:00Z", "price": 48, "purchaseAt": "1993-03-12T00:00:00Z", "trialPrice": 98}, {"currencyCode": "CpXPheZn", "currencyNamespace": "zczMhIYP", "currencyType": "REAL", "discountAmount": 98, "discountExpireAt": "1997-09-24T00:00:00Z", "discountPercentage": 81, "discountPurchaseAt": "1972-08-02T00:00:00Z", "discountedPrice": 17, "expireAt": "1980-01-04T00:00:00Z", "price": 48, "purchaseAt": "1996-07-25T00:00:00Z", "trialPrice": 41}, {"currencyCode": "1gw30CZy", "currencyNamespace": "MBjyW71m", "currencyType": "REAL", "discountAmount": 37, "discountExpireAt": "1986-04-03T00:00:00Z", "discountPercentage": 45, "discountPurchaseAt": "1994-02-11T00:00:00Z", "discountedPrice": 85, "expireAt": "1979-10-15T00:00:00Z", "price": 22, "purchaseAt": "1974-05-21T00:00:00Z", "trialPrice": 85}]}}]}' \ + 'YG3xmbW0' \ + --body '{"changes": [{"itemIdentities": ["RSvqL0b6", "zg6wYxyg", "PuNZiiwo"], "itemIdentityType": "ITEM_SKU", "regionData": {"G4TCdfx1": [{"currencyCode": "3At0H6ob", "currencyNamespace": "MRy4LEUv", "currencyType": "VIRTUAL", "discountAmount": 30, "discountExpireAt": "1977-12-12T00:00:00Z", "discountPercentage": 69, "discountPurchaseAt": "1982-04-09T00:00:00Z", "discountedPrice": 28, "expireAt": "1976-09-23T00:00:00Z", "price": 4, "purchaseAt": "1973-05-22T00:00:00Z", "trialPrice": 98}, {"currencyCode": "4AUcEJpS", "currencyNamespace": "MGd2LAtP", "currencyType": "REAL", "discountAmount": 67, "discountExpireAt": "1986-10-05T00:00:00Z", "discountPercentage": 41, "discountPurchaseAt": "1979-03-17T00:00:00Z", "discountedPrice": 51, "expireAt": "1989-01-16T00:00:00Z", "price": 31, "purchaseAt": "1985-08-15T00:00:00Z", "trialPrice": 46}, {"currencyCode": "maMLLu5F", "currencyNamespace": "3lVFiLu6", "currencyType": "VIRTUAL", "discountAmount": 78, "discountExpireAt": "1990-05-06T00:00:00Z", "discountPercentage": 75, "discountPurchaseAt": "1986-02-09T00:00:00Z", "discountedPrice": 47, "expireAt": "1971-12-29T00:00:00Z", "price": 34, "purchaseAt": "1999-06-26T00:00:00Z", "trialPrice": 47}], "oZ2y2Dxt": [{"currencyCode": "US2Cdkt0", "currencyNamespace": "vNP22QLq", "currencyType": "VIRTUAL", "discountAmount": 55, "discountExpireAt": "1999-03-09T00:00:00Z", "discountPercentage": 58, "discountPurchaseAt": "1994-09-14T00:00:00Z", "discountedPrice": 60, "expireAt": "1981-06-21T00:00:00Z", "price": 37, "purchaseAt": "1982-02-05T00:00:00Z", "trialPrice": 42}, {"currencyCode": "rKeT5Twk", "currencyNamespace": "brxAlQub", "currencyType": "REAL", "discountAmount": 29, "discountExpireAt": "1986-11-14T00:00:00Z", "discountPercentage": 66, "discountPurchaseAt": "1989-06-24T00:00:00Z", "discountedPrice": 35, "expireAt": "1988-07-14T00:00:00Z", "price": 28, "purchaseAt": "1988-12-02T00:00:00Z", "trialPrice": 16}, {"currencyCode": "wfO9VCI8", "currencyNamespace": "zPeOOMbC", "currencyType": "VIRTUAL", "discountAmount": 72, "discountExpireAt": "1989-05-21T00:00:00Z", "discountPercentage": 68, "discountPurchaseAt": "1993-06-09T00:00:00Z", "discountedPrice": 41, "expireAt": "1990-04-06T00:00:00Z", "price": 4, "purchaseAt": "1983-09-26T00:00:00Z", "trialPrice": 58}], "Zzy4aLXg": [{"currencyCode": "cU2VQ1mo", "currencyNamespace": "nF5mdIec", "currencyType": "REAL", "discountAmount": 98, "discountExpireAt": "1995-03-26T00:00:00Z", "discountPercentage": 23, "discountPurchaseAt": "1988-12-27T00:00:00Z", "discountedPrice": 20, "expireAt": "1972-04-03T00:00:00Z", "price": 11, "purchaseAt": "1987-03-16T00:00:00Z", "trialPrice": 78}, {"currencyCode": "XP5z17TG", "currencyNamespace": "3AdswBv3", "currencyType": "REAL", "discountAmount": 45, "discountExpireAt": "1991-06-21T00:00:00Z", "discountPercentage": 70, "discountPurchaseAt": "1979-05-18T00:00:00Z", "discountedPrice": 36, "expireAt": "1997-12-28T00:00:00Z", "price": 45, "purchaseAt": "1993-07-26T00:00:00Z", "trialPrice": 85}, {"currencyCode": "akzpvCIp", "currencyNamespace": "mTVtEnUf", "currencyType": "REAL", "discountAmount": 83, "discountExpireAt": "1999-09-12T00:00:00Z", "discountPercentage": 13, "discountPurchaseAt": "1990-07-08T00:00:00Z", "discountedPrice": 52, "expireAt": "1987-08-13T00:00:00Z", "price": 38, "purchaseAt": "1987-06-13T00:00:00Z", "trialPrice": 39}]}}, {"itemIdentities": ["OGQosUk3", "DZBKx7cf", "tbZF1UXo"], "itemIdentityType": "ITEM_SKU", "regionData": {"cp9UrYCi": [{"currencyCode": "8KwV6CAj", "currencyNamespace": "4hnpRYIC", "currencyType": "REAL", "discountAmount": 32, "discountExpireAt": "1991-11-29T00:00:00Z", "discountPercentage": 27, "discountPurchaseAt": "1992-07-13T00:00:00Z", "discountedPrice": 100, "expireAt": "1997-03-24T00:00:00Z", "price": 98, "purchaseAt": "1975-11-20T00:00:00Z", "trialPrice": 61}, {"currencyCode": "wCpOv1IW", "currencyNamespace": "S8crjYSw", "currencyType": "VIRTUAL", "discountAmount": 52, "discountExpireAt": "1978-06-16T00:00:00Z", "discountPercentage": 85, "discountPurchaseAt": "1982-03-22T00:00:00Z", "discountedPrice": 10, "expireAt": "1983-08-16T00:00:00Z", "price": 68, "purchaseAt": "1975-07-26T00:00:00Z", "trialPrice": 39}, {"currencyCode": "2iwvsH4n", "currencyNamespace": "YOKa51WI", "currencyType": "REAL", "discountAmount": 33, "discountExpireAt": "1990-09-30T00:00:00Z", "discountPercentage": 10, "discountPurchaseAt": "1994-12-11T00:00:00Z", "discountedPrice": 90, "expireAt": "1990-11-28T00:00:00Z", "price": 34, "purchaseAt": "1986-01-09T00:00:00Z", "trialPrice": 77}], "wKgHns5U": [{"currencyCode": "Kg5r1sse", "currencyNamespace": "Aew9LX1Y", "currencyType": "VIRTUAL", "discountAmount": 75, "discountExpireAt": "1997-09-18T00:00:00Z", "discountPercentage": 59, "discountPurchaseAt": "1975-03-20T00:00:00Z", "discountedPrice": 69, "expireAt": "1995-08-24T00:00:00Z", "price": 87, "purchaseAt": "1992-10-01T00:00:00Z", "trialPrice": 19}, {"currencyCode": "xSguoWAH", "currencyNamespace": "CnJpdtTd", "currencyType": "REAL", "discountAmount": 72, "discountExpireAt": "1988-01-23T00:00:00Z", "discountPercentage": 68, "discountPurchaseAt": "1993-10-29T00:00:00Z", "discountedPrice": 12, "expireAt": "1990-03-06T00:00:00Z", "price": 62, "purchaseAt": "1998-05-01T00:00:00Z", "trialPrice": 59}, {"currencyCode": "2gz2dRPZ", "currencyNamespace": "bDrp7DTL", "currencyType": "VIRTUAL", "discountAmount": 80, "discountExpireAt": "1987-07-04T00:00:00Z", "discountPercentage": 57, "discountPurchaseAt": "1994-03-15T00:00:00Z", "discountedPrice": 47, "expireAt": "1981-12-10T00:00:00Z", "price": 55, "purchaseAt": "1978-03-24T00:00:00Z", "trialPrice": 86}], "bK1YQyz6": [{"currencyCode": "St0RI8kD", "currencyNamespace": "B3dcNhZ1", "currencyType": "VIRTUAL", "discountAmount": 73, "discountExpireAt": "1995-03-11T00:00:00Z", "discountPercentage": 86, "discountPurchaseAt": "1976-08-10T00:00:00Z", "discountedPrice": 39, "expireAt": "1976-12-26T00:00:00Z", "price": 85, "purchaseAt": "1986-09-26T00:00:00Z", "trialPrice": 63}, {"currencyCode": "szZqYh5S", "currencyNamespace": "AdFxKLEr", "currencyType": "VIRTUAL", "discountAmount": 99, "discountExpireAt": "1995-04-26T00:00:00Z", "discountPercentage": 72, "discountPurchaseAt": "1974-02-08T00:00:00Z", "discountedPrice": 82, "expireAt": "1997-10-06T00:00:00Z", "price": 63, "purchaseAt": "1980-09-13T00:00:00Z", "trialPrice": 34}, {"currencyCode": "cP3qThOO", "currencyNamespace": "sNWJyO7O", "currencyType": "VIRTUAL", "discountAmount": 56, "discountExpireAt": "1978-01-06T00:00:00Z", "discountPercentage": 82, "discountPurchaseAt": "1996-05-16T00:00:00Z", "discountedPrice": 51, "expireAt": "1990-08-16T00:00:00Z", "price": 29, "purchaseAt": "1977-12-24T00:00:00Z", "trialPrice": 92}]}}, {"itemIdentities": ["D16ORC0F", "yPeCAZva", "GEO8GeMH"], "itemIdentityType": "ITEM_ID", "regionData": {"fW9V8fp3": [{"currencyCode": "dl43FKg6", "currencyNamespace": "o5zKSmiR", "currencyType": "VIRTUAL", "discountAmount": 16, "discountExpireAt": "1977-11-29T00:00:00Z", "discountPercentage": 100, "discountPurchaseAt": "1991-06-01T00:00:00Z", "discountedPrice": 11, "expireAt": "1997-06-02T00:00:00Z", "price": 72, "purchaseAt": "1975-12-06T00:00:00Z", "trialPrice": 15}, {"currencyCode": "V5SshzIi", "currencyNamespace": "sBZZJUgu", "currencyType": "VIRTUAL", "discountAmount": 2, "discountExpireAt": "1989-12-01T00:00:00Z", "discountPercentage": 84, "discountPurchaseAt": "1977-05-28T00:00:00Z", "discountedPrice": 12, "expireAt": "1982-06-06T00:00:00Z", "price": 33, "purchaseAt": "1980-01-29T00:00:00Z", "trialPrice": 52}, {"currencyCode": "IZfcQfgX", "currencyNamespace": "IhoZBY0W", "currencyType": "REAL", "discountAmount": 16, "discountExpireAt": "1981-10-16T00:00:00Z", "discountPercentage": 88, "discountPurchaseAt": "1974-04-26T00:00:00Z", "discountedPrice": 75, "expireAt": "1984-09-19T00:00:00Z", "price": 54, "purchaseAt": "1998-04-09T00:00:00Z", "trialPrice": 30}], "KNdVnHpz": [{"currencyCode": "ulUzMaNB", "currencyNamespace": "UlC5pzbS", "currencyType": "REAL", "discountAmount": 48, "discountExpireAt": "1989-10-03T00:00:00Z", "discountPercentage": 22, "discountPurchaseAt": "1979-08-05T00:00:00Z", "discountedPrice": 33, "expireAt": "1988-08-10T00:00:00Z", "price": 53, "purchaseAt": "1992-05-05T00:00:00Z", "trialPrice": 45}, {"currencyCode": "8yBJBaLY", "currencyNamespace": "rR4js7j4", "currencyType": "REAL", "discountAmount": 66, "discountExpireAt": "1979-09-29T00:00:00Z", "discountPercentage": 66, "discountPurchaseAt": "1997-09-15T00:00:00Z", "discountedPrice": 7, "expireAt": "1977-07-11T00:00:00Z", "price": 95, "purchaseAt": "1973-04-10T00:00:00Z", "trialPrice": 53}, {"currencyCode": "8SrbJyj1", "currencyNamespace": "I1hCdDA1", "currencyType": "REAL", "discountAmount": 1, "discountExpireAt": "1999-07-18T00:00:00Z", "discountPercentage": 82, "discountPurchaseAt": "1986-05-11T00:00:00Z", "discountedPrice": 31, "expireAt": "1992-05-01T00:00:00Z", "price": 97, "purchaseAt": "1988-11-14T00:00:00Z", "trialPrice": 43}], "CU6ezVdQ": [{"currencyCode": "9V8VoTcC", "currencyNamespace": "ZJtRlwTr", "currencyType": "VIRTUAL", "discountAmount": 25, "discountExpireAt": "1971-08-20T00:00:00Z", "discountPercentage": 24, "discountPurchaseAt": "1998-03-03T00:00:00Z", "discountedPrice": 24, "expireAt": "1971-04-02T00:00:00Z", "price": 60, "purchaseAt": "1985-06-13T00:00:00Z", "trialPrice": 76}, {"currencyCode": "TaXa8i86", "currencyNamespace": "IXQ2pKeJ", "currencyType": "REAL", "discountAmount": 8, "discountExpireAt": "1990-11-13T00:00:00Z", "discountPercentage": 33, "discountPurchaseAt": "1987-06-17T00:00:00Z", "discountedPrice": 5, "expireAt": "1989-07-10T00:00:00Z", "price": 6, "purchaseAt": "1992-01-04T00:00:00Z", "trialPrice": 46}, {"currencyCode": "xWN9P0ZG", "currencyNamespace": "bzQbqAqj", "currencyType": "VIRTUAL", "discountAmount": 37, "discountExpireAt": "1990-01-13T00:00:00Z", "discountPercentage": 37, "discountPurchaseAt": "1975-11-26T00:00:00Z", "discountedPrice": 62, "expireAt": "1984-06-25T00:00:00Z", "price": 30, "purchaseAt": "1996-02-25T00:00:00Z", "trialPrice": 80}]}}]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 116 'BulkUpdateRegionData' test.out #- 117 SearchItems $PYTHON -m $MODULE 'platform-search-items' \ - 'IkKhpphS' \ - 'en9JMifp' \ + 'NuJpuFqj' \ + 'nvYStX3j' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 117 'SearchItems' test.out @@ -1252,112 +1260,112 @@ eval_tap $? 118 'QueryUncategorizedItems' test.out #- 119 GetItem $PYTHON -m $MODULE 'platform-get-item' \ - 'K8TPBbwh' \ + 'RQrnXoE0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 119 'GetItem' test.out #- 120 UpdateItem $PYTHON -m $MODULE 'platform-update-item' \ - 'JaoxsqbQ' \ - 'fylVUPUC' \ - --body '{"appId": "uEMUF1ei", "appType": "GAME", "baseAppId": "WWFhN6J5", "boothName": "mqwWNpVR", "categoryPath": "29dd7RTk", "clazz": "t22BOJED", "displayOrder": 41, "entitlementType": "DURABLE", "ext": {"5MQpqp4l": {}, "Tg0R4q0c": {}, "TFW1E6WE": {}}, "features": ["sQFu0wDU", "CBO7Ya8Q", "NdE15WXP"], "flexible": true, "images": [{"as": "8pCtFdnA", "caption": "T3Jd0ydC", "height": 45, "imageUrl": "1CvrWvGU", "smallImageUrl": "VMQHhFfA", "width": 71}, {"as": "dR9xD6NE", "caption": "dIytE7u3", "height": 27, "imageUrl": "w5xFDWGf", "smallImageUrl": "aYf8xsfD", "width": 68}, {"as": "3nX35dye", "caption": "dzdmNs4B", "height": 21, "imageUrl": "WB5VL7yE", "smallImageUrl": "GoQb3dP1", "width": 69}], "itemIds": ["IYBItkH0", "wx8YyViI", "1FKZU9zQ"], "itemQty": {"ZzwiDury": 99, "UEjHLev0": 66, "HoScx3eo": 12}, "itemType": "CODE", "listable": false, "localizations": {"nH1dzSAU": {"description": "9c5eg3Ne", "localExt": {"QJqypp2W": {}, "moUuEt21": {}, "aUnehDri": {}}, "longDescription": "AHkrVNxH", "title": "vPIy4U8Z"}, "lGI9EsNc": {"description": "Tt6ZjNqk", "localExt": {"d6cZjiRt": {}, "XQVbIR9y": {}, "jPTaqcgj": {}}, "longDescription": "RxfGhxSK", "title": "jhvbfSWM"}, "LMPTrMOx": {"description": "98e9sh0S", "localExt": {"UyCnvLph": {}, "pneJ2JvL": {}, "EC9RVql5": {}}, "longDescription": "MBPpYWeL", "title": "qOs9bSwI"}}, "lootBoxConfig": {"rewardCount": 92, "rewards": [{"lootBoxItems": [{"count": 7, "duration": 89, "endDate": "1978-08-11T00:00:00Z", "itemId": "1qtbEQhW", "itemSku": "6DAfQNXK", "itemType": "yQwkOaB2"}, {"count": 65, "duration": 61, "endDate": "1971-04-03T00:00:00Z", "itemId": "c32QVqwx", "itemSku": "3G1tcvq5", "itemType": "fGmoN8rM"}, {"count": 29, "duration": 73, "endDate": "1989-04-27T00:00:00Z", "itemId": "2EIq0Qq6", "itemSku": "ffeDI5gu", "itemType": "oxBSo3F3"}], "name": "jPzwRhRF", "odds": 0.4286055170720815, "type": "REWARD_GROUP", "weight": 5}, {"lootBoxItems": [{"count": 38, "duration": 29, "endDate": "1985-01-23T00:00:00Z", "itemId": "sfZ681cv", "itemSku": "f5bmJngW", "itemType": "h0rqcZ6X"}, {"count": 58, "duration": 61, "endDate": "1999-02-05T00:00:00Z", "itemId": "k7KtFb9i", "itemSku": "bTF64dxN", "itemType": "OhbXkdYr"}, {"count": 97, "duration": 95, "endDate": "1985-06-06T00:00:00Z", "itemId": "6ifg4soG", "itemSku": "2W5HEBUA", "itemType": "IdEuHtRv"}], "name": "lJJhngmm", "odds": 0.4418057587957748, "type": "REWARD_GROUP", "weight": 52}, {"lootBoxItems": [{"count": 44, "duration": 48, "endDate": "1983-11-15T00:00:00Z", "itemId": "VTo2u1AQ", "itemSku": "Us8BxTu5", "itemType": "LPmrI7uK"}, {"count": 5, "duration": 15, "endDate": "1975-10-19T00:00:00Z", "itemId": "ENfQ4eZC", "itemSku": "KLQmGCra", "itemType": "3oXDtD5C"}, {"count": 95, "duration": 95, "endDate": "1990-03-17T00:00:00Z", "itemId": "ZfolTvAQ", "itemSku": "60OM3C0V", "itemType": "5XYFA3VP"}], "name": "G1PcmvvE", "odds": 0.5439594103771249, "type": "REWARD_GROUP", "weight": 5}], "rollFunction": "DEFAULT"}, "maxCount": 65, "maxCountPerUser": 67, "name": "nLJ0GR3a", "optionBoxConfig": {"boxItems": [{"count": 11, "duration": 56, "endDate": "1981-11-28T00:00:00Z", "itemId": "LJQYtPmo", "itemSku": "ZlzOCnxo", "itemType": "OAwdobOp"}, {"count": 13, "duration": 51, "endDate": "1980-01-08T00:00:00Z", "itemId": "Fda8Q08M", "itemSku": "aoOCSMtK", "itemType": "kD5rPCZ2"}, {"count": 78, "duration": 80, "endDate": "1997-09-11T00:00:00Z", "itemId": "y6V8ZbLt", "itemSku": "bGkurOfp", "itemType": "TgppTxEF"}]}, "purchasable": false, "recurring": {"cycle": "WEEKLY", "fixedFreeDays": 58, "fixedTrialCycles": 37, "graceDays": 73}, "regionData": {"pdFBkew0": [{"currencyCode": "1tCg3Sk0", "currencyNamespace": "KB4oJ6hP", "currencyType": "REAL", "discountAmount": 59, "discountExpireAt": "1990-05-13T00:00:00Z", "discountPercentage": 38, "discountPurchaseAt": "1978-12-30T00:00:00Z", "expireAt": "1974-08-21T00:00:00Z", "price": 78, "purchaseAt": "1984-07-25T00:00:00Z", "trialPrice": 55}, {"currencyCode": "zQxVjBqP", "currencyNamespace": "EMmvFGy6", "currencyType": "REAL", "discountAmount": 54, "discountExpireAt": "1984-05-26T00:00:00Z", "discountPercentage": 69, "discountPurchaseAt": "1998-02-18T00:00:00Z", "expireAt": "1982-02-13T00:00:00Z", "price": 89, "purchaseAt": "1976-04-25T00:00:00Z", "trialPrice": 47}, {"currencyCode": "EhQVrnVz", "currencyNamespace": "GEERlSgX", "currencyType": "VIRTUAL", "discountAmount": 81, "discountExpireAt": "1972-10-20T00:00:00Z", "discountPercentage": 92, "discountPurchaseAt": "1976-10-23T00:00:00Z", "expireAt": "1985-06-22T00:00:00Z", "price": 94, "purchaseAt": "1973-04-30T00:00:00Z", "trialPrice": 10}], "dEHFregQ": [{"currencyCode": "VbYzZxBK", "currencyNamespace": "S3CzBQ2g", "currencyType": "VIRTUAL", "discountAmount": 23, "discountExpireAt": "1992-05-22T00:00:00Z", "discountPercentage": 58, "discountPurchaseAt": "1995-07-10T00:00:00Z", "expireAt": "1985-12-05T00:00:00Z", "price": 0, "purchaseAt": "1983-04-10T00:00:00Z", "trialPrice": 38}, {"currencyCode": "QlBEly3Y", "currencyNamespace": "AVCYlbTw", "currencyType": "REAL", "discountAmount": 80, "discountExpireAt": "1975-03-18T00:00:00Z", "discountPercentage": 2, "discountPurchaseAt": "1992-12-18T00:00:00Z", "expireAt": "1983-05-19T00:00:00Z", "price": 82, "purchaseAt": "1977-10-23T00:00:00Z", "trialPrice": 10}, {"currencyCode": "ydXyOSen", "currencyNamespace": "Jf2WDnAY", "currencyType": "REAL", "discountAmount": 97, "discountExpireAt": "1997-06-28T00:00:00Z", "discountPercentage": 6, "discountPurchaseAt": "1979-02-02T00:00:00Z", "expireAt": "1990-11-27T00:00:00Z", "price": 81, "purchaseAt": "1971-01-11T00:00:00Z", "trialPrice": 84}], "8RFyf8Rt": [{"currencyCode": "FWaiH1L1", "currencyNamespace": "1CLueF1Y", "currencyType": "REAL", "discountAmount": 11, "discountExpireAt": "1984-04-26T00:00:00Z", "discountPercentage": 22, "discountPurchaseAt": "1990-06-25T00:00:00Z", "expireAt": "1974-09-04T00:00:00Z", "price": 90, "purchaseAt": "1976-10-16T00:00:00Z", "trialPrice": 69}, {"currencyCode": "76HG6TXG", "currencyNamespace": "idqX7pSF", "currencyType": "REAL", "discountAmount": 43, "discountExpireAt": "1982-12-01T00:00:00Z", "discountPercentage": 90, "discountPurchaseAt": "1971-11-21T00:00:00Z", "expireAt": "1997-12-06T00:00:00Z", "price": 78, "purchaseAt": "1993-09-02T00:00:00Z", "trialPrice": 71}, {"currencyCode": "ILm0KxHO", "currencyNamespace": "6AHVEiAX", "currencyType": "VIRTUAL", "discountAmount": 73, "discountExpireAt": "1971-08-30T00:00:00Z", "discountPercentage": 61, "discountPurchaseAt": "1986-01-04T00:00:00Z", "expireAt": "1977-06-02T00:00:00Z", "price": 65, "purchaseAt": "1974-06-08T00:00:00Z", "trialPrice": 89}]}, "saleConfig": {"currencyCode": "QGQrh8gx", "price": 78}, "seasonType": "PASS", "sectionExclusive": true, "sellable": false, "sku": "AZk2ugoF", "stackable": true, "status": "ACTIVE", "tags": ["PMEBxRe3", "WrFJ5Ynf", "JDgoieg7"], "targetCurrencyCode": "ii2VSTCW", "targetNamespace": "Nng5HL5e", "thumbnailUrl": "BQxut61w", "useCount": 65}' \ + 'RLbeuuPB' \ + 'I5OYsysZ' \ + --body '{"appId": "h3hcSBFE", "appType": "DEMO", "baseAppId": "N61HabrI", "boothName": "7HOlUrmC", "categoryPath": "CuOBjZQ4", "clazz": "l69Sy0g8", "displayOrder": 98, "entitlementType": "CONSUMABLE", "ext": {"0tKbxvjk": {}, "caksAtB0": {}, "TrYhNUdm": {}}, "features": ["4i1zT0ZP", "ZI254YKL", "ou4VpFem"], "flexible": false, "images": [{"as": "T9RwgkOE", "caption": "jRuQWA6x", "height": 89, "imageUrl": "9OOZZDa2", "smallImageUrl": "fCyFgY7d", "width": 70}, {"as": "Syv8fCEz", "caption": "EnixfEPu", "height": 46, "imageUrl": "m172zcNY", "smallImageUrl": "B0ROpwsW", "width": 59}, {"as": "dFsSuvHk", "caption": "4bJDCxsd", "height": 6, "imageUrl": "GDrTVXzo", "smallImageUrl": "trzTKBdt", "width": 83}], "inventoryConfig": {"customAttributes": {"HW0qDpuU": {}, "zTnysOB8": {}, "4bbVpyoT": {}}, "serverCustomAttributes": {"Rvn6gegY": {}, "GatQ9X7u": {}, "OeYaiPYI": {}}, "slotUsed": 50}, "itemIds": ["IeHzYMuJ", "udpBaDIJ", "rlQlov0C"], "itemQty": {"YrcS7kaD": 74, "a88gNmTO": 4, "a8wWGn4a": 25}, "itemType": "SEASON", "listable": true, "localizations": {"tjN3ZjIi": {"description": "qdWqnSp3", "localExt": {"4aYDj452": {}, "qg0JDrRG": {}, "teTydUJx": {}}, "longDescription": "jw8yLYdX", "title": "LZNBZZIH"}, "1hRvOzOL": {"description": "pjOrN1cN", "localExt": {"hbXrlLZV": {}, "3XTdl8dJ": {}, "DJlPCabn": {}}, "longDescription": "9G6HBiy4", "title": "rcW5uEgE"}, "17J4KeAj": {"description": "UP5fC7XE", "localExt": {"iCItlBOr": {}, "hPmmTDtX": {}, "WObs2W6M": {}}, "longDescription": "VuMH6F7K", "title": "BMo2PV4B"}}, "lootBoxConfig": {"rewardCount": 3, "rewards": [{"lootBoxItems": [{"count": 58, "duration": 79, "endDate": "1976-10-24T00:00:00Z", "itemId": "PxhVPg2j", "itemSku": "KoQFUCn0", "itemType": "eooO9OOo"}, {"count": 56, "duration": 24, "endDate": "1981-12-12T00:00:00Z", "itemId": "4iUMUuhV", "itemSku": "PURJPYdy", "itemType": "m5uKggWw"}, {"count": 74, "duration": 92, "endDate": "1996-01-06T00:00:00Z", "itemId": "bVw1eCEJ", "itemSku": "xfZSD9P3", "itemType": "t2go2fbH"}], "name": "BV3PJAz4", "odds": 0.7722926912089157, "type": "REWARD_GROUP", "weight": 8}, {"lootBoxItems": [{"count": 13, "duration": 16, "endDate": "1984-10-30T00:00:00Z", "itemId": "biFLv5jh", "itemSku": "eKBvHwCv", "itemType": "jPXI2hy1"}, {"count": 24, "duration": 29, "endDate": "1987-08-19T00:00:00Z", "itemId": "JUQaffup", "itemSku": "B0U7ca1T", "itemType": "z3fRGKuA"}, {"count": 36, "duration": 45, "endDate": "1995-10-07T00:00:00Z", "itemId": "0LzamwOM", "itemSku": "XenrBXaX", "itemType": "8A0yxo1Q"}], "name": "4FdsCpLP", "odds": 0.36660812355999584, "type": "REWARD_GROUP", "weight": 2}, {"lootBoxItems": [{"count": 5, "duration": 63, "endDate": "1984-12-06T00:00:00Z", "itemId": "vXiXPPJ9", "itemSku": "wPVd4q7q", "itemType": "4MjyY5lB"}, {"count": 88, "duration": 66, "endDate": "1998-10-31T00:00:00Z", "itemId": "QuSnrYOT", "itemSku": "Y0iWxfi9", "itemType": "qiULAT0p"}, {"count": 23, "duration": 0, "endDate": "1971-05-01T00:00:00Z", "itemId": "SFVdf5DQ", "itemSku": "vDJcPm7B", "itemType": "CKASEP6L"}], "name": "vy0SGysF", "odds": 0.25167271173293104, "type": "REWARD", "weight": 30}], "rollFunction": "DEFAULT"}, "maxCount": 73, "maxCountPerUser": 51, "name": "u2rk0LKP", "optionBoxConfig": {"boxItems": [{"count": 19, "duration": 91, "endDate": "1974-02-10T00:00:00Z", "itemId": "yu8kUD9n", "itemSku": "TTmtpo3C", "itemType": "A74nZphM"}, {"count": 68, "duration": 19, "endDate": "1991-11-15T00:00:00Z", "itemId": "gk0tfXrB", "itemSku": "illoI9KT", "itemType": "lGXKjvxp"}, {"count": 79, "duration": 78, "endDate": "1994-10-03T00:00:00Z", "itemId": "Bl7gZC3U", "itemSku": "V5T9fwBe", "itemType": "krtG6wMW"}]}, "purchasable": true, "recurring": {"cycle": "YEARLY", "fixedFreeDays": 50, "fixedTrialCycles": 25, "graceDays": 1}, "regionData": {"2yrmGssw": [{"currencyCode": "6rpvQPTz", "currencyNamespace": "42ddD5by", "currencyType": "REAL", "discountAmount": 43, "discountExpireAt": "1977-10-28T00:00:00Z", "discountPercentage": 77, "discountPurchaseAt": "1975-10-20T00:00:00Z", "expireAt": "1981-05-06T00:00:00Z", "price": 62, "purchaseAt": "1988-10-30T00:00:00Z", "trialPrice": 43}, {"currencyCode": "5d6i0c0T", "currencyNamespace": "uh3H5tWf", "currencyType": "VIRTUAL", "discountAmount": 28, "discountExpireAt": "1987-10-17T00:00:00Z", "discountPercentage": 18, "discountPurchaseAt": "1992-03-20T00:00:00Z", "expireAt": "1998-07-31T00:00:00Z", "price": 30, "purchaseAt": "1977-01-14T00:00:00Z", "trialPrice": 34}, {"currencyCode": "206rXSRd", "currencyNamespace": "70I8OPEa", "currencyType": "VIRTUAL", "discountAmount": 42, "discountExpireAt": "1983-10-12T00:00:00Z", "discountPercentage": 49, "discountPurchaseAt": "1997-06-21T00:00:00Z", "expireAt": "1972-02-14T00:00:00Z", "price": 47, "purchaseAt": "1993-07-28T00:00:00Z", "trialPrice": 56}], "KWXPLtaK": [{"currencyCode": "10jT7P2U", "currencyNamespace": "9P286c0c", "currencyType": "REAL", "discountAmount": 48, "discountExpireAt": "1990-01-08T00:00:00Z", "discountPercentage": 12, "discountPurchaseAt": "1976-03-08T00:00:00Z", "expireAt": "1984-07-13T00:00:00Z", "price": 66, "purchaseAt": "1972-11-25T00:00:00Z", "trialPrice": 81}, {"currencyCode": "IOFUYSgt", "currencyNamespace": "Yfv4LYM0", "currencyType": "REAL", "discountAmount": 4, "discountExpireAt": "1972-11-21T00:00:00Z", "discountPercentage": 62, "discountPurchaseAt": "1999-10-06T00:00:00Z", "expireAt": "1979-03-06T00:00:00Z", "price": 3, "purchaseAt": "1996-08-25T00:00:00Z", "trialPrice": 48}, {"currencyCode": "HSL9NzjH", "currencyNamespace": "ZygpVfyI", "currencyType": "VIRTUAL", "discountAmount": 89, "discountExpireAt": "1990-05-23T00:00:00Z", "discountPercentage": 71, "discountPurchaseAt": "1985-02-05T00:00:00Z", "expireAt": "1998-10-07T00:00:00Z", "price": 43, "purchaseAt": "1986-02-08T00:00:00Z", "trialPrice": 71}], "VYcmeyPS": [{"currencyCode": "Z82NKmRG", "currencyNamespace": "YSv1Y0Oi", "currencyType": "REAL", "discountAmount": 31, "discountExpireAt": "1978-10-27T00:00:00Z", "discountPercentage": 15, "discountPurchaseAt": "1981-07-30T00:00:00Z", "expireAt": "1987-09-04T00:00:00Z", "price": 39, "purchaseAt": "1993-11-05T00:00:00Z", "trialPrice": 87}, {"currencyCode": "fwm7WnEF", "currencyNamespace": "UJlbF6nA", "currencyType": "REAL", "discountAmount": 65, "discountExpireAt": "1977-06-10T00:00:00Z", "discountPercentage": 37, "discountPurchaseAt": "1972-04-03T00:00:00Z", "expireAt": "1981-05-10T00:00:00Z", "price": 20, "purchaseAt": "1998-04-07T00:00:00Z", "trialPrice": 81}, {"currencyCode": "KmyKKwCF", "currencyNamespace": "B7ov1Kle", "currencyType": "VIRTUAL", "discountAmount": 86, "discountExpireAt": "1981-03-31T00:00:00Z", "discountPercentage": 67, "discountPurchaseAt": "1989-09-06T00:00:00Z", "expireAt": "1975-09-26T00:00:00Z", "price": 2, "purchaseAt": "1982-08-03T00:00:00Z", "trialPrice": 55}]}, "saleConfig": {"currencyCode": "WVkYBjdg", "price": 88}, "seasonType": "PASS", "sectionExclusive": true, "sellable": true, "sku": "Mv2avQQP", "stackable": true, "status": "ACTIVE", "tags": ["hJyySb5z", "yjWQ9u4T", "XdjMOUYd"], "targetCurrencyCode": "SgiyneUE", "targetNamespace": "iLbrH0Jt", "thumbnailUrl": "AhJHLpp3", "useCount": 26}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 120 'UpdateItem' test.out #- 121 DeleteItem $PYTHON -m $MODULE 'platform-delete-item' \ - 'DtAsDKBZ' \ + 'no3GYJ4X' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 121 'DeleteItem' test.out #- 122 AcquireItem $PYTHON -m $MODULE 'platform-acquire-item' \ - 'EoqJMPhh' \ - --body '{"count": 85, "orderNo": "EKMS2jJQ"}' \ + 'ytYAtc8o' \ + --body '{"count": 65, "orderNo": "C9ozkGIu"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 122 'AcquireItem' test.out #- 123 GetApp $PYTHON -m $MODULE 'platform-get-app' \ - 'MLFUyd33' \ + 'fcc7r9bs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 123 'GetApp' test.out #- 124 UpdateApp $PYTHON -m $MODULE 'platform-update-app' \ - 'X2zxXVma' \ - 'xbmdwC0y' \ - --body '{"carousel": [{"alt": "J1k3LD6h", "previewUrl": "wGjQDJwt", "thumbnailUrl": "vTvwjKkr", "type": "video", "url": "S0EnV08S", "videoSource": "generic"}, {"alt": "4fKfU4Yd", "previewUrl": "qCnOS56w", "thumbnailUrl": "2Bdkyssh", "type": "image", "url": "d7eySpJq", "videoSource": "generic"}, {"alt": "iwHyw1GF", "previewUrl": "idoLTi5D", "thumbnailUrl": "Rde6X7FO", "type": "video", "url": "mJs9QZPF", "videoSource": "youtube"}], "developer": "ICqYsEzY", "forumUrl": "DG1adBTc", "genres": ["Indie", "MassivelyMultiplayer", "MassivelyMultiplayer"], "localizations": {"Jf3l8ZCj": {"announcement": "vZdhY5sF", "slogan": "8NF8uou9"}, "eBOplfeg": {"announcement": "w32cc73y", "slogan": "ZHEiG08h"}, "PWAU1Jcd": {"announcement": "IBvJWwgD", "slogan": "nxvgHfzS"}}, "platformRequirements": {"N6T6MIUP": [{"additionals": "m8f4Q1y0", "directXVersion": "Oj6zaV3A", "diskSpace": "u8DqfBjt", "graphics": "HRyzFpHz", "label": "dVUULdkX", "osVersion": "It4bBy7V", "processor": "UVSE7qdq", "ram": "B5sQ02DG", "soundCard": "6LvtknFa"}, {"additionals": "GyiXZUY6", "directXVersion": "ebsUG7Ss", "diskSpace": "HNmiVBnu", "graphics": "WAM1hGkX", "label": "LjFek52P", "osVersion": "Hb9vywP2", "processor": "b8EObfw3", "ram": "Jjaa3ho1", "soundCard": "6VN1vwHU"}, {"additionals": "qzO0R9ax", "directXVersion": "6JsVaksD", "diskSpace": "nIhJ8H7z", "graphics": "wkvHkMw4", "label": "1oYxUwsY", "osVersion": "oaTaAdAl", "processor": "xuo7FES7", "ram": "p95inkbI", "soundCard": "QE5fzvEw"}], "4djVATLs": [{"additionals": "hENufeVx", "directXVersion": "PDxJiVoU", "diskSpace": "viX0azER", "graphics": "wcREEdhP", "label": "UzV6SQWF", "osVersion": "DXjZS6fr", "processor": "Xn18cax4", "ram": "J8xwLV9y", "soundCard": "LFMTxguj"}, {"additionals": "TR6ezIaR", "directXVersion": "6ziMdsnJ", "diskSpace": "8oHcMcsP", "graphics": "vl8qkW9G", "label": "FE8MBqc4", "osVersion": "1jIHrvjD", "processor": "zw709CJh", "ram": "YyNc5hBj", "soundCard": "PD1W6ZZW"}, {"additionals": "FCGgyZUV", "directXVersion": "ignvfzoW", "diskSpace": "n7Qcjaof", "graphics": "82Dfttcg", "label": "6eT1oFF8", "osVersion": "nypjF2fW", "processor": "qdrA8zLW", "ram": "uYcNMfvN", "soundCard": "qldREup1"}], "LquTS5nh": [{"additionals": "WUT02zka", "directXVersion": "TVJb3esY", "diskSpace": "tXs7rdvK", "graphics": "Zs5ajmXd", "label": "LOMFIlBD", "osVersion": "Hct3eywZ", "processor": "6tDtIJPp", "ram": "POHx92r1", "soundCard": "ugtwkpZC"}, {"additionals": "F9Njxc9r", "directXVersion": "NjCbabEP", "diskSpace": "WxydPpAa", "graphics": "b0A02Dku", "label": "wBi3Kjwv", "osVersion": "eVzCTOhh", "processor": "smYBtoOL", "ram": "hdrJ8Pje", "soundCard": "Do1G7CdM"}, {"additionals": "qt4aDUVg", "directXVersion": "yiXNQgcf", "diskSpace": "iL77dauz", "graphics": "loAdXQ3M", "label": "Qc0X1tMO", "osVersion": "zYBVlnAV", "processor": "dACAEUCP", "ram": "dD77NQRG", "soundCard": "uX54lqOX"}]}, "platforms": ["Windows", "Android", "IOS"], "players": ["LocalCoop", "Multi", "Multi"], "primaryGenre": "FreeToPlay", "publisher": "qitBDuuk", "releaseDate": "1976-04-15T00:00:00Z", "websiteUrl": "iAqTBRCH"}' \ + 'lPd0WeKX' \ + 'akL8tJ2w' \ + --body '{"carousel": [{"alt": "pNBnEnjb", "previewUrl": "cvuCe7wm", "thumbnailUrl": "SIXbGAJI", "type": "image", "url": "rUyYOp0N", "videoSource": "generic"}, {"alt": "2HuDaz7D", "previewUrl": "xTdaVA2z", "thumbnailUrl": "hthCmDLs", "type": "image", "url": "NOWYrpWp", "videoSource": "generic"}, {"alt": "eSjLtnZT", "previewUrl": "z7gyfvZN", "thumbnailUrl": "IvhBIHCv", "type": "video", "url": "uKry0z73", "videoSource": "generic"}], "developer": "9mifSBzk", "forumUrl": "ZEIzNUzq", "genres": ["Indie", "Simulation", "Simulation"], "localizations": {"OOrUpSlX": {"announcement": "snfhM7ft", "slogan": "97tvtdNB"}, "wiJt07Yq": {"announcement": "TV5EyUgz", "slogan": "gpPeB8sU"}, "9kK5Sgq5": {"announcement": "tSpho0bT", "slogan": "9xPXuxQF"}}, "platformRequirements": {"0Ajugbq1": [{"additionals": "UIwD3IfA", "directXVersion": "79LV4woT", "diskSpace": "PvvK2QCE", "graphics": "IrmNL9Uy", "label": "hPZF7kjW", "osVersion": "D4BqDoLW", "processor": "Trd8NwyZ", "ram": "cBU0w69O", "soundCard": "TJQaGjuB"}, {"additionals": "EUnkGWBv", "directXVersion": "Hj6Q7Jc2", "diskSpace": "mTeeYVjj", "graphics": "SXs8b1on", "label": "qwe6ejID", "osVersion": "jo0ZzuEl", "processor": "Ur8piJR9", "ram": "PMpOXFG0", "soundCard": "NWmDZIa9"}, {"additionals": "pIbV8CmN", "directXVersion": "TfIzwLo6", "diskSpace": "G9x0acp1", "graphics": "lPZ7gXcE", "label": "tSyCM0jn", "osVersion": "unLBv6qc", "processor": "uXCg8yJd", "ram": "byT6HdH3", "soundCard": "bayH1l9b"}], "MxnxpZJB": [{"additionals": "NorlWw78", "directXVersion": "kRZd95e5", "diskSpace": "wcEKl7P9", "graphics": "CGLHLUwr", "label": "qV3ZM2Ar", "osVersion": "Ld7RQeFI", "processor": "TwFpUQFf", "ram": "W93UAO3G", "soundCard": "D70I6rl2"}, {"additionals": "Dw9pMUn9", "directXVersion": "dnY4TRcI", "diskSpace": "6p4nxrpP", "graphics": "MNj7KXtM", "label": "gWf1AwIH", "osVersion": "fT3ptaBU", "processor": "7qnJdfoZ", "ram": "LgvMt1Ga", "soundCard": "fj5QYrRZ"}, {"additionals": "0H0n9SGH", "directXVersion": "5QZ83eZi", "diskSpace": "8wlKa17m", "graphics": "aTOiIcMC", "label": "d6TkpDCZ", "osVersion": "O0P7a5W2", "processor": "LF1jtrFV", "ram": "XkUuqPvj", "soundCard": "1UZieAtf"}], "5XGJEwty": [{"additionals": "0cVXflUM", "directXVersion": "7RafTNXZ", "diskSpace": "HJfbPCuf", "graphics": "ZxkL7neT", "label": "Qa6K8gNS", "osVersion": "tFz0Tzqd", "processor": "egowBjpF", "ram": "jpw7N1jZ", "soundCard": "y0xov4A4"}, {"additionals": "MePWyqJ1", "directXVersion": "4aggNwKE", "diskSpace": "pS6BbTEH", "graphics": "45WKeWvt", "label": "fq6fjrxk", "osVersion": "gLD3B8f6", "processor": "y851NZ70", "ram": "67mWAiHa", "soundCard": "TPvvDcqm"}, {"additionals": "IoRalqhH", "directXVersion": "iSDK4NCE", "diskSpace": "1dfPb20e", "graphics": "mRSGBPim", "label": "SRRjhw9a", "osVersion": "lHZJUTyy", "processor": "djyT3H0O", "ram": "B9wXv0jh", "soundCard": "YVSrKizk"}]}, "platforms": ["IOS", "Android", "Linux"], "players": ["LocalCoop", "Coop", "MMO"], "primaryGenre": "RPG", "publisher": "aoqz830B", "releaseDate": "1971-02-07T00:00:00Z", "websiteUrl": "qVsNW5YL"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 124 'UpdateApp' test.out #- 125 DisableItem $PYTHON -m $MODULE 'platform-disable-item' \ - 'i6OgclWB' \ - '8wDygtGh' \ + 'vQWtnGUW' \ + 'cC3bSFmK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 125 'DisableItem' test.out #- 126 GetItemDynamicData $PYTHON -m $MODULE 'platform-get-item-dynamic-data' \ - 'ee9xb8wo' \ + 'Jm5RLKSi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 126 'GetItemDynamicData' test.out #- 127 EnableItem $PYTHON -m $MODULE 'platform-enable-item' \ - '6XNspAWa' \ - '0aEdFvZi' \ + 'y0Jiz2YA' \ + 'E7RD5H8T' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 127 'EnableItem' test.out #- 128 FeatureItem $PYTHON -m $MODULE 'platform-feature-item' \ - 'wjd5bsK8' \ - 'scbMKfq6' \ - 'L2XUDqIE' \ + 'w9OrodFd' \ + 'SBrOHC4J' \ + 'Po6wHwon' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 128 'FeatureItem' test.out #- 129 DefeatureItem $PYTHON -m $MODULE 'platform-defeature-item' \ - 'wrrnP0LU' \ - 'VHiDIXcO' \ - 'IB85Yo6e' \ + 'LCiyo7mi' \ + 'xXVxZE11' \ + 'GkX9sIVi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 129 'DefeatureItem' test.out #- 130 GetLocaleItem $PYTHON -m $MODULE 'platform-get-locale-item' \ - 'IHyPodDX' \ + 'RYzlBG5Z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 130 'GetLocaleItem' test.out #- 131 UpdateItemPurchaseCondition $PYTHON -m $MODULE 'platform-update-item-purchase-condition' \ - '5DWFmqU6' \ - 'ouBedvaN' \ - --body '{"purchaseCondition": {"conditionGroups": [{"operator": "and", "predicates": [{"anyOf": 80, "comparison": "isGreaterThanOrEqual", "name": "E17SSyPk", "predicateType": "SeasonTierPredicate", "value": "na4biG1a", "values": ["cstwDdxz", "hAok35HW", "Kwa9H2xr"]}, {"anyOf": 77, "comparison": "includes", "name": "Xv1hv0rb", "predicateType": "SeasonPassPredicate", "value": "CuuaYOlL", "values": ["qVNiga2U", "CrVSHT8a", "gVb9i7IP"]}, {"anyOf": 83, "comparison": "includes", "name": "tsGQZ3JO", "predicateType": "EntitlementPredicate", "value": "FTD5n0nX", "values": ["amMTuP73", "yPwj9FPq", "4bbs2Ho0"]}]}, {"operator": "or", "predicates": [{"anyOf": 35, "comparison": "isLessThanOrEqual", "name": "8aiSaTPh", "predicateType": "SeasonPassPredicate", "value": "JLtXMzuC", "values": ["7YMPXtwq", "AAWnlYXr", "5NTuxcLC"]}, {"anyOf": 27, "comparison": "isNot", "name": "G8pDjY8z", "predicateType": "EntitlementPredicate", "value": "bCJwKxuo", "values": ["903GT7tG", "FBXghkfq", "vLh7PGms"]}, {"anyOf": 4, "comparison": "isLessThan", "name": "mWQbSVTT", "predicateType": "SeasonTierPredicate", "value": "OZAyac0m", "values": ["BtkMrRO4", "PRavpr3X", "3k75HVoU"]}]}, {"operator": "or", "predicates": [{"anyOf": 86, "comparison": "excludes", "name": "A5DZlZYH", "predicateType": "EntitlementPredicate", "value": "DtsSbD6e", "values": ["PgjYg9MA", "6ZMVkMKu", "JcTos4Vi"]}, {"anyOf": 92, "comparison": "isLessThanOrEqual", "name": "kL23Nvrs", "predicateType": "SeasonPassPredicate", "value": "APYc4yPI", "values": ["UGc5RgX7", "9cKsNpjL", "3oWt4KN2"]}, {"anyOf": 3, "comparison": "isLessThanOrEqual", "name": "QP6QVk1p", "predicateType": "SeasonPassPredicate", "value": "3RXt85Ll", "values": ["iSfLYv5W", "Z54AwzAn", "r9UamZHw"]}]}]}}' \ + 'Gsp1MCuM' \ + 'Bp8NwDnU' \ + --body '{"purchaseCondition": {"conditionGroups": [{"operator": "or", "predicates": [{"anyOf": 71, "comparison": "isLessThan", "name": "DKZZueZW", "predicateType": "SeasonPassPredicate", "value": "ldA33ytG", "values": ["77tmX2ih", "r7y9d7fd", "mJqMfTkk"]}, {"anyOf": 71, "comparison": "includes", "name": "4zeAl6Il", "predicateType": "EntitlementPredicate", "value": "1sQPLUro", "values": ["uujNC2A5", "3wecLXkB", "o7rfzpP3"]}, {"anyOf": 45, "comparison": "excludes", "name": "LSfhdzmS", "predicateType": "EntitlementPredicate", "value": "o1DK2h4X", "values": ["R6Bknn7t", "qEjo3ZWe", "SAntuQ7o"]}]}, {"operator": "or", "predicates": [{"anyOf": 19, "comparison": "isGreaterThan", "name": "yxXT9FsR", "predicateType": "SeasonPassPredicate", "value": "cyqsZlQN", "values": ["8Yo6oyBo", "TzKo5aNv", "4jUaVyUa"]}, {"anyOf": 14, "comparison": "isGreaterThanOrEqual", "name": "BnQmggIq", "predicateType": "EntitlementPredicate", "value": "pxmioKWE", "values": ["7ntGrDrp", "QEhFiFrw", "HT1H8L2h"]}, {"anyOf": 88, "comparison": "isLessThan", "name": "RuwtN7QX", "predicateType": "EntitlementPredicate", "value": "nm8xb6oA", "values": ["WbJjFVMD", "gTQEE5jJ", "hbW52r8D"]}]}, {"operator": "or", "predicates": [{"anyOf": 40, "comparison": "is", "name": "fkBuGGh3", "predicateType": "SeasonTierPredicate", "value": "CWhXCZZG", "values": ["wBe0vTAQ", "82ul5hyo", "wBp6vYVt"]}, {"anyOf": 94, "comparison": "excludes", "name": "NmTZCmk8", "predicateType": "EntitlementPredicate", "value": "9nNtBlPc", "values": ["0EU7XVgw", "HvYtWoU5", "m3zXXny6"]}, {"anyOf": 80, "comparison": "isNot", "name": "LjKWTrjQ", "predicateType": "SeasonPassPredicate", "value": "hRGma7mC", "values": ["XOnMqjKs", "a1lMFIXL", "0RJlava3"]}]}]}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 131 'UpdateItemPurchaseCondition' test.out #- 132 ReturnItem $PYTHON -m $MODULE 'platform-return-item' \ - 's4pqR3rF' \ - --body '{"orderNo": "ejWlEciX"}' \ + 'akJnu6A1' \ + --body '{"orderNo": "PbSFwuLx"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 132 'ReturnItem' test.out @@ -1370,7 +1378,7 @@ eval_tap $? 133 'QueryKeyGroups' test.out #- 134 CreateKeyGroup $PYTHON -m $MODULE 'platform-create-key-group' \ - --body '{"description": "wX4fo4AC", "name": "8xniiLjH", "status": "INACTIVE", "tags": ["qPdrcE9S", "2Nabq3Hj", "8wD7modX"]}' \ + --body '{"description": "fcTnlmNi", "name": "Cqa6Jdy1", "status": "INACTIVE", "tags": ["LQYW2shH", "pIEIkF3F", "yjlVHDEs"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 134 'CreateKeyGroup' test.out @@ -1380,36 +1388,36 @@ eval_tap 0 135 'GetKeyGroupByBoothName # SKIP deprecated' test.out #- 136 GetKeyGroup $PYTHON -m $MODULE 'platform-get-key-group' \ - 'PV5bD689' \ + 'pSolm3be' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 136 'GetKeyGroup' test.out #- 137 UpdateKeyGroup $PYTHON -m $MODULE 'platform-update-key-group' \ - 'cEVxstHA' \ - --body '{"description": "fEaIpThs", "name": "NbpTRnTI", "status": "INACTIVE", "tags": ["atRNZk7M", "yfU3DT2g", "lHNm3nWn"]}' \ + 'G0iCeVia' \ + --body '{"description": "OLfNaZmz", "name": "jDoaMAfu", "status": "ACTIVE", "tags": ["FjvRl5dR", "hyArXGHG", "yxD63iKM"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 137 'UpdateKeyGroup' test.out #- 138 GetKeyGroupDynamic $PYTHON -m $MODULE 'platform-get-key-group-dynamic' \ - '6EINI158' \ + 'znFkm1Pw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 138 'GetKeyGroupDynamic' test.out #- 139 ListKeys $PYTHON -m $MODULE 'platform-list-keys' \ - 'AHP8BcAo' \ + 'mHxJZB2u' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 139 'ListKeys' test.out #- 140 UploadKeys $PYTHON -m $MODULE 'platform-upload-keys' \ - 'Q3hSRyy9' \ + '7FItgNbm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 140 'UploadKeys' test.out @@ -1428,15 +1436,15 @@ eval_tap $? 142 'GetOrderStatistics' test.out #- 143 GetOrder $PYTHON -m $MODULE 'platform-get-order' \ - 'CzmbSre0' \ + 'EBRh7UiU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 143 'GetOrder' test.out #- 144 RefundOrder $PYTHON -m $MODULE 'platform-refund-order' \ - 'zxKdKi0R' \ - --body '{"description": "WVbPfXTV"}' \ + 'QVXroaPs' \ + --body '{"description": "V5bSE8mx"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 144 'RefundOrder' test.out @@ -1449,7 +1457,7 @@ eval_tap $? 145 'GetPaymentCallbackConfig' test.out #- 146 UpdatePaymentCallbackConfig $PYTHON -m $MODULE 'platform-update-payment-callback-config' \ - --body '{"dryRun": true, "notifyUrl": "ewr4L93h", "privateKey": "tYLTJFUo"}' \ + --body '{"dryRun": true, "notifyUrl": "vq5ipMPr", "privateKey": "0Ehn388v"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 146 'UpdatePaymentCallbackConfig' test.out @@ -1468,82 +1476,82 @@ eval_tap $? 148 'QueryPaymentOrders' test.out #- 149 CreatePaymentOrderByDedicated $PYTHON -m $MODULE 'platform-create-payment-order-by-dedicated' \ - --body '{"currencyCode": "o897pEsC", "currencyNamespace": "llTL1vEH", "customParameters": {"B6afdPss": {}, "D5XQWhul": {}, "Fc4yre8E": {}}, "description": "j0wbzuhu", "extOrderNo": "e591pLwc", "extUserId": "FxpbADd2", "itemType": "COINS", "language": "AsN", "metadata": {"gRhji3NG": "WGstLMjG", "SBL0j3pp": "uPBtN81n", "t6JywIMJ": "zYZ21OQp"}, "notifyUrl": "xbAW4f6o", "omitNotification": true, "platform": "DW5MbUbs", "price": 17, "recurringPaymentOrderNo": "18kq6aEH", "region": "luDxS6AS", "returnUrl": "9TnGsAYF", "sandbox": true, "sku": "j2co6pkF", "subscriptionId": "MWIF9DUb", "targetNamespace": "XGDvkaMK", "targetUserId": "Dz8rBbCw", "title": "98neECwa"}' \ + --body '{"currencyCode": "FcAzEA7R", "currencyNamespace": "rlQvxSHM", "customParameters": {"bnj6fuxN": {}, "3FRQo9qd": {}, "5zxSL4Ro": {}}, "description": "lZBatDvL", "extOrderNo": "IVJDGeUI", "extUserId": "LYKpgYRH", "itemType": "APP", "language": "DbY_gLUB_880", "metadata": {"fL26HRf8": "zwoFCAXy", "izat7lep": "ncyrlxS3", "s8Qcungq": "1u0SGtT2"}, "notifyUrl": "mYEOlDox", "omitNotification": true, "platform": "L8BYzn97", "price": 31, "recurringPaymentOrderNo": "cCLJjIbV", "region": "Gw6aO3p4", "returnUrl": "2IxuzLHl", "sandbox": false, "sku": "kEjojhs9", "subscriptionId": "n21YyGGz", "targetNamespace": "k967JpmO", "targetUserId": "65kS471r", "title": "oAjB3FOr"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 149 'CreatePaymentOrderByDedicated' test.out #- 150 ListExtOrderNoByExtTxId $PYTHON -m $MODULE 'platform-list-ext-order-no-by-ext-tx-id' \ - 'j5B0za9z' \ + 'nzRF0X6F' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 150 'ListExtOrderNoByExtTxId' test.out #- 151 GetPaymentOrder $PYTHON -m $MODULE 'platform-get-payment-order' \ - 'H6s8Imcg' \ + '84RVjtSu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 151 'GetPaymentOrder' test.out #- 152 ChargePaymentOrder $PYTHON -m $MODULE 'platform-charge-payment-order' \ - 'Ys98FTWB' \ - --body '{"extTxId": "amD81Wnq", "paymentMethod": "DJMbaK1U", "paymentProvider": "PAYPAL"}' \ + 'lYfE31s6' \ + --body '{"extTxId": "sAaygBCQ", "paymentMethod": "uRySex9t", "paymentProvider": "WXPAY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 152 'ChargePaymentOrder' test.out #- 153 RefundPaymentOrderByDedicated $PYTHON -m $MODULE 'platform-refund-payment-order-by-dedicated' \ - 'vN1rgJIl' \ - --body '{"description": "jbjjQXvh"}' \ + 'vXTLLIhm' \ + --body '{"description": "H0trzfIG"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 153 'RefundPaymentOrderByDedicated' test.out #- 154 SimulatePaymentOrderNotification $PYTHON -m $MODULE 'platform-simulate-payment-order-notification' \ - 'XkgBjlX8' \ - --body '{"amount": 2, "currencyCode": "XMPKJUfO", "notifyType": "REFUND", "paymentProvider": "WALLET", "salesTax": 10, "vat": 41}' \ + 'tHTl3cLf' \ + --body '{"amount": 95, "currencyCode": "psNYSr9F", "notifyType": "CHARGE", "paymentProvider": "XSOLLA", "salesTax": 52, "vat": 97}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 154 'SimulatePaymentOrderNotification' test.out #- 155 GetPaymentOrderChargeStatus $PYTHON -m $MODULE 'platform-get-payment-order-charge-status' \ - '6P7w0wjX' \ + 'G1vxM0dH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 155 'GetPaymentOrderChargeStatus' test.out #- 156 GetPlatformEntitlementConfig $PYTHON -m $MODULE 'platform-get-platform-entitlement-config' \ - 'Oculus' \ + 'Epic' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 156 'GetPlatformEntitlementConfig' test.out #- 157 UpdatePlatformEntitlementConfig $PYTHON -m $MODULE 'platform-update-platform-entitlement-config' \ - 'Xbox' \ - --body '{"allowedPlatformOrigins": ["Xbox", "System", "Other"]}' \ + 'Nintendo' \ + --body '{"allowedPlatformOrigins": ["Steam", "System", "Playstation"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 157 'UpdatePlatformEntitlementConfig' test.out #- 158 GetPlatformWalletConfig $PYTHON -m $MODULE 'platform-get-platform-wallet-config' \ - 'GooglePlay' \ + 'Oculus' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 158 'GetPlatformWalletConfig' test.out #- 159 UpdatePlatformWalletConfig $PYTHON -m $MODULE 'platform-update-platform-wallet-config' \ - 'GooglePlay' \ - --body '{"allowedBalanceOrigins": ["Playstation", "GooglePlay", "Epic"]}' \ + 'Oculus' \ + --body '{"allowedBalanceOrigins": ["GooglePlay", "System", "Epic"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 159 'UpdatePlatformWalletConfig' test.out @@ -1563,7 +1571,7 @@ eval_tap $? 161 'GetRevocationConfig' test.out #- 162 UpdateRevocationConfig $PYTHON -m $MODULE 'platform-update-revocation-config' \ - --body '{"entitlement": {"consumable": {"enabled": false, "strategy": "CUSTOM"}, "durable": {"enabled": false, "strategy": "CUSTOM"}}, "wallet": {"enabled": false, "strategy": "CUSTOM"}}' \ + --body '{"entitlement": {"consumable": {"enabled": false, "strategy": "CUSTOM"}, "durable": {"enabled": false, "strategy": "CUSTOM"}}, "wallet": {"enabled": true, "strategy": "ALWAYS_REVOKE"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 162 'UpdateRevocationConfig' test.out @@ -1588,7 +1596,7 @@ eval_tap $? 165 'GetRevocationPluginConfig' test.out #- 166 UpdateRevocationPluginConfig $PYTHON -m $MODULE 'platform-update-revocation-plugin-config' \ - --body '{"appConfig": {"appName": "VjGGXmzf"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "Cnmyd83I"}, "extendType": "CUSTOM"}' \ + --body '{"appConfig": {"appName": "QZzQktAD"}, "customConfig": {"connectionType": "TLS", "grpcServerAddress": "RcYfYo8y"}, "extendType": "APP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 166 'UpdateRevocationPluginConfig' test.out @@ -1607,7 +1615,7 @@ eval_tap $? 168 'UploadRevocationPluginConfigCert' test.out #- 169 CreateReward $PYTHON -m $MODULE 'platform-create-reward' \ - --body '{"description": "aClXw0IH", "eventTopic": "loUxmisC", "maxAwarded": 72, "maxAwardedPerUser": 98, "namespaceExpression": "wGSHFNFE", "rewardCode": "FcGYDqrf", "rewardConditions": [{"condition": "UUCqiype", "conditionName": "JNZYItk3", "eventName": "hNUxIkw8", "rewardItems": [{"duration": 36, "endDate": "1998-04-05T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "d0zkotBd", "quantity": 38, "sku": "oSCOKkNO"}, {"duration": 38, "endDate": "1975-11-11T00:00:00Z", "identityType": "ITEM_ID", "itemId": "Z9lQlIla", "quantity": 37, "sku": "xQARQice"}, {"duration": 41, "endDate": "1995-01-08T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "lUK157as", "quantity": 74, "sku": "HsQVtyY2"}]}, {"condition": "TICx08SY", "conditionName": "bCzni5II", "eventName": "75QbmCpj", "rewardItems": [{"duration": 75, "endDate": "1987-04-26T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "3LORXhoB", "quantity": 20, "sku": "aKLIXYqU"}, {"duration": 60, "endDate": "1998-03-04T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "so3GPjFR", "quantity": 36, "sku": "60H8neVd"}, {"duration": 9, "endDate": "1991-05-10T00:00:00Z", "identityType": "ITEM_ID", "itemId": "N2zH6oSc", "quantity": 54, "sku": "0cg82oPs"}]}, {"condition": "I2ypsN5M", "conditionName": "eP3qZ7Zf", "eventName": "S9WU025j", "rewardItems": [{"duration": 43, "endDate": "1991-04-17T00:00:00Z", "identityType": "ITEM_ID", "itemId": "dseh9Cwy", "quantity": 99, "sku": "ESHVWl4V"}, {"duration": 79, "endDate": "1991-10-29T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "LZfRAaul", "quantity": 79, "sku": "JwCm1wEq"}, {"duration": 91, "endDate": "1971-11-12T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "u6sz6XxU", "quantity": 27, "sku": "5yICc6Bs"}]}], "userIdExpression": "mVN3O9Hu"}' \ + --body '{"description": "7XHLkxQs", "eventTopic": "aod6fGBJ", "maxAwarded": 23, "maxAwardedPerUser": 84, "namespaceExpression": "YesODh8T", "rewardCode": "2Ps1xMCg", "rewardConditions": [{"condition": "O9lob3rK", "conditionName": "AAyBAvdj", "eventName": "t8UdKvcm", "rewardItems": [{"duration": 61, "endDate": "1998-12-16T00:00:00Z", "identityType": "ITEM_ID", "itemId": "hVRqxCD7", "quantity": 23, "sku": "lWhhzGnq"}, {"duration": 85, "endDate": "1977-08-05T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "MmOCmaz5", "quantity": 0, "sku": "4Ql64hek"}, {"duration": 50, "endDate": "1987-01-13T00:00:00Z", "identityType": "ITEM_ID", "itemId": "1o75ZPNH", "quantity": 62, "sku": "pukdcfpM"}]}, {"condition": "rVg4K7gg", "conditionName": "eKPkaj5T", "eventName": "pHRc0qPz", "rewardItems": [{"duration": 53, "endDate": "1993-12-21T00:00:00Z", "identityType": "ITEM_ID", "itemId": "FPA9TtUE", "quantity": 66, "sku": "VwKinAp2"}, {"duration": 2, "endDate": "1972-09-21T00:00:00Z", "identityType": "ITEM_ID", "itemId": "IscsCou1", "quantity": 100, "sku": "vWeOBP3a"}, {"duration": 33, "endDate": "1995-09-13T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "31j4SLge", "quantity": 47, "sku": "tNqQwkzv"}]}, {"condition": "pDJSBEbb", "conditionName": "DbukMsbR", "eventName": "NocdoByA", "rewardItems": [{"duration": 10, "endDate": "1979-11-01T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "wTMZHljm", "quantity": 57, "sku": "940FjQ21"}, {"duration": 50, "endDate": "1984-06-23T00:00:00Z", "identityType": "ITEM_ID", "itemId": "Mlw50lxC", "quantity": 39, "sku": "IGNC64ui"}, {"duration": 51, "endDate": "1980-10-01T00:00:00Z", "identityType": "ITEM_ID", "itemId": "N2U1haqP", "quantity": 12, "sku": "FsICDrL0"}]}], "userIdExpression": "WQAH5n4C"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 169 'CreateReward' test.out @@ -1626,45 +1634,45 @@ eval_tap $? 171 'ExportRewards' test.out #- 172 ImportRewards $PYTHON -m $MODULE 'platform-import-rewards' \ - 'true' \ + 'false' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 172 'ImportRewards' test.out #- 173 GetReward $PYTHON -m $MODULE 'platform-get-reward' \ - 'hDjye8xT' \ + 'WKOyR8Gl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 173 'GetReward' test.out #- 174 UpdateReward $PYTHON -m $MODULE 'platform-update-reward' \ - 'iPpw74BW' \ - --body '{"description": "zKiUTARU", "eventTopic": "2QeVx1NM", "maxAwarded": 46, "maxAwardedPerUser": 11, "namespaceExpression": "0y1US2UX", "rewardCode": "6hg7B16Y", "rewardConditions": [{"condition": "N4AGc4lf", "conditionName": "mVKW3VC5", "eventName": "L71nmWMf", "rewardItems": [{"duration": 19, "endDate": "1978-04-08T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "6l35xL12", "quantity": 79, "sku": "kt5epld3"}, {"duration": 43, "endDate": "1997-09-30T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "jV3GQMs8", "quantity": 56, "sku": "6xgg9Fh9"}, {"duration": 32, "endDate": "1984-10-29T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "vbHrispG", "quantity": 75, "sku": "c1nqmzl3"}]}, {"condition": "JE483hud", "conditionName": "Wf4AUG3a", "eventName": "ZVIgyi4d", "rewardItems": [{"duration": 18, "endDate": "1976-09-17T00:00:00Z", "identityType": "ITEM_ID", "itemId": "UuaepwLf", "quantity": 94, "sku": "HhPXTX44"}, {"duration": 4, "endDate": "1975-09-21T00:00:00Z", "identityType": "ITEM_ID", "itemId": "z2nFUsQy", "quantity": 7, "sku": "l17kyBfN"}, {"duration": 16, "endDate": "1993-08-26T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "egd8svRN", "quantity": 84, "sku": "DVBWyI6Q"}]}, {"condition": "RJofa3iF", "conditionName": "rttpjGse", "eventName": "7WiE5j9o", "rewardItems": [{"duration": 53, "endDate": "1994-04-14T00:00:00Z", "identityType": "ITEM_ID", "itemId": "tsp9FsqA", "quantity": 52, "sku": "iNqz8hYH"}, {"duration": 14, "endDate": "1975-06-15T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "2UkWDxjm", "quantity": 22, "sku": "arkK7rQE"}, {"duration": 45, "endDate": "1983-02-01T00:00:00Z", "identityType": "ITEM_ID", "itemId": "QNnsm0AD", "quantity": 36, "sku": "jqMd1Rfc"}]}], "userIdExpression": "xCA1HoAx"}' \ + 'iUU6N1wp' \ + --body '{"description": "1AUKUV6b", "eventTopic": "h3XD9EY9", "maxAwarded": 29, "maxAwardedPerUser": 45, "namespaceExpression": "CnoBW4UW", "rewardCode": "YjjiB6Ek", "rewardConditions": [{"condition": "4YBBtrEn", "conditionName": "mGnmuY46", "eventName": "Ub0FQDN2", "rewardItems": [{"duration": 71, "endDate": "1993-07-02T00:00:00Z", "identityType": "ITEM_ID", "itemId": "SnAN4swJ", "quantity": 30, "sku": "30jX5C3g"}, {"duration": 23, "endDate": "1995-03-01T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "n8oxSTkH", "quantity": 29, "sku": "97ubk63B"}, {"duration": 21, "endDate": "1977-07-28T00:00:00Z", "identityType": "ITEM_ID", "itemId": "Z52TZRz6", "quantity": 68, "sku": "6QhEdXw1"}]}, {"condition": "xOw6OSY3", "conditionName": "xerz5FUH", "eventName": "UMclAE9H", "rewardItems": [{"duration": 32, "endDate": "1972-07-09T00:00:00Z", "identityType": "ITEM_ID", "itemId": "hROuT95r", "quantity": 36, "sku": "lWKDVlyw"}, {"duration": 19, "endDate": "1991-10-10T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "kfqaRtl6", "quantity": 14, "sku": "Kxfgody5"}, {"duration": 13, "endDate": "1986-11-13T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "aFskLP1R", "quantity": 1, "sku": "l1P8ExCn"}]}, {"condition": "8r8CDC78", "conditionName": "tMjf0PDl", "eventName": "fxWN69ON", "rewardItems": [{"duration": 43, "endDate": "1997-06-07T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "03WYZSc9", "quantity": 79, "sku": "WZ0xvm1E"}, {"duration": 23, "endDate": "1974-08-21T00:00:00Z", "identityType": "ITEM_ID", "itemId": "cJDpd6Ou", "quantity": 30, "sku": "OOuS6Ndg"}, {"duration": 41, "endDate": "1972-01-15T00:00:00Z", "identityType": "ITEM_SKU", "itemId": "c6SyCR8W", "quantity": 19, "sku": "jbbi8eD1"}]}], "userIdExpression": "iBE7QXAN"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 174 'UpdateReward' test.out #- 175 DeleteReward $PYTHON -m $MODULE 'platform-delete-reward' \ - '0a3oClUU' \ + 'J2j8nF5V' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 175 'DeleteReward' test.out #- 176 CheckEventCondition $PYTHON -m $MODULE 'platform-check-event-condition' \ - 'Z3YiHu8O' \ - --body '{"payload": {"OK4xF9cR": {}, "UPcRdgPf": {}, "RNVIMUn5": {}}}' \ + 'kuXuXwEU' \ + --body '{"payload": {"SJ7Udbht": {}, "ACqdkJzR": {}, "RNWKZpb1": {}}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 176 'CheckEventCondition' test.out #- 177 DeleteRewardConditionRecord $PYTHON -m $MODULE 'platform-delete-reward-condition-record' \ - 'wjDCpkzM' \ - --body '{"conditionName": "IirdNjxb", "userId": "ZfG2jQ2A"}' \ + 'pzHpNxmG' \ + --body '{"conditionName": "VgghbAB0", "userId": "TstQI6l4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 177 'DeleteRewardConditionRecord' test.out @@ -1677,39 +1685,39 @@ eval_tap $? 178 'QuerySections' test.out #- 179 CreateSection $PYTHON -m $MODULE 'platform-create-section' \ - 'necmrW6c' \ - --body '{"active": false, "displayOrder": 1, "endDate": "1984-11-19T00:00:00Z", "ext": {"swLD1BxH": {}, "98HDd4qL": {}, "baIyfBN3": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 69, "itemCount": 89, "rule": "SEQUENCE"}, "items": [{"id": "90ygqATZ", "sku": "vKgS4X3t"}, {"id": "AfPacs4Q", "sku": "Z7tpQPM1"}, {"id": "S5XTgS91", "sku": "35BeWZyN"}], "localizations": {"tZ5XSvxT": {"description": "5h3gv6CW", "localExt": {"ETZUHEnR": {}, "NwwddwTE": {}, "S3HqX1Ye": {}}, "longDescription": "deHAkp2Y", "title": "PU8BZ9rN"}, "4ix6ODp3": {"description": "7IzbrxSA", "localExt": {"jRp16sRi": {}, "LlI0TJz9": {}, "poqHHjg9": {}}, "longDescription": "YO6P1UCz", "title": "Dp87QoBo"}, "JVCZomM7": {"description": "SUsAYtOL", "localExt": {"gPWkv8Uh": {}, "OAxuMSGU": {}, "MRn3FzxV": {}}, "longDescription": "V9m4423O", "title": "6j0LZ51n"}}, "name": "lOQOUcL2", "rotationType": "NONE", "startDate": "1986-11-13T00:00:00Z", "viewId": "n1emrPCL"}' \ + 'VjRHxlZH' \ + --body '{"active": true, "displayOrder": 32, "endDate": "1989-09-17T00:00:00Z", "ext": {"Xo2Ibwtp": {}, "57IeqL0O": {}, "ZKSMZ6Ww": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 41, "itemCount": 82, "rule": "SEQUENCE"}, "items": [{"id": "bhRByJOc", "sku": "fY1z2kpa"}, {"id": "hBIg2agM", "sku": "szRpEvnN"}, {"id": "jU3kLR7q", "sku": "jvd8fybD"}], "localizations": {"DlUEuDAm": {"description": "entm9ffs", "localExt": {"qACDtkXy": {}, "A5ALsolH": {}, "ufo7GtCK": {}}, "longDescription": "DIQemnSR", "title": "hmR0h5uP"}, "1WejSYw2": {"description": "Ge0lvNc0", "localExt": {"53subn0j": {}, "nvnWTScD": {}, "VmbcD3Np": {}}, "longDescription": "Hb0pBbiA", "title": "E0lFrUIG"}, "vgF2ofPY": {"description": "NLXldEZV", "localExt": {"agLYVoQm": {}, "TbxQObP6": {}, "pts5dexi": {}}, "longDescription": "2op6s0CX", "title": "jbXmvDte"}}, "name": "VTpnnTuF", "rotationType": "FIXED_PERIOD", "startDate": "1982-08-09T00:00:00Z", "viewId": "zi1XeKLU"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 179 'CreateSection' test.out #- 180 PurgeExpiredSection $PYTHON -m $MODULE 'platform-purge-expired-section' \ - 'q4ac5WTA' \ + 'Qs4U4TkS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 180 'PurgeExpiredSection' test.out #- 181 GetSection $PYTHON -m $MODULE 'platform-get-section' \ - 'L4IWfL40' \ + 'wYRgaiLM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 181 'GetSection' test.out #- 182 UpdateSection $PYTHON -m $MODULE 'platform-update-section' \ - 'o060HkJP' \ - 'ZtHs1Hh3' \ - --body '{"active": false, "displayOrder": 89, "endDate": "1980-12-01T00:00:00Z", "ext": {"7Cxq1p3n": {}, "2CJ6hVvk": {}, "djkxzCBw": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 0, "itemCount": 20, "rule": "SEQUENCE"}, "items": [{"id": "Qqr9I4tG", "sku": "OoKdFcsO"}, {"id": "DItfNQGz", "sku": "R6Ff5htU"}, {"id": "KxcsStKm", "sku": "fio0SE9F"}], "localizations": {"6g5J7UrL": {"description": "im6S1Lax", "localExt": {"7H4Qe83N": {}, "xKapGImR": {}, "l35FqlZW": {}}, "longDescription": "fEwJuZs4", "title": "DIZWXHVO"}, "6ZBoeB5I": {"description": "YNc31kHm", "localExt": {"RRsX7vvE": {}, "VM0L3xJk": {}, "njiD6oDH": {}}, "longDescription": "znBXrTxD", "title": "yk92nLlk"}, "Ij0SSCtC": {"description": "cRQwimdE", "localExt": {"QmX9pz8a": {}, "dMDRtx51": {}, "NeCrrl4k": {}}, "longDescription": "Yz7kWTRB", "title": "QeK8vKs8"}}, "name": "IjERGNS5", "rotationType": "NONE", "startDate": "1976-03-16T00:00:00Z", "viewId": "qXIwEfvi"}' \ + 'PELwjSGi' \ + 'oClN8Zki' \ + --body '{"active": false, "displayOrder": 15, "endDate": "1991-03-20T00:00:00Z", "ext": {"GzoQwfiH": {}, "e7A2BsYT": {}, "METmNb75": {}}, "fixedPeriodRotationConfig": {"backfillType": "CUSTOM", "duration": 8, "itemCount": 43, "rule": "SEQUENCE"}, "items": [{"id": "2zen6aqY", "sku": "AX0qDmNI"}, {"id": "Tx3ZxkVr", "sku": "K3OePilY"}, {"id": "26gv4G2x", "sku": "GczRw5Ow"}], "localizations": {"FQXonHYO": {"description": "tpcPVaAW", "localExt": {"GelcBhFj": {}, "sE7oVicK": {}, "lBGetAaW": {}}, "longDescription": "3bL12fwL", "title": "weZvULjn"}, "JapCmqrY": {"description": "mXlx5Tcu", "localExt": {"MDCDklgd": {}, "1vAhopog": {}, "sDRmFex8": {}}, "longDescription": "7nBzozWQ", "title": "WjtgNoA9"}, "1HNfZCTS": {"description": "0h0dgDWB", "localExt": {"YzkSwNVQ": {}, "RcArMGoy": {}, "ZSgo7md6": {}}, "longDescription": "FUfta0No", "title": "PCdEA51b"}}, "name": "AJMLwatf", "rotationType": "CUSTOM", "startDate": "1993-08-22T00:00:00Z", "viewId": "aLzB67ec"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 182 'UpdateSection' test.out #- 183 DeleteSection $PYTHON -m $MODULE 'platform-delete-section' \ - 'ekXMX5ay' \ - 'QTDDwSR0' \ + 'mZ2DTioG' \ + 'BvuwylIJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 183 'DeleteSection' test.out @@ -1722,1831 +1730,1890 @@ eval_tap $? 184 'ListStores' test.out #- 185 CreateStore $PYTHON -m $MODULE 'platform-create-store' \ - --body '{"defaultLanguage": "vNlYxWPd", "defaultRegion": "OGOHz3VG", "description": "SEcI7q1b", "supportedLanguages": ["1zGqEiQF", "7rwp2AgN", "M5WqZM5b"], "supportedRegions": ["O2lL6Wt7", "l5hfk6Ya", "7S1pla1R"], "title": "JUlBO5eZ"}' \ + --body '{"defaultLanguage": "jVeSsZxs", "defaultRegion": "hkuOCOPI", "description": "U6uA3nNq", "supportedLanguages": ["79EZJI43", "7H7Hj2Mw", "9PWuLKWQ"], "supportedRegions": ["PjiTDg0W", "0wELfbP5", "6Lk3B84A"], "title": "bluXo4Zn"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 185 'CreateStore' test.out -#- 186 ImportStore -eval_tap 0 186 'ImportStore # SKIP deprecated' test.out +#- 186 GetCatalogDefinition +$PYTHON -m $MODULE 'platform-get-catalog-definition' \ + 'SECTION' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 186 'GetCatalogDefinition' test.out -#- 187 GetPublishedStore +#- 187 DownloadCSVTemplates +$PYTHON -m $MODULE 'platform-download-csv-templates' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 187 'DownloadCSVTemplates' test.out + +#- 188 ExportStoreByCSV +$PYTHON -m $MODULE 'platform-export-store-by-csv' \ + --body '{"catalogType": "CATEGORY", "fieldsToBeIncluded": ["KTXv8Lee", "S6lMn8CN", "V27r8PWS"], "idsToBeExported": ["zSj7KPGF", "20gthxp9", "CM3KmK7h"], "storeId": "6DoWfzX7"}' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 188 'ExportStoreByCSV' test.out + +#- 189 ImportStore +eval_tap 0 189 'ImportStore # SKIP deprecated' test.out + +#- 190 GetPublishedStore $PYTHON -m $MODULE 'platform-get-published-store' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 187 'GetPublishedStore' test.out +eval_tap $? 190 'GetPublishedStore' test.out -#- 188 DeletePublishedStore +#- 191 DeletePublishedStore $PYTHON -m $MODULE 'platform-delete-published-store' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 188 'DeletePublishedStore' test.out +eval_tap $? 191 'DeletePublishedStore' test.out -#- 189 GetPublishedStoreBackup +#- 192 GetPublishedStoreBackup $PYTHON -m $MODULE 'platform-get-published-store-backup' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 189 'GetPublishedStoreBackup' test.out +eval_tap $? 192 'GetPublishedStoreBackup' test.out -#- 190 RollbackPublishedStore +#- 193 RollbackPublishedStore $PYTHON -m $MODULE 'platform-rollback-published-store' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 190 'RollbackPublishedStore' test.out +eval_tap $? 193 'RollbackPublishedStore' test.out -#- 191 GetStore +#- 194 GetStore $PYTHON -m $MODULE 'platform-get-store' \ - 'mvEEk1R8' \ + 'A4NwtMRg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 191 'GetStore' test.out +eval_tap $? 194 'GetStore' test.out -#- 192 UpdateStore +#- 195 UpdateStore $PYTHON -m $MODULE 'platform-update-store' \ - 'GAkxKvgT' \ - --body '{"defaultLanguage": "Mh3KrYae", "defaultRegion": "Qjlg8Zwu", "description": "8TZAPbwu", "supportedLanguages": ["JCvVOli7", "E5NfZWX1", "kzCOYia6"], "supportedRegions": ["iQlwbI6T", "6pzixIpo", "jktW1FCJ"], "title": "JZ7zlHOM"}' \ + 'tDcECjP1' \ + --body '{"defaultLanguage": "rtFisFRI", "defaultRegion": "JN2i3rni", "description": "FFoQcHtC", "supportedLanguages": ["8GDQdh0r", "IVoVN8q2", "cKLQg5vw"], "supportedRegions": ["mZUOx6AI", "Ss5WCbn1", "gslSe3jc"], "title": "X3KbKTSp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 192 'UpdateStore' test.out +eval_tap $? 195 'UpdateStore' test.out -#- 193 DeleteStore +#- 196 DeleteStore $PYTHON -m $MODULE 'platform-delete-store' \ - '5KEz35r3' \ + 'VAkfB6m3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 193 'DeleteStore' test.out +eval_tap $? 196 'DeleteStore' test.out -#- 194 QueryChanges +#- 197 QueryChanges $PYTHON -m $MODULE 'platform-query-changes' \ - 'qaLCJHT9' \ + 'H8Z4nA7R' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 194 'QueryChanges' test.out +eval_tap $? 197 'QueryChanges' test.out -#- 195 PublishAll +#- 198 PublishAll $PYTHON -m $MODULE 'platform-publish-all' \ - 'oWhDB4G9' \ + '1Getmj9i' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 195 'PublishAll' test.out +eval_tap $? 198 'PublishAll' test.out -#- 196 PublishSelected +#- 199 PublishSelected $PYTHON -m $MODULE 'platform-publish-selected' \ - 'C51evOY4' \ + 'i1lPZD1V' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 196 'PublishSelected' test.out +eval_tap $? 199 'PublishSelected' test.out -#- 197 SelectAllRecords +#- 200 SelectAllRecords $PYTHON -m $MODULE 'platform-select-all-records' \ - 'SLVRdzOP' \ + 'qGHnDJyJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 197 'SelectAllRecords' test.out +eval_tap $? 200 'SelectAllRecords' test.out -#- 198 SelectAllRecordsByCriteria +#- 201 SelectAllRecordsByCriteria $PYTHON -m $MODULE 'platform-select-all-records-by-criteria' \ - 'M5WS8zzq' \ + 'p0pYTumW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 198 'SelectAllRecordsByCriteria' test.out +eval_tap $? 201 'SelectAllRecordsByCriteria' test.out -#- 199 GetStatistic +#- 202 GetStatistic $PYTHON -m $MODULE 'platform-get-statistic' \ - 'wEsIrUJ0' \ + 'mi9W3s7v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 199 'GetStatistic' test.out +eval_tap $? 202 'GetStatistic' test.out -#- 200 UnselectAllRecords +#- 203 UnselectAllRecords $PYTHON -m $MODULE 'platform-unselect-all-records' \ - 's8mCiRqm' \ + 'jJizXKHF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 200 'UnselectAllRecords' test.out +eval_tap $? 203 'UnselectAllRecords' test.out -#- 201 SelectRecord +#- 204 SelectRecord $PYTHON -m $MODULE 'platform-select-record' \ - 'c67cNgQ4' \ - 'CDNMCdGv' \ + '6bu3vu4l' \ + 'Vzym8oFZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 201 'SelectRecord' test.out +eval_tap $? 204 'SelectRecord' test.out -#- 202 UnselectRecord +#- 205 UnselectRecord $PYTHON -m $MODULE 'platform-unselect-record' \ - 'dcebIrNH' \ - 'ruBBxhlv' \ + '6Ru98t1d' \ + 'l0FvoCPl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 202 'UnselectRecord' test.out +eval_tap $? 205 'UnselectRecord' test.out -#- 203 CloneStore +#- 206 CloneStore $PYTHON -m $MODULE 'platform-clone-store' \ - 'UEui71bt' \ + 'zOm7HO70' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 203 'CloneStore' test.out +eval_tap $? 206 'CloneStore' test.out + +#- 207 ExportStore +eval_tap 0 207 'ExportStore # SKIP deprecated' test.out -#- 204 ExportStore -eval_tap 0 204 'ExportStore # SKIP deprecated' test.out +#- 208 QueryImportHistory +$PYTHON -m $MODULE 'platform-query-import-history' \ + 'z1VikJc6' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 208 'QueryImportHistory' test.out -#- 205 QuerySubscriptions +#- 209 ImportStoreByCSV +$PYTHON -m $MODULE 'platform-import-store-by-csv' \ + 'Rf5TNcPe' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 209 'ImportStoreByCSV' test.out + +#- 210 QuerySubscriptions $PYTHON -m $MODULE 'platform-query-subscriptions' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 205 'QuerySubscriptions' test.out +eval_tap $? 210 'QuerySubscriptions' test.out -#- 206 RecurringChargeSubscription +#- 211 RecurringChargeSubscription $PYTHON -m $MODULE 'platform-recurring-charge-subscription' \ - 'yQy3B9cJ' \ + '938EoRtu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 206 'RecurringChargeSubscription' test.out +eval_tap $? 211 'RecurringChargeSubscription' test.out -#- 207 GetTicketDynamic +#- 212 GetTicketDynamic $PYTHON -m $MODULE 'platform-get-ticket-dynamic' \ - 'oKaH29Db' \ + 'oW1kA9FV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 207 'GetTicketDynamic' test.out +eval_tap $? 212 'GetTicketDynamic' test.out -#- 208 DecreaseTicketSale +#- 213 DecreaseTicketSale $PYTHON -m $MODULE 'platform-decrease-ticket-sale' \ - '991yZZ3q' \ - --body '{"orderNo": "DiF7njGY"}' \ + 'tLHn0paP' \ + --body '{"orderNo": "ZwnVHuzM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 208 'DecreaseTicketSale' test.out +eval_tap $? 213 'DecreaseTicketSale' test.out -#- 209 GetTicketBoothID +#- 214 GetTicketBoothID $PYTHON -m $MODULE 'platform-get-ticket-booth-id' \ - 'KzehkS4z' \ + 'lF4n8QcR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 209 'GetTicketBoothID' test.out +eval_tap $? 214 'GetTicketBoothID' test.out -#- 210 IncreaseTicketSale +#- 215 IncreaseTicketSale $PYTHON -m $MODULE 'platform-increase-ticket-sale' \ - '2jePBljr' \ - --body '{"count": 43, "orderNo": "Ci3pb5Bi"}' \ + '3nkJEJkV' \ + --body '{"count": 61, "orderNo": "I9SIhwuG"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 210 'IncreaseTicketSale' test.out +eval_tap $? 215 'IncreaseTicketSale' test.out -#- 211 Commit +#- 216 Commit $PYTHON -m $MODULE 'platform-commit' \ - --body '{"actions": [{"operations": [{"creditPayload": {"balanceOrigin": "Other", "count": 12, "currencyCode": "CEcGzrzN", "expireAt": "1998-10-02T00:00:00Z"}, "debitPayload": {"count": 26, "currencyCode": "4LXsLZiA", "walletPlatform": "Nintendo"}, "fulFillItemPayload": {"count": 31, "entitlementOrigin": "Steam", "itemIdentity": "m8NhsQJt", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 21, "entitlementId": "qQNb7yFk"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Xbox", "count": 63, "currencyCode": "Rpb60Sbv", "expireAt": "1994-12-20T00:00:00Z"}, "debitPayload": {"count": 15, "currencyCode": "ruOMI3pD", "walletPlatform": "Steam"}, "fulFillItemPayload": {"count": 49, "entitlementOrigin": "GooglePlay", "itemIdentity": "2MQQCkrH", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 51, "entitlementId": "5Y2wxiOt"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Nintendo", "count": 86, "currencyCode": "ToeBgN8n", "expireAt": "1979-09-05T00:00:00Z"}, "debitPayload": {"count": 91, "currencyCode": "Kswu2dTg", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 97, "entitlementOrigin": "System", "itemIdentity": "0Kr3MfTy", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 30, "entitlementId": "0Bz0Sa2V"}, "type": "REVOKE_ENTITLEMENT"}], "userId": "tHymW2oz"}, {"operations": [{"creditPayload": {"balanceOrigin": "Epic", "count": 40, "currencyCode": "R2JrSuQI", "expireAt": "1984-03-25T00:00:00Z"}, "debitPayload": {"count": 80, "currencyCode": "xuJQOv41", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 85, "entitlementOrigin": "Twitch", "itemIdentity": "njF0RpD5", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 56, "entitlementId": "yEjb4r4X"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "System", "count": 45, "currencyCode": "bjMdVx51", "expireAt": "1992-09-28T00:00:00Z"}, "debitPayload": {"count": 79, "currencyCode": "00otzOzK", "walletPlatform": "Epic"}, "fulFillItemPayload": {"count": 20, "entitlementOrigin": "Other", "itemIdentity": "YF6A3XNk", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 0, "entitlementId": "LHn1rlXg"}, "type": "CREDIT_WALLET"}, {"creditPayload": {"balanceOrigin": "IOS", "count": 63, "currencyCode": "NKFR1XYU", "expireAt": "1998-08-09T00:00:00Z"}, "debitPayload": {"count": 84, "currencyCode": "SVNxuY1E", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 51, "entitlementOrigin": "Other", "itemIdentity": "NnvPyT4F", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 83, "entitlementId": "LbwD6Pcl"}, "type": "DEBIT_WALLET"}], "userId": "HLp5Asdi"}, {"operations": [{"creditPayload": {"balanceOrigin": "Xbox", "count": 38, "currencyCode": "KVCi7beR", "expireAt": "1999-10-07T00:00:00Z"}, "debitPayload": {"count": 84, "currencyCode": "tDZOcifu", "walletPlatform": "GooglePlay"}, "fulFillItemPayload": {"count": 42, "entitlementOrigin": "IOS", "itemIdentity": "sDaCFaep", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 41, "entitlementId": "ZTBvWv9S"}, "type": "DEBIT_WALLET"}, {"creditPayload": {"balanceOrigin": "Steam", "count": 83, "currencyCode": "vjQieruC", "expireAt": "1979-11-13T00:00:00Z"}, "debitPayload": {"count": 21, "currencyCode": "zI4yL3xo", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 32, "entitlementOrigin": "Xbox", "itemIdentity": "dKULEn3m", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 59, "entitlementId": "znJDe9CB"}, "type": "REVOKE_ENTITLEMENT"}, {"creditPayload": {"balanceOrigin": "Steam", "count": 60, "currencyCode": "rinjlJFF", "expireAt": "1990-07-16T00:00:00Z"}, "debitPayload": {"count": 58, "currencyCode": "33SEj6SS", "walletPlatform": "IOS"}, "fulFillItemPayload": {"count": 15, "entitlementOrigin": "Nintendo", "itemIdentity": "IKDbbEzd", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 24, "entitlementId": "6RCrxn6P"}, "type": "CREDIT_WALLET"}], "userId": "gpCwbuVO"}], "metadata": {"MpfvKD4x": {}, "e00aOZD3": {}, "OBsInnO0": {}}, "needPreCheck": false, "transactionId": "RL83qzZs", "type": "I61kfq7P"}' \ + --body '{"actions": [{"operations": [{"creditPayload": {"balanceOrigin": "GooglePlay", "count": 46, "currencyCode": "4xCIWOHX", "expireAt": "1982-06-07T00:00:00Z"}, "debitPayload": {"count": 40, "currencyCode": "2CdHOM1e", "walletPlatform": "Xbox"}, "fulFillItemPayload": {"count": 21, "entitlementCollectionId": "fQXUdML3", "entitlementOrigin": "Oculus", "itemIdentity": "p2Ntjvr7", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 18, "entitlementId": "v76rBJAJ"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "System", "count": 62, "currencyCode": "lrX96Xp3", "expireAt": "1998-12-26T00:00:00Z"}, "debitPayload": {"count": 7, "currencyCode": "IpjilzPz", "walletPlatform": "Nintendo"}, "fulFillItemPayload": {"count": 81, "entitlementCollectionId": "3rQOCypv", "entitlementOrigin": "Nintendo", "itemIdentity": "MjZV0Etx", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 81, "entitlementId": "6RVZH1xr"}, "type": "CREDIT_WALLET"}, {"creditPayload": {"balanceOrigin": "IOS", "count": 81, "currencyCode": "f2fefpml", "expireAt": "1999-04-16T00:00:00Z"}, "debitPayload": {"count": 27, "currencyCode": "b4s9Yx5R", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 29, "entitlementCollectionId": "Mp1uMz9o", "entitlementOrigin": "Xbox", "itemIdentity": "M4CLQEgy", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 48, "entitlementId": "7SRoPUKN"}, "type": "REVOKE_ENTITLEMENT"}], "userId": "iYFidPDv"}, {"operations": [{"creditPayload": {"balanceOrigin": "Other", "count": 48, "currencyCode": "tj61fwOO", "expireAt": "1971-05-23T00:00:00Z"}, "debitPayload": {"count": 27, "currencyCode": "UxTNo3yQ", "walletPlatform": "Playstation"}, "fulFillItemPayload": {"count": 86, "entitlementCollectionId": "h6sHXLYC", "entitlementOrigin": "Epic", "itemIdentity": "JDmbqONS", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 15, "entitlementId": "HP79rXxg"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Other", "count": 48, "currencyCode": "Fp2NNh1j", "expireAt": "1976-10-01T00:00:00Z"}, "debitPayload": {"count": 32, "currencyCode": "uMowmKPA", "walletPlatform": "IOS"}, "fulFillItemPayload": {"count": 55, "entitlementCollectionId": "XAens3Oc", "entitlementOrigin": "Xbox", "itemIdentity": "G18PaOPO", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 26, "entitlementId": "h1xkJ2Rf"}, "type": "DEBIT_WALLET"}, {"creditPayload": {"balanceOrigin": "GooglePlay", "count": 43, "currencyCode": "VfPmIv4W", "expireAt": "1997-09-22T00:00:00Z"}, "debitPayload": {"count": 59, "currencyCode": "kjFgo6Nq", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 3, "entitlementCollectionId": "aZMinAuK", "entitlementOrigin": "Epic", "itemIdentity": "HPy7eQGs", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 46, "entitlementId": "hJO47wYa"}, "type": "FULFILL_ITEM"}], "userId": "9BkWMhOB"}, {"operations": [{"creditPayload": {"balanceOrigin": "Epic", "count": 79, "currencyCode": "gEw3RLi4", "expireAt": "1976-08-02T00:00:00Z"}, "debitPayload": {"count": 14, "currencyCode": "KFdf9xkF", "walletPlatform": "Other"}, "fulFillItemPayload": {"count": 78, "entitlementCollectionId": "MshXV7nA", "entitlementOrigin": "Xbox", "itemIdentity": "MV6kZq3B", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 3, "entitlementId": "TLxGoUy3"}, "type": "DEBIT_WALLET"}, {"creditPayload": {"balanceOrigin": "Nintendo", "count": 21, "currencyCode": "wuq3Xpis", "expireAt": "1998-04-02T00:00:00Z"}, "debitPayload": {"count": 44, "currencyCode": "SNI4MiZr", "walletPlatform": "Nintendo"}, "fulFillItemPayload": {"count": 81, "entitlementCollectionId": "rrxauV9g", "entitlementOrigin": "Epic", "itemIdentity": "wpm0EU3N", "itemIdentityType": "ITEM_ID"}, "revokeEntitlementPayload": {"count": 85, "entitlementId": "ircdlGcm"}, "type": "FULFILL_ITEM"}, {"creditPayload": {"balanceOrigin": "Nintendo", "count": 63, "currencyCode": "Ab6Ti6oD", "expireAt": "1988-01-18T00:00:00Z"}, "debitPayload": {"count": 37, "currencyCode": "ZLIcJ524", "walletPlatform": "Oculus"}, "fulFillItemPayload": {"count": 98, "entitlementCollectionId": "zo5jrWVa", "entitlementOrigin": "Other", "itemIdentity": "jWBF8ilU", "itemIdentityType": "ITEM_SKU"}, "revokeEntitlementPayload": {"count": 84, "entitlementId": "ds8JKJ4Y"}, "type": "REVOKE_ENTITLEMENT"}], "userId": "NTxaD7hG"}], "metadata": {"0L40Nqs7": {}, "6BXFEPir": {}, "U71aPQAq": {}}, "needPreCheck": false, "transactionId": "sRyydoaH", "type": "OzKF2bdP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 211 'Commit' test.out +eval_tap $? 216 'Commit' test.out -#- 212 GetTradeHistoryByCriteria +#- 217 GetTradeHistoryByCriteria $PYTHON -m $MODULE 'platform-get-trade-history-by-criteria' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 212 'GetTradeHistoryByCriteria' test.out +eval_tap $? 217 'GetTradeHistoryByCriteria' test.out -#- 213 GetTradeHistoryByTransactionId +#- 218 GetTradeHistoryByTransactionId $PYTHON -m $MODULE 'platform-get-trade-history-by-transaction-id' \ - 'iyUHTn6F' \ + 'iQ4aw9Dl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 213 'GetTradeHistoryByTransactionId' test.out +eval_tap $? 218 'GetTradeHistoryByTransactionId' test.out -#- 214 UnlockSteamUserAchievement +#- 219 UnlockSteamUserAchievement $PYTHON -m $MODULE 'platform-unlock-steam-user-achievement' \ - 'zpFZFFzo' \ - --body '{"achievements": [{"id": "saw0iI2I", "value": 96}, {"id": "Fvi8LfnU", "value": 95}, {"id": "oBooZ8nx", "value": 69}], "steamUserId": "5eozK0W8"}' \ + 'KgDNpJnC' \ + --body '{"achievements": [{"id": "9Z2FROgJ", "value": 33}, {"id": "7qLBJPIy", "value": 82}, {"id": "v6Ga9Ocm", "value": 89}], "steamUserId": "ZoIFnvBn"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 214 'UnlockSteamUserAchievement' test.out +eval_tap $? 219 'UnlockSteamUserAchievement' test.out -#- 215 GetXblUserAchievements +#- 220 GetXblUserAchievements $PYTHON -m $MODULE 'platform-get-xbl-user-achievements' \ - 'cNFVgeES' \ - 'cozb7UBk' \ + 'W5Zur1if' \ + 'LiylC1va' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 215 'GetXblUserAchievements' test.out +eval_tap $? 220 'GetXblUserAchievements' test.out -#- 216 UpdateXblUserAchievement +#- 221 UpdateXblUserAchievement $PYTHON -m $MODULE 'platform-update-xbl-user-achievement' \ - 'o8SRrW2W' \ - --body '{"achievements": [{"id": "0STepbTq", "percentComplete": 16}, {"id": "TgXnQatu", "percentComplete": 87}, {"id": "j4BhBFyf", "percentComplete": 34}], "serviceConfigId": "KtEJxPg8", "titleId": "bKOqglbh", "xboxUserId": "KfgJ43lV"}' \ + 'U6KDa6HM' \ + --body '{"achievements": [{"id": "hG9o8Ojh", "percentComplete": 22}, {"id": "5FVd6nu4", "percentComplete": 56}, {"id": "wINsefHP", "percentComplete": 10}], "serviceConfigId": "HjU69ILY", "titleId": "UjLS7YlX", "xboxUserId": "6a1AHC7A"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 216 'UpdateXblUserAchievement' test.out +eval_tap $? 221 'UpdateXblUserAchievement' test.out -#- 217 AnonymizeCampaign +#- 222 AnonymizeCampaign $PYTHON -m $MODULE 'platform-anonymize-campaign' \ - 'wfFRmAsx' \ + 'rSEGNkrv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 217 'AnonymizeCampaign' test.out +eval_tap $? 222 'AnonymizeCampaign' test.out -#- 218 AnonymizeEntitlement +#- 223 AnonymizeEntitlement $PYTHON -m $MODULE 'platform-anonymize-entitlement' \ - 'PrHbyJvd' \ + 'TPIYQY5g' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 218 'AnonymizeEntitlement' test.out +eval_tap $? 223 'AnonymizeEntitlement' test.out -#- 219 AnonymizeFulfillment +#- 224 AnonymizeFulfillment $PYTHON -m $MODULE 'platform-anonymize-fulfillment' \ - 'pB7GsJ7y' \ + 'ngznEQag' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 219 'AnonymizeFulfillment' test.out +eval_tap $? 224 'AnonymizeFulfillment' test.out -#- 220 AnonymizeIntegration +#- 225 AnonymizeIntegration $PYTHON -m $MODULE 'platform-anonymize-integration' \ - 'T5LnXATs' \ + 'RczE4gpm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 220 'AnonymizeIntegration' test.out +eval_tap $? 225 'AnonymizeIntegration' test.out -#- 221 AnonymizeOrder +#- 226 AnonymizeOrder $PYTHON -m $MODULE 'platform-anonymize-order' \ - 'N52dloZf' \ + 'b3LOjPns' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 221 'AnonymizeOrder' test.out +eval_tap $? 226 'AnonymizeOrder' test.out -#- 222 AnonymizePayment +#- 227 AnonymizePayment $PYTHON -m $MODULE 'platform-anonymize-payment' \ - 'z9KjlRj6' \ + 'WPCyQyGO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 222 'AnonymizePayment' test.out +eval_tap $? 227 'AnonymizePayment' test.out -#- 223 AnonymizeRevocation +#- 228 AnonymizeRevocation $PYTHON -m $MODULE 'platform-anonymize-revocation' \ - '4vkkKifv' \ + 'mD39PyYQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 223 'AnonymizeRevocation' test.out +eval_tap $? 228 'AnonymizeRevocation' test.out -#- 224 AnonymizeSubscription +#- 229 AnonymizeSubscription $PYTHON -m $MODULE 'platform-anonymize-subscription' \ - 'XYTMj9oY' \ + 'F773QNRA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 224 'AnonymizeSubscription' test.out +eval_tap $? 229 'AnonymizeSubscription' test.out -#- 225 AnonymizeWallet +#- 230 AnonymizeWallet $PYTHON -m $MODULE 'platform-anonymize-wallet' \ - 'PvGsRHZQ' \ + 'maxI9hRW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 225 'AnonymizeWallet' test.out +eval_tap $? 230 'AnonymizeWallet' test.out -#- 226 GetUserDLCByPlatform +#- 231 GetUserDLCByPlatform $PYTHON -m $MODULE 'platform-get-user-dlc-by-platform' \ - '2nVgLd8m' \ - 'STEAM' \ + 'OW3ZHGVA' \ + 'EPICGAMES' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 226 'GetUserDLCByPlatform' test.out +eval_tap $? 231 'GetUserDLCByPlatform' test.out -#- 227 GetUserDLC +#- 232 GetUserDLC $PYTHON -m $MODULE 'platform-get-user-dlc' \ - 'nEIxWLH6' \ + 'xfGp2gOZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 227 'GetUserDLC' test.out +eval_tap $? 232 'GetUserDLC' test.out -#- 228 QueryUserEntitlements +#- 233 QueryUserEntitlements $PYTHON -m $MODULE 'platform-query-user-entitlements' \ - 'OHnytoaB' \ + 'yJtoWHkm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 228 'QueryUserEntitlements' test.out +eval_tap $? 233 'QueryUserEntitlements' test.out -#- 229 GrantUserEntitlement +#- 234 GrantUserEntitlement $PYTHON -m $MODULE 'platform-grant-user-entitlement' \ - '7wdz9L16' \ - --body '[{"endDate": "1989-07-09T00:00:00Z", "grantedCode": "7Ijpj6zr", "itemId": "A2g3sdEC", "itemNamespace": "DgHQOHYB", "language": "xe-ghTn", "origin": "IOS", "quantity": 43, "region": "fQ7lxZFR", "source": "OTHER", "startDate": "1976-02-03T00:00:00Z", "storeId": "aIpZDYE2"}, {"endDate": "1980-09-17T00:00:00Z", "grantedCode": "PYho40Ad", "itemId": "hwAGDcb7", "itemNamespace": "2zOzQspH", "language": "IZ", "origin": "System", "quantity": 97, "region": "yoIVNMIn", "source": "PURCHASE", "startDate": "1974-09-08T00:00:00Z", "storeId": "vAmMu5CE"}, {"endDate": "1991-04-15T00:00:00Z", "grantedCode": "CezuxWh4", "itemId": "Y8cUdyH7", "itemNamespace": "mDSFdllY", "language": "ERBd_tPGR", "origin": "IOS", "quantity": 4, "region": "ZgofpaEh", "source": "REDEEM_CODE", "startDate": "1990-01-29T00:00:00Z", "storeId": "yEXoJBYg"}]' \ + 'YunpWeCg' \ + --body '[{"collectionId": "MIMS4GJj", "endDate": "1991-06-01T00:00:00Z", "grantedCode": "6BR09J9H", "itemId": "jBe8mTAf", "itemNamespace": "G3jGSW5b", "language": "vlhM_AtxL", "origin": "Twitch", "quantity": 52, "region": "OTPQ8HQ1", "source": "OTHER", "startDate": "1974-01-11T00:00:00Z", "storeId": "oWYWA3mZ"}, {"collectionId": "fY2hp7vF", "endDate": "1974-07-20T00:00:00Z", "grantedCode": "upnGjcCM", "itemId": "oRhlUgKm", "itemNamespace": "ZKIsjsNi", "language": "XxKJ-XkyQ", "origin": "Twitch", "quantity": 58, "region": "AmlJQ0Ok", "source": "PURCHASE", "startDate": "1974-11-06T00:00:00Z", "storeId": "QW0Dg0wi"}, {"collectionId": "1aT4eLaA", "endDate": "1996-03-05T00:00:00Z", "grantedCode": "Zzuay15V", "itemId": "OszU6yAx", "itemNamespace": "8ALlAPYZ", "language": "Ry-aCSX-oK", "origin": "Nintendo", "quantity": 25, "region": "VmrYBEav", "source": "REFERRAL_BONUS", "startDate": "1977-01-12T00:00:00Z", "storeId": "Uhcz0Gc3"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 229 'GrantUserEntitlement' test.out +eval_tap $? 234 'GrantUserEntitlement' test.out -#- 230 GetUserAppEntitlementByAppId +#- 235 GetUserAppEntitlementByAppId $PYTHON -m $MODULE 'platform-get-user-app-entitlement-by-app-id' \ - 'FeZGajHF' \ - 'QxhM61n2' \ + 'TpwGlYz6' \ + '1VG9AgL7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 230 'GetUserAppEntitlementByAppId' test.out +eval_tap $? 235 'GetUserAppEntitlementByAppId' test.out -#- 231 QueryUserEntitlementsByAppType +#- 236 QueryUserEntitlementsByAppType $PYTHON -m $MODULE 'platform-query-user-entitlements-by-app-type' \ - 'VelA8t0J' \ - 'GAME' \ + 'q4MxHSsZ' \ + 'SOFTWARE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 231 'QueryUserEntitlementsByAppType' test.out +eval_tap $? 236 'QueryUserEntitlementsByAppType' test.out -#- 232 GetUserEntitlementByItemId +#- 237 GetUserEntitlementByItemId $PYTHON -m $MODULE 'platform-get-user-entitlement-by-item-id' \ - 'T30BGAUI' \ - 'FUcUecmY' \ + 'JYjUb1F7' \ + 'p4lmvkHg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 232 'GetUserEntitlementByItemId' test.out +eval_tap $? 237 'GetUserEntitlementByItemId' test.out -#- 233 GetUserActiveEntitlementsByItemIds +#- 238 GetUserActiveEntitlementsByItemIds $PYTHON -m $MODULE 'platform-get-user-active-entitlements-by-item-ids' \ - 'j64B0uzL' \ + 'IXGDNnUy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 233 'GetUserActiveEntitlementsByItemIds' test.out +eval_tap $? 238 'GetUserActiveEntitlementsByItemIds' test.out -#- 234 GetUserEntitlementBySku +#- 239 GetUserEntitlementBySku $PYTHON -m $MODULE 'platform-get-user-entitlement-by-sku' \ - 'FKYePI3b' \ - 'HeDv5SzE' \ + 'zRyZGJpq' \ + 'fOPglpgg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 234 'GetUserEntitlementBySku' test.out +eval_tap $? 239 'GetUserEntitlementBySku' test.out -#- 235 ExistsAnyUserActiveEntitlement +#- 240 ExistsAnyUserActiveEntitlement $PYTHON -m $MODULE 'platform-exists-any-user-active-entitlement' \ - '2vxyx6E0' \ + 'hsBf9EjA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 235 'ExistsAnyUserActiveEntitlement' test.out +eval_tap $? 240 'ExistsAnyUserActiveEntitlement' test.out -#- 236 ExistsAnyUserActiveEntitlementByItemIds +#- 241 ExistsAnyUserActiveEntitlementByItemIds $PYTHON -m $MODULE 'platform-exists-any-user-active-entitlement-by-item-ids' \ - 'moerCeTD' \ - '["w3vEHJWO", "99VqSf1z", "gJIIaJaz"]' \ + 'A7S5FYPb' \ + '["5VqzZVV5", "SwkK7ipH", "AxPq2S92"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 236 'ExistsAnyUserActiveEntitlementByItemIds' test.out +eval_tap $? 241 'ExistsAnyUserActiveEntitlementByItemIds' test.out -#- 237 GetUserAppEntitlementOwnershipByAppId +#- 242 GetUserAppEntitlementOwnershipByAppId $PYTHON -m $MODULE 'platform-get-user-app-entitlement-ownership-by-app-id' \ - 'Y1JE6Q8B' \ - 'eO7YGFKE' \ + '00RH32Q1' \ + 'lQ1bBL34' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 237 'GetUserAppEntitlementOwnershipByAppId' test.out +eval_tap $? 242 'GetUserAppEntitlementOwnershipByAppId' test.out -#- 238 GetUserEntitlementOwnershipByItemId +#- 243 GetUserEntitlementOwnershipByItemId $PYTHON -m $MODULE 'platform-get-user-entitlement-ownership-by-item-id' \ - 'QKg1yyyi' \ - 'GbRpKa3Q' \ + 'a4VocAj5' \ + 'r5mrduWt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 238 'GetUserEntitlementOwnershipByItemId' test.out +eval_tap $? 243 'GetUserEntitlementOwnershipByItemId' test.out -#- 239 GetUserEntitlementOwnershipByItemIds +#- 244 GetUserEntitlementOwnershipByItemIds $PYTHON -m $MODULE 'platform-get-user-entitlement-ownership-by-item-ids' \ - 'tpYS9La2' \ + 'oQW6SM5d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 239 'GetUserEntitlementOwnershipByItemIds' test.out +eval_tap $? 244 'GetUserEntitlementOwnershipByItemIds' test.out -#- 240 GetUserEntitlementOwnershipBySku +#- 245 GetUserEntitlementOwnershipBySku $PYTHON -m $MODULE 'platform-get-user-entitlement-ownership-by-sku' \ - 'gMizcI6I' \ - 'jEciXUP4' \ + 'i4bVtpc4' \ + 'SWDYnl0P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 240 'GetUserEntitlementOwnershipBySku' test.out +eval_tap $? 245 'GetUserEntitlementOwnershipBySku' test.out -#- 241 RevokeAllEntitlements +#- 246 RevokeAllEntitlements $PYTHON -m $MODULE 'platform-revoke-all-entitlements' \ - 'b4jbM1sp' \ + 'hFsoNnP6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 241 'RevokeAllEntitlements' test.out +eval_tap $? 246 'RevokeAllEntitlements' test.out -#- 242 RevokeUserEntitlements +#- 247 RevokeUserEntitlements $PYTHON -m $MODULE 'platform-revoke-user-entitlements' \ - 'KilFsOCy' \ - 'nfUHSmvA' \ + 'CYZsbU98' \ + 'eJ8YIQkz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 242 'RevokeUserEntitlements' test.out +eval_tap $? 247 'RevokeUserEntitlements' test.out -#- 243 GetUserEntitlement +#- 248 GetUserEntitlement $PYTHON -m $MODULE 'platform-get-user-entitlement' \ - 'vjuz4Xg5' \ - 'ynpZnLxK' \ + 'ONO1vdfy' \ + 'pcQQ4ILe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 243 'GetUserEntitlement' test.out +eval_tap $? 248 'GetUserEntitlement' test.out -#- 244 UpdateUserEntitlement +#- 249 UpdateUserEntitlement $PYTHON -m $MODULE 'platform-update-user-entitlement' \ - 'JgVygnq7' \ - 'h18aYGB9' \ - --body '{"endDate": "1992-02-18T00:00:00Z", "nullFieldList": ["euinP48N", "EgfomO0M", "ss1DUYzX"], "origin": "GooglePlay", "reason": "XgtXhWUj", "startDate": "1972-05-18T00:00:00Z", "status": "INACTIVE", "useCount": 34}' \ + 'bIgfhFst' \ + 'cmxggMAx' \ + --body '{"collectionId": "qaLJ52pH", "endDate": "1991-11-02T00:00:00Z", "nullFieldList": ["Bs7NZxeh", "9KRHhILu", "NQkyl4ci"], "origin": "Other", "reason": "4HmHjwz9", "startDate": "1988-01-11T00:00:00Z", "status": "CONSUMED", "useCount": 81}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 244 'UpdateUserEntitlement' test.out +eval_tap $? 249 'UpdateUserEntitlement' test.out -#- 245 ConsumeUserEntitlement +#- 250 ConsumeUserEntitlement $PYTHON -m $MODULE 'platform-consume-user-entitlement' \ - 'naYyayWQ' \ - 'YT3BXckG' \ - --body '{"options": ["tMJvCjRn", "QrRTQ9gW", "qHZhOHw8"], "platform": "fObE24To", "requestId": "p5FnNv2x", "useCount": 55}' \ + 'gxYBvUsn' \ + 'Mhr94oeM' \ + --body '{"options": ["6ES6NAHV", "6oNT3ghW", "NxJcZMLW"], "platform": "A5eJc23S", "requestId": "9C2RzKO9", "useCount": 78}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 245 'ConsumeUserEntitlement' test.out +eval_tap $? 250 'ConsumeUserEntitlement' test.out -#- 246 DisableUserEntitlement +#- 251 DisableUserEntitlement $PYTHON -m $MODULE 'platform-disable-user-entitlement' \ - 'PwdghqCy' \ - 'LqDEYGJI' \ + 'HZoZ53Qb' \ + 'BsbnBdiD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 246 'DisableUserEntitlement' test.out +eval_tap $? 251 'DisableUserEntitlement' test.out -#- 247 EnableUserEntitlement +#- 252 EnableUserEntitlement $PYTHON -m $MODULE 'platform-enable-user-entitlement' \ - 'KHtobPn5' \ - '0XYPccLG' \ + 'JKtXTwqD' \ + 'OWRojnpd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 247 'EnableUserEntitlement' test.out +eval_tap $? 252 'EnableUserEntitlement' test.out -#- 248 GetUserEntitlementHistories +#- 253 GetUserEntitlementHistories $PYTHON -m $MODULE 'platform-get-user-entitlement-histories' \ - 'bcIGfDbh' \ - 'NP20uqZ0' \ + 'HxfOExpm' \ + '50hH68U8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 248 'GetUserEntitlementHistories' test.out +eval_tap $? 253 'GetUserEntitlementHistories' test.out -#- 249 RevokeUserEntitlement +#- 254 RevokeUserEntitlement $PYTHON -m $MODULE 'platform-revoke-user-entitlement' \ - 'tA2Y85oT' \ - 'qBoMBRR1' \ + 'ovL4OX4M' \ + 'YfPQQdLB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 249 'RevokeUserEntitlement' test.out +eval_tap $? 254 'RevokeUserEntitlement' test.out -#- 250 RevokeUserEntitlementByUseCount +#- 255 RevokeUserEntitlementByUseCount $PYTHON -m $MODULE 'platform-revoke-user-entitlement-by-use-count' \ - '91Yyncdf' \ - 'yBe9Nycv' \ - --body '{"reason": "4t1kFt38", "useCount": 55}' \ + 'irWAVnBY' \ + 'oSsHLW3K' \ + --body '{"reason": "sQ32O9CJ", "useCount": 9}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 250 'RevokeUserEntitlementByUseCount' test.out +eval_tap $? 255 'RevokeUserEntitlementByUseCount' test.out -#- 251 PreCheckRevokeUserEntitlementByUseCount +#- 256 PreCheckRevokeUserEntitlementByUseCount $PYTHON -m $MODULE 'platform-pre-check-revoke-user-entitlement-by-use-count' \ - 'Du9xkNIE' \ - 'kYjmpKyZ' \ - '8' \ + 'DblUIPXk' \ + 'cjd8KyB3' \ + '35' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 251 'PreCheckRevokeUserEntitlementByUseCount' test.out +eval_tap $? 256 'PreCheckRevokeUserEntitlementByUseCount' test.out -#- 252 RevokeUseCount -eval_tap 0 252 'RevokeUseCount # SKIP deprecated' test.out +#- 257 RevokeUseCount +eval_tap 0 257 'RevokeUseCount # SKIP deprecated' test.out -#- 253 SellUserEntitlement +#- 258 SellUserEntitlement $PYTHON -m $MODULE 'platform-sell-user-entitlement' \ - 'WhoiHjD4' \ - '9io3unPe' \ - --body '{"platform": "20ORW4gV", "requestId": "ImOEzqWn", "useCount": 14}' \ + '1MVqacb6' \ + 'TIsosx9G' \ + --body '{"platform": "wCXQtFMD", "requestId": "Vd8uEcx0", "useCount": 51}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 253 'SellUserEntitlement' test.out +eval_tap $? 258 'SellUserEntitlement' test.out -#- 254 FulfillItem +#- 259 FulfillItem $PYTHON -m $MODULE 'platform-fulfill-item' \ - 'FyZzij10' \ - --body '{"duration": 52, "endDate": "1985-03-25T00:00:00Z", "entitlementOrigin": "Other", "itemId": "oLmxESjD", "itemSku": "5VulKmbZ", "language": "ru7XNXRS", "metadata": {"fal05irY": {}, "QWGl6H9O": {}, "jnRaHzLE": {}}, "order": {"currency": {"currencyCode": "v0205OQ4", "currencySymbol": "HG62lXtd", "currencyType": "REAL", "decimals": 51, "namespace": "0ztycsLc"}, "ext": {"pQD3NXXU": {}, "UmtB0ZUs": {}, "fM4Ayz47": {}}, "free": true}, "orderNo": "8cyU7hr2", "origin": "Steam", "overrideBundleItemQty": {"wy7BcAel": 51, "lNI1lfjI": 83, "Tzww50pO": 86}, "quantity": 16, "region": "OGBCaKrj", "source": "PROMOTION", "startDate": "1983-05-09T00:00:00Z", "storeId": "ovKMGFFo"}' \ + 'oCpdn3zR' \ + --body '{"duration": 72, "endDate": "1992-07-26T00:00:00Z", "entitlementCollectionId": "BVeTmH28", "entitlementOrigin": "System", "itemId": "BvqELrmQ", "itemSku": "EU34NZL9", "language": "DNNyfYPI", "metadata": {"b5MUT4uQ": {}, "OXHBYypm": {}, "fUwkeBdB": {}}, "order": {"currency": {"currencyCode": "FnjFZWBC", "currencySymbol": "gvTrwArf", "currencyType": "REAL", "decimals": 78, "namespace": "d4TgbuVJ"}, "ext": {"mzlbOo9f": {}, "O8BebDsQ": {}, "fP8VZ6Kp": {}}, "free": false}, "orderNo": "9ti8Wh6U", "origin": "Xbox", "overrideBundleItemQty": {"jjmiULuw": 36, "K3hO95VQ": 62, "mYa68zli": 24}, "quantity": 31, "region": "OW0alsAw", "source": "OTHER", "startDate": "1975-11-02T00:00:00Z", "storeId": "PTIChZFq"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 254 'FulfillItem' test.out +eval_tap $? 259 'FulfillItem' test.out -#- 255 RedeemCode +#- 260 RedeemCode $PYTHON -m $MODULE 'platform-redeem-code' \ - 'xW7AGyY8' \ - --body '{"code": "6EJEATXz", "language": "hiKK-jh", "region": "btELE4YP"}' \ + 'ZrWF3AZB' \ + --body '{"code": "kamUOU0Q", "language": "tOR", "region": "BIPDaXdm"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 255 'RedeemCode' test.out +eval_tap $? 260 'RedeemCode' test.out -#- 256 PreCheckFulfillItem +#- 261 PreCheckFulfillItem $PYTHON -m $MODULE 'platform-pre-check-fulfill-item' \ - 'db2XlvzI' \ - --body '{"itemId": "IXzpgXwN", "itemSku": "rZoGU0q0", "quantity": 6}' \ + 'RjQTRs86' \ + --body '{"itemId": "sFhnYR2U", "itemSku": "HsTMAEEL", "quantity": 75}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 256 'PreCheckFulfillItem' test.out +eval_tap $? 261 'PreCheckFulfillItem' test.out -#- 257 FulfillRewards +#- 262 FulfillRewards $PYTHON -m $MODULE 'platform-fulfill-rewards' \ - 'dg8fazFv' \ - --body '{"entitlementOrigin": "Steam", "metadata": {"M1flDPpl": {}, "7nZtAoZm": {}, "acdhH4Ec": {}}, "origin": "Oculus", "rewards": [{"currency": {"currencyCode": "2UdzsQaA", "namespace": "s9a7croa"}, "item": {"itemId": "dbEwpyia", "itemSku": "2rKR3RQF", "itemType": "3HsG78qh"}, "quantity": 63, "type": "ITEM"}, {"currency": {"currencyCode": "1lWQla1t", "namespace": "DPNhm9nL"}, "item": {"itemId": "giLQDz2y", "itemSku": "aq8Ll4wx", "itemType": "Tx0tr5Zz"}, "quantity": 64, "type": "CURRENCY"}, {"currency": {"currencyCode": "lZSCFbvf", "namespace": "G0E0ANqK"}, "item": {"itemId": "YTgCmTBW", "itemSku": "NvIUhVhk", "itemType": "hwj29ODS"}, "quantity": 64, "type": "ITEM"}], "source": "REWARD", "transactionId": "IyCzB5HH"}' \ + 'CYraXsZE' \ + --body '{"entitlementCollectionId": "qcEcRPJy", "entitlementOrigin": "Epic", "metadata": {"8j7FN8ry": {}, "BsS1JwmN": {}, "Y1YxwrbF": {}}, "origin": "Epic", "rewards": [{"currency": {"currencyCode": "RYOytagu", "namespace": "b4x6k7eG"}, "item": {"itemId": "qtnpEYoD", "itemSku": "DzS7AFV3", "itemType": "VrNV97OE"}, "quantity": 37, "type": "CURRENCY"}, {"currency": {"currencyCode": "BuBUauxf", "namespace": "RB2N6952"}, "item": {"itemId": "FXn2LJJm", "itemSku": "SolaCFqp", "itemType": "ICLVHiYr"}, "quantity": 40, "type": "CURRENCY"}, {"currency": {"currencyCode": "rEYtiCfi", "namespace": "xjQw3jhN"}, "item": {"itemId": "GBkZ61ox", "itemSku": "tyoxQgt5", "itemType": "i9MxxeAz"}, "quantity": 6, "type": "ITEM"}], "source": "DLC", "transactionId": "coqT4lmY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 257 'FulfillRewards' test.out +eval_tap $? 262 'FulfillRewards' test.out -#- 258 QueryUserIAPOrders +#- 263 QueryUserIAPOrders $PYTHON -m $MODULE 'platform-query-user-iap-orders' \ - 'M7F1GMAA' \ + 'kSfXhqHc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 258 'QueryUserIAPOrders' test.out +eval_tap $? 263 'QueryUserIAPOrders' test.out -#- 259 QueryAllUserIAPOrders +#- 264 QueryAllUserIAPOrders $PYTHON -m $MODULE 'platform-query-all-user-iap-orders' \ - 'bhxBQfpM' \ + '62uhU9UV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 259 'QueryAllUserIAPOrders' test.out +eval_tap $? 264 'QueryAllUserIAPOrders' test.out -#- 260 QueryUserIAPConsumeHistory +#- 265 QueryUserIAPConsumeHistory $PYTHON -m $MODULE 'platform-query-user-iap-consume-history' \ - 'uPGvO1bI' \ + '9SbAlOaD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 260 'QueryUserIAPConsumeHistory' test.out +eval_tap $? 265 'QueryUserIAPConsumeHistory' test.out -#- 261 MockFulfillIAPItem +#- 266 MockFulfillIAPItem $PYTHON -m $MODULE 'platform-mock-fulfill-iap-item' \ - 'eIQXTSRc' \ - --body '{"itemIdentityType": "ITEM_SKU", "language": "qrar_587", "productId": "WMCf9noA", "region": "qw865evT", "transactionId": "P8Fc0LyJ", "type": "GOOGLE"}' \ + 'q99sAz9j' \ + --body '{"itemIdentityType": "ITEM_ID", "language": "dwW-TnYS-sr", "productId": "HnDC4aTw", "region": "hhK6xHHE", "transactionId": "z3jbOZgS", "type": "STEAM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 261 'MockFulfillIAPItem' test.out +eval_tap $? 266 'MockFulfillIAPItem' test.out -#- 262 QueryUserOrders +#- 267 QueryUserOrders $PYTHON -m $MODULE 'platform-query-user-orders' \ - 'rWUkrFPS' \ + 'jcMZF9tZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 262 'QueryUserOrders' test.out +eval_tap $? 267 'QueryUserOrders' test.out -#- 263 AdminCreateUserOrder +#- 268 AdminCreateUserOrder $PYTHON -m $MODULE 'platform-admin-create-user-order' \ - 'Zip4pWZ2' \ - --body '{"currencyCode": "PaabsEzc", "currencyNamespace": "8gIXxf9y", "discountedPrice": 29, "ext": {"ZxDIsvc2": {}, "Qtp9BUWN": {}, "9NhHIhSl": {}}, "itemId": "4HEhW9WU", "language": "3INqiF7q", "options": {"skipPriceValidation": true}, "platform": "Nintendo", "price": 97, "quantity": 98, "region": "jffkWZZB", "returnUrl": "XOy98dpr", "sandbox": true, "sectionId": "iKVyjHmA"}' \ + 'Ix94LhSB' \ + --body '{"currencyCode": "PRRynaV3", "currencyNamespace": "FaPnd11x", "discountedPrice": 84, "entitlementPlatform": "Epic", "ext": {"z7BBcDjD": {}, "CBPjBcS6": {}, "Eg2OHPBA": {}}, "itemId": "GXuqyfge", "language": "EWKQGIs3", "options": {"skipPriceValidation": false}, "platform": "Steam", "price": 11, "quantity": 16, "region": "C40UcIjS", "returnUrl": "V0IpXkFT", "sandbox": false, "sectionId": "tFaB9C11"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 263 'AdminCreateUserOrder' test.out +eval_tap $? 268 'AdminCreateUserOrder' test.out -#- 264 CountOfPurchasedItem +#- 269 CountOfPurchasedItem $PYTHON -m $MODULE 'platform-count-of-purchased-item' \ - '8BFReiKe' \ - 'hwWZubXy' \ + '06WAqeSv' \ + 'hV54xHJs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 264 'CountOfPurchasedItem' test.out +eval_tap $? 269 'CountOfPurchasedItem' test.out -#- 265 GetUserOrder +#- 270 GetUserOrder $PYTHON -m $MODULE 'platform-get-user-order' \ - 'IMsW43R2' \ - 'ja5QuEeP' \ + 's8NzNFIX' \ + 'k4h9e4Hf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 265 'GetUserOrder' test.out +eval_tap $? 270 'GetUserOrder' test.out -#- 266 UpdateUserOrderStatus +#- 271 UpdateUserOrderStatus $PYTHON -m $MODULE 'platform-update-user-order-status' \ - '9rtcDWhJ' \ - '6U1Bnunh' \ - --body '{"status": "INIT", "statusReason": "hCsarZCD"}' \ + 'su1CegwO' \ + 'dkiK52XI' \ + --body '{"status": "REFUNDING", "statusReason": "vpevSit4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 266 'UpdateUserOrderStatus' test.out +eval_tap $? 271 'UpdateUserOrderStatus' test.out -#- 267 FulfillUserOrder +#- 272 FulfillUserOrder $PYTHON -m $MODULE 'platform-fulfill-user-order' \ - 'YKW6vorK' \ - '9OMeeDOV' \ + '6DnKupS5' \ + 'n7uqILFM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 267 'FulfillUserOrder' test.out +eval_tap $? 272 'FulfillUserOrder' test.out -#- 268 GetUserOrderGrant +#- 273 GetUserOrderGrant $PYTHON -m $MODULE 'platform-get-user-order-grant' \ - 'zyVHV5PM' \ - 'm2tVMfbc' \ + 'IzawXJti' \ + 'md1kr4wR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 268 'GetUserOrderGrant' test.out +eval_tap $? 273 'GetUserOrderGrant' test.out -#- 269 GetUserOrderHistories +#- 274 GetUserOrderHistories $PYTHON -m $MODULE 'platform-get-user-order-histories' \ - 'cyP2OGE4' \ - 'XodrPV7j' \ + 'oDMf9z3R' \ + 'N1zjfq6X' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 269 'GetUserOrderHistories' test.out +eval_tap $? 274 'GetUserOrderHistories' test.out -#- 270 ProcessUserOrderNotification +#- 275 ProcessUserOrderNotification $PYTHON -m $MODULE 'platform-process-user-order-notification' \ - 'mHv8RUfm' \ - 'BxroNeDO' \ - --body '{"additionalData": {"cardSummary": "tOhfYHsE"}, "authorisedTime": "1996-03-20T00:00:00Z", "chargebackReversedTime": "1999-05-20T00:00:00Z", "chargebackTime": "1986-11-28T00:00:00Z", "chargedTime": "1995-09-20T00:00:00Z", "createdTime": "1990-06-02T00:00:00Z", "currency": {"currencyCode": "GKY7jDn5", "currencySymbol": "xuYK7wew", "currencyType": "VIRTUAL", "decimals": 13, "namespace": "a6jKZ3sO"}, "customParameters": {"RsmudVam": {}, "FRsCn8eA": {}, "EEtVnqxe": {}}, "extOrderNo": "QSeeQtTs", "extTxId": "E3UZ2U44", "extUserId": "FnNsdgEC", "issuedAt": "1971-02-07T00:00:00Z", "metadata": {"RNiTCBB9": "TR2sxA9c", "Fha3NZRU": "p4NlvfWj", "XcxXYeJN": "QSQyhbOS"}, "namespace": "omw6OPC6", "nonceStr": "q5mGGnt2", "paymentMethod": "V8xyZFuc", "paymentMethodFee": 64, "paymentOrderNo": "6Kld730Y", "paymentProvider": "ALIPAY", "paymentProviderFee": 90, "paymentStationUrl": "hcb7SKlw", "price": 45, "refundedTime": "1997-07-27T00:00:00Z", "salesTax": 31, "sandbox": true, "sku": "BkMEbIU0", "status": "INIT", "statusReason": "EYeR54oS", "subscriptionId": "3yXSOSWU", "subtotalPrice": 11, "targetNamespace": "SULpNE9D", "targetUserId": "9zRTFhZv", "tax": 3, "totalPrice": 28, "totalTax": 88, "txEndTime": "1997-06-25T00:00:00Z", "type": "lwnE809p", "userId": "4SeYwm8H", "vat": 8}' \ + 'L6BrpWMl' \ + '7hNp2RJw' \ + --body '{"additionalData": {"cardSummary": "VNCJLenf"}, "authorisedTime": "1989-12-11T00:00:00Z", "chargebackReversedTime": "1995-09-14T00:00:00Z", "chargebackTime": "1986-04-14T00:00:00Z", "chargedTime": "1973-12-27T00:00:00Z", "createdTime": "1997-01-20T00:00:00Z", "currency": {"currencyCode": "Hwz6rXyX", "currencySymbol": "TTK5f43G", "currencyType": "VIRTUAL", "decimals": 77, "namespace": "6CCdfXsN"}, "customParameters": {"G2GZG8Et": {}, "okaE06GO": {}, "LOGwDqcv": {}}, "extOrderNo": "WqpJXIer", "extTxId": "2iNqlcEn", "extUserId": "HyLlZUQq", "issuedAt": "1984-07-04T00:00:00Z", "metadata": {"KVvAXhfa": "kOkEP7IZ", "f8uJ17zH": "mcmo9Ieq", "ghLYfsyY": "Pm37x2GU"}, "namespace": "ffW2pesx", "nonceStr": "WN5uml3W", "paymentMethod": "uoo74GoA", "paymentMethodFee": 84, "paymentOrderNo": "0lQwnNC9", "paymentProvider": "XSOLLA", "paymentProviderFee": 98, "paymentStationUrl": "dNKIR09z", "price": 37, "refundedTime": "1997-05-28T00:00:00Z", "salesTax": 89, "sandbox": false, "sku": "gPcHLQk5", "status": "REQUEST_FOR_INFORMATION", "statusReason": "NsUMxeFY", "subscriptionId": "yYqm5Dgn", "subtotalPrice": 76, "targetNamespace": "2WhA7WNU", "targetUserId": "Carb8po5", "tax": 5, "totalPrice": 76, "totalTax": 86, "txEndTime": "1992-05-02T00:00:00Z", "type": "GW4T9uFN", "userId": "B3Ku08jF", "vat": 66}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 270 'ProcessUserOrderNotification' test.out +eval_tap $? 275 'ProcessUserOrderNotification' test.out -#- 271 DownloadUserOrderReceipt +#- 276 DownloadUserOrderReceipt $PYTHON -m $MODULE 'platform-download-user-order-receipt' \ - 'c0KgSgI8' \ - '60M82sSg' \ + '9dgaErnZ' \ + 'fY2O2iR8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 271 'DownloadUserOrderReceipt' test.out +eval_tap $? 276 'DownloadUserOrderReceipt' test.out -#- 272 CreateUserPaymentOrder +#- 277 CreateUserPaymentOrder $PYTHON -m $MODULE 'platform-create-user-payment-order' \ - 'WMBZYXVd' \ - --body '{"currencyCode": "zLS59PEN", "currencyNamespace": "Qk2VSx36", "customParameters": {"PXxA3q6Y": {}, "ZC3v4e6C": {}, "UDB2IFFV": {}}, "description": "yTmNJhZn", "extOrderNo": "POVlzswA", "extUserId": "uliQAUZX", "itemType": "COINS", "language": "dpgM_xBUt", "metadata": {"4vFNanR8": "xZWlxma1", "JFLv3VWV": "4wIx1vyE", "Pqc4hAdG": "wnCAHY1t"}, "notifyUrl": "9igIxLTz", "omitNotification": false, "platform": "dTjcGrZO", "price": 72, "recurringPaymentOrderNo": "ifMpNIwc", "region": "3UJjcWGi", "returnUrl": "3M0JWhxD", "sandbox": true, "sku": "Ap7O0GYL", "subscriptionId": "9dDX6bWe", "title": "8LC8oRxs"}' \ + 'OAcV1iEK' \ + --body '{"currencyCode": "Pq2NTb76", "currencyNamespace": "PNtB6EaO", "customParameters": {"tn7LjVhg": {}, "HSMMumkY": {}, "GnRvfWfS": {}}, "description": "Vr30quxX", "extOrderNo": "s5BUO5fC", "extUserId": "Uxi8v4gS", "itemType": "EXTENSION", "language": "QbpQ", "metadata": {"JGOOLKHF": "SkMskRBH", "cHiLzLYp": "Nxe7y3k7", "ygT3peWC": "siKj0m7B"}, "notifyUrl": "SGVIqhh4", "omitNotification": false, "platform": "anYyhkLW", "price": 68, "recurringPaymentOrderNo": "8vQIG3bT", "region": "zW5jyDtb", "returnUrl": "zGmm1vrR", "sandbox": true, "sku": "fo9nCMHR", "subscriptionId": "9zWCj2bT", "title": "PSeiVyGl"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 272 'CreateUserPaymentOrder' test.out +eval_tap $? 277 'CreateUserPaymentOrder' test.out -#- 273 RefundUserPaymentOrder +#- 278 RefundUserPaymentOrder $PYTHON -m $MODULE 'platform-refund-user-payment-order' \ - 'S1XuwIup' \ - 'mza3ggPJ' \ - --body '{"description": "zjVmrKq0"}' \ + 'lBVnSr0w' \ + 'tCFfGcJX' \ + --body '{"description": "AH5FO0nc"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 273 'RefundUserPaymentOrder' test.out +eval_tap $? 278 'RefundUserPaymentOrder' test.out -#- 274 ApplyUserRedemption +#- 279 ApplyUserRedemption $PYTHON -m $MODULE 'platform-apply-user-redemption' \ - 'dWxrjx96' \ - --body '{"code": "4Eriw7y2", "orderNo": "jaln9Zs4"}' \ + 'ZWrSGYn4' \ + --body '{"code": "Hv383vWc", "orderNo": "U1ULnVOm"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 274 'ApplyUserRedemption' test.out +eval_tap $? 279 'ApplyUserRedemption' test.out -#- 275 DoRevocation +#- 280 DoRevocation $PYTHON -m $MODULE 'platform-do-revocation' \ - 'u8CWB7RN' \ - --body '{"meta": {"uWuffukn": {}, "MMsuMAJP": {}, "H6FTp9g6": {}}, "revokeEntries": [{"currency": {"balanceOrigin": "Oculus", "currencyCode": "q6SxOzaJ", "namespace": "uXkOBvcG"}, "entitlement": {"entitlementId": "OoJVtU82"}, "item": {"entitlementOrigin": "Twitch", "itemIdentity": "9ZQke4l8", "itemIdentityType": "ITEM_ID", "origin": "IOS"}, "quantity": 66, "type": "ITEM"}, {"currency": {"balanceOrigin": "Twitch", "currencyCode": "ElY7dnxN", "namespace": "V5wnGKtg"}, "entitlement": {"entitlementId": "FmDFNmW9"}, "item": {"entitlementOrigin": "Nintendo", "itemIdentity": "YDfw6bUu", "itemIdentityType": "ITEM_ID", "origin": "Oculus"}, "quantity": 26, "type": "CURRENCY"}, {"currency": {"balanceOrigin": "Oculus", "currencyCode": "h1FHyP09", "namespace": "0xNRTRqb"}, "entitlement": {"entitlementId": "o658sSUQ"}, "item": {"entitlementOrigin": "Epic", "itemIdentity": "pLeTotCZ", "itemIdentityType": "ITEM_SKU", "origin": "Oculus"}, "quantity": 89, "type": "ITEM"}], "source": "OTHER", "transactionId": "P5pXwOxf"}' \ + 'LRJ99sqR' \ + --body '{"meta": {"j6mVZmmM": {}, "JqZIUQDV": {}, "weEBnH44": {}}, "revokeEntries": [{"currency": {"balanceOrigin": "GooglePlay", "currencyCode": "TiNw9eY4", "namespace": "vrse6EXn"}, "entitlement": {"entitlementId": "LbliOr6l"}, "item": {"entitlementOrigin": "IOS", "itemIdentity": "sVrnAmEC", "itemIdentityType": "ITEM_ID", "origin": "Epic"}, "quantity": 37, "type": "ITEM"}, {"currency": {"balanceOrigin": "Twitch", "currencyCode": "rmjyFsUg", "namespace": "0yI6kGS0"}, "entitlement": {"entitlementId": "LHUWHhRj"}, "item": {"entitlementOrigin": "Xbox", "itemIdentity": "b41ypyQC", "itemIdentityType": "ITEM_SKU", "origin": "Oculus"}, "quantity": 8, "type": "ENTITLEMENT"}, {"currency": {"balanceOrigin": "GooglePlay", "currencyCode": "zpIKSemh", "namespace": "8yhagtx9"}, "entitlement": {"entitlementId": "a3f0cMB1"}, "item": {"entitlementOrigin": "IOS", "itemIdentity": "LVpZrzvs", "itemIdentityType": "ITEM_SKU", "origin": "System"}, "quantity": 6, "type": "ENTITLEMENT"}], "source": "IAP", "transactionId": "WaJxEG6j"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 275 'DoRevocation' test.out +eval_tap $? 280 'DoRevocation' test.out -#- 276 RegisterXblSessions +#- 281 RegisterXblSessions $PYTHON -m $MODULE 'platform-register-xbl-sessions' \ - '4U8RGC13' \ - --body '{"gameSessionId": "tpIQ2KwJ", "payload": {"BNPTpIYK": {}, "iu5RIEUA": {}, "RL6r5rxt": {}}, "scid": "XgcHWW4N", "sessionTemplateName": "s0x6Dipg"}' \ + 'Sm0aGhW0' \ + --body '{"gameSessionId": "qvFfYXEV", "payload": {"WeNqmFwa": {}, "zjMQaEqT": {}, "tevwweGN": {}}, "scid": "OtkeDsYL", "sessionTemplateName": "BTA4N3qF"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 276 'RegisterXblSessions' test.out +eval_tap $? 281 'RegisterXblSessions' test.out -#- 277 QueryUserSubscriptions +#- 282 QueryUserSubscriptions $PYTHON -m $MODULE 'platform-query-user-subscriptions' \ - 'HyKocyIm' \ + 'di1iUzaN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 277 'QueryUserSubscriptions' test.out +eval_tap $? 282 'QueryUserSubscriptions' test.out -#- 278 GetUserSubscriptionActivities +#- 283 GetUserSubscriptionActivities $PYTHON -m $MODULE 'platform-get-user-subscription-activities' \ - '3ZVNp24l' \ + 'U4dGrpmJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 278 'GetUserSubscriptionActivities' test.out +eval_tap $? 283 'GetUserSubscriptionActivities' test.out -#- 279 PlatformSubscribeSubscription +#- 284 PlatformSubscribeSubscription $PYTHON -m $MODULE 'platform-platform-subscribe-subscription' \ - 'Rq7k6NMp' \ - --body '{"grantDays": 61, "itemId": "rbxDP8xC", "language": "mBTIpzDZ", "reason": "pRdQTdr3", "region": "SfT3T9C3", "source": "cO27REYR"}' \ + 'TuIH9ITv' \ + --body '{"grantDays": 61, "itemId": "VOhCkNVH", "language": "e73YgCqW", "reason": "LxIFz1Wk", "region": "okLD9JBi", "source": "IpeZivLG"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 279 'PlatformSubscribeSubscription' test.out +eval_tap $? 284 'PlatformSubscribeSubscription' test.out -#- 280 CheckUserSubscriptionSubscribableByItemId +#- 285 CheckUserSubscriptionSubscribableByItemId $PYTHON -m $MODULE 'platform-check-user-subscription-subscribable-by-item-id' \ - 'FhT9iuVC' \ - 'K4SWJ4Ja' \ + 'eY5IiFyE' \ + '2ya2IAul' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 280 'CheckUserSubscriptionSubscribableByItemId' test.out +eval_tap $? 285 'CheckUserSubscriptionSubscribableByItemId' test.out -#- 281 GetUserSubscription +#- 286 GetUserSubscription $PYTHON -m $MODULE 'platform-get-user-subscription' \ - 'lAwwBOhv' \ - 'IwceJZCU' \ + '14UO1TC4' \ + 'EOBmjXpS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 281 'GetUserSubscription' test.out +eval_tap $? 286 'GetUserSubscription' test.out -#- 282 DeleteUserSubscription +#- 287 DeleteUserSubscription $PYTHON -m $MODULE 'platform-delete-user-subscription' \ - 'lm1S8aaD' \ - 'TqCSGCs8' \ + 'RBtTjsTo' \ + 'iIUm3KQR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 282 'DeleteUserSubscription' test.out +eval_tap $? 287 'DeleteUserSubscription' test.out -#- 283 CancelSubscription +#- 288 CancelSubscription $PYTHON -m $MODULE 'platform-cancel-subscription' \ - 'cy98KCtK' \ - 'AL0Ho64w' \ - --body '{"immediate": true, "reason": "7daMtboO"}' \ + 'OcT4edUV' \ + 'AXc460nL' \ + --body '{"immediate": false, "reason": "RHsu92V1"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 283 'CancelSubscription' test.out +eval_tap $? 288 'CancelSubscription' test.out -#- 284 GrantDaysToSubscription +#- 289 GrantDaysToSubscription $PYTHON -m $MODULE 'platform-grant-days-to-subscription' \ - 'Telkoygw' \ - 'TSs8VjHD' \ - --body '{"grantDays": 36, "reason": "SidVGdRN"}' \ + 'bycWQwDb' \ + 'S4DDvdqL' \ + --body '{"grantDays": 50, "reason": "zpaL8Aeo"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 284 'GrantDaysToSubscription' test.out +eval_tap $? 289 'GrantDaysToSubscription' test.out -#- 285 GetUserSubscriptionBillingHistories +#- 290 GetUserSubscriptionBillingHistories $PYTHON -m $MODULE 'platform-get-user-subscription-billing-histories' \ - 'Hh9dyKrt' \ - 'ecXKRYjw' \ + 'OJAyLXyg' \ + 'KDoxhMwW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 285 'GetUserSubscriptionBillingHistories' test.out +eval_tap $? 290 'GetUserSubscriptionBillingHistories' test.out -#- 286 ProcessUserSubscriptionNotification +#- 291 ProcessUserSubscriptionNotification $PYTHON -m $MODULE 'platform-process-user-subscription-notification' \ - '6I85Oo1G' \ - '4RCkU5w4' \ - --body '{"additionalData": {"cardSummary": "rUQvoMcX"}, "authorisedTime": "1996-09-10T00:00:00Z", "chargebackReversedTime": "1979-01-30T00:00:00Z", "chargebackTime": "1976-03-09T00:00:00Z", "chargedTime": "1992-09-23T00:00:00Z", "createdTime": "1975-05-02T00:00:00Z", "currency": {"currencyCode": "GWAaDbJF", "currencySymbol": "XV2nPKKw", "currencyType": "VIRTUAL", "decimals": 98, "namespace": "r6BJLrVG"}, "customParameters": {"s1Vjcjir": {}, "zhHIn8xL": {}, "f8c6NpU3": {}}, "extOrderNo": "TmzlFsgE", "extTxId": "7ABJoOVm", "extUserId": "SOPGA4sX", "issuedAt": "1972-11-23T00:00:00Z", "metadata": {"nJAnh6vR": "xA2arTVD", "cR6TlQIw": "89EnOzfc", "QuALt5BL": "l2KjSzSw"}, "namespace": "hvXLISLG", "nonceStr": "JocpHDwn", "paymentMethod": "WiDVE78F", "paymentMethodFee": 53, "paymentOrderNo": "ENpKpaHe", "paymentProvider": "XSOLLA", "paymentProviderFee": 66, "paymentStationUrl": "NYUM4ZTS", "price": 56, "refundedTime": "1981-08-29T00:00:00Z", "salesTax": 60, "sandbox": true, "sku": "xviKVJnk", "status": "AUTHORISED", "statusReason": "ABc8zkZB", "subscriptionId": "PzwUHpjJ", "subtotalPrice": 43, "targetNamespace": "9F2NLKP6", "targetUserId": "W9uABzxM", "tax": 34, "totalPrice": 8, "totalTax": 84, "txEndTime": "1987-06-20T00:00:00Z", "type": "xj9fufdw", "userId": "etDGZDP8", "vat": 2}' \ + 'yrvlATss' \ + 'UqMyxP0o' \ + --body '{"additionalData": {"cardSummary": "KQJxDmJL"}, "authorisedTime": "1999-08-10T00:00:00Z", "chargebackReversedTime": "1988-07-09T00:00:00Z", "chargebackTime": "1976-03-24T00:00:00Z", "chargedTime": "1998-02-21T00:00:00Z", "createdTime": "1980-10-01T00:00:00Z", "currency": {"currencyCode": "KOciGOI7", "currencySymbol": "ebVF5Kxe", "currencyType": "VIRTUAL", "decimals": 32, "namespace": "qCNFQCP9"}, "customParameters": {"5MIH04uf": {}, "HL0MyXYg": {}, "uT6kqkCU": {}}, "extOrderNo": "Vs6go14r", "extTxId": "mNY0Qv8Z", "extUserId": "6UaViShz", "issuedAt": "1995-11-05T00:00:00Z", "metadata": {"QElAGjfT": "xJ2l7zZ1", "RJD8pTng": "UE7wPdQ7", "f3RYSYBq": "h6getViK"}, "namespace": "doiQLHtD", "nonceStr": "xWZDl2sB", "paymentMethod": "oIMUmqJX", "paymentMethodFee": 89, "paymentOrderNo": "pV2Uxgga", "paymentProvider": "WXPAY", "paymentProviderFee": 76, "paymentStationUrl": "HJdJNAwz", "price": 84, "refundedTime": "1988-03-09T00:00:00Z", "salesTax": 57, "sandbox": true, "sku": "cFNUXF6k", "status": "INIT", "statusReason": "K8C2YYcj", "subscriptionId": "PvARn3E2", "subtotalPrice": 27, "targetNamespace": "W1qTRQAK", "targetUserId": "GvOU94Iw", "tax": 45, "totalPrice": 30, "totalTax": 65, "txEndTime": "1976-06-06T00:00:00Z", "type": "rnYSENWQ", "userId": "D4Mw7BHX", "vat": 69}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 286 'ProcessUserSubscriptionNotification' test.out +eval_tap $? 291 'ProcessUserSubscriptionNotification' test.out -#- 287 AcquireUserTicket +#- 292 AcquireUserTicket $PYTHON -m $MODULE 'platform-acquire-user-ticket' \ - '2bAoCw8N' \ - 'uFKlRzX5' \ - --body '{"count": 69, "orderNo": "PqFB3JR1"}' \ + 'a1ib9Hvj' \ + 'CSwF7qYj' \ + --body '{"count": 31, "orderNo": "SlCsuJUE"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 287 'AcquireUserTicket' test.out +eval_tap $? 292 'AcquireUserTicket' test.out -#- 288 QueryUserCurrencyWallets +#- 293 QueryUserCurrencyWallets $PYTHON -m $MODULE 'platform-query-user-currency-wallets' \ - '9cw6HUNm' \ + 't02zGexU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 288 'QueryUserCurrencyWallets' test.out +eval_tap $? 293 'QueryUserCurrencyWallets' test.out -#- 289 DebitUserWalletByCurrencyCode +#- 294 DebitUserWalletByCurrencyCode $PYTHON -m $MODULE 'platform-debit-user-wallet-by-currency-code' \ - 'W61BW4qI' \ - 'B4FxoAXG' \ - --body '{"allowOverdraft": true, "amount": 46, "balanceOrigin": "Other", "balanceSource": "OTHER", "metadata": {"ekA0AQyo": {}, "pODbavdW": {}, "nOxHHTn5": {}}, "reason": "Aeq31RES"}' \ + '3GAlqnFK' \ + 'JA0FWnM4' \ + --body '{"allowOverdraft": true, "amount": 36, "balanceOrigin": "Playstation", "balanceSource": "PAYMENT", "metadata": {"nFXQC50D": {}, "cPdWddUP": {}, "fv2bvJXA": {}}, "reason": "jIGXrH3h"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 289 'DebitUserWalletByCurrencyCode' test.out +eval_tap $? 294 'DebitUserWalletByCurrencyCode' test.out -#- 290 ListUserCurrencyTransactions +#- 295 ListUserCurrencyTransactions $PYTHON -m $MODULE 'platform-list-user-currency-transactions' \ - 'HKrU1LA0' \ - '6sfF8INC' \ + 'QrXyL3Yu' \ + 'xeayjeXO' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 290 'ListUserCurrencyTransactions' test.out +eval_tap $? 295 'ListUserCurrencyTransactions' test.out -#- 291 CheckBalance +#- 296 CheckBalance $PYTHON -m $MODULE 'platform-check-balance' \ - '{"amount": 98, "debitBalanceSource": "ORDER_REVOCATION", "metadata": {"fUAa0uJj": {}, "lxUqLTSu": {}, "QnY8vCh4": {}}, "reason": "x6wLAb3J", "walletPlatform": "IOS"}' \ - 'EgjLA4WG' \ - 'rFxoyjNP' \ + '{"amount": 6, "debitBalanceSource": "DLC_REVOCATION", "metadata": {"VSzXpvCf": {}, "jSHkZgyP": {}, "TN2DQn4Z": {}}, "reason": "DgspPT5w", "walletPlatform": "Other"}' \ + 'fZIQ4sC5' \ + 'EeXFFyVt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 291 'CheckBalance' test.out +eval_tap $? 296 'CheckBalance' test.out -#- 292 CheckWallet -eval_tap 0 292 'CheckWallet # SKIP deprecated' test.out +#- 297 CheckWallet +eval_tap 0 297 'CheckWallet # SKIP deprecated' test.out -#- 293 CreditUserWallet +#- 298 CreditUserWallet $PYTHON -m $MODULE 'platform-credit-user-wallet' \ - 'u2QBWH3Z' \ - 'nDFv4ojL' \ - --body '{"amount": 33, "expireAt": "1981-02-24T00:00:00Z", "metadata": {"SD7hxl26": {}, "e7t5xAxy": {}, "uDuabOec": {}}, "origin": "Xbox", "reason": "zHqcZnLu", "source": "OTHER"}' \ + 'wlU8wgYE' \ + 'iSpjOgff' \ + --body '{"amount": 4, "expireAt": "1978-03-08T00:00:00Z", "metadata": {"GoX4jimM": {}, "uSZf3EMT": {}, "jFGF7xcd": {}}, "origin": "Twitch", "reason": "1QvJD9vy", "source": "IAP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 293 'CreditUserWallet' test.out +eval_tap $? 298 'CreditUserWallet' test.out -#- 294 DebitByWalletPlatform +#- 299 DebitByWalletPlatform $PYTHON -m $MODULE 'platform-debit-by-wallet-platform' \ - '{"amount": 46, "debitBalanceSource": "EXPIRATION", "metadata": {"YTiOM4Ff": {}, "tXk7M1pU": {}, "poBE6Axh": {}}, "reason": "xF0v1zVC", "walletPlatform": "GooglePlay"}' \ - 'XXF19UdK' \ - 'iZxJ5ajG' \ + '{"amount": 69, "debitBalanceSource": "EXPIRATION", "metadata": {"HnBWq8Tw": {}, "QPFAiC0z": {}, "zS32ZQjP": {}}, "reason": "IQSsFlnq", "walletPlatform": "Epic"}' \ + 'a4HgxgTA' \ + 'LKxptmPn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 294 'DebitByWalletPlatform' test.out +eval_tap $? 299 'DebitByWalletPlatform' test.out -#- 295 PayWithUserWallet +#- 300 PayWithUserWallet $PYTHON -m $MODULE 'platform-pay-with-user-wallet' \ - 'RvUgJIiX' \ - 'Rt6q1O6U' \ - --body '{"amount": 32, "metadata": {"isOtDfqv": {}, "eor8HgKV": {}, "ZT5emwRY": {}}, "walletPlatform": "Epic"}' \ + 'RDgYgE2W' \ + 'AvW9hq6L' \ + --body '{"amount": 27, "metadata": {"ew6eDDH5": {}, "koLIBGBd": {}, "0uJs6BgJ": {}}, "walletPlatform": "Epic"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 295 'PayWithUserWallet' test.out +eval_tap $? 300 'PayWithUserWallet' test.out -#- 296 GetUserWallet -eval_tap 0 296 'GetUserWallet # SKIP deprecated' test.out +#- 301 GetUserWallet +eval_tap 0 301 'GetUserWallet # SKIP deprecated' test.out -#- 297 DebitUserWallet -eval_tap 0 297 'DebitUserWallet # SKIP deprecated' test.out +#- 302 DebitUserWallet +eval_tap 0 302 'DebitUserWallet # SKIP deprecated' test.out -#- 298 DisableUserWallet -eval_tap 0 298 'DisableUserWallet # SKIP deprecated' test.out +#- 303 DisableUserWallet +eval_tap 0 303 'DisableUserWallet # SKIP deprecated' test.out -#- 299 EnableUserWallet -eval_tap 0 299 'EnableUserWallet # SKIP deprecated' test.out +#- 304 EnableUserWallet +eval_tap 0 304 'EnableUserWallet # SKIP deprecated' test.out -#- 300 ListUserWalletTransactions -eval_tap 0 300 'ListUserWalletTransactions # SKIP deprecated' test.out +#- 305 ListUserWalletTransactions +eval_tap 0 305 'ListUserWalletTransactions # SKIP deprecated' test.out -#- 301 ListViews +#- 306 ListViews $PYTHON -m $MODULE 'platform-list-views' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 301 'ListViews' test.out +eval_tap $? 306 'ListViews' test.out -#- 302 CreateView +#- 307 CreateView $PYTHON -m $MODULE 'platform-create-view' \ - 'M9YK9OnV' \ - --body '{"displayOrder": 43, "localizations": {"hX3buEF7": {"description": "mYwtu67f", "localExt": {"hYdlGkeZ": {}, "VPbmdJqy": {}, "5lQcRjzp": {}}, "longDescription": "NSrpjX4Y", "title": "VX0yeAzk"}, "QkN0Uigu": {"description": "UzvFWOfo", "localExt": {"YVMUREz4": {}, "Ft9Z3DQP": {}, "jmjUDRek": {}}, "longDescription": "1a60skUw", "title": "ZiBUO6XQ"}, "8FuAJd7q": {"description": "8mIlyX7C", "localExt": {"JoUxRH2C": {}, "SeG6AA15": {}, "ZKYzDI7k": {}}, "longDescription": "v5XYd7p5", "title": "0grMCxE6"}}, "name": "nU1UvtRN"}' \ + '6kS0JVzx' \ + --body '{"displayOrder": 80, "localizations": {"HA1auucK": {"description": "PZodmolI", "localExt": {"tWpLPh53": {}, "A03pwYCG": {}, "WuhvYBDM": {}}, "longDescription": "tjOwFXU2", "title": "C2CnRGow"}, "74xRk8wt": {"description": "NHbCrD3u", "localExt": {"iy8P4cli": {}, "11ZBikwM": {}, "17ith0b6": {}}, "longDescription": "cIt31cfa", "title": "pWKCzqGM"}, "snKM6Aqf": {"description": "DJ19ezpD", "localExt": {"Cc2b2Rrj": {}, "LFqMS6oA": {}, "61tussDo": {}}, "longDescription": "dqPPbBhN", "title": "3FB7TMEM"}}, "name": "dKKnbOBb"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 302 'CreateView' test.out +eval_tap $? 307 'CreateView' test.out -#- 303 GetView +#- 308 GetView $PYTHON -m $MODULE 'platform-get-view' \ - 'xffWicG1' \ + 'pdPiPkpt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 303 'GetView' test.out +eval_tap $? 308 'GetView' test.out -#- 304 UpdateView +#- 309 UpdateView $PYTHON -m $MODULE 'platform-update-view' \ - 'zNfmMm09' \ - 'abtOVbNc' \ - --body '{"displayOrder": 7, "localizations": {"ffv1dqh3": {"description": "z5hmzdKM", "localExt": {"W2QM78cK": {}, "fN3nUVc3": {}, "GSMnrN9m": {}}, "longDescription": "m6KJR9uc", "title": "P6kpbRf3"}, "b4WQha2s": {"description": "xHMXun1f", "localExt": {"yc1jyTyL": {}, "Z8hXR8Bm": {}, "Mbz3NVxj": {}}, "longDescription": "x2bd3WEk", "title": "CFPqZ4pq"}, "7NGjA65E": {"description": "W4MNxeRT", "localExt": {"3belPTCO": {}, "a7zbMgD5": {}, "oWmCEvi5": {}}, "longDescription": "2SeElLzL", "title": "tTe142BQ"}}, "name": "21nfm4pa"}' \ + 'JifzLjNg' \ + 't6hplLr7' \ + --body '{"displayOrder": 52, "localizations": {"OCmp0gJA": {"description": "DIeld49r", "localExt": {"BLM6QjQV": {}, "9AENjUuC": {}, "15oIeomk": {}}, "longDescription": "nGLBabxn", "title": "m0hyIE9S"}, "KUBi7kLU": {"description": "rx9sukgZ", "localExt": {"htODTDsO": {}, "iByL8vtY": {}, "ksVblpvH": {}}, "longDescription": "kFsA1vr3", "title": "P7S69NL1"}, "Vmaj0FGy": {"description": "3pPuaLo9", "localExt": {"yNoWppEA": {}, "0CE76aXO": {}, "gOKCsD1q": {}}, "longDescription": "oWIQq0CE", "title": "hWOToNnG"}}, "name": "POYSkVhD"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 304 'UpdateView' test.out +eval_tap $? 309 'UpdateView' test.out -#- 305 DeleteView +#- 310 DeleteView $PYTHON -m $MODULE 'platform-delete-view' \ - 'oY7ugGLI' \ - 'WMNWMPeQ' \ + 'gtDyO63B' \ + 'w0PxZ5sa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 305 'DeleteView' test.out +eval_tap $? 310 'DeleteView' test.out -#- 306 QueryWallets -eval_tap 0 306 'QueryWallets # SKIP deprecated' test.out +#- 311 QueryWallets +eval_tap 0 311 'QueryWallets # SKIP deprecated' test.out -#- 307 BulkCredit +#- 312 BulkCredit $PYTHON -m $MODULE 'platform-bulk-credit' \ - --body '[{"creditRequest": {"amount": 37, "expireAt": "1999-12-17T00:00:00Z", "metadata": {"0XLSYKuS": {}, "uCUlCYYU": {}, "f7OFVQZ3": {}}, "origin": "Xbox", "reason": "KdJTUSLb", "source": "GIFT"}, "currencyCode": "zmyKMCYY", "userIds": ["QiNvashi", "fzQVpEc1", "H2YA1Lx2"]}, {"creditRequest": {"amount": 31, "expireAt": "1988-06-16T00:00:00Z", "metadata": {"lkSpzZPe": {}, "Yo8yEdXz": {}, "X9sudsG2": {}}, "origin": "Oculus", "reason": "O67Bx6T0", "source": "PROMOTION"}, "currencyCode": "e1EXSSUU", "userIds": ["dD5VJ5SG", "0pg4KaUU", "TE741ovX"]}, {"creditRequest": {"amount": 63, "expireAt": "1981-04-02T00:00:00Z", "metadata": {"IG3tqqwx": {}, "EH93NqSj": {}, "qUtKgpT9": {}}, "origin": "Other", "reason": "DR879tEq", "source": "REFUND"}, "currencyCode": "3nUZb5Ne", "userIds": ["vALc4DRj", "yNGDsADW", "BHkEYhIu"]}]' \ + --body '[{"creditRequest": {"amount": 65, "expireAt": "1990-11-16T00:00:00Z", "metadata": {"p7BOz5EI": {}, "XbfgBbK5": {}, "sjQe3Fbi": {}}, "origin": "Twitch", "reason": "bvNfhy0U", "source": "REDEEM_CODE"}, "currencyCode": "a6QoEkxx", "userIds": ["5qyJhpXx", "ZxerI8bJ", "mu0I3Li1"]}, {"creditRequest": {"amount": 86, "expireAt": "1978-09-17T00:00:00Z", "metadata": {"SXijvOpW": {}, "25Mn3NLu": {}, "gZfvQQ0k": {}}, "origin": "System", "reason": "gwBzI8ia", "source": "PURCHASE"}, "currencyCode": "uPVNu0pD", "userIds": ["LJp5qLxa", "8kIuiBqy", "0XZnJmBc"]}, {"creditRequest": {"amount": 23, "expireAt": "1993-05-15T00:00:00Z", "metadata": {"CNrY9KlW": {}, "GgmW1teT": {}, "iAootkNM": {}}, "origin": "Playstation", "reason": "K32LPZ65", "source": "REFERRAL_BONUS"}, "currencyCode": "2ykIuqI3", "userIds": ["9Jy8furf", "zhneUZsM", "zGMCN4De"]}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 307 'BulkCredit' test.out +eval_tap $? 312 'BulkCredit' test.out -#- 308 BulkDebit +#- 313 BulkDebit $PYTHON -m $MODULE 'platform-bulk-debit' \ - --body '[{"currencyCode": "7XDSztqx", "request": {"allowOverdraft": true, "amount": 17, "balanceOrigin": "Oculus", "balanceSource": "ORDER_REVOCATION", "metadata": {"ngSAhZ5h": {}, "ZehAOGJA": {}, "UxMmDtNA": {}}, "reason": "3a1jBIXH"}, "userIds": ["1qpEfrFq", "qD78kSpI", "UVGkI1eU"]}, {"currencyCode": "x694qzxB", "request": {"allowOverdraft": false, "amount": 57, "balanceOrigin": "GooglePlay", "balanceSource": "TRADE", "metadata": {"qG1beQw3": {}, "YuagFHkX": {}, "4HqkVQPO": {}}, "reason": "cxT2q8GX"}, "userIds": ["IDt8Fhnd", "0u4Ys0VH", "CEeW5L1f"]}, {"currencyCode": "tRrAckSE", "request": {"allowOverdraft": false, "amount": 42, "balanceOrigin": "Twitch", "balanceSource": "DLC_REVOCATION", "metadata": {"eZSRfOVr": {}, "R6md36MM": {}, "2p2zsXcs": {}}, "reason": "N8aK303D"}, "userIds": ["vfMT0eBj", "dPjXMbFX", "qLotbju3"]}]' \ + --body '[{"currencyCode": "qhB7GoyL", "request": {"allowOverdraft": false, "amount": 54, "balanceOrigin": "IOS", "balanceSource": "DLC_REVOCATION", "metadata": {"NSNETt4X": {}, "G6d8tV0I": {}, "y5GcTjp3": {}}, "reason": "cNQIPTEV"}, "userIds": ["JVZVd7iD", "KTFYq73N", "DzSudC5q"]}, {"currencyCode": "HukNN2FK", "request": {"allowOverdraft": true, "amount": 42, "balanceOrigin": "Other", "balanceSource": "DLC_REVOCATION", "metadata": {"fXGN7mbB": {}, "J5USV2Jj": {}, "T0xuGqXi": {}}, "reason": "zMpJgjor"}, "userIds": ["GnDrerrO", "WCRygNLR", "L9QYOgw7"]}, {"currencyCode": "ARyGjqrs", "request": {"allowOverdraft": true, "amount": 27, "balanceOrigin": "Nintendo", "balanceSource": "OTHER", "metadata": {"YOkBzo0O": {}, "tTxDOZGU": {}, "bZlpKTVa": {}}, "reason": "VGYqEv0N"}, "userIds": ["IjGebxSJ", "R5xSpERV", "pD3h4LNd"]}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 308 'BulkDebit' test.out +eval_tap $? 313 'BulkDebit' test.out -#- 309 GetWallet -eval_tap 0 309 'GetWallet # SKIP deprecated' test.out +#- 314 GetWallet +eval_tap 0 314 'GetWallet # SKIP deprecated' test.out -#- 310 SyncOrders +#- 315 SyncOrders $PYTHON -m $MODULE 'platform-sync-orders' \ - 'GyOs3uhS' \ - 'LdUv3Zs6' \ + 'Sl84w5Yx' \ + 'cbRxnjkY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 310 'SyncOrders' test.out +eval_tap $? 315 'SyncOrders' test.out -#- 311 TestAdyenConfig +#- 316 TestAdyenConfig $PYTHON -m $MODULE 'platform-test-adyen-config' \ - --body '{"allowedPaymentMethods": ["dFnnN49S", "oY0e0CqQ", "8t0Cxt3q"], "apiKey": "GNxVHnuN", "authoriseAsCapture": true, "blockedPaymentMethods": ["4cFiFnXK", "Ks6wDIwt", "Caep767R"], "clientKey": "0pdr4fv1", "dropInSettings": "OdK4km8z", "liveEndpointUrlPrefix": "uPfHKQnp", "merchantAccount": "4Lx0WrIO", "notificationHmacKey": "iF0hHnKS", "notificationPassword": "1oWj5V3x", "notificationUsername": "5GuIDnub", "returnUrl": "y3zEFKyG", "settings": "6Kjtl8iS"}' \ + --body '{"allowedPaymentMethods": ["DO8VQBiL", "GT6edTHu", "3XTxuvbA"], "apiKey": "L4MR02Ut", "authoriseAsCapture": false, "blockedPaymentMethods": ["BHa9zHgk", "zRZmvEuX", "YPQLnwGY"], "clientKey": "r7uie51x", "dropInSettings": "00gw886r", "liveEndpointUrlPrefix": "9gID56uY", "merchantAccount": "JvBomzYg", "notificationHmacKey": "7XJ0UTuo", "notificationPassword": "6EgneOIU", "notificationUsername": "ua4oUTp9", "returnUrl": "cnnmmpnl", "settings": "qcwCLy3u"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 311 'TestAdyenConfig' test.out +eval_tap $? 316 'TestAdyenConfig' test.out -#- 312 TestAliPayConfig +#- 317 TestAliPayConfig $PYTHON -m $MODULE 'platform-test-ali-pay-config' \ - --body '{"appId": "jnm1Qn2F", "privateKey": "e6Y494Zr", "publicKey": "llVB5Zhn", "returnUrl": "mKqzGJKb"}' \ + --body '{"appId": "PMrLNwNr", "privateKey": "BlsThEGY", "publicKey": "6RvuEh61", "returnUrl": "HLEXej5X"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 312 'TestAliPayConfig' test.out +eval_tap $? 317 'TestAliPayConfig' test.out -#- 313 TestCheckoutConfig +#- 318 TestCheckoutConfig $PYTHON -m $MODULE 'platform-test-checkout-config' \ - --body '{"publicKey": "5MqPxuXh", "secretKey": "lDJN3rjC"}' \ + --body '{"publicKey": "BBCJFAuC", "secretKey": "rkgz1zYC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 313 'TestCheckoutConfig' test.out +eval_tap $? 318 'TestCheckoutConfig' test.out -#- 314 DebugMatchedPaymentMerchantConfig +#- 319 DebugMatchedPaymentMerchantConfig $PYTHON -m $MODULE 'platform-debug-matched-payment-merchant-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 314 'DebugMatchedPaymentMerchantConfig' test.out +eval_tap $? 319 'DebugMatchedPaymentMerchantConfig' test.out -#- 315 TestPayPalConfig +#- 320 TestPayPalConfig $PYTHON -m $MODULE 'platform-test-pay-pal-config' \ - --body '{"clientID": "UivWwrIb", "clientSecret": "DsnXHPLc", "returnUrl": "DWDfmKOZ", "webHookId": "GuNE0Zai"}' \ + --body '{"clientID": "kZGlZ4mi", "clientSecret": "KQU0FCpD", "returnUrl": "mUmbTZPR", "webHookId": "vSL7dJ2w"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 315 'TestPayPalConfig' test.out +eval_tap $? 320 'TestPayPalConfig' test.out -#- 316 TestStripeConfig +#- 321 TestStripeConfig $PYTHON -m $MODULE 'platform-test-stripe-config' \ - --body '{"allowedPaymentMethodTypes": ["Q0Ez8oEw", "VoOtPEVe", "J6JlB8wO"], "publishableKey": "q7Qufgz8", "secretKey": "fZLQXwDQ", "webhookSecret": "JFKAkmXl"}' \ + --body '{"allowedPaymentMethodTypes": ["1WqwHUBW", "mmJxw1dU", "q1WVB2nQ"], "publishableKey": "JcpyzNBT", "secretKey": "hkORrRTv", "webhookSecret": "u2bmtdkP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 316 'TestStripeConfig' test.out +eval_tap $? 321 'TestStripeConfig' test.out -#- 317 TestWxPayConfig +#- 322 TestWxPayConfig $PYTHON -m $MODULE 'platform-test-wx-pay-config' \ - --body '{"appId": "faQKEkpt", "key": "CY2qF4WM", "mchid": "FczGXhsJ", "returnUrl": "apfm9dCj"}' \ + --body '{"appId": "yIHQ2UCD", "key": "ptivQx6x", "mchid": "3lwn96g4", "returnUrl": "cY8hopFM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 317 'TestWxPayConfig' test.out +eval_tap $? 322 'TestWxPayConfig' test.out -#- 318 TestXsollaConfig +#- 323 TestXsollaConfig $PYTHON -m $MODULE 'platform-test-xsolla-config' \ - --body '{"apiKey": "7X3abQQz", "flowCompletionUrl": "HnPSY7wr", "merchantId": 47, "projectId": 7, "projectSecretKey": "wrqQY9Ny"}' \ + --body '{"apiKey": "WLYw2RQ0", "flowCompletionUrl": "RMYoqpbC", "merchantId": 91, "projectId": 22, "projectSecretKey": "9SmxhxW5"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 318 'TestXsollaConfig' test.out +eval_tap $? 323 'TestXsollaConfig' test.out -#- 319 GetPaymentMerchantConfig +#- 324 GetPaymentMerchantConfig $PYTHON -m $MODULE 'platform-get-payment-merchant-config' \ - 'JCYxSg71' \ + 'WUfn2Iln' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 319 'GetPaymentMerchantConfig' test.out +eval_tap $? 324 'GetPaymentMerchantConfig' test.out -#- 320 UpdateAdyenConfig +#- 325 UpdateAdyenConfig $PYTHON -m $MODULE 'platform-update-adyen-config' \ - '7MWBb5Z4' \ - --body '{"allowedPaymentMethods": ["z3Ei2Mo7", "kjXreGQR", "CtxUhYQg"], "apiKey": "Iuan89ac", "authoriseAsCapture": false, "blockedPaymentMethods": ["4IPWuOYQ", "jYxqAOxG", "KBEAj7EA"], "clientKey": "AzodOSuJ", "dropInSettings": "bpLYwM1I", "liveEndpointUrlPrefix": "j0AoxvMW", "merchantAccount": "GDxTNhuK", "notificationHmacKey": "S2GUcz7i", "notificationPassword": "wYrIZDtW", "notificationUsername": "RbWMcJ0s", "returnUrl": "Whtopg2T", "settings": "COXVAvIV"}' \ + 'HyXTMwhC' \ + --body '{"allowedPaymentMethods": ["TKXvugdC", "J2BTVAQU", "CDtk6w5t"], "apiKey": "elymCkj8", "authoriseAsCapture": true, "blockedPaymentMethods": ["GusMxa1Z", "jMVbrVVS", "kuw2MHX4"], "clientKey": "OVcDcssW", "dropInSettings": "FeV5Ar6Z", "liveEndpointUrlPrefix": "RefkMAIs", "merchantAccount": "QivEifre", "notificationHmacKey": "jd2tkFK9", "notificationPassword": "Cxm7lgRJ", "notificationUsername": "TANWUZnl", "returnUrl": "bLtyjnWK", "settings": "UqdXw3V6"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 320 'UpdateAdyenConfig' test.out +eval_tap $? 325 'UpdateAdyenConfig' test.out -#- 321 TestAdyenConfigById +#- 326 TestAdyenConfigById $PYTHON -m $MODULE 'platform-test-adyen-config-by-id' \ - 'ZDprL69y' \ + '8Upz7UjJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 321 'TestAdyenConfigById' test.out +eval_tap $? 326 'TestAdyenConfigById' test.out -#- 322 UpdateAliPayConfig +#- 327 UpdateAliPayConfig $PYTHON -m $MODULE 'platform-update-ali-pay-config' \ - 'jiopv6Ul' \ - --body '{"appId": "NtNNtzjT", "privateKey": "pVbD3L7i", "publicKey": "KePMiQEO", "returnUrl": "8DoQLbWv"}' \ + '82IgtxDU' \ + --body '{"appId": "bcCgJx1T", "privateKey": "P67GvjZ5", "publicKey": "y4A1mOCD", "returnUrl": "UyqKHA9w"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 322 'UpdateAliPayConfig' test.out +eval_tap $? 327 'UpdateAliPayConfig' test.out -#- 323 TestAliPayConfigById +#- 328 TestAliPayConfigById $PYTHON -m $MODULE 'platform-test-ali-pay-config-by-id' \ - 'EWwP8a8a' \ + '75DxH0W8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 323 'TestAliPayConfigById' test.out +eval_tap $? 328 'TestAliPayConfigById' test.out -#- 324 UpdateCheckoutConfig +#- 329 UpdateCheckoutConfig $PYTHON -m $MODULE 'platform-update-checkout-config' \ - '6AFWT7Oi' \ - --body '{"publicKey": "mDmDrLbr", "secretKey": "gWioAWtZ"}' \ + 'htQH6vlf' \ + --body '{"publicKey": "VRsC3cq4", "secretKey": "hr07TTRz"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 324 'UpdateCheckoutConfig' test.out +eval_tap $? 329 'UpdateCheckoutConfig' test.out -#- 325 TestCheckoutConfigById +#- 330 TestCheckoutConfigById $PYTHON -m $MODULE 'platform-test-checkout-config-by-id' \ - 'IWNfn0ws' \ + 'oN1isqZ4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 325 'TestCheckoutConfigById' test.out +eval_tap $? 330 'TestCheckoutConfigById' test.out -#- 326 UpdatePayPalConfig +#- 331 UpdatePayPalConfig $PYTHON -m $MODULE 'platform-update-pay-pal-config' \ - 'IcaUnhEP' \ - --body '{"clientID": "U7q9vGT5", "clientSecret": "Xmm6a8P1", "returnUrl": "oFIypwdU", "webHookId": "y8b6kD2S"}' \ + 'idg7cblO' \ + --body '{"clientID": "A4NfL6uU", "clientSecret": "iZFf3g16", "returnUrl": "RuEdU2w4", "webHookId": "guxCyFlj"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 326 'UpdatePayPalConfig' test.out +eval_tap $? 331 'UpdatePayPalConfig' test.out -#- 327 TestPayPalConfigById +#- 332 TestPayPalConfigById $PYTHON -m $MODULE 'platform-test-pay-pal-config-by-id' \ - 'YLXQwddp' \ + 'oOuNzC7P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 327 'TestPayPalConfigById' test.out +eval_tap $? 332 'TestPayPalConfigById' test.out -#- 328 UpdateStripeConfig +#- 333 UpdateStripeConfig $PYTHON -m $MODULE 'platform-update-stripe-config' \ - 'KdykIAtJ' \ - --body '{"allowedPaymentMethodTypes": ["S8V7UK0Y", "k7FGrMWA", "jiHQrPzf"], "publishableKey": "VUzQRxVY", "secretKey": "nauVDMuP", "webhookSecret": "AK0NoidX"}' \ + '76UD6O8i' \ + --body '{"allowedPaymentMethodTypes": ["4ahDKY80", "xtgG4639", "rkR57CzD"], "publishableKey": "NGg4d0o5", "secretKey": "lIO6PgZA", "webhookSecret": "7sXYPJyD"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 328 'UpdateStripeConfig' test.out +eval_tap $? 333 'UpdateStripeConfig' test.out -#- 329 TestStripeConfigById +#- 334 TestStripeConfigById $PYTHON -m $MODULE 'platform-test-stripe-config-by-id' \ - 'qaCX5OxX' \ + 'TI5INIQA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 329 'TestStripeConfigById' test.out +eval_tap $? 334 'TestStripeConfigById' test.out -#- 330 UpdateWxPayConfig +#- 335 UpdateWxPayConfig $PYTHON -m $MODULE 'platform-update-wx-pay-config' \ - 'DEhgpXue' \ - --body '{"appId": "M0Pj3chz", "key": "egDbeR4k", "mchid": "7uudk461", "returnUrl": "7LRdrGFI"}' \ + 'Qk8a0yIA' \ + --body '{"appId": "hKMUfmx3", "key": "ZJX5Kfcq", "mchid": "SAKO0lIw", "returnUrl": "9eoY8RGy"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 330 'UpdateWxPayConfig' test.out +eval_tap $? 335 'UpdateWxPayConfig' test.out -#- 331 UpdateWxPayConfigCert +#- 336 UpdateWxPayConfigCert $PYTHON -m $MODULE 'platform-update-wx-pay-config-cert' \ - '5VNahUoh' \ + 'ge0bzheY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 331 'UpdateWxPayConfigCert' test.out +eval_tap $? 336 'UpdateWxPayConfigCert' test.out -#- 332 TestWxPayConfigById +#- 337 TestWxPayConfigById $PYTHON -m $MODULE 'platform-test-wx-pay-config-by-id' \ - '11v3Datj' \ + 'I6RR6GSn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 332 'TestWxPayConfigById' test.out +eval_tap $? 337 'TestWxPayConfigById' test.out -#- 333 UpdateXsollaConfig +#- 338 UpdateXsollaConfig $PYTHON -m $MODULE 'platform-update-xsolla-config' \ - 'IlbJ77S8' \ - --body '{"apiKey": "xPIF777Q", "flowCompletionUrl": "Dsd2l8eV", "merchantId": 84, "projectId": 69, "projectSecretKey": "rYlqiQZ1"}' \ + 'EXqrAj4F' \ + --body '{"apiKey": "3ynHNUkU", "flowCompletionUrl": "nSyep63Z", "merchantId": 9, "projectId": 29, "projectSecretKey": "rIce0IHy"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 333 'UpdateXsollaConfig' test.out +eval_tap $? 338 'UpdateXsollaConfig' test.out -#- 334 TestXsollaConfigById +#- 339 TestXsollaConfigById $PYTHON -m $MODULE 'platform-test-xsolla-config-by-id' \ - '0Oe17Flk' \ + 'MqmIotpX' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 334 'TestXsollaConfigById' test.out +eval_tap $? 339 'TestXsollaConfigById' test.out -#- 335 UpdateXsollaUIConfig +#- 340 UpdateXsollaUIConfig $PYTHON -m $MODULE 'platform-update-xsolla-ui-config' \ - 'uLnSyYj4' \ - --body '{"device": "DESKTOP", "showCloseButton": true, "size": "SMALL", "theme": "DARK"}' \ + 'PMEjaEUw' \ + --body '{"device": "MOBILE", "showCloseButton": false, "size": "MEDIUM", "theme": "DEFAULT_DARK"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 335 'UpdateXsollaUIConfig' test.out +eval_tap $? 340 'UpdateXsollaUIConfig' test.out -#- 336 QueryPaymentProviderConfig +#- 341 QueryPaymentProviderConfig $PYTHON -m $MODULE 'platform-query-payment-provider-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 336 'QueryPaymentProviderConfig' test.out +eval_tap $? 341 'QueryPaymentProviderConfig' test.out -#- 337 CreatePaymentProviderConfig +#- 342 CreatePaymentProviderConfig $PYTHON -m $MODULE 'platform-create-payment-provider-config' \ - --body '{"aggregate": "XSOLLA", "namespace": "yWYiNP50", "region": "PtkBTxwV", "sandboxTaxJarApiToken": "fp45Usha", "specials": ["WALLET", "CHECKOUT", "WALLET"], "taxJarApiToken": "jsxCRMBx", "taxJarEnabled": false, "useGlobalTaxJarApiToken": false}' \ + --body '{"aggregate": "XSOLLA", "namespace": "DZ2NRE9o", "region": "mzKaeG9z", "sandboxTaxJarApiToken": "vc5puKeb", "specials": ["XSOLLA", "ADYEN", "STRIPE"], "taxJarApiToken": "lJ0RAiUt", "taxJarEnabled": false, "useGlobalTaxJarApiToken": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 337 'CreatePaymentProviderConfig' test.out +eval_tap $? 342 'CreatePaymentProviderConfig' test.out -#- 338 GetAggregatePaymentProviders +#- 343 GetAggregatePaymentProviders $PYTHON -m $MODULE 'platform-get-aggregate-payment-providers' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 338 'GetAggregatePaymentProviders' test.out +eval_tap $? 343 'GetAggregatePaymentProviders' test.out -#- 339 DebugMatchedPaymentProviderConfig +#- 344 DebugMatchedPaymentProviderConfig $PYTHON -m $MODULE 'platform-debug-matched-payment-provider-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 339 'DebugMatchedPaymentProviderConfig' test.out +eval_tap $? 344 'DebugMatchedPaymentProviderConfig' test.out -#- 340 GetSpecialPaymentProviders +#- 345 GetSpecialPaymentProviders $PYTHON -m $MODULE 'platform-get-special-payment-providers' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 340 'GetSpecialPaymentProviders' test.out +eval_tap $? 345 'GetSpecialPaymentProviders' test.out -#- 341 UpdatePaymentProviderConfig +#- 346 UpdatePaymentProviderConfig $PYTHON -m $MODULE 'platform-update-payment-provider-config' \ - '60rQbsY8' \ - --body '{"aggregate": "XSOLLA", "namespace": "aMT92gNS", "region": "f4Gf9G9t", "sandboxTaxJarApiToken": "AkOyeiZp", "specials": ["WXPAY", "ADYEN", "PAYPAL"], "taxJarApiToken": "hsur0QBc", "taxJarEnabled": false, "useGlobalTaxJarApiToken": false}' \ + 'Z2Df3rDK' \ + --body '{"aggregate": "ADYEN", "namespace": "Ql3y1hup", "region": "s8D1JMRa", "sandboxTaxJarApiToken": "RLuBMaBX", "specials": ["PAYPAL", "ADYEN", "WXPAY"], "taxJarApiToken": "McYNGNsz", "taxJarEnabled": true, "useGlobalTaxJarApiToken": true}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 341 'UpdatePaymentProviderConfig' test.out +eval_tap $? 346 'UpdatePaymentProviderConfig' test.out -#- 342 DeletePaymentProviderConfig +#- 347 DeletePaymentProviderConfig $PYTHON -m $MODULE 'platform-delete-payment-provider-config' \ - 'ovfKxUo7' \ + 'hoo5hK6v' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 342 'DeletePaymentProviderConfig' test.out +eval_tap $? 347 'DeletePaymentProviderConfig' test.out -#- 343 GetPaymentTaxConfig +#- 348 GetPaymentTaxConfig $PYTHON -m $MODULE 'platform-get-payment-tax-config' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 343 'GetPaymentTaxConfig' test.out +eval_tap $? 348 'GetPaymentTaxConfig' test.out -#- 344 UpdatePaymentTaxConfig +#- 349 UpdatePaymentTaxConfig $PYTHON -m $MODULE 'platform-update-payment-tax-config' \ - --body '{"sandboxTaxJarApiToken": "5VwpPm2s", "taxJarApiToken": "XDHIXUzz", "taxJarEnabled": true, "taxJarProductCodesMapping": {"Nwuy4SBP": "GEDAVo6B", "xpK6QFMr": "nyUB3YQy", "iNWMBGnd": "HzTl7Jln"}}' \ + --body '{"sandboxTaxJarApiToken": "dMCmvRSk", "taxJarApiToken": "6MDWyH0j", "taxJarEnabled": true, "taxJarProductCodesMapping": {"ilFgzhJS": "AoxoyHDv", "IQCEOO1Z": "A3UEs51r", "1gnH0gig": "LVGW45Hg"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 344 'UpdatePaymentTaxConfig' test.out +eval_tap $? 349 'UpdatePaymentTaxConfig' test.out -#- 345 SyncPaymentOrders +#- 350 SyncPaymentOrders $PYTHON -m $MODULE 'platform-sync-payment-orders' \ - 'i67qNDnU' \ - 'Ul7Dp8d3' \ + 'PaO0emn6' \ + 'JZrwlt8S' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 345 'SyncPaymentOrders' test.out +eval_tap $? 350 'SyncPaymentOrders' test.out -#- 346 PublicGetRootCategories +#- 351 PublicGetRootCategories $PYTHON -m $MODULE 'platform-public-get-root-categories' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 346 'PublicGetRootCategories' test.out +eval_tap $? 351 'PublicGetRootCategories' test.out -#- 347 DownloadCategories +#- 352 DownloadCategories $PYTHON -m $MODULE 'platform-download-categories' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 347 'DownloadCategories' test.out +eval_tap $? 352 'DownloadCategories' test.out -#- 348 PublicGetCategory +#- 353 PublicGetCategory $PYTHON -m $MODULE 'platform-public-get-category' \ - 'U6auOZdd' \ + 'JsJl9oO9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 348 'PublicGetCategory' test.out +eval_tap $? 353 'PublicGetCategory' test.out -#- 349 PublicGetChildCategories +#- 354 PublicGetChildCategories $PYTHON -m $MODULE 'platform-public-get-child-categories' \ - 'pwu511Up' \ + 'lM25g5MA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 349 'PublicGetChildCategories' test.out +eval_tap $? 354 'PublicGetChildCategories' test.out -#- 350 PublicGetDescendantCategories +#- 355 PublicGetDescendantCategories $PYTHON -m $MODULE 'platform-public-get-descendant-categories' \ - 'ZUPzIKFy' \ + '5R1HWJOD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 350 'PublicGetDescendantCategories' test.out +eval_tap $? 355 'PublicGetDescendantCategories' test.out -#- 351 PublicListCurrencies +#- 356 PublicListCurrencies $PYTHON -m $MODULE 'platform-public-list-currencies' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 351 'PublicListCurrencies' test.out +eval_tap $? 356 'PublicListCurrencies' test.out -#- 352 GeDLCDurableRewardShortMap +#- 357 GeDLCDurableRewardShortMap $PYTHON -m $MODULE 'platform-ge-dlc-durable-reward-short-map' \ - 'XBOX' \ + 'OCULUS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 352 'GeDLCDurableRewardShortMap' test.out +eval_tap $? 357 'GeDLCDurableRewardShortMap' test.out -#- 353 GetIAPItemMapping +#- 358 GetIAPItemMapping $PYTHON -m $MODULE 'platform-get-iap-item-mapping' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 353 'GetIAPItemMapping' test.out +eval_tap $? 358 'GetIAPItemMapping' test.out -#- 354 PublicGetItemByAppId +#- 359 PublicGetItemByAppId $PYTHON -m $MODULE 'platform-public-get-item-by-app-id' \ - 'w4jNlLrm' \ + 'O5vBEu5z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 354 'PublicGetItemByAppId' test.out +eval_tap $? 359 'PublicGetItemByAppId' test.out -#- 355 PublicQueryItems +#- 360 PublicQueryItems $PYTHON -m $MODULE 'platform-public-query-items' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 355 'PublicQueryItems' test.out +eval_tap $? 360 'PublicQueryItems' test.out -#- 356 PublicGetItemBySku +#- 361 PublicGetItemBySku $PYTHON -m $MODULE 'platform-public-get-item-by-sku' \ - 'DhI68RNr' \ + 'j2TrKRVA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 356 'PublicGetItemBySku' test.out +eval_tap $? 361 'PublicGetItemBySku' test.out -#- 357 PublicGetEstimatedPrice +#- 362 PublicGetEstimatedPrice $PYTHON -m $MODULE 'platform-public-get-estimated-price' \ - '8Ne7szYT' \ + 'ehyKmlYF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 357 'PublicGetEstimatedPrice' test.out +eval_tap $? 362 'PublicGetEstimatedPrice' test.out -#- 358 PublicBulkGetItems +#- 363 PublicBulkGetItems $PYTHON -m $MODULE 'platform-public-bulk-get-items' \ - 'tQi0hzkx' \ + 'sdag9Wuw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 358 'PublicBulkGetItems' test.out +eval_tap $? 363 'PublicBulkGetItems' test.out -#- 359 PublicValidateItemPurchaseCondition +#- 364 PublicValidateItemPurchaseCondition $PYTHON -m $MODULE 'platform-public-validate-item-purchase-condition' \ - --body '{"itemIds": ["W8sVrrtE", "RiGpvSe0", "hC9t4yzX"]}' \ + --body '{"itemIds": ["Tt4XTpHM", "xyxn20mx", "kFPW9c9g"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 359 'PublicValidateItemPurchaseCondition' test.out +eval_tap $? 364 'PublicValidateItemPurchaseCondition' test.out -#- 360 PublicSearchItems +#- 365 PublicSearchItems $PYTHON -m $MODULE 'platform-public-search-items' \ - 'kByMwlGd' \ - 'Mg3P4rHV' \ + 'ykeiS4CG' \ + '7yzZB2f9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 360 'PublicSearchItems' test.out +eval_tap $? 365 'PublicSearchItems' test.out -#- 361 PublicGetApp +#- 366 PublicGetApp $PYTHON -m $MODULE 'platform-public-get-app' \ - 'jr3EZ3St' \ + 'IZvqQoyd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 361 'PublicGetApp' test.out +eval_tap $? 366 'PublicGetApp' test.out -#- 362 PublicGetItemDynamicData +#- 367 PublicGetItemDynamicData $PYTHON -m $MODULE 'platform-public-get-item-dynamic-data' \ - 'aK48tSRq' \ + 'BhY2K3lP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 362 'PublicGetItemDynamicData' test.out +eval_tap $? 367 'PublicGetItemDynamicData' test.out -#- 363 PublicGetItem +#- 368 PublicGetItem $PYTHON -m $MODULE 'platform-public-get-item' \ - 'W0hiaUej' \ + 'BRJPuwL9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 363 'PublicGetItem' test.out +eval_tap $? 368 'PublicGetItem' test.out -#- 364 GetPaymentCustomization -eval_tap 0 364 'GetPaymentCustomization # SKIP deprecated' test.out +#- 369 GetPaymentCustomization +eval_tap 0 369 'GetPaymentCustomization # SKIP deprecated' test.out -#- 365 PublicGetPaymentUrl +#- 370 PublicGetPaymentUrl $PYTHON -m $MODULE 'platform-public-get-payment-url' \ - --body '{"paymentOrderNo": "WLYSzKmU", "paymentProvider": "WALLET", "returnUrl": "ZDl6ROAn", "ui": "gDAjkyYS", "zipCode": "92KxjDQZ"}' \ + --body '{"paymentOrderNo": "23eWhk93", "paymentProvider": "PAYPAL", "returnUrl": "JLmnhkHg", "ui": "gabzV7RD", "zipCode": "hq0dS3FR"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 365 'PublicGetPaymentUrl' test.out +eval_tap $? 370 'PublicGetPaymentUrl' test.out -#- 366 PublicGetPaymentMethods +#- 371 PublicGetPaymentMethods $PYTHON -m $MODULE 'platform-public-get-payment-methods' \ - 'mqRuOS6j' \ + 'cDl37vH0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 366 'PublicGetPaymentMethods' test.out +eval_tap $? 371 'PublicGetPaymentMethods' test.out -#- 367 PublicGetUnpaidPaymentOrder +#- 372 PublicGetUnpaidPaymentOrder $PYTHON -m $MODULE 'platform-public-get-unpaid-payment-order' \ - 'Tv5reJbY' \ + 'IFvinI7z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 367 'PublicGetUnpaidPaymentOrder' test.out +eval_tap $? 372 'PublicGetUnpaidPaymentOrder' test.out -#- 368 Pay +#- 373 Pay $PYTHON -m $MODULE 'platform-pay' \ - 'vrfyplir' \ - --body '{"token": "h4EMz0KL"}' \ + '0WGF8Nsh' \ + --body '{"token": "OQm8QyBJ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 368 'Pay' test.out +eval_tap $? 373 'Pay' test.out -#- 369 PublicCheckPaymentOrderPaidStatus +#- 374 PublicCheckPaymentOrderPaidStatus $PYTHON -m $MODULE 'platform-public-check-payment-order-paid-status' \ - 'qiLS86Bw' \ + 'XOEkcPFf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 369 'PublicCheckPaymentOrderPaidStatus' test.out +eval_tap $? 374 'PublicCheckPaymentOrderPaidStatus' test.out -#- 370 GetPaymentPublicConfig +#- 375 GetPaymentPublicConfig $PYTHON -m $MODULE 'platform-get-payment-public-config' \ - 'PAYPAL' \ - '1sl897I6' \ + 'ALIPAY' \ + '4zaNVu5O' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 370 'GetPaymentPublicConfig' test.out +eval_tap $? 375 'GetPaymentPublicConfig' test.out -#- 371 PublicGetQRCode +#- 376 PublicGetQRCode $PYTHON -m $MODULE 'platform-public-get-qr-code' \ - 'NOBd7BdX' \ + 'IhvNEx7f' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 371 'PublicGetQRCode' test.out +eval_tap $? 376 'PublicGetQRCode' test.out -#- 372 PublicNormalizePaymentReturnUrl +#- 377 PublicNormalizePaymentReturnUrl $PYTHON -m $MODULE 'platform-public-normalize-payment-return-url' \ - 'YpcAeC0J' \ - 'aOymtGkH' \ - 'ALIPAY' \ - 'xT5XtGbZ' \ + 'wfyh0E33' \ + 'bM1tjpJ9' \ + 'XSOLLA' \ + 'SlMdVw16' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 372 'PublicNormalizePaymentReturnUrl' test.out +eval_tap $? 377 'PublicNormalizePaymentReturnUrl' test.out -#- 373 GetPaymentTaxValue +#- 378 GetPaymentTaxValue $PYTHON -m $MODULE 'platform-get-payment-tax-value' \ - 'jZXTgsL4' \ - 'XSOLLA' \ + 'uucp6Zsq' \ + 'PAYPAL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 373 'GetPaymentTaxValue' test.out +eval_tap $? 378 'GetPaymentTaxValue' test.out -#- 374 GetRewardByCode +#- 379 GetRewardByCode $PYTHON -m $MODULE 'platform-get-reward-by-code' \ - 'dVnMwtKx' \ + 'iia1mMk6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 374 'GetRewardByCode' test.out +eval_tap $? 379 'GetRewardByCode' test.out -#- 375 QueryRewards1 +#- 380 QueryRewards1 $PYTHON -m $MODULE 'platform-query-rewards-1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 375 'QueryRewards1' test.out +eval_tap $? 380 'QueryRewards1' test.out -#- 376 GetReward1 +#- 381 GetReward1 $PYTHON -m $MODULE 'platform-get-reward-1' \ - 'EgMUtwqY' \ + 'QxcAoAzx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 376 'GetReward1' test.out +eval_tap $? 381 'GetReward1' test.out -#- 377 PublicListStores +#- 382 PublicListStores $PYTHON -m $MODULE 'platform-public-list-stores' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 377 'PublicListStores' test.out +eval_tap $? 382 'PublicListStores' test.out -#- 378 PublicExistsAnyMyActiveEntitlement +#- 383 PublicExistsAnyMyActiveEntitlement $PYTHON -m $MODULE 'platform-public-exists-any-my-active-entitlement' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 378 'PublicExistsAnyMyActiveEntitlement' test.out +eval_tap $? 383 'PublicExistsAnyMyActiveEntitlement' test.out -#- 379 PublicGetMyAppEntitlementOwnershipByAppId +#- 384 PublicGetMyAppEntitlementOwnershipByAppId $PYTHON -m $MODULE 'platform-public-get-my-app-entitlement-ownership-by-app-id' \ - 'lCOg7o8Q' \ + 'V32suLAj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 379 'PublicGetMyAppEntitlementOwnershipByAppId' test.out +eval_tap $? 384 'PublicGetMyAppEntitlementOwnershipByAppId' test.out -#- 380 PublicGetMyEntitlementOwnershipByItemId +#- 385 PublicGetMyEntitlementOwnershipByItemId $PYTHON -m $MODULE 'platform-public-get-my-entitlement-ownership-by-item-id' \ - 'piY8kQqi' \ + '83Uryrxt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 380 'PublicGetMyEntitlementOwnershipByItemId' test.out +eval_tap $? 385 'PublicGetMyEntitlementOwnershipByItemId' test.out -#- 381 PublicGetMyEntitlementOwnershipBySku +#- 386 PublicGetMyEntitlementOwnershipBySku $PYTHON -m $MODULE 'platform-public-get-my-entitlement-ownership-by-sku' \ - 'kfAhz9zs' \ + 'IwcPy9y2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 381 'PublicGetMyEntitlementOwnershipBySku' test.out +eval_tap $? 386 'PublicGetMyEntitlementOwnershipBySku' test.out -#- 382 PublicGetEntitlementOwnershipToken +#- 387 PublicGetEntitlementOwnershipToken $PYTHON -m $MODULE 'platform-public-get-entitlement-ownership-token' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 382 'PublicGetEntitlementOwnershipToken' test.out +eval_tap $? 387 'PublicGetEntitlementOwnershipToken' test.out -#- 383 SyncTwitchDropsEntitlement +#- 388 SyncTwitchDropsEntitlement $PYTHON -m $MODULE 'platform-sync-twitch-drops-entitlement' \ - --body '{"gameId": "wi0UHkFc", "language": "GtE_meQt-950", "region": "Kc03PVpA"}' \ + --body '{"gameId": "5wYoUvvK", "language": "sS-357", "region": "1YBNaltZ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 383 'SyncTwitchDropsEntitlement' test.out +eval_tap $? 388 'SyncTwitchDropsEntitlement' test.out -#- 384 PublicGetMyWallet +#- 389 PublicGetMyWallet $PYTHON -m $MODULE 'platform-public-get-my-wallet' \ - 'YwZtdjxc' \ + 'hujYaAIH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 384 'PublicGetMyWallet' test.out +eval_tap $? 389 'PublicGetMyWallet' test.out -#- 385 SyncEpicGameDLC +#- 390 SyncEpicGameDLC $PYTHON -m $MODULE 'platform-sync-epic-game-dlc' \ - 'PDHazMEE' \ - --body '{"epicGamesJwtToken": "q50vN4fw"}' \ + 'duY9P7qH' \ + --body '{"epicGamesJwtToken": "qEnT8Oor"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 385 'SyncEpicGameDLC' test.out +eval_tap $? 390 'SyncEpicGameDLC' test.out -#- 386 SyncOculusDLC +#- 391 SyncOculusDLC $PYTHON -m $MODULE 'platform-sync-oculus-dlc' \ - 'HOJ6CSOA' \ + 'uIIdPNFn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 386 'SyncOculusDLC' test.out +eval_tap $? 391 'SyncOculusDLC' test.out -#- 387 PublicSyncPsnDlcInventory +#- 392 PublicSyncPsnDlcInventory $PYTHON -m $MODULE 'platform-public-sync-psn-dlc-inventory' \ - 'zEIs1Q0Z' \ - --body '{"serviceLabel": 15}' \ + '3PDFBww6' \ + --body '{"serviceLabel": 11}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 387 'PublicSyncPsnDlcInventory' test.out +eval_tap $? 392 'PublicSyncPsnDlcInventory' test.out -#- 388 PublicSyncPsnDlcInventoryWithMultipleServiceLabels +#- 393 PublicSyncPsnDlcInventoryWithMultipleServiceLabels $PYTHON -m $MODULE 'platform-public-sync-psn-dlc-inventory-with-multiple-service-labels' \ - '4vZc6Q6C' \ - --body '{"serviceLabels": [10, 67, 15]}' \ + '2ImLRosd' \ + --body '{"serviceLabels": [96, 91, 59]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 388 'PublicSyncPsnDlcInventoryWithMultipleServiceLabels' test.out +eval_tap $? 393 'PublicSyncPsnDlcInventoryWithMultipleServiceLabels' test.out -#- 389 SyncSteamDLC +#- 394 SyncSteamDLC $PYTHON -m $MODULE 'platform-sync-steam-dlc' \ - 'Me9fEK9S' \ - --body '{"appId": "9jvW02sL", "steamId": "3TVah4qY"}' \ + '7Pa2YKnT' \ + --body '{"appId": "VWA2hgtv", "steamId": "385xlJsM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 389 'SyncSteamDLC' test.out +eval_tap $? 394 'SyncSteamDLC' test.out -#- 390 SyncXboxDLC +#- 395 SyncXboxDLC $PYTHON -m $MODULE 'platform-sync-xbox-dlc' \ - '7b96gNXW' \ - --body '{"xstsToken": "tFVwDakD"}' \ + 'eDj3CtQV' \ + --body '{"xstsToken": "2LGR9qcb"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 390 'SyncXboxDLC' test.out +eval_tap $? 395 'SyncXboxDLC' test.out -#- 391 PublicQueryUserEntitlements +#- 396 PublicQueryUserEntitlements $PYTHON -m $MODULE 'platform-public-query-user-entitlements' \ - 'SIFTXchx' \ + 'lwZXLx02' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 391 'PublicQueryUserEntitlements' test.out +eval_tap $? 396 'PublicQueryUserEntitlements' test.out -#- 392 PublicGetUserAppEntitlementByAppId +#- 397 PublicGetUserAppEntitlementByAppId $PYTHON -m $MODULE 'platform-public-get-user-app-entitlement-by-app-id' \ - 'ECSepOqz' \ - 'xrG4G8mY' \ + 'HWb98KsM' \ + 'EAiu6P5g' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 392 'PublicGetUserAppEntitlementByAppId' test.out +eval_tap $? 397 'PublicGetUserAppEntitlementByAppId' test.out -#- 393 PublicQueryUserEntitlementsByAppType +#- 398 PublicQueryUserEntitlementsByAppType $PYTHON -m $MODULE 'platform-public-query-user-entitlements-by-app-type' \ - '1Y2CIRIZ' \ - 'DLC' \ + 'GRzhrgSz' \ + 'DEMO' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 398 'PublicQueryUserEntitlementsByAppType' test.out + +#- 399 PublicGetUserEntitlementsByIds +$PYTHON -m $MODULE 'platform-public-get-user-entitlements-by-ids' \ + 'jV2Dlmv8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 393 'PublicQueryUserEntitlementsByAppType' test.out +eval_tap $? 399 'PublicGetUserEntitlementsByIds' test.out -#- 394 PublicGetUserEntitlementByItemId -eval_tap 0 394 'PublicGetUserEntitlementByItemId # SKIP deprecated' test.out +#- 400 PublicGetUserEntitlementByItemId +eval_tap 0 400 'PublicGetUserEntitlementByItemId # SKIP deprecated' test.out -#- 395 PublicGetUserEntitlementBySku -eval_tap 0 395 'PublicGetUserEntitlementBySku # SKIP deprecated' test.out +#- 401 PublicGetUserEntitlementBySku +eval_tap 0 401 'PublicGetUserEntitlementBySku # SKIP deprecated' test.out -#- 396 PublicExistsAnyUserActiveEntitlement +#- 402 PublicExistsAnyUserActiveEntitlement $PYTHON -m $MODULE 'platform-public-exists-any-user-active-entitlement' \ - 'gpx2KKy5' \ + 'VIKNKz3c' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 396 'PublicExistsAnyUserActiveEntitlement' test.out +eval_tap $? 402 'PublicExistsAnyUserActiveEntitlement' test.out -#- 397 PublicGetUserAppEntitlementOwnershipByAppId +#- 403 PublicGetUserAppEntitlementOwnershipByAppId $PYTHON -m $MODULE 'platform-public-get-user-app-entitlement-ownership-by-app-id' \ - 'l72qWxnP' \ - 'FBD0S4G9' \ + 'Xpr2jvVY' \ + 'bILmUpbs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 397 'PublicGetUserAppEntitlementOwnershipByAppId' test.out +eval_tap $? 403 'PublicGetUserAppEntitlementOwnershipByAppId' test.out -#- 398 PublicGetUserEntitlementOwnershipByItemId +#- 404 PublicGetUserEntitlementOwnershipByItemId $PYTHON -m $MODULE 'platform-public-get-user-entitlement-ownership-by-item-id' \ - 'AbTpNlx2' \ - 'iYR3OKLU' \ + '1YIpV1s6' \ + 'pbfVcIl7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 398 'PublicGetUserEntitlementOwnershipByItemId' test.out +eval_tap $? 404 'PublicGetUserEntitlementOwnershipByItemId' test.out -#- 399 PublicGetUserEntitlementOwnershipByItemIds +#- 405 PublicGetUserEntitlementOwnershipByItemIds $PYTHON -m $MODULE 'platform-public-get-user-entitlement-ownership-by-item-ids' \ - 'rQQQAUtZ' \ + 'RO3uAF1G' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 399 'PublicGetUserEntitlementOwnershipByItemIds' test.out +eval_tap $? 405 'PublicGetUserEntitlementOwnershipByItemIds' test.out -#- 400 PublicGetUserEntitlementOwnershipBySku +#- 406 PublicGetUserEntitlementOwnershipBySku $PYTHON -m $MODULE 'platform-public-get-user-entitlement-ownership-by-sku' \ - '6ZDCCARi' \ - 'FBGRpknx' \ + '95B41tx1' \ + 'ix1gF1D5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 400 'PublicGetUserEntitlementOwnershipBySku' test.out +eval_tap $? 406 'PublicGetUserEntitlementOwnershipBySku' test.out -#- 401 PublicGetUserEntitlement +#- 407 PublicGetUserEntitlement $PYTHON -m $MODULE 'platform-public-get-user-entitlement' \ - 'svIfpOaS' \ - 'BR6tUzld' \ + '4WgUavfj' \ + 'iYGjlTTa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 401 'PublicGetUserEntitlement' test.out +eval_tap $? 407 'PublicGetUserEntitlement' test.out -#- 402 PublicConsumeUserEntitlement +#- 408 PublicConsumeUserEntitlement $PYTHON -m $MODULE 'platform-public-consume-user-entitlement' \ - 'OtbFviyk' \ - 'ZmDBepwO' \ - --body '{"options": ["ER0Ptgb6", "Hj1PIzWa", "TPoj6FdK"], "requestId": "NL8bohES", "useCount": 85}' \ + 'c1xOfpX3' \ + 'q6CMWe6j' \ + --body '{"options": ["U43tocRI", "QZnCflsu", "NDKxr0DR"], "requestId": "GaRXWO5k", "useCount": 98}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 402 'PublicConsumeUserEntitlement' test.out +eval_tap $? 408 'PublicConsumeUserEntitlement' test.out -#- 403 PublicSellUserEntitlement +#- 409 PublicSellUserEntitlement $PYTHON -m $MODULE 'platform-public-sell-user-entitlement' \ - 'NXHgsW1s' \ - 'vdyzYGnI' \ - --body '{"requestId": "jiRnGFYa", "useCount": 16}' \ + 'XlPUx82f' \ + 'aWQg7I4i' \ + --body '{"requestId": "lZfgvZPn", "useCount": 89}' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 409 'PublicSellUserEntitlement' test.out + +#- 410 PublicSplitUserEntitlement +$PYTHON -m $MODULE 'platform-public-split-user-entitlement' \ + 'ncBoE7yO' \ + 'zBSm2m3s' \ + --body '{"useCount": 58}' \ + --login_with_auth "Bearer foo" \ + > test.out 2>&1 +eval_tap $? 410 'PublicSplitUserEntitlement' test.out + +#- 411 PublicTransferUserEntitlement +$PYTHON -m $MODULE 'platform-public-transfer-user-entitlement' \ + 'Dfj4DaXx' \ + 'M4lJdAh2' \ + --body '{"entitlementId": "HSBNkCnS", "useCount": 63}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 403 'PublicSellUserEntitlement' test.out +eval_tap $? 411 'PublicTransferUserEntitlement' test.out -#- 404 PublicRedeemCode +#- 412 PublicRedeemCode $PYTHON -m $MODULE 'platform-public-redeem-code' \ - 'nsOUevz3' \ - --body '{"code": "R3XO5EBk", "language": "DLA_Ixct-BS", "region": "GuQabXUp"}' \ + 'MTJ8cuug' \ + --body '{"code": "nDnDBCxR", "language": "mEo_mGhJ", "region": "dWTwrsyZ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 404 'PublicRedeemCode' test.out +eval_tap $? 412 'PublicRedeemCode' test.out -#- 405 PublicFulfillAppleIAPItem +#- 413 PublicFulfillAppleIAPItem $PYTHON -m $MODULE 'platform-public-fulfill-apple-iap-item' \ - 'Fl0mCS4o' \ - --body '{"excludeOldTransactions": true, "language": "ff-dZkx", "productId": "DjjpORpT", "receiptData": "8NcVz2TB", "region": "FPiyZVBi", "transactionId": "BvWxBAUO"}' \ + 'm3h2qf6G' \ + --body '{"excludeOldTransactions": false, "language": "NaEm_578", "productId": "96vlopCz", "receiptData": "ZBTG8Sas", "region": "v9NujKnB", "transactionId": "YktuMIIp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 405 'PublicFulfillAppleIAPItem' test.out +eval_tap $? 413 'PublicFulfillAppleIAPItem' test.out -#- 406 SyncEpicGamesInventory +#- 414 SyncEpicGamesInventory $PYTHON -m $MODULE 'platform-sync-epic-games-inventory' \ - 'S96gw96X' \ - --body '{"epicGamesJwtToken": "3VqY7why"}' \ + 'c6pHGxNs' \ + --body '{"epicGamesJwtToken": "RlKkTRbc"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 406 'SyncEpicGamesInventory' test.out +eval_tap $? 414 'SyncEpicGamesInventory' test.out -#- 407 PublicFulfillGoogleIAPItem +#- 415 PublicFulfillGoogleIAPItem $PYTHON -m $MODULE 'platform-public-fulfill-google-iap-item' \ - '05ydvKZ3' \ - --body '{"autoAck": true, "language": "WAQ-jSYq-pe", "orderId": "9nsQqbd2", "packageName": "1IgRtQvI", "productId": "5mgLJsSD", "purchaseTime": 100, "purchaseToken": "U6i7YNmP", "region": "dBQzUxNM"}' \ + 'WdX5f6Yr' \ + --body '{"autoAck": true, "language": "IhmU_shoB_dU", "orderId": "C16EffJn", "packageName": "SkUyqyEo", "productId": "8LSTXOS6", "purchaseTime": 82, "purchaseToken": "p98mJpHB", "region": "lxLayoJJ"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 407 'PublicFulfillGoogleIAPItem' test.out +eval_tap $? 415 'PublicFulfillGoogleIAPItem' test.out -#- 408 SyncOculusConsumableEntitlements +#- 416 SyncOculusConsumableEntitlements $PYTHON -m $MODULE 'platform-sync-oculus-consumable-entitlements' \ - 'Lj6QKTxT' \ + 'NK3EAmEo' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 408 'SyncOculusConsumableEntitlements' test.out +eval_tap $? 416 'SyncOculusConsumableEntitlements' test.out -#- 409 PublicReconcilePlayStationStore +#- 417 PublicReconcilePlayStationStore $PYTHON -m $MODULE 'platform-public-reconcile-play-station-store' \ - '0ZOkUYgd' \ - --body '{"currencyCode": "lK3o0ApW", "price": 0.9739330789772048, "productId": "iv6b6w4T", "serviceLabel": 26}' \ + '0RZmNsIZ' \ + --body '{"currencyCode": "XjnqNHyS", "price": 0.7146245312548879, "productId": "92fLRDHn", "serviceLabel": 51}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 409 'PublicReconcilePlayStationStore' test.out +eval_tap $? 417 'PublicReconcilePlayStationStore' test.out -#- 410 PublicReconcilePlayStationStoreWithMultipleServiceLabels +#- 418 PublicReconcilePlayStationStoreWithMultipleServiceLabels $PYTHON -m $MODULE 'platform-public-reconcile-play-station-store-with-multiple-service-labels' \ - 'VUVVVC2Y' \ - --body '{"currencyCode": "76NFCmZ8", "price": 0.7259835655927716, "productId": "6gFHeCSe", "serviceLabels": [81, 5, 78]}' \ + 'dSuUiTmn' \ + --body '{"currencyCode": "C2uariyc", "price": 0.3609033891953156, "productId": "Sy8xss7S", "serviceLabels": [56, 68, 69]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 410 'PublicReconcilePlayStationStoreWithMultipleServiceLabels' test.out +eval_tap $? 418 'PublicReconcilePlayStationStoreWithMultipleServiceLabels' test.out -#- 411 SyncSteamInventory +#- 419 SyncSteamInventory $PYTHON -m $MODULE 'platform-sync-steam-inventory' \ - 'edwLMflP' \ - --body '{"appId": "iUapJRCE", "currencyCode": "nBYHOWR5", "language": "xp-IXqZ_829", "price": 0.17901921106292196, "productId": "1iizC3it", "region": "HUeQopbP", "steamId": "K1Af3Wfl"}' \ + 'QxcVDyPI' \ + --body '{"appId": "tRErED6K", "currencyCode": "hjsa1992", "language": "epbH-vFMG", "price": 0.7860591559479783, "productId": "KqFKx60n", "region": "G5KhY0kC", "steamId": "hCIHklBM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 411 'SyncSteamInventory' test.out +eval_tap $? 419 'SyncSteamInventory' test.out -#- 412 SyncTwitchDropsEntitlement1 +#- 420 SyncTwitchDropsEntitlement1 $PYTHON -m $MODULE 'platform-sync-twitch-drops-entitlement-1' \ - '3OVdnMV4' \ - --body '{"gameId": "wfyUj8y6", "language": "IUJ", "region": "YXGd9Mqx"}' \ + '3N5ib0f1' \ + --body '{"gameId": "ijOpnCKc", "language": "amf_UzAw_YC", "region": "XuxML2JP"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 412 'SyncTwitchDropsEntitlement1' test.out +eval_tap $? 420 'SyncTwitchDropsEntitlement1' test.out -#- 413 SyncXboxInventory +#- 421 SyncXboxInventory $PYTHON -m $MODULE 'platform-sync-xbox-inventory' \ - 'ibyPH2Sr' \ - --body '{"currencyCode": "Yj4s923H", "price": 0.6256157077121577, "productId": "B7Q0M2QP", "xstsToken": "K440WSaZ"}' \ + 'VFEELYXP' \ + --body '{"currencyCode": "YhiO2Lc6", "price": 0.37769076034225557, "productId": "H1WY8TZ4", "xstsToken": "uqYJp8FL"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 413 'SyncXboxInventory' test.out +eval_tap $? 421 'SyncXboxInventory' test.out -#- 414 PublicQueryUserOrders +#- 422 PublicQueryUserOrders $PYTHON -m $MODULE 'platform-public-query-user-orders' \ - 'rJMI0fcI' \ + '0bg3Rso3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 414 'PublicQueryUserOrders' test.out +eval_tap $? 422 'PublicQueryUserOrders' test.out -#- 415 PublicCreateUserOrder +#- 423 PublicCreateUserOrder $PYTHON -m $MODULE 'platform-public-create-user-order' \ - 'Rpn3lfQg' \ - --body '{"currencyCode": "9TkVHMaO", "discountedPrice": 58, "ext": {"3smozdNb": {}, "zD1X5FHt": {}, "rLAeOwu1": {}}, "itemId": "5WfIZK8x", "language": "cQqG", "price": 86, "quantity": 36, "region": "qq5SxUuf", "returnUrl": "EKxUvjzg", "sectionId": "TkouzUdi"}' \ + 'csEGoBUt' \ + --body '{"currencyCode": "o4ZqOjXN", "discountedPrice": 28, "ext": {"3LyQ8TVL": {}, "dsHSOBtR": {}, "fJupIGdw": {}}, "itemId": "tyM5sbqb", "language": "ipB_tI", "price": 50, "quantity": 3, "region": "3o5mEADS", "returnUrl": "fbbZieug", "sectionId": "eoleVu4S"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 415 'PublicCreateUserOrder' test.out +eval_tap $? 423 'PublicCreateUserOrder' test.out -#- 416 PublicGetUserOrder +#- 424 PublicGetUserOrder $PYTHON -m $MODULE 'platform-public-get-user-order' \ - 'VH30Xrak' \ - 'OCuV6FVe' \ + 'LqgHh8lK' \ + 'RhDzBJYK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 416 'PublicGetUserOrder' test.out +eval_tap $? 424 'PublicGetUserOrder' test.out -#- 417 PublicCancelUserOrder +#- 425 PublicCancelUserOrder $PYTHON -m $MODULE 'platform-public-cancel-user-order' \ - 'cIRTzBGw' \ - 'ntOog1Y4' \ + 'V3qaZNCf' \ + 'OKPKXys6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 417 'PublicCancelUserOrder' test.out +eval_tap $? 425 'PublicCancelUserOrder' test.out -#- 418 PublicGetUserOrderHistories +#- 426 PublicGetUserOrderHistories $PYTHON -m $MODULE 'platform-public-get-user-order-histories' \ - 'AuMdsA6S' \ - 'xKESb5kS' \ + 'LavlfOTY' \ + 'EDGroli2' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 418 'PublicGetUserOrderHistories' test.out +eval_tap $? 426 'PublicGetUserOrderHistories' test.out -#- 419 PublicDownloadUserOrderReceipt +#- 427 PublicDownloadUserOrderReceipt $PYTHON -m $MODULE 'platform-public-download-user-order-receipt' \ - 'poda30C4' \ - 'UoKhs3GL' \ + 'KkrKaBe6' \ + 'iHXLBYSF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 419 'PublicDownloadUserOrderReceipt' test.out +eval_tap $? 427 'PublicDownloadUserOrderReceipt' test.out -#- 420 PublicGetPaymentAccounts +#- 428 PublicGetPaymentAccounts $PYTHON -m $MODULE 'platform-public-get-payment-accounts' \ - 'h2mH9igw' \ + 'IN4WGW9R' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 420 'PublicGetPaymentAccounts' test.out +eval_tap $? 428 'PublicGetPaymentAccounts' test.out -#- 421 PublicDeletePaymentAccount +#- 429 PublicDeletePaymentAccount $PYTHON -m $MODULE 'platform-public-delete-payment-account' \ - '8wnjfTAH' \ + 'dKS4U1Dj' \ 'paypal' \ - '3DzCSFMs' \ + '30NWUA4b' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 421 'PublicDeletePaymentAccount' test.out +eval_tap $? 429 'PublicDeletePaymentAccount' test.out -#- 422 PublicListActiveSections +#- 430 PublicListActiveSections $PYTHON -m $MODULE 'platform-public-list-active-sections' \ - 'jRV1StUR' \ + 'vxefR7Kt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 422 'PublicListActiveSections' test.out +eval_tap $? 430 'PublicListActiveSections' test.out -#- 423 PublicQueryUserSubscriptions +#- 431 PublicQueryUserSubscriptions $PYTHON -m $MODULE 'platform-public-query-user-subscriptions' \ - 'wobCOcph' \ + 'mvCYRm4d' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 423 'PublicQueryUserSubscriptions' test.out +eval_tap $? 431 'PublicQueryUserSubscriptions' test.out -#- 424 PublicSubscribeSubscription +#- 432 PublicSubscribeSubscription $PYTHON -m $MODULE 'platform-public-subscribe-subscription' \ - 'vHhlcqzM' \ - --body '{"currencyCode": "tKvFZBup", "itemId": "WuYiHd5F", "language": "hEq", "region": "fIDhQIaE", "returnUrl": "j03jaa9b", "source": "ywBxO7le"}' \ + 'sS1Hy5Q5' \ + --body '{"currencyCode": "60Vf7WuH", "itemId": "jklQLOTe", "language": "Hfko", "region": "4TFcfzRR", "returnUrl": "CZpUvbgI", "source": "oVIrsfCY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 424 'PublicSubscribeSubscription' test.out +eval_tap $? 432 'PublicSubscribeSubscription' test.out -#- 425 PublicCheckUserSubscriptionSubscribableByItemId +#- 433 PublicCheckUserSubscriptionSubscribableByItemId $PYTHON -m $MODULE 'platform-public-check-user-subscription-subscribable-by-item-id' \ - 'oOjsYlrd' \ - 'xiVLEPAE' \ + 's5V4Iumi' \ + 'OGZgvPoH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 425 'PublicCheckUserSubscriptionSubscribableByItemId' test.out +eval_tap $? 433 'PublicCheckUserSubscriptionSubscribableByItemId' test.out -#- 426 PublicGetUserSubscription +#- 434 PublicGetUserSubscription $PYTHON -m $MODULE 'platform-public-get-user-subscription' \ - 'c7iFXv3L' \ - 'L1JpelsB' \ + 'rohOYHOY' \ + 'zeTKf1Hz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 426 'PublicGetUserSubscription' test.out +eval_tap $? 434 'PublicGetUserSubscription' test.out -#- 427 PublicChangeSubscriptionBillingAccount +#- 435 PublicChangeSubscriptionBillingAccount $PYTHON -m $MODULE 'platform-public-change-subscription-billing-account' \ - 'q3BcLE8W' \ - 'Uyy7d2Ng' \ + 'tMcQUqMf' \ + 'YIwpBdxn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 427 'PublicChangeSubscriptionBillingAccount' test.out +eval_tap $? 435 'PublicChangeSubscriptionBillingAccount' test.out -#- 428 PublicCancelSubscription +#- 436 PublicCancelSubscription $PYTHON -m $MODULE 'platform-public-cancel-subscription' \ - 'hMcmbG4b' \ - 'ho9wkMLb' \ - --body '{"immediate": false, "reason": "sOCBfGWx"}' \ + 'S5XICNa3' \ + 'EEbFd49q' \ + --body '{"immediate": true, "reason": "qNwGwDBv"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 428 'PublicCancelSubscription' test.out +eval_tap $? 436 'PublicCancelSubscription' test.out -#- 429 PublicGetUserSubscriptionBillingHistories +#- 437 PublicGetUserSubscriptionBillingHistories $PYTHON -m $MODULE 'platform-public-get-user-subscription-billing-histories' \ - 'bm7jpM05' \ - 'TETnbRTZ' \ + 'amVDaKaE' \ + 'oDrDcuIG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 429 'PublicGetUserSubscriptionBillingHistories' test.out +eval_tap $? 437 'PublicGetUserSubscriptionBillingHistories' test.out -#- 430 PublicListViews +#- 438 PublicListViews $PYTHON -m $MODULE 'platform-public-list-views' \ - 'Sq5jpGIg' \ + 'LSve2FT5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 430 'PublicListViews' test.out +eval_tap $? 438 'PublicListViews' test.out -#- 431 PublicGetWallet +#- 439 PublicGetWallet $PYTHON -m $MODULE 'platform-public-get-wallet' \ - 'jDIq1xaV' \ - '8m3tc2Gg' \ + 'se0NTOa5' \ + '7LKSxaDv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 431 'PublicGetWallet' test.out +eval_tap $? 439 'PublicGetWallet' test.out -#- 432 PublicListUserWalletTransactions +#- 440 PublicListUserWalletTransactions $PYTHON -m $MODULE 'platform-public-list-user-wallet-transactions' \ - 'LnvrHcsx' \ - 'olp2ihb5' \ + 'Og5nwjvO' \ + 'lkH19SMI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 432 'PublicListUserWalletTransactions' test.out +eval_tap $? 440 'PublicListUserWalletTransactions' test.out -#- 433 QueryItems1 +#- 441 QueryItems1 $PYTHON -m $MODULE 'platform-query-items-1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 433 'QueryItems1' test.out +eval_tap $? 441 'QueryItems1' test.out -#- 434 ImportStore1 +#- 442 ImportStore1 $PYTHON -m $MODULE 'platform-import-store-1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 434 'ImportStore1' test.out +eval_tap $? 442 'ImportStore1' test.out -#- 435 ExportStore1 +#- 443 ExportStore1 $PYTHON -m $MODULE 'platform-export-store-1' \ - 't5kINA4o' \ - --body '{"itemIds": ["UQkBmz7V", "x81fWBCA", "jG5kmJWb"]}' \ + 'wIgxZbjB' \ + --body '{"itemIds": ["TpGU5GYx", "nqIz8DH3", "eBPhV95c"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 435 'ExportStore1' test.out +eval_tap $? 443 'ExportStore1' test.out -#- 436 FulfillRewardsV2 +#- 444 FulfillRewardsV2 $PYTHON -m $MODULE 'platform-fulfill-rewards-v2' \ - 'X9mFOB5M' \ - --body '{"entitlementOrigin": "GooglePlay", "metadata": {"jsxpIUpa": {}, "4U1DOYA0": {}, "tXteBBxz": {}}, "origin": "Epic", "rewards": [{"currency": {"currencyCode": "jqt8OT3V", "namespace": "czpyqZge"}, "item": {"itemId": "pVGQuLUs", "itemSku": "BsJsuSrB", "itemType": "6u7A4hBr"}, "quantity": 36, "type": "ITEM"}, {"currency": {"currencyCode": "VYfV9wMs", "namespace": "ZMPPItoL"}, "item": {"itemId": "AaRC7Ho9", "itemSku": "Ac6d2B9l", "itemType": "gKF97WEO"}, "quantity": 41, "type": "ITEM"}, {"currency": {"currencyCode": "XipJ2xy5", "namespace": "3IgTPAin"}, "item": {"itemId": "EcxNuoTp", "itemSku": "dcseSOSk", "itemType": "TlGj2r9e"}, "quantity": 71, "type": "ITEM"}], "source": "PAYMENT", "transactionId": "LeV8yPVD"}' \ + 'yGIHdnrP' \ + --body '{"entitlementCollectionId": "rqRH0fvo", "entitlementOrigin": "Steam", "metadata": {"ybTAkWbc": {}, "Wsx5xMZB": {}, "mPDy32KU": {}}, "origin": "Other", "rewards": [{"currency": {"currencyCode": "dWIiIFaL", "namespace": "L81LUrXJ"}, "item": {"itemId": "HXbRhQt4", "itemSku": "NSI5JVlZ", "itemType": "ani4UAM1"}, "quantity": 26, "type": "CURRENCY"}, {"currency": {"currencyCode": "y7lsk15E", "namespace": "M1wHYpcC"}, "item": {"itemId": "PQhiKZpB", "itemSku": "niZHvs2P", "itemType": "9K5Yr5jF"}, "quantity": 13, "type": "ITEM"}, {"currency": {"currencyCode": "2OoYDI2l", "namespace": "akyAZ8cW"}, "item": {"itemId": "8sMg3pXz", "itemSku": "OGwUo1Ps", "itemType": "laTAnjKH"}, "quantity": 72, "type": "CURRENCY"}], "source": "PAYMENT", "transactionId": "sfI85BIb"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 -eval_tap $? 436 'FulfillRewardsV2' test.out +eval_tap $? 444 'FulfillRewardsV2' test.out fi diff --git a/samples/cli/tests/qosm-cli-test.sh b/samples/cli/tests/qosm-cli-test.sh index d9d72d4c0..7fff93179 100644 --- a/samples/cli/tests/qosm-cli-test.sh +++ b/samples/cli/tests/qosm-cli-test.sh @@ -29,12 +29,12 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -qosm-update-server-config '{"status": "rlvZFzV0"}' 'ry4r29kK' --login_with_auth "Bearer foo" -qosm-delete-server 'rzkU9Zs7' --login_with_auth "Bearer foo" -qosm-set-server-alias '{"alias": "P7VV951f"}' 'h4nS6p41' --login_with_auth "Bearer foo" +qosm-update-server-config '{"status": "nkAUPDGZ"}' 'D22EGHBp' --login_with_auth "Bearer foo" +qosm-delete-server 'cgdy6X2z' --login_with_auth "Bearer foo" +qosm-set-server-alias '{"alias": "PZgJQLUf"}' '5BW1fyJg' --login_with_auth "Bearer foo" qosm-list-server-per-namespace --login_with_auth "Bearer foo" qosm-list-server --login_with_auth "Bearer foo" -qosm-heartbeat '{"ip": "1ry9CYd8", "port": 100, "region": "NLTz1cgq"}' --login_with_auth "Bearer foo" +qosm-heartbeat '{"ip": "YYOtDyno", "port": 70, "region": "MwmjjrP5"}' --login_with_auth "Bearer foo" exit() END @@ -65,23 +65,23 @@ fi #- 2 UpdateServerConfig $PYTHON -m $MODULE 'qosm-update-server-config' \ - '{"status": "n12b5veB"}' \ - 'hSHXt9r7' \ + '{"status": "bqaD2z4S"}' \ + 'MqpBi9CH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 2 'UpdateServerConfig' test.out #- 3 DeleteServer $PYTHON -m $MODULE 'qosm-delete-server' \ - 'GobXgWAa' \ + 'fqSX52cn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'DeleteServer' test.out #- 4 SetServerAlias $PYTHON -m $MODULE 'qosm-set-server-alias' \ - '{"alias": "PLLKr4NU"}' \ - '52B2Vw1Q' \ + '{"alias": "AmJr8Mdi"}' \ + 'pXsyJ0DF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'SetServerAlias' test.out @@ -100,7 +100,7 @@ eval_tap $? 6 'ListServer' test.out #- 7 Heartbeat $PYTHON -m $MODULE 'qosm-heartbeat' \ - '{"ip": "dU0jEnEl", "port": 32, "region": "wmdZKBo8"}' \ + '{"ip": "ngRqq1C5", "port": 36, "region": "ie4qpviq"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'Heartbeat' test.out diff --git a/samples/cli/tests/reporting-cli-test.sh b/samples/cli/tests/reporting-cli-test.sh index 1329fa9b2..995f5889a 100644 --- a/samples/cli/tests/reporting-cli-test.sh +++ b/samples/cli/tests/reporting-cli-test.sh @@ -30,40 +30,40 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END reporting-admin-find-action-list --login_with_auth "Bearer foo" -reporting-admin-create-mod-action '{"actionId": "da287Amt", "actionName": "SZ5wW9aa", "eventName": "FoJCptBH"}' --login_with_auth "Bearer foo" +reporting-admin-create-mod-action '{"actionId": "sBrUsgiq", "actionName": "JTunchlE", "eventName": "JGhKnzzO"}' --login_with_auth "Bearer foo" reporting-admin-find-extension-category-list --login_with_auth "Bearer foo" -reporting-admin-create-extension-category '{"extensionCategory": "au6FAkMy", "extensionCategoryName": "zR5WDWe2", "serviceSource": "aADWtlv4"}' --login_with_auth "Bearer foo" +reporting-admin-create-extension-category '{"extensionCategory": "YljSUYJk", "extensionCategoryName": "gK6mOzTb", "serviceSource": "pB7gN349"}' --login_with_auth "Bearer foo" reporting-get --login_with_auth "Bearer foo" -reporting-upsert '{"categoryLimits": [{"extensionCategory": "NNNLB7Zd", "maxReportPerTicket": 51, "name": "n4md2OIg"}, {"extensionCategory": "0Oc2clFa", "maxReportPerTicket": 28, "name": "IUfVUgWh"}, {"extensionCategory": "3CHovR6V", "maxReportPerTicket": 20, "name": "WZqE9uUK"}], "timeInterval": 39, "userMaxReportPerTimeInterval": 1}' --login_with_auth "Bearer foo" +reporting-upsert '{"categoryLimits": [{"extensionCategory": "U8vNS8ex", "maxReportPerTicket": 100, "name": "011GZG1c"}, {"extensionCategory": "5hRgPiXo", "maxReportPerTicket": 59, "name": "7XyVN7iw"}, {"extensionCategory": "pm6qXVV8", "maxReportPerTicket": 50, "name": "83KolBHN"}], "timeInterval": 77, "userMaxReportPerTimeInterval": 53}' --login_with_auth "Bearer foo" reporting-admin-list-reason-groups --login_with_auth "Bearer foo" -reporting-create-reason-group '{"reasonIds": ["fnYcGdD7", "8nRZJ01c", "jEglNkwl"], "title": "zQUfHMoL"}' --login_with_auth "Bearer foo" -reporting-get-reason-group 'qQDpypk4' --login_with_auth "Bearer foo" -reporting-delete-reason-group 'SLxaCy79' --login_with_auth "Bearer foo" -reporting-update-reason-group '{"reasonIds": ["yjGS2apI", "IQTv52r7", "swojeD7n"], "title": "YX1MFhxi"}' 'VUjZuxjE' --login_with_auth "Bearer foo" +reporting-create-reason-group '{"reasonIds": ["ZMizyhDj", "FrEiL2Xw", "2mUj4f8q"], "title": "0mvaPsVe"}' --login_with_auth "Bearer foo" +reporting-get-reason-group 'i9IBUuYF' --login_with_auth "Bearer foo" +reporting-delete-reason-group 'Vrqbwd9c' --login_with_auth "Bearer foo" +reporting-update-reason-group '{"reasonIds": ["wlgiV6Aq", "q7mKkNR5", "KnjstoKJ"], "title": "zlJOfsHQ"}' '1y83jJYD' --login_with_auth "Bearer foo" reporting-admin-get-reasons --login_with_auth "Bearer foo" -reporting-create-reason '{"description": "1tJf7qY5", "groupIds": ["BkjT6J52", "blG3kTxn", "I87Y2qw7"], "title": "mAttuVwb"}' --login_with_auth "Bearer foo" +reporting-create-reason '{"description": "wk8ZH8L3", "groupIds": ["yySvICpc", "AEvbtwTH", "Mla25m4A"], "title": "LMrZpINP"}' --login_with_auth "Bearer foo" reporting-admin-get-all-reasons --login_with_auth "Bearer foo" -reporting-admin-get-unused-reasons 'Wtf9rkhV' --login_with_auth "Bearer foo" -reporting-admin-get-reason 'hEkpLkSt' --login_with_auth "Bearer foo" -reporting-delete-reason '9kUy5QJi' --login_with_auth "Bearer foo" -reporting-update-reason '{"description": "4fWE64UE", "groupIds": ["jeHeuH58", "5BUAb5W9", "GF3gluEg"], "title": "2QTcSWVW"}' 'zJSyOrAP' --login_with_auth "Bearer foo" +reporting-admin-get-unused-reasons 'kgQycSy7' --login_with_auth "Bearer foo" +reporting-admin-get-reason 'NNFyvDf5' --login_with_auth "Bearer foo" +reporting-delete-reason 'fEAuz0XC' --login_with_auth "Bearer foo" +reporting-update-reason '{"description": "nf63IwP6", "groupIds": ["TzSz81j2", "dXv6DCF3", "rXjg2sls"], "title": "K3qcmlug"}' 'qL9SplTs' --login_with_auth "Bearer foo" reporting-list-reports --login_with_auth "Bearer foo" -reporting-admin-submit-report '{"additionalInfo": {"4sMOxlrZ": {}, "GTDYaH9n": {}, "X3MlkCDN": {}}, "category": "UGC", "comment": "QNDGTJw8", "extensionCategory": "yGDEBQe2", "objectId": "eRaB3AkN", "objectType": "zrHaT4Q9", "reason": "NIcz6wr9", "userId": "EjerVWvf"}' --login_with_auth "Bearer foo" -reporting-create-moderation-rule '{"action": "HideContent", "actions": {"banAccount": {"comment": "TmrcyI2A", "duration": 7, "reason": "DVh0zGZP", "skipNotif": false, "type": "DIkRqgAa"}, "deleteChat": true, "extensionActionIds": ["WNY1YEsN", "dyv03Jmt", "mxuMmFgF"], "hideContent": false}, "active": true, "category": "EXTENSION", "extensionCategory": "EUKaNJb6", "reason": "4PfZYION", "threshold": 31}' --login_with_auth "Bearer foo" -reporting-update-moderation-rule '{"action": "HideContent", "actions": {"banAccount": {"comment": "4jhvGgTS", "duration": 71, "reason": "HgyIC6A5", "skipNotif": false, "type": "crawZ8Vw"}, "deleteChat": true, "extensionActionIds": ["eGTKM5F1", "PHsbA5m2", "46FAdju6"], "hideContent": true}, "active": false, "category": "CHAT", "extensionCategory": "TfhdOMYp", "reason": "ewBYC55a", "threshold": 23}' 'FOnmcS1d' --login_with_auth "Bearer foo" -reporting-delete-moderation-rule 'pA7z2Ypn' --login_with_auth "Bearer foo" -reporting-update-moderation-rule-status '{"active": true}' 'MnXR9oyx' --login_with_auth "Bearer foo" +reporting-admin-submit-report '{"additionalInfo": {"Z1CeoRDU": {}, "YlXa6u0J": {}, "DeyFrPXd": {}}, "category": "USER", "comment": "v3MS13bv", "extensionCategory": "PZpio6fQ", "objectId": "2Uqr2y8Y", "objectType": "CD4pHFgC", "reason": "IaHATTRD", "userId": "WwHlHknA"}' --login_with_auth "Bearer foo" +reporting-create-moderation-rule '{"action": "HideContent", "actions": {"banAccount": {"comment": "h1IwwXPv", "duration": 49, "reason": "cirj3LHl", "skipNotif": false, "type": "tH3NCJ4j"}, "deleteChat": true, "extensionActionIds": ["g4TWWC3Q", "JGYJ0e7l", "H920FYbq"], "hideContent": false}, "active": true, "category": "UGC", "extensionCategory": "AF4FKUCH", "reason": "j7VCeYS8", "threshold": 2}' --login_with_auth "Bearer foo" +reporting-update-moderation-rule '{"action": "HideContent", "actions": {"banAccount": {"comment": "DIOGu8bO", "duration": 39, "reason": "T6kw9Sip", "skipNotif": true, "type": "SFvwlCst"}, "deleteChat": false, "extensionActionIds": ["e35q24KW", "v88VwGoe", "mhJoYUat"], "hideContent": false}, "active": true, "category": "EXTENSION", "extensionCategory": "Oy94PP09", "reason": "mg7CV9HM", "threshold": 29}' 'Vb9mabRL' --login_with_auth "Bearer foo" +reporting-delete-moderation-rule 'A2w7tZhD' --login_with_auth "Bearer foo" +reporting-update-moderation-rule-status '{"active": true}' 'FOzLigIz' --login_with_auth "Bearer foo" reporting-get-moderation-rules --login_with_auth "Bearer foo" -reporting-get-moderation-rule-details 'JEsZtDFR' --login_with_auth "Bearer foo" +reporting-get-moderation-rule-details '033aScQa' --login_with_auth "Bearer foo" reporting-list-tickets --login_with_auth "Bearer foo" -reporting-ticket-statistic 'hLMz64ks' --login_with_auth "Bearer foo" -reporting-get-ticket-detail 'JAWemSy6' --login_with_auth "Bearer foo" -reporting-delete-ticket 'Zuen0y1G' --login_with_auth "Bearer foo" -reporting-get-reports-by-ticket 'IBwBcjLT' --login_with_auth "Bearer foo" -reporting-update-ticket-resolutions '{"notes": "mho2jvXQ", "status": "OPEN"}' 'S0929BfF' --login_with_auth "Bearer foo" +reporting-ticket-statistic 'vDB6OTVW' --login_with_auth "Bearer foo" +reporting-get-ticket-detail '5fF5ChhT' --login_with_auth "Bearer foo" +reporting-delete-ticket 'm2augB8C' --login_with_auth "Bearer foo" +reporting-get-reports-by-ticket 'NkkQkxcf' --login_with_auth "Bearer foo" +reporting-update-ticket-resolutions '{"notes": "c4DFzrdk", "status": "CLOSED"}' 'uuiQCTzd' --login_with_auth "Bearer foo" reporting-public-list-reason-groups --login_with_auth "Bearer foo" reporting-public-get-reasons --login_with_auth "Bearer foo" -reporting-submit-report '{"additionalInfo": {"ZjvUJKQ2": {}, "b8fSoV8q": {}, "KVV0Hd5H": {}}, "category": "EXTENSION", "comment": "GUD44etr", "extensionCategory": "CEbODfNE", "objectId": "SKXs1iH0", "objectType": "eYKPsxHy", "reason": "g4NNV21u", "userId": "B0hCRekE"}' --login_with_auth "Bearer foo" +reporting-submit-report '{"additionalInfo": {"diXJcqF0": {}, "tdweyxeu": {}, "JZwQDP5t": {}}, "category": "USER", "comment": "n1mQnz1O", "extensionCategory": "GjyGZn9e", "objectId": "jkCP57uo", "objectType": "VTWStgaR", "reason": "6oygMpPG", "userId": "2e6NsBWk"}' --login_with_auth "Bearer foo" exit() END @@ -100,7 +100,7 @@ eval_tap $? 2 'AdminFindActionList' test.out #- 3 AdminCreateModAction $PYTHON -m $MODULE 'reporting-admin-create-mod-action' \ - '{"actionId": "hCo7GQ6y", "actionName": "CIITZKrH", "eventName": "l1jxuSFN"}' \ + '{"actionId": "P7G3vYMC", "actionName": "YLyrUsPf", "eventName": "VmEZeeyD"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'AdminCreateModAction' test.out @@ -113,7 +113,7 @@ eval_tap $? 4 'AdminFindExtensionCategoryList' test.out #- 5 AdminCreateExtensionCategory $PYTHON -m $MODULE 'reporting-admin-create-extension-category' \ - '{"extensionCategory": "RyRr05td", "extensionCategoryName": "4LjDKA7S", "serviceSource": "yInValUn"}' \ + '{"extensionCategory": "mu2yzTXc", "extensionCategoryName": "yecWdn1w", "serviceSource": "upO5CQU9"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'AdminCreateExtensionCategory' test.out @@ -126,7 +126,7 @@ eval_tap $? 6 'Get' test.out #- 7 Upsert $PYTHON -m $MODULE 'reporting-upsert' \ - '{"categoryLimits": [{"extensionCategory": "aWDV8j1z", "maxReportPerTicket": 0, "name": "inLkSd8s"}, {"extensionCategory": "ItRryUHp", "maxReportPerTicket": 100, "name": "BncKzdd0"}, {"extensionCategory": "DozWscDH", "maxReportPerTicket": 88, "name": "OdvRW2z1"}], "timeInterval": 67, "userMaxReportPerTimeInterval": 42}' \ + '{"categoryLimits": [{"extensionCategory": "dcls6K1G", "maxReportPerTicket": 61, "name": "MjCSFB6m"}, {"extensionCategory": "qOQfoRF7", "maxReportPerTicket": 53, "name": "kFj2dcCs"}, {"extensionCategory": "SHvksxwd", "maxReportPerTicket": 25, "name": "sHR1w1lv"}], "timeInterval": 100, "userMaxReportPerTimeInterval": 10}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'Upsert' test.out @@ -139,29 +139,29 @@ eval_tap $? 8 'AdminListReasonGroups' test.out #- 9 CreateReasonGroup $PYTHON -m $MODULE 'reporting-create-reason-group' \ - '{"reasonIds": ["q411K8KS", "HrhZ0T8u", "5RMYxQPj"], "title": "7BcMSRQh"}' \ + '{"reasonIds": ["MgyMcJfZ", "OhHQlqAI", "01G3ZXeZ"], "title": "wRbuWfng"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'CreateReasonGroup' test.out #- 10 GetReasonGroup $PYTHON -m $MODULE 'reporting-get-reason-group' \ - 'QHb4DEXd' \ + 'ZgLfGo5h' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'GetReasonGroup' test.out #- 11 DeleteReasonGroup $PYTHON -m $MODULE 'reporting-delete-reason-group' \ - 'ehP7vsAT' \ + 'ZnJXkPcP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'DeleteReasonGroup' test.out #- 12 UpdateReasonGroup $PYTHON -m $MODULE 'reporting-update-reason-group' \ - '{"reasonIds": ["koRcy2XK", "bU5obOYE", "fboAF0Ir"], "title": "cg5BkkLT"}' \ - 'HO7iKmcP' \ + '{"reasonIds": ["6gui2N5o", "P9FrKewa", "zpvbYyuv"], "title": "bambiXwG"}' \ + '11rSF6BV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'UpdateReasonGroup' test.out @@ -174,7 +174,7 @@ eval_tap $? 13 'AdminGetReasons' test.out #- 14 CreateReason $PYTHON -m $MODULE 'reporting-create-reason' \ - '{"description": "RGJ7ojTe", "groupIds": ["lB3wEs6l", "2LP8msDb", "1meUkdsO"], "title": "zRe6pGUY"}' \ + '{"description": "W4u0CBiD", "groupIds": ["LKWTAGjx", "LV7vDlbI", "9Hf2Bh7k"], "title": "j9o6iLFa"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'CreateReason' test.out @@ -187,29 +187,29 @@ eval_tap $? 15 'AdminGetAllReasons' test.out #- 16 AdminGetUnusedReasons $PYTHON -m $MODULE 'reporting-admin-get-unused-reasons' \ - '0gLSBgWR' \ + '5rJvAivc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminGetUnusedReasons' test.out #- 17 AdminGetReason $PYTHON -m $MODULE 'reporting-admin-get-reason' \ - '9MHSBwev' \ + 'V08zTW78' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminGetReason' test.out #- 18 DeleteReason $PYTHON -m $MODULE 'reporting-delete-reason' \ - 'nwK9b9N2' \ + 'fyqryv1t' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'DeleteReason' test.out #- 19 UpdateReason $PYTHON -m $MODULE 'reporting-update-reason' \ - '{"description": "PogHrXDe", "groupIds": ["UsAHeY3M", "XLBpztNx", "yspDWXvY"], "title": "5I8LGQ6t"}' \ - 'ZI5Mo4xz' \ + '{"description": "5EUH5ifv", "groupIds": ["QdM66PLp", "pTBpJcWt", "Fy4YFeza"], "title": "BDPUa4pn"}' \ + 'yAf6lpC8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'UpdateReason' test.out @@ -222,29 +222,29 @@ eval_tap $? 20 'ListReports' test.out #- 21 AdminSubmitReport $PYTHON -m $MODULE 'reporting-admin-submit-report' \ - '{"additionalInfo": {"hfkDmaXN": {}, "kFkxi26L": {}, "vHmuetYc": {}}, "category": "CHAT", "comment": "tg5vXnvl", "extensionCategory": "E6YeC6Z8", "objectId": "GhzcmZnd", "objectType": "BbZ10gJM", "reason": "iX0cp3Jq", "userId": "lqFaqwLK"}' \ + '{"additionalInfo": {"J77bZUhK": {}, "wCBCMrvJ": {}, "v6BgOlsy": {}}, "category": "UGC", "comment": "OnXlZJPg", "extensionCategory": "dTGPsmCt", "objectId": "rYGj69PD", "objectType": "gXfjosN3", "reason": "8v77erqT", "userId": "5OgWyAf2"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'AdminSubmitReport' test.out #- 22 CreateModerationRule $PYTHON -m $MODULE 'reporting-create-moderation-rule' \ - '{"action": "HideContent", "actions": {"banAccount": {"comment": "Ba6tkHFM", "duration": 32, "reason": "gNFcVorI", "skipNotif": true, "type": "bKcVtwMG"}, "deleteChat": true, "extensionActionIds": ["KqE1G8b3", "4utSiRqF", "1Ir9SkDH"], "hideContent": true}, "active": false, "category": "CHAT", "extensionCategory": "ogesozs7", "reason": "z6N30cZ4", "threshold": 6}' \ + '{"action": "HideContent", "actions": {"banAccount": {"comment": "CZ1ZJ0BC", "duration": 93, "reason": "hiJEK63G", "skipNotif": false, "type": "OhhSgR7v"}, "deleteChat": true, "extensionActionIds": ["7KmEJdHd", "0yucB7Cv", "HOHalLLF"], "hideContent": false}, "active": false, "category": "CHAT", "extensionCategory": "QmwXBCmr", "reason": "JvMhC8p3", "threshold": 62}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'CreateModerationRule' test.out #- 23 UpdateModerationRule $PYTHON -m $MODULE 'reporting-update-moderation-rule' \ - '{"action": "HideContent", "actions": {"banAccount": {"comment": "zz5f3Mo1", "duration": 13, "reason": "DDMB4hdg", "skipNotif": false, "type": "sr0SyGMH"}, "deleteChat": true, "extensionActionIds": ["NIPucTWP", "Dh4Ox6YR", "TyxhbF31"], "hideContent": false}, "active": true, "category": "CHAT", "extensionCategory": "K7D2ybmr", "reason": "afPyecwK", "threshold": 6}' \ - 'GRN3nwVe' \ + '{"action": "HideContent", "actions": {"banAccount": {"comment": "KIfBj6eJ", "duration": 31, "reason": "43McTGSx", "skipNotif": false, "type": "expQ1Kvi"}, "deleteChat": false, "extensionActionIds": ["XlpoUaYh", "xpnpz1rg", "2g8zniE5"], "hideContent": true}, "active": true, "category": "CHAT", "extensionCategory": "yLMyQOuS", "reason": "3cNPVsoT", "threshold": 44}' \ + 'c5bpYReu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'UpdateModerationRule' test.out #- 24 DeleteModerationRule $PYTHON -m $MODULE 'reporting-delete-moderation-rule' \ - 'VewRvTgp' \ + 'CsHYE1Ev' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'DeleteModerationRule' test.out @@ -252,7 +252,7 @@ eval_tap $? 24 'DeleteModerationRule' test.out #- 25 UpdateModerationRuleStatus $PYTHON -m $MODULE 'reporting-update-moderation-rule-status' \ '{"active": false}' \ - 'vu38QxAz' \ + 'VEQ7zx45' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'UpdateModerationRuleStatus' test.out @@ -265,7 +265,7 @@ eval_tap $? 26 'GetModerationRules' test.out #- 27 GetModerationRuleDetails $PYTHON -m $MODULE 'reporting-get-moderation-rule-details' \ - 'zVK5G9n3' \ + 'a9gtgtdK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'GetModerationRuleDetails' test.out @@ -278,36 +278,36 @@ eval_tap $? 28 'ListTickets' test.out #- 29 TicketStatistic $PYTHON -m $MODULE 'reporting-ticket-statistic' \ - 'JyA1OUu2' \ + 'T82t0bbc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'TicketStatistic' test.out #- 30 GetTicketDetail $PYTHON -m $MODULE 'reporting-get-ticket-detail' \ - 'CV3vxfMW' \ + 'pCKiNsZK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'GetTicketDetail' test.out #- 31 DeleteTicket $PYTHON -m $MODULE 'reporting-delete-ticket' \ - 'qp4Biaic' \ + 'up7pHdqc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'DeleteTicket' test.out #- 32 GetReportsByTicket $PYTHON -m $MODULE 'reporting-get-reports-by-ticket' \ - 'MaXZyfAP' \ + 'Q1EsMcix' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GetReportsByTicket' test.out #- 33 UpdateTicketResolutions $PYTHON -m $MODULE 'reporting-update-ticket-resolutions' \ - '{"notes": "qR2sTFy8", "status": "AUTO_MODERATED"}' \ - 'tlWdp1sM' \ + '{"notes": "PckdEumc", "status": "UNKNOWN"}' \ + 'dpMTmyOW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'UpdateTicketResolutions' test.out @@ -326,7 +326,7 @@ eval_tap $? 35 'PublicGetReasons' test.out #- 36 SubmitReport $PYTHON -m $MODULE 'reporting-submit-report' \ - '{"additionalInfo": {"W81QV5re": {}, "Hw9dCJaU": {}, "IqZdquzt": {}}, "category": "CHAT", "comment": "D3h0bSwn", "extensionCategory": "afV2KakU", "objectId": "mv2aGCqF", "objectType": "yyg1twHM", "reason": "UChNjCnB", "userId": "vbCL9J53"}' \ + '{"additionalInfo": {"i7Mlrb19": {}, "BSf63163": {}, "1YnN79cF": {}}, "category": "USER", "comment": "SILhOI9U", "extensionCategory": "eBpY014D", "objectId": "nhOLIoAv", "objectType": "fI2qAvxs", "reason": "pbAeFtZ4", "userId": "mwZglHm4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'SubmitReport' test.out diff --git a/samples/cli/tests/seasonpass-cli-test.sh b/samples/cli/tests/seasonpass-cli-test.sh index 51891ae7a..dd3581651 100644 --- a/samples/cli/tests/seasonpass-cli-test.sh +++ b/samples/cli/tests/seasonpass-cli-test.sh @@ -31,48 +31,48 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END seasonpass-export-season --login_with_auth "Bearer foo" seasonpass-query-seasons --login_with_auth "Bearer foo" -seasonpass-create-season --body '{"autoClaim": true, "defaultLanguage": "Shd18S1R", "defaultRequiredExp": 32, "draftStoreId": "K3QhVGPU", "end": "1977-12-03T00:00:00Z", "excessStrategy": {"currency": "3GfE5B0e", "method": "NONE", "percentPerExp": 26}, "images": [{"as": "XWZ7eJMP", "caption": "J9vbxoEz", "height": 52, "imageUrl": "V2hHWXQV", "smallImageUrl": "rek1N3Zw", "width": 2}, {"as": "H43zWrHa", "caption": "QST9AZT2", "height": 14, "imageUrl": "If4t7mXh", "smallImageUrl": "84Dip0TB", "width": 59}, {"as": "62S4fdZN", "caption": "NN8o7t3z", "height": 3, "imageUrl": "3D5m2eUS", "smallImageUrl": "dPGtcG2Q", "width": 92}], "localizations": {"7AiZCBXN": {"description": "oDRFTKxy", "title": "hWsAMauV"}, "7i82qs9o": {"description": "N9loFQ8O", "title": "1IDyTfAX"}, "zVloQgxp": {"description": "oabwwd8U", "title": "oLadzfPZ"}}, "name": "AtZzfHoF", "start": "1999-02-07T00:00:00Z", "tierItemId": "qOV2AkXp"}' --login_with_auth "Bearer foo" +seasonpass-create-season --body '{"autoClaim": false, "defaultLanguage": "8vbLBICq", "defaultRequiredExp": 92, "draftStoreId": "pymG6aG2", "end": "1997-03-10T00:00:00Z", "excessStrategy": {"currency": "nDrz6fJN", "method": "CURRENCY", "percentPerExp": 56}, "images": [{"as": "YaAYYBnE", "caption": "f178Vu4T", "height": 33, "imageUrl": "Sx7CSG81", "smallImageUrl": "g9mohnWm", "width": 31}, {"as": "R877uBNf", "caption": "0j1yTQzI", "height": 91, "imageUrl": "e2fD1yJY", "smallImageUrl": "WvHHiG5L", "width": 45}, {"as": "blMT7pgW", "caption": "BZnyP6YY", "height": 2, "imageUrl": "HNKbaHFM", "smallImageUrl": "eb7y703w", "width": 74}], "localizations": {"3w2voE9D": {"description": "DJg99kEW", "title": "bLW1U48E"}, "OTaLKiOc": {"description": "8itoTjcP", "title": "TncVjcW0"}, "HeHDvao1": {"description": "qaXDOm0g", "title": "HThONHax"}}, "name": "AeHabkho", "start": "1977-02-24T00:00:00Z", "tierItemId": "gAAfVsz1"}' --login_with_auth "Bearer foo" seasonpass-get-current-season --login_with_auth "Bearer foo" -seasonpass-bulk-get-user-season-progression --body '{"userIds": ["WnsRqhNS", "SngyvpaI", "YtoqOAa0"]}' --login_with_auth "Bearer foo" -seasonpass-get-season 'lfGbBPZj' --login_with_auth "Bearer foo" -seasonpass-delete-season 'FykIa8qe' --login_with_auth "Bearer foo" -seasonpass-update-season 'FTebgCBn' --body '{"autoClaim": true, "defaultLanguage": "SZNS0mYc", "defaultRequiredExp": 98, "draftStoreId": "nlIoILsz", "end": "1971-02-20T00:00:00Z", "excessStrategy": {"currency": "CncNNfNZ", "method": "CURRENCY", "percentPerExp": 3}, "images": [{"as": "EKCGfdZ2", "caption": "9Kv7aUzC", "height": 93, "imageUrl": "ZBkUzT9D", "smallImageUrl": "HlUVpq1h", "width": 5}, {"as": "qMnwBb9a", "caption": "GObmFMUA", "height": 32, "imageUrl": "LbYICgOW", "smallImageUrl": "B9tLnqec", "width": 2}, {"as": "wR0KZNFT", "caption": "BqSwiifS", "height": 82, "imageUrl": "fpeLPs6R", "smallImageUrl": "Jhq7vgIW", "width": 52}], "localizations": {"n3OcaPnh": {"description": "o5CjTUFQ", "title": "sAKMGu5z"}, "0z97z8kd": {"description": "i5MgxN1K", "title": "Lw49inYU"}, "dbjNUS3j": {"description": "6xh4Qeea", "title": "wY6l2MiW"}}, "name": "wHfsbOp1", "start": "1974-03-27T00:00:00Z", "tierItemId": "NBXujriI"}' --login_with_auth "Bearer foo" -seasonpass-clone-season 'qjCDPMI5' --body '{"end": "1993-05-21T00:00:00Z", "name": "I2aCln0W", "start": "1993-06-21T00:00:00Z"}' --login_with_auth "Bearer foo" -seasonpass-get-full-season '8z5Kq4yA' --login_with_auth "Bearer foo" -seasonpass-query-passes 'KaCgPnkM' --login_with_auth "Bearer foo" -seasonpass-create-pass 'vQFoFsQC' --body '{"autoEnroll": false, "code": "LwrcTPAM", "displayOrder": 58, "images": [{"as": "kfJLavFX", "caption": "lWiYMTwQ", "height": 62, "imageUrl": "raMpLl6D", "smallImageUrl": "NWIr7Klc", "width": 16}, {"as": "nFORWKYc", "caption": "1VkT8wYF", "height": 85, "imageUrl": "NJ9PzVSU", "smallImageUrl": "ykrUavbw", "width": 35}, {"as": "tbg7oAe4", "caption": "tGmrh5lY", "height": 93, "imageUrl": "fVs3ONsG", "smallImageUrl": "57zIgVwp", "width": 0}], "localizations": {"K4nrOAb2": {"description": "z1baHSip", "title": "7HbAe45Y"}, "Rb9OhW5P": {"description": "M6J31tsW", "title": "w9Y64pxC"}, "qh0bRuUP": {"description": "N7OQfCz5", "title": "T4YgN59Z"}}, "passItemId": "iF9orkAd"}' --login_with_auth "Bearer foo" -seasonpass-get-pass 'fAbrPNWN' 'xkl4zOBO' --login_with_auth "Bearer foo" -seasonpass-delete-pass 'PvPBAVVj' '75bnsnFB' --login_with_auth "Bearer foo" -seasonpass-update-pass 'iJVC3atL' '8rVOtfXH' --body '{"autoEnroll": false, "displayOrder": 97, "images": [{"as": "23JryCAS", "caption": "luwj418K", "height": 19, "imageUrl": "lZoO15Ox", "smallImageUrl": "JycylPx3", "width": 18}, {"as": "CiuhrsgV", "caption": "sdZF6Xlf", "height": 69, "imageUrl": "kcUEIPX9", "smallImageUrl": "BG9lZLWW", "width": 83}, {"as": "bGvWreSR", "caption": "HKhToYqU", "height": 61, "imageUrl": "w3uUJeSJ", "smallImageUrl": "EtJXUEXF", "width": 82}], "localizations": {"K8gmR5bn": {"description": "KcBivDiy", "title": "tW7Fwh5z"}, "ggsPJZdG": {"description": "6CkirZO7", "title": "VaBFlI2Z"}, "kYfSNCJf": {"description": "bYmvChSw", "title": "eDaboh2n"}}, "passItemId": "9PY7gVtf"}' --login_with_auth "Bearer foo" -seasonpass-publish-season 'u9xDfyTh' --login_with_auth "Bearer foo" -seasonpass-retire-season '2udiFt2X' --login_with_auth "Bearer foo" -seasonpass-query-rewards 'nyMOX3q9' --login_with_auth "Bearer foo" -seasonpass-create-reward 'oGguMmnD' --body '{"code": "JHnoXyzr", "currency": {"currencyCode": "3WP4DGaN", "namespace": "XpJSYNDy"}, "image": {"as": "bIVOijXj", "caption": "8m9qGnVH", "height": 50, "imageUrl": "uq73xRJ1", "smallImageUrl": "spxY1iDm", "width": 50}, "itemId": "bl14bYSn", "quantity": 53, "type": "CURRENCY"}' --login_with_auth "Bearer foo" -seasonpass-get-reward '3g5WJN0A' 'ww13fv0B' --login_with_auth "Bearer foo" -seasonpass-delete-reward 'GpvcVSmK' 'hfEwDnDQ' --login_with_auth "Bearer foo" -seasonpass-update-reward 'UcExHcMo' 'Gw8GU5pZ' --body '{"currency": {"currencyCode": "6ORqOOag", "namespace": "b6dEsZ5R"}, "image": {"as": "skITTNhR", "caption": "VWFOfblU", "height": 82, "imageUrl": "1xwi4rKs", "smallImageUrl": "SRY0inDt", "width": 66}, "itemId": "pUZdHTzB", "nullFields": ["OGOSZE9y", "PY6qP01j", "PdUoQOO0"], "quantity": 87, "type": "CURRENCY"}' --login_with_auth "Bearer foo" -seasonpass-query-tiers 't8leBGME' --login_with_auth "Bearer foo" -seasonpass-create-tier 'ZvOFEDrS' --body '{"index": 23, "quantity": 7, "tier": {"requiredExp": 85, "rewards": {"71XoL6Fm": ["6rFhCoNg", "7HuiIaMJ", "GXQcl2Pk"], "M4GjcUw5": ["A95ifESF", "TeJXLoJu", "rLYErHIJ"], "IA0u1cnx": ["tW420bve", "yh8XAJeH", "dt4hrMZC"]}}}' --login_with_auth "Bearer foo" -seasonpass-update-tier 'MRqT31Ui' 'cTAtqWIw' --body '{"requiredExp": 19, "rewards": {"Iws74hHn": ["gEpOBqPB", "KUTwGtcV", "zhqLLxA8"], "cyiG1GXE": ["clTkMdYf", "kfCx5BOx", "a3bRqppr"], "t8TB9zrk": ["a1HjxR6w", "wrvLV9Ur", "IZrhhGzW"]}}' --login_with_auth "Bearer foo" -seasonpass-delete-tier 'uJVaqj9i' 'thIG716I' --login_with_auth "Bearer foo" -seasonpass-reorder-tier 'BdvkjuUA' '3v0IJK9e' --body '{"newIndex": 59}' --login_with_auth "Bearer foo" -seasonpass-unpublish-season 'o3SzNJOL' --login_with_auth "Bearer foo" -seasonpass-get-user-participated-seasons 'yqQpCrOK' --login_with_auth "Bearer foo" -seasonpass-grant-user-exp 'aOCcct1K' --body '{"exp": 11, "source": "PAID_FOR", "tags": ["Vwi47jLp", "eSuqi2tx", "qBvbbKEE"]}' --login_with_auth "Bearer foo" -seasonpass-grant-user-pass 'fBrqWiGm' --body '{"passCode": "Rk4eOycC", "passItemId": "VzgftEyq"}' --login_with_auth "Bearer foo" -seasonpass-exists-any-pass-by-pass-codes 'hw7btaJe' --login_with_auth "Bearer foo" -seasonpass-get-current-user-season-progression 'TdMtW4Bm' --login_with_auth "Bearer foo" -seasonpass-check-season-purchasable 'gU0z2j0d' --body '{"passItemId": "Z2of6Zif", "tierItemCount": 17, "tierItemId": "Xkb8UKKo"}' --login_with_auth "Bearer foo" -seasonpass-reset-user-season 'EdtzAIUi' --login_with_auth "Bearer foo" -seasonpass-grant-user-tier 'NgdmOKlx' --body '{"count": 77, "source": "SWEAT", "tags": ["IC2nCkrk", "ctMp1Rc7", "zTbqQVm0"]}' --login_with_auth "Bearer foo" -seasonpass-query-user-exp-grant-history 'BzpfQ7dv' --login_with_auth "Bearer foo" -seasonpass-query-user-exp-grant-history-tag '2PI5Qltz' --login_with_auth "Bearer foo" -seasonpass-get-user-season 'QFEvEzKp' 'ESru8vt4' --login_with_auth "Bearer foo" +seasonpass-bulk-get-user-season-progression --body '{"userIds": ["dZyfDgor", "pNuNQfLN", "CFHvHMIk"]}' --login_with_auth "Bearer foo" +seasonpass-get-season 'HGWBTTyh' --login_with_auth "Bearer foo" +seasonpass-delete-season '2ee3GHne' --login_with_auth "Bearer foo" +seasonpass-update-season 'BssVFMP0' --body '{"autoClaim": true, "defaultLanguage": "difl3Dvx", "defaultRequiredExp": 50, "draftStoreId": "giNDf0Ty", "end": "1987-04-10T00:00:00Z", "excessStrategy": {"currency": "ms6DTaq3", "method": "CURRENCY", "percentPerExp": 100}, "images": [{"as": "7XjDw4Aj", "caption": "54cIWMm5", "height": 69, "imageUrl": "1L1eqLjk", "smallImageUrl": "z5TON6iB", "width": 87}, {"as": "QTnM832s", "caption": "lV85WL6m", "height": 32, "imageUrl": "53gGky5i", "smallImageUrl": "5xHwtxuO", "width": 15}, {"as": "MKtVn3hd", "caption": "HWCmTrTj", "height": 57, "imageUrl": "Ij2qtb8c", "smallImageUrl": "B7eMzKH6", "width": 73}], "localizations": {"Br2OgB3q": {"description": "NrnD0Uly", "title": "2gAh5mpf"}, "gj1KNsEC": {"description": "RJTUDXwj", "title": "UOqCTpmu"}, "aXrlMfQl": {"description": "R6f8svQF", "title": "c45GISyP"}}, "name": "OhE30pf2", "start": "1973-05-15T00:00:00Z", "tierItemId": "gsWgMlS5"}' --login_with_auth "Bearer foo" +seasonpass-clone-season 'DMFmfN8e' --body '{"end": "1984-11-04T00:00:00Z", "name": "1GsZvaUz", "start": "1975-06-15T00:00:00Z"}' --login_with_auth "Bearer foo" +seasonpass-get-full-season 'i3mhsDYL' --login_with_auth "Bearer foo" +seasonpass-query-passes 'lTq5WfbD' --login_with_auth "Bearer foo" +seasonpass-create-pass 'hMd5Sa8q' --body '{"autoEnroll": true, "code": "c8VskQcA", "displayOrder": 4, "images": [{"as": "2fYjVQxX", "caption": "zUqpL7Lh", "height": 70, "imageUrl": "97zr5rJg", "smallImageUrl": "CJADSYbI", "width": 52}, {"as": "RWEX0ptf", "caption": "fbEPynU5", "height": 70, "imageUrl": "vYI8HzBJ", "smallImageUrl": "5LBPXljW", "width": 35}, {"as": "x5xkQPf6", "caption": "jUUpcp6H", "height": 31, "imageUrl": "uGj0zfF1", "smallImageUrl": "Up2v3mSy", "width": 42}], "localizations": {"ZNuWxqoe": {"description": "IB4BZQuB", "title": "0pz9xrps"}, "3sFTDU4u": {"description": "bAVrEMzW", "title": "iiKcnq4Y"}, "D8jGvdNy": {"description": "mDlZK9lp", "title": "IYDqrc3K"}}, "passItemId": "SH6EJ2da"}' --login_with_auth "Bearer foo" +seasonpass-get-pass '4FczMUhK' 'qTZpEUrN' --login_with_auth "Bearer foo" +seasonpass-delete-pass 'zeEwOKqy' 'TkFa9K03' --login_with_auth "Bearer foo" +seasonpass-update-pass 'jgkbqolY' '1fcbN4UP' --body '{"autoEnroll": true, "displayOrder": 37, "images": [{"as": "RR4qASLJ", "caption": "XmsSddgx", "height": 79, "imageUrl": "E2TADkEc", "smallImageUrl": "k9VQ2Jg0", "width": 58}, {"as": "r5yGqkhL", "caption": "pKW0xYgx", "height": 17, "imageUrl": "q8XB35Je", "smallImageUrl": "yNsJtps1", "width": 44}, {"as": "MwQzQIWY", "caption": "ANzTJGUb", "height": 23, "imageUrl": "i78QxiVh", "smallImageUrl": "j62qo0c3", "width": 79}], "localizations": {"SkI6BNK6": {"description": "UlqLEGhx", "title": "P628nuMQ"}, "cSg9hhOF": {"description": "xC7QsiaR", "title": "GnS64uLC"}, "BQcKzFsF": {"description": "WkLZPF2k", "title": "7GgXyu3C"}}, "passItemId": "7Nn7unWK"}' --login_with_auth "Bearer foo" +seasonpass-publish-season 'MbJI28ZH' --login_with_auth "Bearer foo" +seasonpass-retire-season 'jFm7S2AT' --login_with_auth "Bearer foo" +seasonpass-query-rewards '73zbHTJ6' --login_with_auth "Bearer foo" +seasonpass-create-reward 'LIvvmhR6' --body '{"code": "uprrKMbp", "currency": {"currencyCode": "i3NZOVlu", "namespace": "NcK9qCRq"}, "image": {"as": "NbuQv05C", "caption": "5tCCtPSI", "height": 44, "imageUrl": "ue1Z2gBh", "smallImageUrl": "nuQyS4jR", "width": 39}, "itemId": "tf3Tyqax", "quantity": 36, "type": "CURRENCY"}' --login_with_auth "Bearer foo" +seasonpass-get-reward 'pAtq0Tft' 'LimuNbYI' --login_with_auth "Bearer foo" +seasonpass-delete-reward 'i9Se22w2' 'b3Odi4vZ' --login_with_auth "Bearer foo" +seasonpass-update-reward 'qdY1kmKv' 'J2NHUnW2' --body '{"currency": {"currencyCode": "q8UN96py", "namespace": "PHTlrCMP"}, "image": {"as": "cpRQH78C", "caption": "g5PfNxs8", "height": 72, "imageUrl": "cfWtAaBL", "smallImageUrl": "9dVzVTVV", "width": 6}, "itemId": "O1uSmRam", "nullFields": ["ndND3Uvl", "yfgMIsUa", "PmoECvx0"], "quantity": 81, "type": "CURRENCY"}' --login_with_auth "Bearer foo" +seasonpass-query-tiers 'yl2lTTET' --login_with_auth "Bearer foo" +seasonpass-create-tier 'kbwkJ5k1' --body '{"index": 27, "quantity": 8, "tier": {"requiredExp": 6, "rewards": {"AaLNqwGY": ["cI971lLB", "i1pfKAFl", "GCTvsg7W"], "K2TNfyAp": ["9BD2RzYz", "y09EyiKY", "WK9JeQ4a"], "VsTEIJKc": ["Bsj8pNa3", "LtTHPWhF", "ONHQIRS6"]}}}' --login_with_auth "Bearer foo" +seasonpass-update-tier 'sqfiLC5e' 'f7H4PSAQ' --body '{"requiredExp": 6, "rewards": {"cNA4ipI9": ["kOBRdMfh", "1Wny8Cbs", "L09nW9AU"], "4rCC4JDR": ["WexQfD9q", "tv6bThlK", "cNbiR8ez"], "ZAEqAg2s": ["mKt4oTDH", "SWoX9fiY", "OpbgAP2Q"]}}' --login_with_auth "Bearer foo" +seasonpass-delete-tier '3AiFDf1p' '7lGtaAQo' --login_with_auth "Bearer foo" +seasonpass-reorder-tier 'GeXbuDp3' 'WAUucyJH' --body '{"newIndex": 8}' --login_with_auth "Bearer foo" +seasonpass-unpublish-season 'POumzOb8' --login_with_auth "Bearer foo" +seasonpass-get-user-participated-seasons 'ADz9jncv' --login_with_auth "Bearer foo" +seasonpass-grant-user-exp 'BkK4tJsW' --body '{"exp": 2, "source": "SWEAT", "tags": ["BGgdrVTp", "TqBKY3Dj", "FeSRjBDT"]}' --login_with_auth "Bearer foo" +seasonpass-grant-user-pass 'ZsNbgSeT' --body '{"passCode": "S1Dyy3eA", "passItemId": "r3SPqFa8"}' --login_with_auth "Bearer foo" +seasonpass-exists-any-pass-by-pass-codes '1KikUGfH' --login_with_auth "Bearer foo" +seasonpass-get-current-user-season-progression '2R6Ifkb6' --login_with_auth "Bearer foo" +seasonpass-check-season-purchasable 'aLG38HtT' --body '{"passItemId": "OR2IA78P", "tierItemCount": 58, "tierItemId": "u6zIjXQJ"}' --login_with_auth "Bearer foo" +seasonpass-reset-user-season 'UdiWQgd6' --login_with_auth "Bearer foo" +seasonpass-grant-user-tier 'wy5sAdLh' --body '{"count": 54, "source": "PAID_FOR", "tags": ["Nuk2yxG4", "ecuwopft", "KkICnHZv"]}' --login_with_auth "Bearer foo" +seasonpass-query-user-exp-grant-history '7htOiACV' --login_with_auth "Bearer foo" +seasonpass-query-user-exp-grant-history-tag 'pJ4QWKNx' --login_with_auth "Bearer foo" +seasonpass-get-user-season 'hNdSuBuM' '8R5lm5kp' --login_with_auth "Bearer foo" seasonpass-public-get-current-season --login_with_auth "Bearer foo" -seasonpass-public-get-current-user-season 'n8O41Rlr' --login_with_auth "Bearer foo" -seasonpass-public-claim-user-reward 'gTxLDbek' --body '{"passCode": "YOqsDr0G", "rewardCode": "v9k5jSI5", "tierIndex": 17}' --login_with_auth "Bearer foo" -seasonpass-public-bulk-claim-user-rewards 'wFWFW5UX' --login_with_auth "Bearer foo" -seasonpass-public-get-user-season 'CnofCvlI' 'uZ4bDmvn' --login_with_auth "Bearer foo" +seasonpass-public-get-current-user-season 'mYfl8e4E' --login_with_auth "Bearer foo" +seasonpass-public-claim-user-reward 'xflZWLMb' --body '{"passCode": "iBNdXacz", "rewardCode": "Us9iLP0G", "tierIndex": 93}' --login_with_auth "Bearer foo" +seasonpass-public-bulk-claim-user-rewards 'v7zp4ehd' --login_with_auth "Bearer foo" +seasonpass-public-get-user-season 'dlCuqEMf' 'RuheGcUv' --login_with_auth "Bearer foo" exit() END @@ -115,7 +115,7 @@ eval_tap $? 3 'QuerySeasons' test.out #- 4 CreateSeason $PYTHON -m $MODULE 'seasonpass-create-season' \ - --body '{"autoClaim": true, "defaultLanguage": "GGOwGgRk", "defaultRequiredExp": 42, "draftStoreId": "0uzpCfPZ", "end": "1992-05-01T00:00:00Z", "excessStrategy": {"currency": "B98PeO76", "method": "NONE", "percentPerExp": 9}, "images": [{"as": "rQtbRbUC", "caption": "V8fyfiNq", "height": 30, "imageUrl": "3Ibo7FSL", "smallImageUrl": "tP68pCDA", "width": 71}, {"as": "zTEe6EmD", "caption": "W0z4ntb4", "height": 62, "imageUrl": "LsAAlJM3", "smallImageUrl": "ebPKy8k2", "width": 82}, {"as": "RD0UK6la", "caption": "5XjVcHos", "height": 81, "imageUrl": "8wbIODyS", "smallImageUrl": "7XS8RrJl", "width": 50}], "localizations": {"Sn96L9EI": {"description": "SzK65sWQ", "title": "N2n0Vzm5"}, "eksur5YS": {"description": "Sfz4J5j9", "title": "iWCwI1cU"}, "uqo2sSb9": {"description": "TNGTd9HB", "title": "BIlbJmxV"}}, "name": "ZPkMGGJp", "start": "1980-07-02T00:00:00Z", "tierItemId": "NmmUuacA"}' \ + --body '{"autoClaim": false, "defaultLanguage": "iGPOCX7N", "defaultRequiredExp": 38, "draftStoreId": "zXM347pW", "end": "1974-08-20T00:00:00Z", "excessStrategy": {"currency": "mH1Cnw8i", "method": "NONE", "percentPerExp": 94}, "images": [{"as": "MHLcUZcc", "caption": "P9mQtjBm", "height": 69, "imageUrl": "SeyHV2hM", "smallImageUrl": "ezrZKzWw", "width": 22}, {"as": "UjjD98Xm", "caption": "Srhd5vEX", "height": 44, "imageUrl": "efYzHa7h", "smallImageUrl": "smaE5ura", "width": 60}, {"as": "qGwPXuvK", "caption": "ltnGKD2G", "height": 48, "imageUrl": "1eZSpyVu", "smallImageUrl": "LWZxBqEg", "width": 72}], "localizations": {"NVithQLB": {"description": "ZRYwIKs7", "title": "2Jj0xork"}, "x54G9Gl7": {"description": "oJhwOB7Q", "title": "xHDO2Vtt"}, "DVdas3nl": {"description": "47Db5XTS", "title": "CD4ECE8O"}}, "name": "VFlNISxS", "start": "1996-09-06T00:00:00Z", "tierItemId": "Y4aF48mN"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'CreateSeason' test.out @@ -128,268 +128,268 @@ eval_tap $? 5 'GetCurrentSeason' test.out #- 6 BulkGetUserSeasonProgression $PYTHON -m $MODULE 'seasonpass-bulk-get-user-season-progression' \ - --body '{"userIds": ["bWtukrXT", "MBLXyqlb", "Isl6rSsj"]}' \ + --body '{"userIds": ["oEid4U4R", "92e9E0gz", "EDSFkgB0"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'BulkGetUserSeasonProgression' test.out #- 7 GetSeason $PYTHON -m $MODULE 'seasonpass-get-season' \ - 'ceRvXreZ' \ + 'NzsbWCtM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'GetSeason' test.out #- 8 DeleteSeason $PYTHON -m $MODULE 'seasonpass-delete-season' \ - 'o3ZefKV7' \ + 'PNzU4Km7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'DeleteSeason' test.out #- 9 UpdateSeason $PYTHON -m $MODULE 'seasonpass-update-season' \ - 'BpNXagxf' \ - --body '{"autoClaim": true, "defaultLanguage": "6TnTDsy9", "defaultRequiredExp": 82, "draftStoreId": "57jzjGAU", "end": "1975-07-14T00:00:00Z", "excessStrategy": {"currency": "zTLXeHs2", "method": "CURRENCY", "percentPerExp": 74}, "images": [{"as": "wrLeryZ7", "caption": "Z6Y8CVLI", "height": 57, "imageUrl": "wf7Jz890", "smallImageUrl": "4BhFFd9i", "width": 30}, {"as": "IvE7Ba5w", "caption": "IJ7oD3l4", "height": 86, "imageUrl": "Nr7vFNz9", "smallImageUrl": "m4BxzfdO", "width": 70}, {"as": "zHIyIj99", "caption": "vdcHj6R9", "height": 92, "imageUrl": "583E67mn", "smallImageUrl": "FwrHHudD", "width": 39}], "localizations": {"mSjSTkNe": {"description": "HGkuk4sP", "title": "5fxPb6tT"}, "Cogg11CL": {"description": "QbhU3IIS", "title": "7U1U5xch"}, "tsd94z2z": {"description": "L1RxCdOl", "title": "BMSgCrgK"}}, "name": "AwlGWCSP", "start": "1979-05-14T00:00:00Z", "tierItemId": "Mpk8asGx"}' \ + 'XrKebgDy' \ + --body '{"autoClaim": true, "defaultLanguage": "D200PzE8", "defaultRequiredExp": 19, "draftStoreId": "ww7jResy", "end": "1987-04-06T00:00:00Z", "excessStrategy": {"currency": "giSW049x", "method": "CURRENCY", "percentPerExp": 37}, "images": [{"as": "ljgJrKUd", "caption": "pYY9kXou", "height": 26, "imageUrl": "SXnP27P6", "smallImageUrl": "zvPVYQsI", "width": 57}, {"as": "eN757g9d", "caption": "StIaivxH", "height": 25, "imageUrl": "Hc4IBxC1", "smallImageUrl": "lw46xgWi", "width": 80}, {"as": "TgFxMj53", "caption": "MPViV8EA", "height": 96, "imageUrl": "uEScROjt", "smallImageUrl": "5LaAIhHy", "width": 97}], "localizations": {"CFr2miCT": {"description": "bkPlFp1c", "title": "O2I6qNRa"}, "9AiBvjsa": {"description": "kPz9cERF", "title": "PbvZBYCS"}, "xG5P2WLk": {"description": "wapBpJt2", "title": "lyrOgTAT"}}, "name": "YdV2oZKO", "start": "1988-04-29T00:00:00Z", "tierItemId": "ZXUnKNwe"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'UpdateSeason' test.out #- 10 CloneSeason $PYTHON -m $MODULE 'seasonpass-clone-season' \ - 'V8nkTV0z' \ - --body '{"end": "1971-07-02T00:00:00Z", "name": "EvupXTuF", "start": "1974-03-05T00:00:00Z"}' \ + 'zme5jduR' \ + --body '{"end": "1983-09-23T00:00:00Z", "name": "Z6sf2fS4", "start": "1978-07-10T00:00:00Z"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'CloneSeason' test.out #- 11 GetFullSeason $PYTHON -m $MODULE 'seasonpass-get-full-season' \ - 'Wf1aBAZG' \ + 'HzXfLAIi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'GetFullSeason' test.out #- 12 QueryPasses $PYTHON -m $MODULE 'seasonpass-query-passes' \ - 'hBPZ4Fgd' \ + 'BEDWj5jF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'QueryPasses' test.out #- 13 CreatePass $PYTHON -m $MODULE 'seasonpass-create-pass' \ - '6K4RPAVb' \ - --body '{"autoEnroll": false, "code": "LstnDpj4", "displayOrder": 35, "images": [{"as": "yCwHsM2j", "caption": "mNcdkXi6", "height": 1, "imageUrl": "TV6Jip3N", "smallImageUrl": "qVP2ofGG", "width": 54}, {"as": "GsVo7CZ0", "caption": "H8iwZNnA", "height": 38, "imageUrl": "fJtutKFs", "smallImageUrl": "m0gIXpVR", "width": 78}, {"as": "NviVzdMh", "caption": "28fs8ut1", "height": 96, "imageUrl": "gWV1tGde", "smallImageUrl": "bECIY3ap", "width": 23}], "localizations": {"n6xSNSvG": {"description": "7ZokSCFD", "title": "dcFGHOnE"}, "S3F33bcA": {"description": "HuuF0QA9", "title": "4sjqKYKd"}, "fLO9kHaF": {"description": "kdCkA9rx", "title": "U4ZvfdSj"}}, "passItemId": "vEOJ20Gw"}' \ + '6tHNGEFs' \ + --body '{"autoEnroll": false, "code": "25Ue4wnV", "displayOrder": 7, "images": [{"as": "EyLydQgJ", "caption": "drylq8N0", "height": 0, "imageUrl": "nVi9PXbP", "smallImageUrl": "pLRGxcPr", "width": 92}, {"as": "6drvSXLh", "caption": "VmRW8r6d", "height": 3, "imageUrl": "NK9tjTrx", "smallImageUrl": "sxabEZ0T", "width": 97}, {"as": "YiNiutA5", "caption": "n6kA5D6i", "height": 64, "imageUrl": "dzvP3K5y", "smallImageUrl": "NTH5BAEX", "width": 10}], "localizations": {"0KrTBDAb": {"description": "AJ8I0x70", "title": "kpRaBGnA"}, "Rh4B9meI": {"description": "zONkMbnJ", "title": "HfCaa6gz"}, "nQQ6GyPE": {"description": "XXcelwmf", "title": "z0BykBKD"}}, "passItemId": "zRYYW6xC"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'CreatePass' test.out #- 14 GetPass $PYTHON -m $MODULE 'seasonpass-get-pass' \ - 'GvqVZbrm' \ - 'OYZ4zJ6q' \ + 'HPjKlExx' \ + 'Dd1FrNTq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'GetPass' test.out #- 15 DeletePass $PYTHON -m $MODULE 'seasonpass-delete-pass' \ - 'AOyeGCSe' \ - 'XQAZybos' \ + 'H9YnNXvK' \ + '6sZq5RC5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'DeletePass' test.out #- 16 UpdatePass $PYTHON -m $MODULE 'seasonpass-update-pass' \ - 'XvU9hir3' \ - 'wfvm9KbB' \ - --body '{"autoEnroll": false, "displayOrder": 4, "images": [{"as": "gGn2OVA3", "caption": "IG1wSR2j", "height": 36, "imageUrl": "Y8ukjXqD", "smallImageUrl": "cp8qfoN9", "width": 53}, {"as": "iKQJOZSw", "caption": "qzEohEH1", "height": 30, "imageUrl": "6QzYD9YB", "smallImageUrl": "yoSfY9m1", "width": 5}, {"as": "3htafT2R", "caption": "xUTnpoao", "height": 67, "imageUrl": "629aKPjD", "smallImageUrl": "zbjcpnDO", "width": 64}], "localizations": {"xnHAY3Tv": {"description": "Va0Gs7v6", "title": "8kS4BBrK"}, "ojHTpoxY": {"description": "Ls0uVZp4", "title": "Mz0aAk6j"}, "gkhg9AJS": {"description": "CX1eeLlQ", "title": "CmKLKh9P"}}, "passItemId": "zU6sDbQn"}' \ + 'PUrma0QM' \ + 'SwPEekBG' \ + --body '{"autoEnroll": true, "displayOrder": 37, "images": [{"as": "V9YWBRcR", "caption": "8LkifvQa", "height": 18, "imageUrl": "vWy8FngY", "smallImageUrl": "sNl3Y4Ci", "width": 38}, {"as": "XeiPx2IY", "caption": "EYxmzPGf", "height": 62, "imageUrl": "hxOrjhk3", "smallImageUrl": "wqBwpSFd", "width": 84}, {"as": "voeNtKBD", "caption": "lveXID75", "height": 27, "imageUrl": "KrMfY4K3", "smallImageUrl": "pL7fiZT3", "width": 67}], "localizations": {"eDJHTd59": {"description": "wW3Mi16Q", "title": "j1S2q85e"}, "YYlCQ1zP": {"description": "ZNY1CIyE", "title": "K4CTG0T9"}, "9pCajW86": {"description": "ZJkancwd", "title": "KwIWybdj"}}, "passItemId": "sGX9yFyz"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'UpdatePass' test.out #- 17 PublishSeason $PYTHON -m $MODULE 'seasonpass-publish-season' \ - 'aHs0cCBW' \ + '1RcjiFZ9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'PublishSeason' test.out #- 18 RetireSeason $PYTHON -m $MODULE 'seasonpass-retire-season' \ - 'KI5DKE24' \ + 'AbOJ3fIF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'RetireSeason' test.out #- 19 QueryRewards $PYTHON -m $MODULE 'seasonpass-query-rewards' \ - 'BJ4RRlsB' \ + 'QCfkQdIH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'QueryRewards' test.out #- 20 CreateReward $PYTHON -m $MODULE 'seasonpass-create-reward' \ - 'MJGymBlK' \ - --body '{"code": "0A6Bw7lJ", "currency": {"currencyCode": "RKJ6WmRk", "namespace": "JHN4mO63"}, "image": {"as": "MQNjhDDQ", "caption": "Z5x7jz0Q", "height": 45, "imageUrl": "tz5ShcKo", "smallImageUrl": "VhStCWex", "width": 64}, "itemId": "Ez4FaA0J", "quantity": 62, "type": "ITEM"}' \ + 'vc4FNA5S' \ + --body '{"code": "kST2fITZ", "currency": {"currencyCode": "tuAfNkOG", "namespace": "hj2mBRao"}, "image": {"as": "7phvymYw", "caption": "TT7GgVNn", "height": 20, "imageUrl": "hE8k907w", "smallImageUrl": "7GylyuZ5", "width": 44}, "itemId": "6Q7SSptj", "quantity": 72, "type": "CURRENCY"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'CreateReward' test.out #- 21 GetReward $PYTHON -m $MODULE 'seasonpass-get-reward' \ - 'xcJmwfDh' \ - 'bAVF0q40' \ + 'eCpuK75v' \ + 'Ta51IVGd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'GetReward' test.out #- 22 DeleteReward $PYTHON -m $MODULE 'seasonpass-delete-reward' \ - 'kGKGdgos' \ - 'gqr45kHQ' \ + 'r5fb9agr' \ + 'U7frUvqK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'DeleteReward' test.out #- 23 UpdateReward $PYTHON -m $MODULE 'seasonpass-update-reward' \ - '7sbo8i1p' \ - 'aycygZIZ' \ - --body '{"currency": {"currencyCode": "eQwcrHpm", "namespace": "qzoyDDYa"}, "image": {"as": "3I4L6X2C", "caption": "AMkF1m7N", "height": 92, "imageUrl": "zvi9BD6c", "smallImageUrl": "JXHtAI7h", "width": 35}, "itemId": "HoMPVHn0", "nullFields": ["jz7oQqhm", "0SBIdJWz", "RHTwrbUt"], "quantity": 70, "type": "ITEM"}' \ + 'XZuasuEA' \ + '5ViOO1wU' \ + --body '{"currency": {"currencyCode": "6rmAzLfD", "namespace": "LPTEH1vQ"}, "image": {"as": "7xFFMYkA", "caption": "WRHf8LhX", "height": 13, "imageUrl": "Yv0Y3R8L", "smallImageUrl": "X9TAq2zq", "width": 43}, "itemId": "fefewwWC", "nullFields": ["OQaS1q7s", "CC4m4kJs", "n3jhTWph"], "quantity": 94, "type": "ITEM"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'UpdateReward' test.out #- 24 QueryTiers $PYTHON -m $MODULE 'seasonpass-query-tiers' \ - '2Fo9vg7R' \ + 'VP13tyBJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'QueryTiers' test.out #- 25 CreateTier $PYTHON -m $MODULE 'seasonpass-create-tier' \ - '9Iwc3yjP' \ - --body '{"index": 34, "quantity": 86, "tier": {"requiredExp": 18, "rewards": {"CM7qjCnN": ["jreZvdqr", "wFpd9q70", "TVHe2Cuy"], "W0rkYffN": ["8gRUKE9u", "JW6mQtPr", "y1rYOlMz"], "iF8sTvxi": ["hpQciuFP", "uXGnVrtR", "dPxIv8a1"]}}}' \ + 'n1MRR88n' \ + --body '{"index": 71, "quantity": 99, "tier": {"requiredExp": 27, "rewards": {"61leBAlM": ["T7hIi7Yk", "zt36OGRK", "pxy09Td1"], "gToYu0Wu": ["h4BbPjZO", "WzNNvtE4", "P5cSGUYi"], "kMIAq5K7": ["7JIcz5Y7", "WrS8b2Nl", "GJySz3AS"]}}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'CreateTier' test.out #- 26 UpdateTier $PYTHON -m $MODULE 'seasonpass-update-tier' \ - 'tOvYL3cr' \ - 'qT4iiSR8' \ - --body '{"requiredExp": 71, "rewards": {"A3bZWPSD": ["u6ENilSv", "kgWZvT4f", "ukYAES9u"], "WrdGyX5P": ["hcUMFxoJ", "rC6XUnK5", "ThS2MyRk"], "4wseYcc5": ["LqicjJ5U", "vHrOFl4P", "GeOsvytP"]}}' \ + '4F2k4U6i' \ + 'j8Lcjcgf' \ + --body '{"requiredExp": 10, "rewards": {"TKTHNJP6": ["qfdmE2sK", "cOXQ4FTl", "rE56dRBn"], "nyP0K9gk": ["zjRyc4op", "yUlqsQ9N", "Vq8vf8Yn"], "3dbE9Eqo": ["I3UPkDAc", "UqR4oTex", "9zanuo9r"]}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'UpdateTier' test.out #- 27 DeleteTier $PYTHON -m $MODULE 'seasonpass-delete-tier' \ - 'xj3FHZ7B' \ - 'S7rsTPzO' \ + 'js1rT2oT' \ + 'j2shRbca' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'DeleteTier' test.out #- 28 ReorderTier $PYTHON -m $MODULE 'seasonpass-reorder-tier' \ - '7U8cxgB0' \ - '3JDtYEcz' \ - --body '{"newIndex": 89}' \ + '3AKShv6T' \ + 'jvsIHYt2' \ + --body '{"newIndex": 96}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'ReorderTier' test.out #- 29 UnpublishSeason $PYTHON -m $MODULE 'seasonpass-unpublish-season' \ - '52qbsAAR' \ + 'WMf9urxq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'UnpublishSeason' test.out #- 30 GetUserParticipatedSeasons $PYTHON -m $MODULE 'seasonpass-get-user-participated-seasons' \ - 'l6fFoLZL' \ + 'yCOgDepf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'GetUserParticipatedSeasons' test.out #- 31 GrantUserExp $PYTHON -m $MODULE 'seasonpass-grant-user-exp' \ - 'EQEu1ON7' \ - --body '{"exp": 16, "source": "PAID_FOR", "tags": ["UOIPG17P", "fSGlWVzf", "meXC1Iba"]}' \ + 'qcwsylzH' \ + --body '{"exp": 100, "source": "PAID_FOR", "tags": ["AVF3wedj", "i5rrjL2r", "UMn9Rx03"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'GrantUserExp' test.out #- 32 GrantUserPass $PYTHON -m $MODULE 'seasonpass-grant-user-pass' \ - 'xvrwt90u' \ - --body '{"passCode": "vGmGQoog", "passItemId": "Guc0zVCc"}' \ + '36wJHyCZ' \ + --body '{"passCode": "tTSb9yF1", "passItemId": "Gt7c7hCe"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'GrantUserPass' test.out #- 33 ExistsAnyPassByPassCodes $PYTHON -m $MODULE 'seasonpass-exists-any-pass-by-pass-codes' \ - 'znAR0q1K' \ + '0IFXftKZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'ExistsAnyPassByPassCodes' test.out #- 34 GetCurrentUserSeasonProgression $PYTHON -m $MODULE 'seasonpass-get-current-user-season-progression' \ - 'l3hchD38' \ + 'ziguZNyH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'GetCurrentUserSeasonProgression' test.out #- 35 CheckSeasonPurchasable $PYTHON -m $MODULE 'seasonpass-check-season-purchasable' \ - '6T7KADYq' \ - --body '{"passItemId": "Xpu5Zw4z", "tierItemCount": 51, "tierItemId": "SI7WjsLA"}' \ + 'Z9EVCYzS' \ + --body '{"passItemId": "1zXuIN9O", "tierItemCount": 71, "tierItemId": "n9RL6hWp"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'CheckSeasonPurchasable' test.out #- 36 ResetUserSeason $PYTHON -m $MODULE 'seasonpass-reset-user-season' \ - 'eIoKIDtT' \ + 'P4Z7trbh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'ResetUserSeason' test.out #- 37 GrantUserTier $PYTHON -m $MODULE 'seasonpass-grant-user-tier' \ - 'Iohtfy4C' \ - --body '{"count": 89, "source": "PAID_FOR", "tags": ["Lpu7dEET", "crLTGLDV", "jNY7k3IN"]}' \ + 'wQMoZRKY' \ + --body '{"count": 86, "source": "PAID_FOR", "tags": ["VZWHXD8B", "RzhJu5uk", "TBWNFBcG"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'GrantUserTier' test.out #- 38 QueryUserExpGrantHistory $PYTHON -m $MODULE 'seasonpass-query-user-exp-grant-history' \ - '5E9q1ORK' \ + 'HkLVbr8x' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'QueryUserExpGrantHistory' test.out #- 39 QueryUserExpGrantHistoryTag $PYTHON -m $MODULE 'seasonpass-query-user-exp-grant-history-tag' \ - 'KvVnITqV' \ + 'Axzutv9Q' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'QueryUserExpGrantHistoryTag' test.out #- 40 GetUserSeason $PYTHON -m $MODULE 'seasonpass-get-user-season' \ - 'iYilM70C' \ - '63snDsEg' \ + 'Un1N9WIm' \ + 'oPFGmzXD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'GetUserSeason' test.out @@ -402,30 +402,30 @@ eval_tap $? 41 'PublicGetCurrentSeason' test.out #- 42 PublicGetCurrentUserSeason $PYTHON -m $MODULE 'seasonpass-public-get-current-user-season' \ - '0xwRCXil' \ + 'dy5eZ4go' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'PublicGetCurrentUserSeason' test.out #- 43 PublicClaimUserReward $PYTHON -m $MODULE 'seasonpass-public-claim-user-reward' \ - 'bC6Z72oP' \ - --body '{"passCode": "wE83QDrP", "rewardCode": "MWlVbkJS", "tierIndex": 63}' \ + 'I9UXdUsn' \ + --body '{"passCode": "HrRlpXGV", "rewardCode": "rEdDG1of", "tierIndex": 3}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'PublicClaimUserReward' test.out #- 44 PublicBulkClaimUserRewards $PYTHON -m $MODULE 'seasonpass-public-bulk-claim-user-rewards' \ - 'zC3wWmVG' \ + 'MUFy4K39' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'PublicBulkClaimUserRewards' test.out #- 45 PublicGetUserSeason $PYTHON -m $MODULE 'seasonpass-public-get-user-season' \ - 'Tc4lSS51' \ - 'Omxw5gEV' \ + '3dEsdijf' \ + 'RIQ45NHJ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'PublicGetUserSeason' test.out diff --git a/samples/cli/tests/session-cli-test.sh b/samples/cli/tests/session-cli-test.sh index 46714a4f4..2c8175b5e 100644 --- a/samples/cli/tests/session-cli-test.sh +++ b/samples/cli/tests/session-cli-test.sh @@ -34,74 +34,74 @@ session-get-healthcheck-info-v1 --login_with_auth "Bearer foo" session-admin-get-dsmc-configuration-default --login_with_auth "Bearer foo" session-admin-list-environment-variables --login_with_auth "Bearer foo" session-admin-list-global-configuration --login_with_auth "Bearer foo" -session-admin-update-global-configuration '{"regionRetryMapping": {"JBYRqFq8": ["GbAorarN", "dnW78jGO", "E95p5uBg"], "8AjsbyEj": ["gqCVIX3Z", "NQIvKON6", "vSAX8hfE"], "YJCZ3qa7": ["Vbp3wbhg", "W9T1WuQZ", "pbUSa8iA"]}, "regionURLMapping": ["09ndbOPp", "jwdMAuOV", "bXNzaXv6"], "testGameMode": "ZSIXwIxR", "testRegionURLMapping": ["Mga4n3rG", "P9eor0c0", "No8E5rQb"], "testTargetUserIDs": ["nh7mt36l", "lcDGMjJU", "FkzPHRlO"]}' --login_with_auth "Bearer foo" +session-admin-update-global-configuration '{"regionRetryMapping": {"ElLmSkik": ["xGRuk2Gs", "jhv0SRNV", "5XLeGJ7Z"], "gCv5sdSC": ["odIs2u3U", "IJF9kOHC", "WrmYUF7Q"], "PMyMCNZh": ["3rxv0ULD", "uIIStgsC", "f1XlX2tl"]}, "regionURLMapping": ["hLWQhemZ", "utcj0bc5", "PNhuS0PS"], "testGameMode": "UXlSlq76", "testRegionURLMapping": ["PkWUICBy", "maaFSImX", "gyZL8OzQ"], "testTargetUserIDs": ["gku4UQj6", "MT4RTCwQ", "zwvpurmi"]}' --login_with_auth "Bearer foo" session-admin-delete-global-configuration --login_with_auth "Bearer foo" session-admin-get-configuration-alert-v1 --login_with_auth "Bearer foo" -session-admin-update-configuration-alert-v1 '{"durationDays": 51}' --login_with_auth "Bearer foo" -session-admin-create-configuration-alert-v1 '{"durationDays": 93}' --login_with_auth "Bearer foo" +session-admin-update-configuration-alert-v1 '{"durationDays": 17}' --login_with_auth "Bearer foo" +session-admin-create-configuration-alert-v1 '{"durationDays": 39}' --login_with_auth "Bearer foo" session-admin-delete-configuration-alert-v1 --login_with_auth "Bearer foo" -session-handle-upload-xbox-pfx-certificate 'D1cTVSDI' 'tmp.dat' 'HXIxmI9p' --login_with_auth "Bearer foo" -session-admin-create-configuration-template-v1 '{"NativeSessionSetting": {"PSNServiceLabel": 59, "PSNSupportedPlatforms": ["iDU5TmLh", "uecin31o", "bUOOfYmF"], "SessionTitle": "L0NwaFOo", "ShouldSync": false, "XboxAllowCrossPlatform": true, "XboxSandboxID": "O35YSxfp", "XboxServiceConfigID": "wXw1CSXq", "XboxSessionTemplateName": "NtVupniw", "XboxTitleID": "etUe4kd4", "localizedSessionName": {"qWukOdAX": {}, "fVScty0k": {}, "fHbUYDbl": {}}}, "PSNBaseUrl": "Xv1VJnnm", "attributes": {"HMF5Yng1": {}, "dQhHrssx": {}, "aosTt4B3": {}}, "autoJoin": false, "clientVersion": "6JngocYR", "deployment": "J27JSiis", "disableCodeGeneration": false, "dsManualSetReady": false, "dsSource": "rAPVlD9F", "enableSecret": false, "fallbackClaimKeys": ["EA94WWkB", "tYdiySM2", "ghypdHw2"], "immutableStorage": true, "inactiveTimeout": 60, "inviteTimeout": 60, "joinability": "GdXemLW5", "leaderElectionGracePeriod": 6, "maxActiveSessions": 81, "maxPlayers": 71, "minPlayers": 34, "name": "CzAZXLRN", "persistent": false, "preferredClaimKeys": ["itKE3yRh", "TwaU4CMr", "raCaoFsT"], "requestedRegions": ["YEbzUujl", "WiZK59Vv", "YpcJYC2h"], "textChat": false, "tieTeamsSessionLifetime": true, "type": "s9rOzQ9r"}' --login_with_auth "Bearer foo" +session-handle-upload-xbox-pfx-certificate 'Slidw2IN' 'tmp.dat' 'wxPi77fw' --login_with_auth "Bearer foo" +session-admin-create-configuration-template-v1 '{"NativeSessionSetting": {"PSNServiceLabel": 90, "PSNSupportedPlatforms": ["wv12v3Xc", "o92jry2k", "ihHXQfcj"], "SessionTitle": "2LYGaerJ", "ShouldSync": false, "XboxAllowCrossPlatform": true, "XboxSandboxID": "LmBQGxnj", "XboxServiceConfigID": "1xK1mUgi", "XboxSessionTemplateName": "UfRuRe5u", "XboxTitleID": "JXzQm0Q3", "localizedSessionName": {"Idj2JyEh": {}, "NlFIOXEO": {}, "pJSARQTc": {}}}, "PSNBaseUrl": "In5tgZkH", "attributes": {"u2QbP3L5": {}, "rOWviVxG": {}, "BcrLunef": {}}, "autoJoin": true, "clientVersion": "AoJXB7RN", "deployment": "YZF5vjei", "disableCodeGeneration": true, "dsManualSetReady": true, "dsSource": "uGKZPrkG", "enableSecret": true, "fallbackClaimKeys": ["ZynKmxeu", "R0cdOm07", "Unl1tkwy"], "immutableStorage": false, "inactiveTimeout": 60, "inviteTimeout": 69, "joinability": "fdn9XeMl", "leaderElectionGracePeriod": 28, "manualRejoin": true, "maxActiveSessions": 22, "maxPlayers": 0, "minPlayers": 85, "name": "IDyh5fPl", "persistent": true, "preferredClaimKeys": ["3MZzHSAK", "WzTf5lag", "JNVzjNIq"], "requestedRegions": ["I7Vr5NOv", "yEgIJXv6", "IwPZo7DW"], "textChat": true, "tieTeamsSessionLifetime": true, "type": "nBxegBSy"}' --login_with_auth "Bearer foo" session-admin-get-all-configuration-templates-v1 --login_with_auth "Bearer foo" -session-admin-get-configuration-template-v1 'H7Rpj71J' --login_with_auth "Bearer foo" -session-admin-update-configuration-template-v1 '{"NativeSessionSetting": {"PSNServiceLabel": 16, "PSNSupportedPlatforms": ["nc8WiE3W", "ka2lb2m2", "28eadNX5"], "SessionTitle": "iJQIixme", "ShouldSync": true, "XboxAllowCrossPlatform": false, "XboxSandboxID": "TkAG4g35", "XboxServiceConfigID": "zi7MLfNi", "XboxSessionTemplateName": "PbK4N8OW", "XboxTitleID": "WbD1BYbh", "localizedSessionName": {"Im7bdTDw": {}, "tXJkZ8Bp": {}, "13xzIL9q": {}}}, "PSNBaseUrl": "4iveKPTj", "attributes": {"tu86Jshm": {}, "vLW7FtAS": {}, "Uv0Pzuc2": {}}, "autoJoin": false, "clientVersion": "cBpuj7Ue", "deployment": "fe9ROBPr", "disableCodeGeneration": false, "dsManualSetReady": false, "dsSource": "gnHbWwm3", "enableSecret": false, "fallbackClaimKeys": ["482bfiWN", "bqih5pEm", "OuBtNMXG"], "immutableStorage": false, "inactiveTimeout": 99, "inviteTimeout": 53, "joinability": "GUQTF8ZA", "leaderElectionGracePeriod": 32, "maxActiveSessions": 27, "maxPlayers": 19, "minPlayers": 87, "name": "FAWu7qfs", "persistent": false, "preferredClaimKeys": ["R3KX2vcs", "duYao9sS", "WxtmJzBb"], "requestedRegions": ["jEFhbLYa", "LQMrjrJ7", "oKReFVJP"], "textChat": false, "tieTeamsSessionLifetime": true, "type": "yC3Vv0ox"}' 'J0kcnqO4' --login_with_auth "Bearer foo" -session-admin-delete-configuration-template-v1 'B8BYEwDe' --login_with_auth "Bearer foo" -session-admin-get-member-active-session 'aleBmpfm' 'IuT7d2DB' --login_with_auth "Bearer foo" -session-admin-reconcile-max-active-session '{"userID": "eHgYtr61"}' 'aGzBWuk3' --login_with_auth "Bearer foo" +session-admin-get-configuration-template-v1 'GVbxYNLG' --login_with_auth "Bearer foo" +session-admin-update-configuration-template-v1 '{"NativeSessionSetting": {"PSNServiceLabel": 86, "PSNSupportedPlatforms": ["7qRhg0lQ", "jQYo02Py", "2xD8Av8h"], "SessionTitle": "hwGFCl9a", "ShouldSync": false, "XboxAllowCrossPlatform": false, "XboxSandboxID": "a73qV23C", "XboxServiceConfigID": "qlhaZ6tR", "XboxSessionTemplateName": "w6oLVm5p", "XboxTitleID": "Dzk240EJ", "localizedSessionName": {"eZn0qRhc": {}, "SMx52miO": {}, "4f0yMsGY": {}}}, "PSNBaseUrl": "nTNV3t3A", "attributes": {"DESBGmeJ": {}, "SdnZOyCD": {}, "yTog1zD0": {}}, "autoJoin": true, "clientVersion": "UFOXW1oS", "deployment": "fm3dO6QV", "disableCodeGeneration": false, "dsManualSetReady": false, "dsSource": "RgfdRSe5", "enableSecret": false, "fallbackClaimKeys": ["6ou3P55u", "reDfpPJ6", "3rb7JUZd"], "immutableStorage": true, "inactiveTimeout": 41, "inviteTimeout": 76, "joinability": "WZZL85gx", "leaderElectionGracePeriod": 98, "manualRejoin": false, "maxActiveSessions": 36, "maxPlayers": 67, "minPlayers": 48, "name": "Y61BLPLR", "persistent": true, "preferredClaimKeys": ["k7fzt4zM", "lGzkjpap", "tADLSwzl"], "requestedRegions": ["r2KNIOds", "gojprdvq", "tmWxqni3"], "textChat": true, "tieTeamsSessionLifetime": false, "type": "w4BsvvI4"}' 'xqg5k5Pj' --login_with_auth "Bearer foo" +session-admin-delete-configuration-template-v1 'OfUG6xkX' --login_with_auth "Bearer foo" +session-admin-get-member-active-session 'c93ooo30' 'gvUtX2YG' --login_with_auth "Bearer foo" +session-admin-reconcile-max-active-session '{"userID": "SwLmJR1q"}' 'fdyrOqOa' --login_with_auth "Bearer foo" session-admin-get-dsmc-configuration --login_with_auth "Bearer foo" session-admin-sync-dsmc-configuration --login_with_auth "Bearer foo" session-admin-query-game-sessions --login_with_auth "Bearer foo" -session-admin-query-game-sessions-by-attributes '{"IUef0jAw": {}, "xHLmuh0w": {}, "1ER9iRMR": {}}' --login_with_auth "Bearer foo" -session-admin-delete-bulk-game-sessions '{"ids": ["xAcrIQ1g", "btrzkIAX", "ltKgcBlq"]}' --login_with_auth "Bearer foo" -session-admin-set-ds-ready '{"ready": false}' '2Spdn7N6' --login_with_auth "Bearer foo" -session-admin-update-game-session-member 'v9LD6dLl' 'uVQAyuGh' 'OXo9SGLg' --login_with_auth "Bearer foo" +session-admin-query-game-sessions-by-attributes '{"sTH5mvyj": {}, "ZrTmbcxD": {}, "BDYdMlOj": {}}' --login_with_auth "Bearer foo" +session-admin-delete-bulk-game-sessions '{"ids": ["PKzpY5WP", "XwllGDFu", "qO9fHqNs"]}' --login_with_auth "Bearer foo" +session-admin-set-ds-ready '{"ready": true}' 'mT1QGbNU' --login_with_auth "Bearer foo" +session-admin-update-game-session-member 'zrVKoJsV' 'xhha2xSA' 'WHDue1jC' --login_with_auth "Bearer foo" session-admin-get-list-native-session --login_with_auth "Bearer foo" session-admin-query-parties --login_with_auth "Bearer foo" session-admin-get-platform-credentials --login_with_auth "Bearer foo" -session-admin-update-platform-credentials '{"psn": {"clientId": "Kr8QaBPi", "clientSecret": "8QYNUB5C", "scope": "uDM92AKt"}}' --login_with_auth "Bearer foo" +session-admin-update-platform-credentials '{"psn": {"clientId": "fT3B2EZC", "clientSecret": "q9yIFRfj", "scope": "svOyUrYk"}}' --login_with_auth "Bearer foo" session-admin-delete-platform-credentials --login_with_auth "Bearer foo" -session-admin-read-session-storage '2VxBY8VM' --login_with_auth "Bearer foo" -session-admin-delete-user-session-storage 'XvEYiCPz' --login_with_auth "Bearer foo" -session-admin-read-user-session-storage 'c0Yy6eGQ' 'SF0FbZGP' --login_with_auth "Bearer foo" +session-admin-read-session-storage 'SsjskjaM' --login_with_auth "Bearer foo" +session-admin-delete-user-session-storage 'eyfF80R7' --login_with_auth "Bearer foo" +session-admin-read-user-session-storage 'dmdEcgsL' 'PEbvfMsf' --login_with_auth "Bearer foo" session-admin-query-player-attributes --login_with_auth "Bearer foo" -session-admin-get-player-attributes 'm1bumYeV' --login_with_auth "Bearer foo" -session-create-game-session '{"attributes": {"tHw1l1Sq": {}, "d3YtsCWn": {}, "eiVuXuwN": {}}, "autoJoin": true, "backfillTicketID": "nOy2zV54", "clientVersion": "idngeK4y", "configurationName": "xFOirMML", "deployment": "vOfjl4oy", "dsSource": "4Uw96hSJ", "fallbackClaimKeys": ["49oINPAZ", "7Az77ary", "C5kgEaNM"], "inactiveTimeout": 19, "inviteTimeout": 3, "joinability": "GWnFtKjm", "matchPool": "Fv9GpWAD", "maxPlayers": 43, "minPlayers": 64, "preferredClaimKeys": ["eWh36FaA", "VC3KNkkj", "ibW5z386"], "requestedRegions": ["ojfZJ7WA", "VV0VG78w", "EnOeByrm"], "serverName": "iAmDLYrl", "teams": [{"UserIDs": ["ghe3tNDx", "RkhJa94Y", "uerlkaEM"], "parties": [{"partyID": "ai3dg2ye", "userIDs": ["bwCIk5sG", "Dc3rA42k", "cVBBSxIJ"]}, {"partyID": "5xgKPtvg", "userIDs": ["6ZTEY3UP", "MmOAJ225", "q878sIop"]}, {"partyID": "oax29M5H", "userIDs": ["vWetDhod", "505MJ6Ip", "4VQ5Mb9Q"]}]}, {"UserIDs": ["HD6OQ1F4", "eIOYfpmg", "qqRzkl97"], "parties": [{"partyID": "ndab6b0m", "userIDs": ["l1qD2fSF", "xVzzgfpr", "7iylVk9z"]}, {"partyID": "VPIpAzO1", "userIDs": ["rdsIP8BD", "2bYd4wPA", "VNd2Qzse"]}, {"partyID": "No6Bt1aT", "userIDs": ["4zjlQCOf", "X5NIdw3g", "Kkojpjsf"]}]}, {"UserIDs": ["spKOMRsB", "Vtu3jbIp", "csbK2e0A"], "parties": [{"partyID": "BsLQdn4T", "userIDs": ["5VKprHiX", "gE5TA74s", "t64UGzwn"]}, {"partyID": "HkcaEXDE", "userIDs": ["CK39zLyd", "QBf3mQRY", "scTUzqTl"]}, {"partyID": "rVphSGod", "userIDs": ["BlbB0lan", "Gx7xIPvf", "fyI22XT6"]}]}], "textChat": false, "ticketIDs": ["LopCjmSb", "mgFV4f6E", "zcu730Ax"], "tieTeamsSessionLifetime": true, "type": "c88W7OmB"}' --login_with_auth "Bearer foo" -session-public-query-game-sessions-by-attributes '{"l8D2hUA6": {}, "ufsGJx0w": {}, "ueJsX5No": {}}' --login_with_auth "Bearer foo" -session-public-session-join-code '{"code": "WXkYXsPo"}' --login_with_auth "Bearer foo" -session-get-game-session-by-pod-name 'np6HKsiW' --login_with_auth "Bearer foo" -session-get-game-session '8UqdhQmM' --login_with_auth "Bearer foo" -session-update-game-session '{"attributes": {"7t3n9VaU": {}, "2vkHjfcf": {}, "CleTe5Sd": {}}, "backfillTicketID": "hF39aiCO", "clientVersion": "xs9Nkwtx", "deployment": "NzUBCRHe", "fallbackClaimKeys": ["NMhQfFXY", "qztJO4M2", "XYB2tkBS"], "inactiveTimeout": 66, "inviteTimeout": 88, "joinability": "QSBhsJ4f", "matchPool": "4t1NKFmW", "maxPlayers": 78, "minPlayers": 1, "preferredClaimKeys": ["PuosgiQY", "iAYyfet2", "7YkaRxFq"], "requestedRegions": ["qmnQQtwa", "V4jSjFjn", "rDIRvCFi"], "teams": [{"UserIDs": ["U9VG736C", "WNMoJHNg", "0pz2FlNe"], "parties": [{"partyID": "273yHC56", "userIDs": ["RZ0FsKZM", "U8VuHglh", "p9XiwwBt"]}, {"partyID": "9zl3I89A", "userIDs": ["LssEzhEf", "UQUlOaX2", "GR3004Hu"]}, {"partyID": "chTRrSmN", "userIDs": ["g9V1o8xv", "tVhRjEZg", "tqh0k1hg"]}]}, {"UserIDs": ["beWIidQH", "uRLsj2Ge", "NHnj4Hzv"], "parties": [{"partyID": "tidmaNWp", "userIDs": ["T1pVVpFG", "jXyC6I5w", "6BLgzaoK"]}, {"partyID": "Q9oHzpa8", "userIDs": ["oy5eSTBZ", "AVoHfrGR", "4cTaGMua"]}, {"partyID": "S53rwgU1", "userIDs": ["kDHB53Wy", "8fy1TGAu", "7KThsfn5"]}]}, {"UserIDs": ["PBJnJVAy", "OzlcvbHG", "P4g7bBwd"], "parties": [{"partyID": "0LEVYqEG", "userIDs": ["Fiy7LlJN", "LjGE8gQJ", "ln9lxaaU"]}, {"partyID": "Ytm7JrGd", "userIDs": ["nbcxn9IJ", "NeuYSJWg", "txATwYBd"]}, {"partyID": "K8kkhyNe", "userIDs": ["3RohtR3o", "LjnhGSEW", "N58n0bN1"]}]}], "ticketIDs": ["5kQA7DN3", "Ia0fF7za", "4h5IfxDg"], "tieTeamsSessionLifetime": false, "type": "c64Aa1Cq", "version": 10}' 'O3UpCLdS' --login_with_auth "Bearer foo" -session-delete-game-session 'EmimKC0L' --login_with_auth "Bearer foo" -session-patch-update-game-session '{"attributes": {"8ghO2UAQ": {}, "jb2C5DoP": {}, "qWOhSyb8": {}}, "backfillTicketID": "DTgOkpeW", "clientVersion": "g49PgDwO", "deployment": "2Sne6MS3", "fallbackClaimKeys": ["Cwd2Vnm3", "XPdi0uZu", "Fxn2kpjs"], "inactiveTimeout": 17, "inviteTimeout": 58, "joinability": "35z71tiC", "matchPool": "m5hOspTS", "maxPlayers": 12, "minPlayers": 4, "preferredClaimKeys": ["IxmWvh2C", "2PBXOv1m", "dEcoEvvk"], "requestedRegions": ["lnEhBo2w", "GQe4gHmj", "AHp4ZE7l"], "teams": [{"UserIDs": ["ZkzMjtN3", "6apTJD1J", "p48DDqWq"], "parties": [{"partyID": "9DhiBTMP", "userIDs": ["fjyn0Ttw", "8OhKIsdz", "vYWpOK8Z"]}, {"partyID": "u7em989Y", "userIDs": ["be33Qcp2", "PE938Z6S", "J93bSTfy"]}, {"partyID": "Jjb4Abix", "userIDs": ["oXY0aXq8", "sWHCdaB8", "M2b6bVBg"]}]}, {"UserIDs": ["vde5alPC", "L2MeAUeW", "36yFi2On"], "parties": [{"partyID": "jHHdf8Xb", "userIDs": ["BT9IznNo", "3CEzjDOI", "DIhiOdYG"]}, {"partyID": "bX70MMET", "userIDs": ["Or8MKNLY", "8jsI6RZZ", "mDg8iPDr"]}, {"partyID": "QLBAZnux", "userIDs": ["PhBnsCM2", "zbIu5y29", "saPXXOeo"]}]}, {"UserIDs": ["v3usHiXL", "k3G9flD9", "N4PvLkUa"], "parties": [{"partyID": "EeGetjtj", "userIDs": ["jXa9P14d", "FdFTMDo9", "1SGVRGuz"]}, {"partyID": "4sHyznpu", "userIDs": ["1JDr8Udd", "4RmnAavz", "u3ZmN3d9"]}, {"partyID": "a13AMq7T", "userIDs": ["bsxJ2Vsm", "XKQm3haW", "v9jNKFV5"]}]}], "ticketIDs": ["Sinyf3s8", "OuKErxr6", "zGhjRjoG"], "tieTeamsSessionLifetime": true, "type": "fRUhk8tV", "version": 86}' '7xO1YB6m' --login_with_auth "Bearer foo" -session-update-game-session-backfill-ticket-id '{"backfillTicketID": "YBGBO9JN"}' 'Eyy2KUj5' --login_with_auth "Bearer foo" -session-game-session-generate-code 'AWAo2T2s' --login_with_auth "Bearer foo" -session-public-revoke-game-session-code 'e2YYmQWo' --login_with_auth "Bearer foo" -session-public-game-session-invite '{"platformID": "Hi4ZGoaO", "userID": "Eg3he9co"}' '8kVafGWA' --login_with_auth "Bearer foo" -session-join-game-session '5PM80gub' --login_with_auth "Bearer foo" -session-public-promote-game-session-leader '{"leaderID": "oQOOrXsB"}' 'zXO8PNYT' --login_with_auth "Bearer foo" -session-leave-game-session 'a4W3DVsO' --login_with_auth "Bearer foo" -session-public-game-session-reject 'GLZLBMtE' --login_with_auth "Bearer foo" -session-get-session-server-secret 'FV6Dn6yo' --login_with_auth "Bearer foo" -session-append-team-game-session '{"additionalMembers": [{"partyID": "SBG6jgEz", "userIDs": ["6NiF9JOw", "PHBdQ7cg", "PopQLTKf"]}, {"partyID": "6MRJq5Za", "userIDs": ["Rby2pHVF", "ZfFPffU0", "2eE1nrwe"]}, {"partyID": "wS6AHtKR", "userIDs": ["va55qbQ7", "bK99sz1e", "x5xdwVfL"]}], "proposedTeams": [{"UserIDs": ["gG2Nrcep", "w1LW5CxC", "uc4IIxCE"], "parties": [{"partyID": "C1IU7c9r", "userIDs": ["1e4cHeC6", "zsX1Oy6W", "YsGRn3J0"]}, {"partyID": "e550Cdhk", "userIDs": ["DRemUNwU", "vvcqNO2Z", "4kvBqJ9l"]}, {"partyID": "IyZQ1LPR", "userIDs": ["I1N1By6d", "5sSfDjS2", "jPcJHmLc"]}]}, {"UserIDs": ["OO4KiHOR", "SPVZu2Wf", "PilQ5wBS"], "parties": [{"partyID": "4pyenpKF", "userIDs": ["PSFkt1Np", "gGtJO0Rk", "sSWtjLnB"]}, {"partyID": "ZjB8iqY8", "userIDs": ["zWZzeern", "iYxLFDEJ", "xLO4gB1t"]}, {"partyID": "O77RD7Tw", "userIDs": ["MpSJV6o5", "k9sK5CUt", "k2q6eCra"]}]}, {"UserIDs": ["vtzKT1p7", "ZXRsQHAB", "Sj0rCIZA"], "parties": [{"partyID": "RYRU0xzC", "userIDs": ["bfmhdqCp", "JP9EAw4R", "MxUoTg1n"]}, {"partyID": "M9SFd2KV", "userIDs": ["zDAPbMRK", "MIPM8h0o", "KIRlOxjA"]}, {"partyID": "3bESXsaT", "userIDs": ["3u8BZ65Q", "CYVdmYxZ", "aL9o453H"]}]}], "version": 74}' 'wbbBxQs1' --login_with_auth "Bearer foo" -session-public-party-join-code '{"code": "h4ZqPd9O"}' --login_with_auth "Bearer foo" -session-public-get-party 'pwmLY2kn' --login_with_auth "Bearer foo" -session-public-update-party '{"attributes": {"5QdLYPo4": {}, "GOOcZghU": {}, "2cCwE21K": {}}, "inactiveTimeout": 92, "inviteTimeout": 87, "joinability": "VbxhLD0S", "maxPlayers": 17, "minPlayers": 62, "type": "O5Akwh6M", "version": 93}' 'Xiok2ubn' --login_with_auth "Bearer foo" -session-public-patch-update-party '{"attributes": {"nWWyx1Cf": {}, "WR0YDZUO": {}, "ryH9NMD3": {}}, "inactiveTimeout": 54, "inviteTimeout": 68, "joinability": "eEuwrJSE", "maxPlayers": 15, "minPlayers": 57, "type": "cYyElPwC", "version": 0}' 'NRJucfDH' --login_with_auth "Bearer foo" -session-public-generate-party-code 'N7LqeGtM' --login_with_auth "Bearer foo" -session-public-revoke-party-code 'mwCAyDQC' --login_with_auth "Bearer foo" -session-public-party-invite '{"platformID": "r7y8Talu", "userID": "Euc63BUe"}' 'mJ2g93q1' --login_with_auth "Bearer foo" -session-public-promote-party-leader '{"leaderID": "8MGHtLf5"}' 'u1kewUSu' --login_with_auth "Bearer foo" -session-public-party-join 'FyF7hlw1' --login_with_auth "Bearer foo" -session-public-party-leave 'Wt7SuQv4' --login_with_auth "Bearer foo" -session-public-party-reject 'J7boFoQ8' --login_with_auth "Bearer foo" -session-public-party-kick 'm3yykAnp' 'TSk26UfF' --login_with_auth "Bearer foo" -session-public-create-party '{"attributes": {"gTXq8mjb": {}, "tvPvMXic": {}, "Z4XGVqmf": {}}, "configurationName": "6LoH8Zdc", "inactiveTimeout": 96, "inviteTimeout": 60, "joinability": "k7TSME2X", "maxPlayers": 44, "members": [{"ID": "aGfLkL8s", "PlatformID": "FdQzjDCZ", "PlatformUserID": "mkzXyhQa"}, {"ID": "rKAe2Fgj", "PlatformID": "MueHVeIn", "PlatformUserID": "Bz2qBICY"}, {"ID": "m1fZHzQn", "PlatformID": "0SbjctIu", "PlatformUserID": "w6EOPc43"}], "minPlayers": 23, "textChat": true, "type": "Ulan7Rqo"}' --login_with_auth "Bearer foo" +session-admin-get-player-attributes '0JTNWLqV' --login_with_auth "Bearer foo" +session-create-game-session '{"attributes": {"TYqYKOvV": {}, "Dfox035r": {}, "ePF1bjMR": {}}, "autoJoin": false, "backfillTicketID": "0iN4G2Wb", "clientVersion": "3fbtdArN", "configurationName": "EXPDuf1P", "deployment": "zdbS5HoS", "dsSource": "bIDkIKo7", "fallbackClaimKeys": ["CVwDx67R", "vP4NfvT3", "7fnVdykh"], "inactiveTimeout": 0, "inviteTimeout": 29, "joinability": "vTbIDANg", "matchPool": "jEmYJQLb", "maxPlayers": 75, "minPlayers": 90, "preferredClaimKeys": ["k1V8QrIr", "vUjWqVDt", "u0mZhf3O"], "requestedRegions": ["PKTJFER8", "es0ExdLh", "oGURIlnM"], "serverName": "wTMwE7FY", "teams": [{"UserIDs": ["av6V9GP9", "zhL1Y9bf", "57E1lYjt"], "parties": [{"partyID": "fEXSeFF2", "userIDs": ["nkgmyehT", "VxhpHTqt", "zHS57eDr"]}, {"partyID": "EpdFm3KM", "userIDs": ["WEJUOW9X", "LVCAmjN4", "PfzlGEol"]}, {"partyID": "2eB3DzW0", "userIDs": ["9mZzvK44", "a2rOh6HM", "ak4GwQUy"]}]}, {"UserIDs": ["vtmLC1E6", "J2I5tfDy", "PIVnVVHv"], "parties": [{"partyID": "xXw6iKOW", "userIDs": ["DXLWEjrc", "n5hEikaA", "bWuuoRrm"]}, {"partyID": "6kXnaKGc", "userIDs": ["eYMJ1q7I", "Ci0XQzcR", "GCeU7opq"]}, {"partyID": "cun2x6Ge", "userIDs": ["UkWXVYqT", "U9RbpZBJ", "WOZ59VWg"]}]}, {"UserIDs": ["bmbj5bJY", "BSisAUqo", "gdcnKNlB"], "parties": [{"partyID": "doawX71G", "userIDs": ["G78hsxDE", "lWHDgxNy", "I2ZJqQbt"]}, {"partyID": "fLjs6r7o", "userIDs": ["GGC00dLU", "YT6QXSWX", "LJAS3hL9"]}, {"partyID": "0QjR8Xbk", "userIDs": ["ZT2Zxpki", "IRsKysWd", "4D7pUNwX"]}]}], "textChat": true, "ticketIDs": ["f7AjX9m4", "yhASVV4N", "mbBPE1mH"], "tieTeamsSessionLifetime": true, "type": "2kNVW7nF"}' --login_with_auth "Bearer foo" +session-public-query-game-sessions-by-attributes '{"tDGS9qt6": {}, "mMzLVARc": {}, "ER1T8g3W": {}}' --login_with_auth "Bearer foo" +session-public-session-join-code '{"code": "O8WyY1UE"}' --login_with_auth "Bearer foo" +session-get-game-session-by-pod-name 'Tt0Pn8FC' --login_with_auth "Bearer foo" +session-get-game-session 'vKkHu40D' --login_with_auth "Bearer foo" +session-update-game-session '{"attributes": {"5lsKuc0t": {}, "u8JArfGJ": {}, "QDrzoznH": {}}, "backfillTicketID": "ujbvc7fu", "clientVersion": "SMSYeJuB", "deployment": "iqM5b3LB", "fallbackClaimKeys": ["uffAyg5V", "BrirnYdC", "8I0iBJZ8"], "inactiveTimeout": 55, "inviteTimeout": 100, "joinability": "jPxuxF6T", "matchPool": "MfR1WDct", "maxPlayers": 71, "minPlayers": 78, "preferredClaimKeys": ["8bbsZB7z", "glXifukW", "Ihmg6k8b"], "requestedRegions": ["XnbkiDv0", "BvGrRMM8", "0fe3cXua"], "teams": [{"UserIDs": ["tCxvtEv4", "H6AGAKnS", "mYjHo0eE"], "parties": [{"partyID": "P9PxKgau", "userIDs": ["ZuwSWc2k", "q60ZRGOZ", "JrGWPQuI"]}, {"partyID": "MbMDrZoI", "userIDs": ["7iEnMjlY", "nJeMOLVx", "EfSJJyrZ"]}, {"partyID": "FTn77Dvl", "userIDs": ["rxhx3Bsg", "9KwVdFKY", "U9oIEUBg"]}]}, {"UserIDs": ["iKhf4Iyr", "0b7YG1J4", "vgA74W7m"], "parties": [{"partyID": "wqJp0VkZ", "userIDs": ["iSxOOAQ2", "5q4T08QM", "OX2FQ8Oi"]}, {"partyID": "tNhioM7J", "userIDs": ["zaUPYOOf", "SKBJRVqp", "V2vaGUlP"]}, {"partyID": "xKXous0g", "userIDs": ["hSQ4ucGL", "yIkeOJ40", "OFkoxsWv"]}]}, {"UserIDs": ["KKr70wzx", "bzh6wNGa", "3yMewtUX"], "parties": [{"partyID": "RVs61LNG", "userIDs": ["IEmJXqMR", "WZF9DPDf", "TQzcjhSn"]}, {"partyID": "Dpd9kbak", "userIDs": ["xXVMnHhH", "nEwOf42B", "xI5TYBPc"]}, {"partyID": "lWjXReJo", "userIDs": ["P8SXRgmP", "Al5V9lpE", "KxTuGw9H"]}]}], "ticketIDs": ["S2ecSuxt", "cf3qPkbl", "CSfa6M6y"], "tieTeamsSessionLifetime": false, "type": "amhBTgKy", "version": 93}' '3sW92Vtk' --login_with_auth "Bearer foo" +session-delete-game-session '2EgxeBny' --login_with_auth "Bearer foo" +session-patch-update-game-session '{"attributes": {"8NEogHbF": {}, "H3SyihEB": {}, "PSNQQHKu": {}}, "backfillTicketID": "h2xD8zlw", "clientVersion": "FE8AVOAV", "deployment": "fQrnjnvD", "fallbackClaimKeys": ["hlwGJJXL", "hyqZQeUM", "jjdYiSo8"], "inactiveTimeout": 87, "inviteTimeout": 33, "joinability": "jbsCWY5u", "matchPool": "Z40u7zUH", "maxPlayers": 65, "minPlayers": 10, "preferredClaimKeys": ["3TsaJnX6", "mjQG8Dcp", "uD6IfQS9"], "requestedRegions": ["rR6aIytq", "dyMEmlrA", "ItaeAdyw"], "teams": [{"UserIDs": ["gIQJ39mD", "og0xNETd", "tqDKQGuz"], "parties": [{"partyID": "z9dJepTy", "userIDs": ["0U30xhOd", "yp8Nu0dG", "0TP1zu9D"]}, {"partyID": "5pwR4Jlg", "userIDs": ["5O1EN7Pa", "FWjEh9Eo", "4XtSaKMP"]}, {"partyID": "YBuzJt0u", "userIDs": ["PdgBUFoD", "RqzsK5Nh", "Dz4pjNoJ"]}]}, {"UserIDs": ["ziw22Qu6", "iFJDWvCj", "CPhcsAxr"], "parties": [{"partyID": "nQV3lfFF", "userIDs": ["XOYDwbw3", "kk9pFEbn", "4Yu4oYAA"]}, {"partyID": "BaEw2Kpe", "userIDs": ["I7tdBD4P", "hfV0gjMu", "XwcaNFGf"]}, {"partyID": "0eSoSuCK", "userIDs": ["AUQZN9qZ", "iRisVD2q", "EY9FmIiq"]}]}, {"UserIDs": ["8zTkkxmS", "HPzEjjwX", "C0UlbpUs"], "parties": [{"partyID": "xWyQEE5I", "userIDs": ["ab4m0X3V", "adHWeUSP", "zRkOffwW"]}, {"partyID": "JBcq8Ssn", "userIDs": ["NMjhLPIG", "masKVjMZ", "QCLo44IF"]}, {"partyID": "b9cyjvnw", "userIDs": ["4oJZ0hkH", "lOel4avc", "6LbgHKJv"]}]}], "ticketIDs": ["1Ki4VzdJ", "KZj3XtuU", "skB1BRMx"], "tieTeamsSessionLifetime": true, "type": "va4EfF90", "version": 7}' '7r8IGrt8' --login_with_auth "Bearer foo" +session-update-game-session-backfill-ticket-id '{"backfillTicketID": "mvhLPlS1"}' 'pvLS0lTf' --login_with_auth "Bearer foo" +session-game-session-generate-code 'o74WUq4X' --login_with_auth "Bearer foo" +session-public-revoke-game-session-code 'jnkT0Ata' --login_with_auth "Bearer foo" +session-public-game-session-invite '{"platformID": "jNqYWMTW", "userID": "VPkwtLtT"}' 'ztjqd9kx' --login_with_auth "Bearer foo" +session-join-game-session 'V3LY2kga' --login_with_auth "Bearer foo" +session-public-promote-game-session-leader '{"leaderID": "Wsk12S1X"}' 'GgsiAFQW' --login_with_auth "Bearer foo" +session-leave-game-session 'wf7t7WQ9' --login_with_auth "Bearer foo" +session-public-game-session-reject 'OMPe3OMh' --login_with_auth "Bearer foo" +session-get-session-server-secret 'hJ43hffT' --login_with_auth "Bearer foo" +session-append-team-game-session '{"additionalMembers": [{"partyID": "VuMLnwJg", "userIDs": ["mKRjWOhs", "UcrKX3Ix", "HBQlywp1"]}, {"partyID": "YGUs2lxr", "userIDs": ["3FNT4K0d", "7VToJcvn", "GThx7DyL"]}, {"partyID": "1LRoQ51y", "userIDs": ["BwOZ5YaL", "9W3jm0IT", "iq9Jgcyu"]}], "proposedTeams": [{"UserIDs": ["e281QY60", "hW5XrHg7", "JgO9cyAJ"], "parties": [{"partyID": "AfNCuOaY", "userIDs": ["yUuEg6By", "ZVuFGW1i", "vBul8tTF"]}, {"partyID": "TN0nu0lN", "userIDs": ["Q2Oe8yZZ", "7DEQ1a1N", "3MlyglqT"]}, {"partyID": "pjCNW7qX", "userIDs": ["DdVFyFfe", "8UxlPsEz", "hRX1MqWo"]}]}, {"UserIDs": ["OKGHOws6", "JncAcI24", "A0iBO79p"], "parties": [{"partyID": "Rlrik4np", "userIDs": ["0s6TrnTm", "uaWw1TbJ", "K1sfYaTu"]}, {"partyID": "sRetYSyH", "userIDs": ["j6kBIYkC", "WGPuoCqf", "33InoCoC"]}, {"partyID": "KrqsTRYA", "userIDs": ["2nvJrZ5T", "soKO8OAI", "RBTT5uyQ"]}]}, {"UserIDs": ["gYUJZbw1", "u8cg6V7s", "IS6jbDQ2"], "parties": [{"partyID": "ytvtQfRp", "userIDs": ["nAKYd3ZH", "q2nTCSol", "Dhx9PKNU"]}, {"partyID": "yVnKIEOO", "userIDs": ["xyiZSkk4", "hu666OEC", "5eGSA5ok"]}, {"partyID": "fxEiGk8d", "userIDs": ["iaONPpO9", "bUwaJ7vd", "BnF2xqHz"]}]}], "version": 6}' 'jmRUezZQ' --login_with_auth "Bearer foo" +session-public-party-join-code '{"code": "vqmV8Uia"}' --login_with_auth "Bearer foo" +session-public-get-party 'YioAD0Jm' --login_with_auth "Bearer foo" +session-public-update-party '{"attributes": {"FTlbEBh2": {}, "3KIEZvBi": {}, "pu2TTLc8": {}}, "inactiveTimeout": 27, "inviteTimeout": 15, "joinability": "fwzRstsQ", "maxPlayers": 47, "minPlayers": 86, "type": "JOdKi56C", "version": 45}' 'gGkhdzlN' --login_with_auth "Bearer foo" +session-public-patch-update-party '{"attributes": {"yveAXmQ5": {}, "g6wJtSCC": {}, "jnlIf4lt": {}}, "inactiveTimeout": 14, "inviteTimeout": 48, "joinability": "WYk3UVON", "maxPlayers": 7, "minPlayers": 88, "type": "q5SNMemc", "version": 56}' 'fkHiJFQG' --login_with_auth "Bearer foo" +session-public-generate-party-code 'osOZluDv' --login_with_auth "Bearer foo" +session-public-revoke-party-code 'ERWFpK32' --login_with_auth "Bearer foo" +session-public-party-invite '{"platformID": "MxgxPfPy", "userID": "qq2QVuBl"}' 'z9ivhCli' --login_with_auth "Bearer foo" +session-public-promote-party-leader '{"leaderID": "cVsMvrJr"}' 'Kvku4hhi' --login_with_auth "Bearer foo" +session-public-party-join 'HWag9cdo' --login_with_auth "Bearer foo" +session-public-party-leave '6RAu9p6P' --login_with_auth "Bearer foo" +session-public-party-reject 'XBBiPtSV' --login_with_auth "Bearer foo" +session-public-party-kick 'WJj2aSvS' 'pbtfuREp' --login_with_auth "Bearer foo" +session-public-create-party '{"attributes": {"7H2mmtDZ": {}, "8lH28P7g": {}, "vGjhtdqT": {}}, "configurationName": "3UhnG8Zo", "inactiveTimeout": 82, "inviteTimeout": 85, "joinability": "PD1csL8n", "maxPlayers": 94, "members": [{"ID": "N1hlVJhi", "PlatformID": "0qn3CIDR", "PlatformUserID": "SOgRxKkw"}, {"ID": "FFYe5lxv", "PlatformID": "SADrpKXj", "PlatformUserID": "EStYPb2K"}, {"ID": "GWc6qF27", "PlatformID": "FiV12o7w", "PlatformUserID": "sSZYtZ7n"}], "minPlayers": 27, "textChat": true, "type": "qBoKcddU"}' --login_with_auth "Bearer foo" session-public-get-recent-player --login_with_auth "Bearer foo" -session-public-update-insert-session-storage-leader '{"1MfnzgdB": {}, "IofokKwd": {}, "6ohclLfg": {}}' 'k8yLmanG' --login_with_auth "Bearer foo" -session-public-update-insert-session-storage '{"YmzuFC5i": {}, "GoA3BMz2": {}, "u8aMD8Qm": {}}' 'x4zeS6AN' 'uj50nxgq' --login_with_auth "Bearer foo" -session-public-get-bulk-player-current-platform '{"userIDs": ["f8ALFO2B", "rLpPE0m6", "mxHkVW4E"]}' --login_with_auth "Bearer foo" +session-public-update-insert-session-storage-leader '{"8glEbp5T": {}, "rbF2UVBs": {}, "bhBPFd8z": {}}' 'sQbTZJUp' --login_with_auth "Bearer foo" +session-public-update-insert-session-storage '{"h8BOOujY": {}, "6oeWwb3i": {}, "MjbcXhaE": {}}' 'GF923xJC' 'qzuG9eAM' --login_with_auth "Bearer foo" +session-public-get-bulk-player-current-platform '{"userIDs": ["AfHSoTPL", "spwtpbQe", "GBWwGXXr"]}' --login_with_auth "Bearer foo" session-public-get-player-attributes --login_with_auth "Bearer foo" -session-public-store-player-attributes '{"crossplayEnabled": true, "currentPlatform": "GbfkWWLR", "data": {"BRCoTctz": {}, "K5GxY4yy": {}, "JEdbbjsy": {}}, "platforms": [{"name": "GU9Ku3gr", "userID": "7tHvRQW2"}, {"name": "WTDMYN3Q", "userID": "TPor044r"}, {"name": "wv7RUdpg", "userID": "QzPiHSOq"}], "roles": ["jC8BYFjR", "6yOSaQrt", "PjPuXtLy"]}' --login_with_auth "Bearer foo" +session-public-store-player-attributes '{"crossplayEnabled": true, "currentPlatform": "qNfd1HSf", "data": {"nEoqIsUP": {}, "M7ABsOIS": {}, "axsG2k4L": {}}, "platforms": [{"name": "p4NCRvsM", "userID": "RNr51drn"}, {"name": "Er1d2lkT", "userID": "QafP7Y1S"}, {"name": "ctEWmwsW", "userID": "tPkEP7A7"}], "roles": ["xJL8xNxI", "h9sQ1j2J", "Zz2kdc3y"]}' --login_with_auth "Bearer foo" session-public-delete-player-attributes --login_with_auth "Bearer foo" session-public-query-my-game-sessions --login_with_auth "Bearer foo" session-public-query-my-parties --login_with_auth "Bearer foo" @@ -165,7 +165,7 @@ eval_tap $? 6 'AdminListGlobalConfiguration' test.out #- 7 AdminUpdateGlobalConfiguration $PYTHON -m $MODULE 'session-admin-update-global-configuration' \ - '{"regionRetryMapping": {"nzgfrdXl": ["iyd0n8rY", "5hdNErWx", "hNJVI8A1"], "xYUGNQjU": ["8a0o8z48", "lAtstjBP", "EtDKpC4P"], "yjFCN1gy": ["eRAy7PPI", "LYzNr2WI", "v5Tmg2Sh"]}, "regionURLMapping": ["oHqZXiA6", "nlOzaYoR", "NsBNWfUK"], "testGameMode": "YHaoWhXQ", "testRegionURLMapping": ["aB2VH1Ch", "T4Dl3EpY", "wsMZl1sL"], "testTargetUserIDs": ["XT8RmhyO", "v2LWeSdG", "tztxFtyH"]}' \ + '{"regionRetryMapping": {"QmgFkgZN": ["BUoPfp33", "2U88ox36", "QSvCcWOq"], "uLJwDBky": ["aQMmxbzx", "3i6x8oEh", "CMkEaBH7"], "kRCLY7r4": ["h8NvtyJv", "6BrvBbhv", "tHOfzHVl"]}, "regionURLMapping": ["2i1t2Ihu", "11x9YpUh", "KdjQuulN"], "testGameMode": "vL6xzTDx", "testRegionURLMapping": ["SlNkgsoO", "oajtC5Ry", "dw3badhp"], "testTargetUserIDs": ["BViHT7x4", "DK9tvzc5", "yqQTsoQX"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminUpdateGlobalConfiguration' test.out @@ -184,14 +184,14 @@ eval_tap $? 9 'AdminGetConfigurationAlertV1' test.out #- 10 AdminUpdateConfigurationAlertV1 $PYTHON -m $MODULE 'session-admin-update-configuration-alert-v1' \ - '{"durationDays": 33}' \ + '{"durationDays": 20}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'AdminUpdateConfigurationAlertV1' test.out #- 11 AdminCreateConfigurationAlertV1 $PYTHON -m $MODULE 'session-admin-create-configuration-alert-v1' \ - '{"durationDays": 82}' \ + '{"durationDays": 29}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'AdminCreateConfigurationAlertV1' test.out @@ -204,16 +204,16 @@ eval_tap $? 12 'AdminDeleteConfigurationAlertV1' test.out #- 13 HandleUploadXboxPFXCertificate $PYTHON -m $MODULE 'session-handle-upload-xbox-pfx-certificate' \ - 'nvokvt8h' \ + 'Kmsrrd52' \ 'tmp.dat' \ - 'WSu8DkAY' \ + 'YtWZDtw8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'HandleUploadXboxPFXCertificate' test.out #- 14 AdminCreateConfigurationTemplateV1 $PYTHON -m $MODULE 'session-admin-create-configuration-template-v1' \ - '{"NativeSessionSetting": {"PSNServiceLabel": 77, "PSNSupportedPlatforms": ["MtwUYtb7", "ReADpeSh", "U8SXMQuU"], "SessionTitle": "ap9JifMH", "ShouldSync": true, "XboxAllowCrossPlatform": true, "XboxSandboxID": "Bmknl9Ne", "XboxServiceConfigID": "uK3PRGUk", "XboxSessionTemplateName": "rtW4PS4R", "XboxTitleID": "XLENKOr7", "localizedSessionName": {"4h4S9d3h": {}, "54r7a3WO": {}, "ndwB1K5V": {}}}, "PSNBaseUrl": "cNc70djZ", "attributes": {"LDWVVBtp": {}, "JhELgjtP": {}, "OTm2gwh2": {}}, "autoJoin": false, "clientVersion": "7xiqw0Mp", "deployment": "9VncQvFf", "disableCodeGeneration": true, "dsManualSetReady": false, "dsSource": "hGWh1USr", "enableSecret": false, "fallbackClaimKeys": ["TONB0Fms", "McggTSnV", "5ICMIexS"], "immutableStorage": false, "inactiveTimeout": 83, "inviteTimeout": 39, "joinability": "Do4IXKZ1", "leaderElectionGracePeriod": 94, "maxActiveSessions": 7, "maxPlayers": 2, "minPlayers": 26, "name": "83jVcAJs", "persistent": true, "preferredClaimKeys": ["V7mcTrYn", "MIVTqQBM", "Kb8nfFQu"], "requestedRegions": ["yPp9vkLZ", "SyyNNlvg", "9nwMgV7O"], "textChat": false, "tieTeamsSessionLifetime": false, "type": "QPEEfpTA"}' \ + '{"NativeSessionSetting": {"PSNServiceLabel": 24, "PSNSupportedPlatforms": ["mFozDdG0", "ZStu3zKO", "YwroyOjn"], "SessionTitle": "spixD59X", "ShouldSync": false, "XboxAllowCrossPlatform": true, "XboxSandboxID": "U9SdzMOT", "XboxServiceConfigID": "8N0dYMVq", "XboxSessionTemplateName": "SFUlA5rv", "XboxTitleID": "VfX4pAW4", "localizedSessionName": {"x2yulXtd": {}, "sXlglqK8": {}, "isas1p02": {}}}, "PSNBaseUrl": "UbhZkSTa", "attributes": {"zWcJdZQd": {}, "5eFgMiiG": {}, "YjgeO9Qw": {}}, "autoJoin": false, "clientVersion": "39rqr1St", "deployment": "O0efwUqs", "disableCodeGeneration": false, "dsManualSetReady": true, "dsSource": "0bjsVw1e", "enableSecret": true, "fallbackClaimKeys": ["9UiaDlHD", "Qy32Ge03", "ywXaSm8d"], "immutableStorage": true, "inactiveTimeout": 54, "inviteTimeout": 27, "joinability": "jynGf4Mv", "leaderElectionGracePeriod": 4, "manualRejoin": true, "maxActiveSessions": 88, "maxPlayers": 74, "minPlayers": 85, "name": "jTEZJ8Y3", "persistent": false, "preferredClaimKeys": ["O5oprlir", "7BQaIbpR", "1BKqdOSS"], "requestedRegions": ["56VeLxYy", "0LPkQZJ2", "p9hNwE0R"], "textChat": false, "tieTeamsSessionLifetime": true, "type": "aFnkOB3E"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'AdminCreateConfigurationTemplateV1' test.out @@ -226,38 +226,38 @@ eval_tap $? 15 'AdminGetAllConfigurationTemplatesV1' test.out #- 16 AdminGetConfigurationTemplateV1 $PYTHON -m $MODULE 'session-admin-get-configuration-template-v1' \ - 'vTvQaybV' \ + 'fQUhZgAd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminGetConfigurationTemplateV1' test.out #- 17 AdminUpdateConfigurationTemplateV1 $PYTHON -m $MODULE 'session-admin-update-configuration-template-v1' \ - '{"NativeSessionSetting": {"PSNServiceLabel": 86, "PSNSupportedPlatforms": ["nl75E4ec", "NotSG0XJ", "uov4Qr5S"], "SessionTitle": "fAcBPBB4", "ShouldSync": false, "XboxAllowCrossPlatform": true, "XboxSandboxID": "71JMjPWe", "XboxServiceConfigID": "PCROOHFP", "XboxSessionTemplateName": "91tkAdmu", "XboxTitleID": "TLfatlxj", "localizedSessionName": {"oKQkYCnG": {}, "9fxm1PiF": {}, "MctkZiiq": {}}}, "PSNBaseUrl": "Rn4ZoM07", "attributes": {"e0NWYM9R": {}, "CoaRHilg": {}, "vOQZGIFm": {}}, "autoJoin": false, "clientVersion": "yWDPYAhm", "deployment": "qTSj0UNu", "disableCodeGeneration": false, "dsManualSetReady": true, "dsSource": "4zOoj155", "enableSecret": true, "fallbackClaimKeys": ["T5l1HQGE", "uZWL9xRN", "amt86LAI"], "immutableStorage": true, "inactiveTimeout": 98, "inviteTimeout": 15, "joinability": "tj2v1lgG", "leaderElectionGracePeriod": 12, "maxActiveSessions": 52, "maxPlayers": 87, "minPlayers": 31, "name": "n4htLtXa", "persistent": true, "preferredClaimKeys": ["S6VkdoPf", "xAP5OuVL", "GU4zEZpe"], "requestedRegions": ["tAgbWCFI", "TFrzfqpX", "b76xT5BH"], "textChat": false, "tieTeamsSessionLifetime": true, "type": "9mL0qabh"}' \ - 'UtEltLMr' \ + '{"NativeSessionSetting": {"PSNServiceLabel": 64, "PSNSupportedPlatforms": ["jJ7HwZ0J", "htWZy8Qv", "bvm8GuNN"], "SessionTitle": "EfQHS0st", "ShouldSync": true, "XboxAllowCrossPlatform": true, "XboxSandboxID": "5fLpBQak", "XboxServiceConfigID": "cxX9AgJX", "XboxSessionTemplateName": "QqGsK4sz", "XboxTitleID": "Ll6EdeCx", "localizedSessionName": {"Z3BKnYzt": {}, "Q8i2I6qM": {}, "UK3ygggb": {}}}, "PSNBaseUrl": "fpEh38uw", "attributes": {"fuZXNp0Y": {}, "rQLEiKpg": {}, "RgnTzC2j": {}}, "autoJoin": true, "clientVersion": "dfCZdKkg", "deployment": "K6XPONEO", "disableCodeGeneration": true, "dsManualSetReady": false, "dsSource": "4ZUjWosj", "enableSecret": true, "fallbackClaimKeys": ["b0DR1UGM", "pfJsaCOg", "q1M533vY"], "immutableStorage": false, "inactiveTimeout": 59, "inviteTimeout": 15, "joinability": "sLfY4mvI", "leaderElectionGracePeriod": 88, "manualRejoin": false, "maxActiveSessions": 8, "maxPlayers": 16, "minPlayers": 89, "name": "xYaQhKwl", "persistent": true, "preferredClaimKeys": ["OqLQ9r6Y", "kMxvpvA5", "3f7HhmAX"], "requestedRegions": ["FVD6We15", "RDYavtvB", "nS6qEsbM"], "textChat": false, "tieTeamsSessionLifetime": false, "type": "D6nLqY35"}' \ + '5osAUkXs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminUpdateConfigurationTemplateV1' test.out #- 18 AdminDeleteConfigurationTemplateV1 $PYTHON -m $MODULE 'session-admin-delete-configuration-template-v1' \ - 'bRFlnVCk' \ + 'noDxFoCl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'AdminDeleteConfigurationTemplateV1' test.out #- 19 AdminGetMemberActiveSession $PYTHON -m $MODULE 'session-admin-get-member-active-session' \ - 'MpereWaG' \ - 'ZqV30JOp' \ + 'WU5fqA0L' \ + 'QAT5icP7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'AdminGetMemberActiveSession' test.out #- 20 AdminReconcileMaxActiveSession $PYTHON -m $MODULE 'session-admin-reconcile-max-active-session' \ - '{"userID": "s56gHJ4C"}' \ - 'OJKsr8dO' \ + '{"userID": "OTaM0Snp"}' \ + 'OWSZU3he' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'AdminReconcileMaxActiveSession' test.out @@ -282,31 +282,31 @@ eval_tap $? 23 'AdminQueryGameSessions' test.out #- 24 AdminQueryGameSessionsByAttributes $PYTHON -m $MODULE 'session-admin-query-game-sessions-by-attributes' \ - '{"qdf58X9z": {}, "P9z4RFBj": {}, "qxFxI8xC": {}}' \ + '{"tPKAWPd1": {}, "frHPh6EY": {}, "6YryHfu7": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 24 'AdminQueryGameSessionsByAttributes' test.out #- 25 AdminDeleteBulkGameSessions $PYTHON -m $MODULE 'session-admin-delete-bulk-game-sessions' \ - '{"ids": ["x4GTvVxC", "maBppc1v", "v7WKEGNM"]}' \ + '{"ids": ["06sgiZPG", "Lec3uuyM", "G3NGxpMu"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'AdminDeleteBulkGameSessions' test.out #- 26 AdminSetDSReady $PYTHON -m $MODULE 'session-admin-set-ds-ready' \ - '{"ready": false}' \ - 'OuSQPOH7' \ + '{"ready": true}' \ + 'Itnvy8pf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'AdminSetDSReady' test.out #- 27 AdminUpdateGameSessionMember $PYTHON -m $MODULE 'session-admin-update-game-session-member' \ - 'AkxTKp7A' \ - 'I9aA8Zv3' \ - 'CA274lPd' \ + 'JxYMnq5h' \ + '8mz8qr7q' \ + 'mZo6aDHE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'AdminUpdateGameSessionMember' test.out @@ -331,7 +331,7 @@ eval_tap $? 30 'AdminGetPlatformCredentials' test.out #- 31 AdminUpdatePlatformCredentials $PYTHON -m $MODULE 'session-admin-update-platform-credentials' \ - '{"psn": {"clientId": "hButfKWc", "clientSecret": "i8njAsgF", "scope": "prH4SOJ9"}}' \ + '{"psn": {"clientId": "mb6XdoiC", "clientSecret": "sRSAF56D", "scope": "L41WCjnV"}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'AdminUpdatePlatformCredentials' test.out @@ -344,22 +344,22 @@ eval_tap $? 32 'AdminDeletePlatformCredentials' test.out #- 33 AdminReadSessionStorage $PYTHON -m $MODULE 'session-admin-read-session-storage' \ - 'mCR0U4pj' \ + '0txonWxj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'AdminReadSessionStorage' test.out #- 34 AdminDeleteUserSessionStorage $PYTHON -m $MODULE 'session-admin-delete-user-session-storage' \ - 'aBxmBI2Y' \ + '9WDrF9F4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'AdminDeleteUserSessionStorage' test.out #- 35 AdminReadUserSessionStorage $PYTHON -m $MODULE 'session-admin-read-user-session-storage' \ - 'G5sWQR7c' \ - 'xCvOPBBu' \ + 'HHz91FE0' \ + 'xmu1mt40' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'AdminReadUserSessionStorage' test.out @@ -372,235 +372,235 @@ eval_tap $? 36 'AdminQueryPlayerAttributes' test.out #- 37 AdminGetPlayerAttributes $PYTHON -m $MODULE 'session-admin-get-player-attributes' \ - 'EWW8Huyb' \ + 'UpICOZrm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'AdminGetPlayerAttributes' test.out #- 38 CreateGameSession $PYTHON -m $MODULE 'session-create-game-session' \ - '{"attributes": {"kkINpyI5": {}, "Ph8rRDla": {}, "gwiLkFdc": {}}, "autoJoin": false, "backfillTicketID": "Sy9X3mWy", "clientVersion": "CXfxxU4J", "configurationName": "TNUsXtWz", "deployment": "To9HcmgA", "dsSource": "HDhgLIBY", "fallbackClaimKeys": ["OBTYf8O7", "NElgicc2", "sxfcgK9B"], "inactiveTimeout": 79, "inviteTimeout": 77, "joinability": "ymOdKuev", "matchPool": "HesrvUdv", "maxPlayers": 20, "minPlayers": 64, "preferredClaimKeys": ["ZNN0PpB5", "pgewqKIP", "98eDGCpb"], "requestedRegions": ["DSwD0V9o", "5mqNHQfy", "Hth7zkUl"], "serverName": "h9ajeXvQ", "teams": [{"UserIDs": ["LJqGP1Kq", "fN1vyY3m", "QqERbKjt"], "parties": [{"partyID": "s6kpP6jy", "userIDs": ["wM0wfGS8", "NeziD4fN", "jmYOSzNj"]}, {"partyID": "KEVw1gmE", "userIDs": ["duPgqamE", "PBLnStyQ", "sXYgqIJp"]}, {"partyID": "fwkuqcNy", "userIDs": ["qtXh1eYK", "AlnOyTWW", "HYMYSsyu"]}]}, {"UserIDs": ["mLiugqHx", "yubGynoO", "o2N7q967"], "parties": [{"partyID": "eFXOlqrU", "userIDs": ["rqlCMoI3", "qNjSzqDi", "5eYkzsZv"]}, {"partyID": "kpHqDHXS", "userIDs": ["MXYE3beB", "kodM8x4V", "d2VqSXeT"]}, {"partyID": "bPKUFoih", "userIDs": ["wNcIFBPK", "tQgl9oFu", "W97AskWh"]}]}, {"UserIDs": ["vtKew7vi", "F0LvDOee", "uPy6J2Bl"], "parties": [{"partyID": "xxd6ajD6", "userIDs": ["1SeZcXzR", "cY3asGAz", "McIMxENN"]}, {"partyID": "Z0tn8K1X", "userIDs": ["ujR1CfIO", "eOTVUqgh", "1Jfi48bA"]}, {"partyID": "QVC9GT0D", "userIDs": ["tdKnYMHz", "taBcSjKQ", "yasog88N"]}]}], "textChat": true, "ticketIDs": ["kx1HfbYI", "2GqbFlWi", "Eqr4DXyK"], "tieTeamsSessionLifetime": false, "type": "9ULxk61f"}' \ + '{"attributes": {"tktWqxy2": {}, "9Q7os1od": {}, "pAxJqkrc": {}}, "autoJoin": false, "backfillTicketID": "B6Qz1fjE", "clientVersion": "XPZNXBkZ", "configurationName": "uu6XAnyC", "deployment": "BTx140GI", "dsSource": "WE5A5mFO", "fallbackClaimKeys": ["EuBvRCc0", "DXZYagl6", "idDhXli7"], "inactiveTimeout": 51, "inviteTimeout": 21, "joinability": "CzKE95LT", "matchPool": "HcnaBMrK", "maxPlayers": 57, "minPlayers": 51, "preferredClaimKeys": ["QFr8i4ZO", "SFJAl0RH", "CFmg5trb"], "requestedRegions": ["50Qj6HMS", "YxaOLw3v", "ooNWzJHi"], "serverName": "rbijWy1Q", "teams": [{"UserIDs": ["qMNPAXxz", "39UJj6qa", "o8VKDVrh"], "parties": [{"partyID": "lK2UNrQ9", "userIDs": ["97ltmwyA", "MXSbrgYx", "AHyCtmBG"]}, {"partyID": "JYkba7kU", "userIDs": ["WMHJnzOJ", "5L6x1hCB", "yH9ZW2mQ"]}, {"partyID": "sv1SxRJg", "userIDs": ["jME1Ux0v", "nmyOmFGN", "R6yZXWds"]}]}, {"UserIDs": ["LOIbI7nP", "socJrVdL", "POIKxQmc"], "parties": [{"partyID": "0OF3pD47", "userIDs": ["A07CmenM", "jTAIqgIp", "fmMr47oo"]}, {"partyID": "f1Z1mViy", "userIDs": ["i7k2ptBe", "9C2D8jlu", "9T5o194o"]}, {"partyID": "EXJEUVHI", "userIDs": ["jM9fG3F0", "0awKDLxc", "MVfr6hmo"]}]}, {"UserIDs": ["cn4GCUmr", "GoVTe2vb", "Q9kglnSe"], "parties": [{"partyID": "G93qMbyS", "userIDs": ["JJU65jiE", "SCReKCY8", "gapjqVmu"]}, {"partyID": "fUpx2tq3", "userIDs": ["NlTk99li", "0MORzktu", "mDZd0QUL"]}, {"partyID": "TBD6HMEE", "userIDs": ["gudnDIg7", "UJCsyykk", "rcBSp0NT"]}]}], "textChat": true, "ticketIDs": ["cjhKJBdj", "Gf2PcX0p", "m5bjdFuU"], "tieTeamsSessionLifetime": false, "type": "jTSNzeH6"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'CreateGameSession' test.out #- 39 PublicQueryGameSessionsByAttributes $PYTHON -m $MODULE 'session-public-query-game-sessions-by-attributes' \ - '{"079xISVb": {}, "ul7ybUSN": {}, "kGlsgU4a": {}}' \ + '{"GdE8kFiS": {}, "iIZPM7vb": {}, "YUowFQxK": {}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'PublicQueryGameSessionsByAttributes' test.out #- 40 PublicSessionJoinCode $PYTHON -m $MODULE 'session-public-session-join-code' \ - '{"code": "5F1cXiwC"}' \ + '{"code": "M1NtQQAU"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'PublicSessionJoinCode' test.out #- 41 GetGameSessionByPodName $PYTHON -m $MODULE 'session-get-game-session-by-pod-name' \ - 'Idq2LbeU' \ + 'e9dOsRzj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'GetGameSessionByPodName' test.out #- 42 GetGameSession $PYTHON -m $MODULE 'session-get-game-session' \ - 'fH3Lxt0p' \ + 'P3vCHI7j' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'GetGameSession' test.out #- 43 UpdateGameSession $PYTHON -m $MODULE 'session-update-game-session' \ - '{"attributes": {"ei8VGKqv": {}, "NXVJj29W": {}, "GRcxKz9I": {}}, "backfillTicketID": "6FkCjupy", "clientVersion": "TwRUOwrP", "deployment": "mGhUjXqE", "fallbackClaimKeys": ["9kvnECH9", "Nd9zFUDN", "ZLJK9RIo"], "inactiveTimeout": 46, "inviteTimeout": 40, "joinability": "KfHcjXc8", "matchPool": "74WESf4a", "maxPlayers": 74, "minPlayers": 59, "preferredClaimKeys": ["Uz4KbH2D", "oF9DsNda", "ztcedRfn"], "requestedRegions": ["PeAY09fL", "Bhd8knck", "BFbphNQu"], "teams": [{"UserIDs": ["6pD4NSiO", "KtITFzO9", "keZdRRBo"], "parties": [{"partyID": "RCLtUygs", "userIDs": ["xIZFTjZi", "3JGaxblE", "r3SLZLD3"]}, {"partyID": "lQzCc9ZI", "userIDs": ["GSc0ldf2", "jpBJavm4", "c5M35dqM"]}, {"partyID": "DPtNnyAc", "userIDs": ["wkmFazSN", "3HlWHXIZ", "Q5iURHvN"]}]}, {"UserIDs": ["7UsvgHcG", "ek9ioBe8", "IoCk5Xkr"], "parties": [{"partyID": "x4QCmkxc", "userIDs": ["mfmdcZGp", "R7gIMhVl", "tRn7zY6m"]}, {"partyID": "eOUOgyT7", "userIDs": ["dHluojn6", "NS6OP2oP", "0L3C1VxC"]}, {"partyID": "WkiDccHT", "userIDs": ["yzq0TiTo", "pFKNgZcn", "UzFLG6Ux"]}]}, {"UserIDs": ["nJwpTMmd", "44TZQqkC", "ZhIlPmwL"], "parties": [{"partyID": "rNF0SK1B", "userIDs": ["Ukmpr9jX", "ERr0ORpx", "xP3uNEBw"]}, {"partyID": "oSIMM4JB", "userIDs": ["8q25vnuH", "Z7lTAvTF", "SckkBJ6e"]}, {"partyID": "lDLwYaYM", "userIDs": ["7W7CaTEQ", "kCBFwJ5a", "E2CGkVhQ"]}]}], "ticketIDs": ["UuGeH8Zm", "tZqP0adD", "QVLOeU4u"], "tieTeamsSessionLifetime": false, "type": "t2U4DjTr", "version": 38}' \ - 'O0Wz4M8j' \ + '{"attributes": {"aKy1kdgF": {}, "FuORtgGq": {}, "s5rtxTWc": {}}, "backfillTicketID": "Umwe6Ig7", "clientVersion": "nvxajnnH", "deployment": "zsPsj6MI", "fallbackClaimKeys": ["f6M35NCc", "MFnEXyAg", "dWYNNt52"], "inactiveTimeout": 31, "inviteTimeout": 85, "joinability": "AUWQJJFk", "matchPool": "edPKpaKr", "maxPlayers": 77, "minPlayers": 58, "preferredClaimKeys": ["MjqeipGq", "7o9QkTRE", "7XXq2L7h"], "requestedRegions": ["xwyFbacB", "7l9Wqr9Z", "PESlCfHI"], "teams": [{"UserIDs": ["7p2aelJR", "4uqzB38U", "XwX6l3MI"], "parties": [{"partyID": "7irVzQ20", "userIDs": ["iOM9n6QD", "5zOp5nzC", "pIteXFly"]}, {"partyID": "yMuHlljW", "userIDs": ["IIjCaaVE", "VwagfGxz", "zaar88fx"]}, {"partyID": "hclV11ts", "userIDs": ["Q8jed55k", "eVi5sJ4l", "i8Ejt4XF"]}]}, {"UserIDs": ["t7rYf3ak", "Mo53JS2x", "NCK0tK6P"], "parties": [{"partyID": "LIAugUXA", "userIDs": ["msgAtbAC", "uXYVvXHe", "1nWTyIXH"]}, {"partyID": "mojZ9LPU", "userIDs": ["TjszOssr", "mOzuaVxR", "DMJfRGX8"]}, {"partyID": "mXXp5j7E", "userIDs": ["B9vBcGYZ", "UrjgwWPH", "OPMpd7XH"]}]}, {"UserIDs": ["S5ExIYxc", "8L1x0bvZ", "GfkBxCcX"], "parties": [{"partyID": "obajJsBy", "userIDs": ["x9pOppQT", "dbdbQMWe", "9eJ9D0f9"]}, {"partyID": "yvCrfV0c", "userIDs": ["CcX8zann", "1MaEIuWV", "x7S5Ln9S"]}, {"partyID": "KWDgWYzq", "userIDs": ["lGQv2Olv", "S0OeW7cJ", "lk1sEM5Q"]}]}], "ticketIDs": ["UAzx55ht", "zbroG1BF", "MmTg1Hg0"], "tieTeamsSessionLifetime": true, "type": "EmwGgWGm", "version": 53}' \ + 'GuJcreCn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'UpdateGameSession' test.out #- 44 DeleteGameSession $PYTHON -m $MODULE 'session-delete-game-session' \ - 'IwiIHmad' \ + 'ypAMzuIw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'DeleteGameSession' test.out #- 45 PatchUpdateGameSession $PYTHON -m $MODULE 'session-patch-update-game-session' \ - '{"attributes": {"rs5OVr0Y": {}, "Op1X3QHX": {}, "1EktdVXU": {}}, "backfillTicketID": "bcRgdBw0", "clientVersion": "cJDYIrYZ", "deployment": "GGycN7gG", "fallbackClaimKeys": ["MjR9EZ5g", "RQRPEDFn", "sQpIB61t"], "inactiveTimeout": 41, "inviteTimeout": 54, "joinability": "xA8ImX9V", "matchPool": "pXX2ORy1", "maxPlayers": 33, "minPlayers": 92, "preferredClaimKeys": ["78kTRPVu", "NOuVWSnk", "remdNOl6"], "requestedRegions": ["fWR6ojUd", "j8Kqtsvf", "xkM7Bl5v"], "teams": [{"UserIDs": ["oGDBkFMB", "Pdhbe3Ry", "YObo4dg7"], "parties": [{"partyID": "297mPjaj", "userIDs": ["VXaXoHF5", "spo3MvVk", "TsQHVBQi"]}, {"partyID": "VMltpjIb", "userIDs": ["e9kyWCZG", "nz8Zws0t", "p73qgWEr"]}, {"partyID": "petq4LXq", "userIDs": ["cABsNFC3", "09IDG64V", "XR4Di6pO"]}]}, {"UserIDs": ["Hdg1fu8r", "YgBSQqfa", "QPpJTOZl"], "parties": [{"partyID": "GQuCrODM", "userIDs": ["0JXYYYji", "0iARDQvo", "ZXe2yXlD"]}, {"partyID": "0AvHtcGb", "userIDs": ["UgnLyoFX", "qdvbWeEE", "k5qaguGy"]}, {"partyID": "sSnlAyms", "userIDs": ["crsZ119E", "EYbrMl4A", "ia3snSC9"]}]}, {"UserIDs": ["9aeuvRTk", "mvimJThQ", "yF7FwEoB"], "parties": [{"partyID": "NTGzKhYq", "userIDs": ["I6DSeAzv", "UagahoeF", "Bcbf32Cn"]}, {"partyID": "MV3I4SNs", "userIDs": ["BxfrVSYS", "WWfbzRp1", "BtqJo5PN"]}, {"partyID": "G42wmJwg", "userIDs": ["HXlgADcH", "ME4cgcr8", "vSL8RMZ4"]}]}], "ticketIDs": ["Qgu4rSj2", "JyCHfv4w", "mgi4HEi2"], "tieTeamsSessionLifetime": false, "type": "XAyPO4Bb", "version": 70}' \ - 'fgB5c6B9' \ + '{"attributes": {"fEetpYvR": {}, "OeXFBZu9": {}, "1dgGoFa8": {}}, "backfillTicketID": "dpIyVOha", "clientVersion": "KJbgJqmF", "deployment": "6tgVwGdb", "fallbackClaimKeys": ["ZREDmSAM", "d5RruvUw", "a9xXsvCm"], "inactiveTimeout": 90, "inviteTimeout": 13, "joinability": "TWpc8dau", "matchPool": "3ZnhZSDR", "maxPlayers": 13, "minPlayers": 72, "preferredClaimKeys": ["dxs4fUlr", "vv9Z9C3G", "2HWAi6Ew"], "requestedRegions": ["7SIJA5N2", "D7fFkoCz", "5DaXNseI"], "teams": [{"UserIDs": ["P1XqWq9A", "ego6GaFg", "7NGrGKvW"], "parties": [{"partyID": "0ihln4iD", "userIDs": ["f3oTBOsq", "OYyAKJEz", "nIa1PZ5V"]}, {"partyID": "3dEzLzpR", "userIDs": ["wWUC7egY", "rLE4vbLs", "wlSUQbpA"]}, {"partyID": "SXaAle43", "userIDs": ["ywxddnQT", "ul9ZDaoS", "xqxs2DN5"]}]}, {"UserIDs": ["otxW0Gsu", "vwaoLhP8", "P38lPUEp"], "parties": [{"partyID": "E0Rj98G8", "userIDs": ["VSxGLGm8", "hwptrq1G", "vRKpP5lW"]}, {"partyID": "g5CGUJDj", "userIDs": ["4tkImc7D", "UOlPiHZ6", "yrDidn72"]}, {"partyID": "8hpKn9X8", "userIDs": ["ojDZDdIU", "l64M0q7g", "GSRhX0sE"]}]}, {"UserIDs": ["opbmZvZT", "bEe1Ag41", "dOcoAxm8"], "parties": [{"partyID": "YbRglNjd", "userIDs": ["jAreoUvv", "H1NWcAq9", "JIWwrvpf"]}, {"partyID": "U8BO0b7B", "userIDs": ["XU2KMHbI", "tRBMM5SL", "4by4RKUe"]}, {"partyID": "xrBkmsfe", "userIDs": ["2Qo14MWH", "HbqSwLSi", "o7oDz7lx"]}]}], "ticketIDs": ["V4n8hrI2", "fc1irxLk", "9yPfu2ET"], "tieTeamsSessionLifetime": false, "type": "HsxWq7EF", "version": 79}' \ + '4Duex5EA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 45 'PatchUpdateGameSession' test.out #- 46 UpdateGameSessionBackfillTicketID $PYTHON -m $MODULE 'session-update-game-session-backfill-ticket-id' \ - '{"backfillTicketID": "6qQktTRi"}' \ - 'NSF3KOin' \ + '{"backfillTicketID": "CA8XzWWy"}' \ + 'ahPvJCQB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'UpdateGameSessionBackfillTicketID' test.out #- 47 GameSessionGenerateCode $PYTHON -m $MODULE 'session-game-session-generate-code' \ - 'pW6pxOng' \ + '5k9rp8Y5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'GameSessionGenerateCode' test.out #- 48 PublicRevokeGameSessionCode $PYTHON -m $MODULE 'session-public-revoke-game-session-code' \ - 'DJt7cWnT' \ + 'OdrQhKbm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'PublicRevokeGameSessionCode' test.out #- 49 PublicGameSessionInvite $PYTHON -m $MODULE 'session-public-game-session-invite' \ - '{"platformID": "c3s1bZ8X", "userID": "pmvszhIN"}' \ - 'YEpzpKyt' \ + '{"platformID": "ylSeeEzn", "userID": "KXOhkrz1"}' \ + 'WN1fH0Kv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'PublicGameSessionInvite' test.out #- 50 JoinGameSession $PYTHON -m $MODULE 'session-join-game-session' \ - 'yoKPK6bQ' \ + 'giiCAnOx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'JoinGameSession' test.out #- 51 PublicPromoteGameSessionLeader $PYTHON -m $MODULE 'session-public-promote-game-session-leader' \ - '{"leaderID": "0XIgJ4wp"}' \ - 'JWuNu4CT' \ + '{"leaderID": "uRkp4R2s"}' \ + 'RQ01U1XK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'PublicPromoteGameSessionLeader' test.out #- 52 LeaveGameSession $PYTHON -m $MODULE 'session-leave-game-session' \ - 'ZlCqhvTl' \ + '2m3tijwK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'LeaveGameSession' test.out #- 53 PublicGameSessionReject $PYTHON -m $MODULE 'session-public-game-session-reject' \ - 'NGyBNTu1' \ + 'K91X42YQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'PublicGameSessionReject' test.out #- 54 GetSessionServerSecret $PYTHON -m $MODULE 'session-get-session-server-secret' \ - 'zJPALGBB' \ + '8tveK1Za' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'GetSessionServerSecret' test.out #- 55 AppendTeamGameSession $PYTHON -m $MODULE 'session-append-team-game-session' \ - '{"additionalMembers": [{"partyID": "I1tefzte", "userIDs": ["ozUmpoaQ", "GuUiD4Wd", "tlRNgCEB"]}, {"partyID": "AU3CPIQP", "userIDs": ["B8unyomO", "g7vxbTzK", "deswvqNi"]}, {"partyID": "nx9NWZt7", "userIDs": ["I2cblZ5D", "PU94l9nk", "sDnM7aCA"]}], "proposedTeams": [{"UserIDs": ["1GoWzeHH", "SdVKo047", "HkHFshRA"], "parties": [{"partyID": "PsqQ09TW", "userIDs": ["SuBLjBiz", "2ilgj0HV", "KGaDE50O"]}, {"partyID": "vz3GgBpX", "userIDs": ["Jzr7Wskm", "g6jAa9VH", "piVKSHNs"]}, {"partyID": "NbrT0n9I", "userIDs": ["brebrgEI", "7SkuTR8h", "F5moIhZo"]}]}, {"UserIDs": ["Fd9BB7eN", "c1Dec9VV", "EciAjFTK"], "parties": [{"partyID": "GHeCqWxi", "userIDs": ["JdMvaU35", "vBgDIdyt", "65er28dO"]}, {"partyID": "Zgyfsy8t", "userIDs": ["4bA4TnMm", "CZ63ct8A", "mmAM8wOu"]}, {"partyID": "jlfVclHv", "userIDs": ["3eGVM76Z", "GyqmWlr1", "4of9l79e"]}]}, {"UserIDs": ["DopKOgda", "u5OZwIWm", "b5wMFNmi"], "parties": [{"partyID": "Rrx3L4SS", "userIDs": ["Q5LYx4Y1", "ZUdiFfuE", "znnIdth2"]}, {"partyID": "JsxjfygJ", "userIDs": ["aeiNfP0X", "o82vc0cn", "wA0CUzUP"]}, {"partyID": "cGtMtnZs", "userIDs": ["JIIAiIe8", "nAfGyXCQ", "M8IwXzIG"]}]}], "version": 83}' \ - 'dgh6rqxz' \ + '{"additionalMembers": [{"partyID": "CapbXb3M", "userIDs": ["rsJLTQeb", "CnhRysTv", "8K5s9bRj"]}, {"partyID": "dd4RNAnd", "userIDs": ["1jkXWi1R", "aIhcWlTQ", "FLvHQQNF"]}, {"partyID": "M0bz6Ive", "userIDs": ["HCozZUPf", "tZpy6u15", "kbMXD7xW"]}], "proposedTeams": [{"UserIDs": ["IBbBO9yE", "05UmtEl9", "zlVclNc2"], "parties": [{"partyID": "EvDgYT0y", "userIDs": ["uFoDOoPc", "Bp696nyl", "OLDrMhVt"]}, {"partyID": "jjF41v9w", "userIDs": ["saCtpwFK", "Rxz2q0jG", "doooXwDr"]}, {"partyID": "emGxFEl6", "userIDs": ["TEyx90km", "1lZfKoEC", "pbG1Yk1V"]}]}, {"UserIDs": ["wU4ITBNJ", "pd6vVhWE", "48bBFdxP"], "parties": [{"partyID": "Jd0NE0IF", "userIDs": ["bcS5Wpk1", "JzwEyQ0E", "Z2vE5Drn"]}, {"partyID": "QeRYn22i", "userIDs": ["xHotnRJt", "scsONsG6", "cO3utPFQ"]}, {"partyID": "ZyVH6f3E", "userIDs": ["Gvs4n72X", "JXz6QG06", "nFmzeXnT"]}]}, {"UserIDs": ["rtjza2b2", "A2L5jKiT", "FFzY6WIp"], "parties": [{"partyID": "91wsKVEj", "userIDs": ["UbInOSjx", "WEANDJ42", "4553iuyp"]}, {"partyID": "7JXxP7h7", "userIDs": ["seX7xSy6", "W5srbGSL", "eoyPgRtX"]}, {"partyID": "B6DDNi1h", "userIDs": ["fKdHHCN1", "C6cvzNI8", "uOkJr1Y7"]}]}], "version": 4}' \ + 'XX94w8cH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'AppendTeamGameSession' test.out #- 56 PublicPartyJoinCode $PYTHON -m $MODULE 'session-public-party-join-code' \ - '{"code": "Sgl15Ga5"}' \ + '{"code": "GcL1o3nz"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'PublicPartyJoinCode' test.out #- 57 PublicGetParty $PYTHON -m $MODULE 'session-public-get-party' \ - 'aPNf01pK' \ + 'C8JfYsYV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'PublicGetParty' test.out #- 58 PublicUpdateParty $PYTHON -m $MODULE 'session-public-update-party' \ - '{"attributes": {"Udk1SlvQ": {}, "GwBJpPUc": {}, "lXdUzVvH": {}}, "inactiveTimeout": 65, "inviteTimeout": 64, "joinability": "c6VwnqZ8", "maxPlayers": 18, "minPlayers": 26, "type": "Tcwvv7Wb", "version": 67}' \ - 'O2jmS7xj' \ + '{"attributes": {"aseaowJp": {}, "K8uEqwWi": {}, "pi7xZeQi": {}}, "inactiveTimeout": 68, "inviteTimeout": 51, "joinability": "B7gq2xCB", "maxPlayers": 54, "minPlayers": 12, "type": "yLmx6U7Q", "version": 55}' \ + 't6ER5FVI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'PublicUpdateParty' test.out #- 59 PublicPatchUpdateParty $PYTHON -m $MODULE 'session-public-patch-update-party' \ - '{"attributes": {"H9C3rFOR": {}, "p32hRxrj": {}, "mSeqGj0g": {}}, "inactiveTimeout": 15, "inviteTimeout": 73, "joinability": "rdTWcPpD", "maxPlayers": 68, "minPlayers": 95, "type": "lQxKKGzS", "version": 94}' \ - 'eKuTvl2L' \ + '{"attributes": {"fLTf5nrP": {}, "vCVPKqkP": {}, "2Xhl1bfu": {}}, "inactiveTimeout": 28, "inviteTimeout": 15, "joinability": "DzXxYWPq", "maxPlayers": 57, "minPlayers": 12, "type": "0BevoYm8", "version": 21}' \ + 'Quk3oQ3I' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'PublicPatchUpdateParty' test.out #- 60 PublicGeneratePartyCode $PYTHON -m $MODULE 'session-public-generate-party-code' \ - 'b7T4jFfU' \ + '4VP84IaU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'PublicGeneratePartyCode' test.out #- 61 PublicRevokePartyCode $PYTHON -m $MODULE 'session-public-revoke-party-code' \ - 'prkuIZDv' \ + 'V5ZOm2Rc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'PublicRevokePartyCode' test.out #- 62 PublicPartyInvite $PYTHON -m $MODULE 'session-public-party-invite' \ - '{"platformID": "p0NqBTQS", "userID": "nu6LgYVS"}' \ - 'IQrhdxLy' \ + '{"platformID": "c6LDYa5i", "userID": "KRcAKML1"}' \ + 'KKXVWKcQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'PublicPartyInvite' test.out #- 63 PublicPromotePartyLeader $PYTHON -m $MODULE 'session-public-promote-party-leader' \ - '{"leaderID": "3ma2WE04"}' \ - 'aV059ajX' \ + '{"leaderID": "Vp7sDZRf"}' \ + 'AqCicyIC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'PublicPromotePartyLeader' test.out #- 64 PublicPartyJoin $PYTHON -m $MODULE 'session-public-party-join' \ - 'h4bXbDlk' \ + 'xetJiUIG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'PublicPartyJoin' test.out #- 65 PublicPartyLeave $PYTHON -m $MODULE 'session-public-party-leave' \ - 'EUp6iDsv' \ + '3G5ZpNYp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'PublicPartyLeave' test.out #- 66 PublicPartyReject $PYTHON -m $MODULE 'session-public-party-reject' \ - 'S2sFmRn4' \ + 'eLR6ONmz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'PublicPartyReject' test.out #- 67 PublicPartyKick $PYTHON -m $MODULE 'session-public-party-kick' \ - 'HdMYRSyU' \ - 'vY1iZSdU' \ + 'GJhg4eoV' \ + 'oT93T7Gu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'PublicPartyKick' test.out #- 68 PublicCreateParty $PYTHON -m $MODULE 'session-public-create-party' \ - '{"attributes": {"uMscp5FM": {}, "dPOJ1ea1": {}, "3MCqCsYU": {}}, "configurationName": "V73KDIhc", "inactiveTimeout": 44, "inviteTimeout": 4, "joinability": "TjjObgvb", "maxPlayers": 32, "members": [{"ID": "vmVRdPuB", "PlatformID": "OokZFuZY", "PlatformUserID": "x8Fk2KHl"}, {"ID": "gHZBDJht", "PlatformID": "gLd8QZIv", "PlatformUserID": "EDGsgwj0"}, {"ID": "MxojSiS6", "PlatformID": "1qhIVIml", "PlatformUserID": "HZzFxVmc"}], "minPlayers": 41, "textChat": true, "type": "QqW15ePb"}' \ + '{"attributes": {"2Bf3Sikv": {}, "ohWQujqw": {}, "cClfvLlg": {}}, "configurationName": "YVRCGBfZ", "inactiveTimeout": 47, "inviteTimeout": 16, "joinability": "crVIBg2X", "maxPlayers": 60, "members": [{"ID": "yciEqopm", "PlatformID": "AGC8jBXU", "PlatformUserID": "Fds1INju"}, {"ID": "6aFzyOEH", "PlatformID": "nafHMa72", "PlatformUserID": "RGkqVOZq"}, {"ID": "p2Xc3Ben", "PlatformID": "vOqrUu1Q", "PlatformUserID": "p7KM4FdT"}], "minPlayers": 97, "textChat": false, "type": "iyFnirm4"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'PublicCreateParty' test.out @@ -613,24 +613,24 @@ eval_tap $? 69 'PublicGetRecentPlayer' test.out #- 70 PublicUpdateInsertSessionStorageLeader $PYTHON -m $MODULE 'session-public-update-insert-session-storage-leader' \ - '{"jZdVvN27": {}, "YhcrlIz2": {}, "EcJtpWOd": {}}' \ - 'mWLVpOn6' \ + '{"3LbnV38S": {}, "i65aq3ov": {}, "zfJ8m0P0": {}}' \ + '8Xa3miA6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'PublicUpdateInsertSessionStorageLeader' test.out #- 71 PublicUpdateInsertSessionStorage $PYTHON -m $MODULE 'session-public-update-insert-session-storage' \ - '{"txrdGMf5": {}, "zrcu9rs2": {}, "NlGcMryq": {}}' \ - 'sj81v0xP' \ - 'Mdgi9T3B' \ + '{"n7y8cFF0": {}, "UaZpMhXG": {}, "7v2lIX81": {}}' \ + 'NglnNZC4' \ + 'ePPhUdDr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'PublicUpdateInsertSessionStorage' test.out #- 72 PublicGetBulkPlayerCurrentPlatform $PYTHON -m $MODULE 'session-public-get-bulk-player-current-platform' \ - '{"userIDs": ["qTApMMvO", "WqLuUN5h", "M19V6Lar"]}' \ + '{"userIDs": ["PLsteoNQ", "LSdlR247", "5JxDQBzf"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'PublicGetBulkPlayerCurrentPlatform' test.out @@ -643,7 +643,7 @@ eval_tap $? 73 'PublicGetPlayerAttributes' test.out #- 74 PublicStorePlayerAttributes $PYTHON -m $MODULE 'session-public-store-player-attributes' \ - '{"crossplayEnabled": true, "currentPlatform": "rDUbV2uR", "data": {"yGnu9fZk": {}, "rtsPPsKG": {}, "Qz464vuM": {}}, "platforms": [{"name": "QGqHfL4d", "userID": "4X0fA27h"}, {"name": "jfaWnNmD", "userID": "jnkkyFLN"}, {"name": "VQtQljHd", "userID": "eTxkJ3JT"}], "roles": ["qSKrtcQ4", "SUKM8sJF", "gyuZoQqr"]}' \ + '{"crossplayEnabled": false, "currentPlatform": "7CaDKfcN", "data": {"l9znTVbg": {}, "Bh8kmAuC": {}, "1V0vkahj": {}}, "platforms": [{"name": "jeGAJtKV", "userID": "00ceBE3F"}, {"name": "9NVYyRj4", "userID": "4zFnqIEw"}, {"name": "nwBKmd3S", "userID": "0XIMb5Vr"}], "roles": ["fEez6W95", "OUxaEaBf", "HUHPvA0x"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 74 'PublicStorePlayerAttributes' test.out diff --git a/samples/cli/tests/sessionbrowser-cli-test.sh b/samples/cli/tests/sessionbrowser-cli-test.sh index 7b5cccd8b..0edc06dc9 100644 --- a/samples/cli/tests/sessionbrowser-cli-test.sh +++ b/samples/cli/tests/sessionbrowser-cli-test.sh @@ -29,26 +29,26 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -sessionbrowser-admin-query-session 'bbIrvv3v' --login_with_auth "Bearer foo" +sessionbrowser-admin-query-session 'DwzBOAWt' --login_with_auth "Bearer foo" sessionbrowser-get-total-active-session --login_with_auth "Bearer foo" sessionbrowser-get-active-custom-game-sessions --login_with_auth "Bearer foo" sessionbrowser-get-active-matchmaking-game-sessions --login_with_auth "Bearer foo" -sessionbrowser-admin-get-session 'fGnSJPoc' --login_with_auth "Bearer foo" -sessionbrowser-admin-delete-session '5FnaOtuR' --login_with_auth "Bearer foo" -sessionbrowser-admin-search-sessions-v2 '4' '17' --login_with_auth "Bearer foo" -sessionbrowser-get-session-history-detailed 'BDr71ynl' --login_with_auth "Bearer foo" -sessionbrowser-user-query-session 'dUsMawjl' --login_with_auth "Bearer foo" -sessionbrowser-create-session '{"game_session_setting": {"allow_join_in_progress": true, "current_internal_player": 20, "current_player": 3, "map_name": "m6F6mYtI", "max_internal_player": 67, "max_player": 62, "mode": "d6yy9B2N", "num_bot": 22, "password": "WXH3VjEy", "settings": {"60kmR7c3": {}, "DPRYS7Iw": {}, "2JBywsXJ": {}}}, "game_version": "aMdvtf2L", "namespace": "FAXuBN1j", "session_type": "gUu4aXD8", "username": "EviXCC2f"}' --login_with_auth "Bearer foo" -sessionbrowser-get-session-by-user-i-ds 'caeklXKP' --login_with_auth "Bearer foo" -sessionbrowser-get-session '2jfvtY5r' --login_with_auth "Bearer foo" -sessionbrowser-update-session '{"game_max_player": 59}' 'Cbexk9Du' --login_with_auth "Bearer foo" -sessionbrowser-delete-session 'becT0s1r' --login_with_auth "Bearer foo" -sessionbrowser-join-session '{"password": "HDmotfrS"}' 'Ku7DXPhd' --login_with_auth "Bearer foo" -sessionbrowser-delete-session-local-ds 'E9A6P83G' --login_with_auth "Bearer foo" -sessionbrowser-add-player-to-session '{"as_spectator": true, "user_id": "cjaoNRwB"}' 'Ug6sAuqd' --login_with_auth "Bearer foo" -sessionbrowser-remove-player-from-session 'WmGctIWr' 'BjSVDVGt' --login_with_auth "Bearer foo" -sessionbrowser-update-settings '{}' '8dnC1zPx' --login_with_auth "Bearer foo" -sessionbrowser-get-recent-player 'VsbZk4T3' --login_with_auth "Bearer foo" +sessionbrowser-admin-get-session 'QjGaBpE9' --login_with_auth "Bearer foo" +sessionbrowser-admin-delete-session 'wAivpCp1' --login_with_auth "Bearer foo" +sessionbrowser-admin-search-sessions-v2 '91' '86' --login_with_auth "Bearer foo" +sessionbrowser-get-session-history-detailed 'pzeFO9OX' --login_with_auth "Bearer foo" +sessionbrowser-user-query-session 'tyiedEUs' --login_with_auth "Bearer foo" +sessionbrowser-create-session '{"game_session_setting": {"allow_join_in_progress": true, "current_internal_player": 0, "current_player": 20, "map_name": "sj5gPHia", "max_internal_player": 71, "max_player": 7, "mode": "vpytBK9s", "num_bot": 49, "password": "6YxyLL29", "settings": {"dasMUXT6": {}, "v3Rh5qcx": {}, "9tY3QtFh": {}}}, "game_version": "ppdX7lJx", "namespace": "ehB09Pnm", "session_type": "0p7ESiQa", "username": "gPwJivn5"}' --login_with_auth "Bearer foo" +sessionbrowser-get-session-by-user-i-ds 'Tkcy4RIw' --login_with_auth "Bearer foo" +sessionbrowser-get-session '766txMoN' --login_with_auth "Bearer foo" +sessionbrowser-update-session '{"game_max_player": 37}' 'FhJVlDFZ' --login_with_auth "Bearer foo" +sessionbrowser-delete-session '7aGpYUfK' --login_with_auth "Bearer foo" +sessionbrowser-join-session '{"password": "K6uoAXne"}' 'aoxtuCQo' --login_with_auth "Bearer foo" +sessionbrowser-delete-session-local-ds 'P7tvZdbt' --login_with_auth "Bearer foo" +sessionbrowser-add-player-to-session '{"as_spectator": true, "user_id": "qLce3eJv"}' 'qXxYeLni' --login_with_auth "Bearer foo" +sessionbrowser-remove-player-from-session 'HC2Ss7vL' 'L0sCz0W5' --login_with_auth "Bearer foo" +sessionbrowser-update-settings '{}' 'uLQJZvAr' --login_with_auth "Bearer foo" +sessionbrowser-get-recent-player 'Yeb8oCBP' --login_with_auth "Bearer foo" exit() END @@ -79,7 +79,7 @@ fi #- 2 AdminQuerySession $PYTHON -m $MODULE 'sessionbrowser-admin-query-session' \ - 'Nark9aV2' \ + 'efuub0nq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 2 'AdminQuerySession' test.out @@ -104,103 +104,103 @@ eval_tap $? 5 'GetActiveMatchmakingGameSessions' test.out #- 6 AdminGetSession $PYTHON -m $MODULE 'sessionbrowser-admin-get-session' \ - 'B1FPrDc0' \ + 'wixzOiwm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 6 'AdminGetSession' test.out #- 7 AdminDeleteSession $PYTHON -m $MODULE 'sessionbrowser-admin-delete-session' \ - 'WzsImCqD' \ + 'hCjdxC1J' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminDeleteSession' test.out #- 8 AdminSearchSessionsV2 $PYTHON -m $MODULE 'sessionbrowser-admin-search-sessions-v2' \ - '52' \ - '88' \ + '20' \ + '12' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'AdminSearchSessionsV2' test.out #- 9 GetSessionHistoryDetailed $PYTHON -m $MODULE 'sessionbrowser-get-session-history-detailed' \ - 'SnHjMGjm' \ + 'GjuDu8kc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'GetSessionHistoryDetailed' test.out #- 10 UserQuerySession $PYTHON -m $MODULE 'sessionbrowser-user-query-session' \ - 'xE5gowfc' \ + 'tK30QJiE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 10 'UserQuerySession' test.out #- 11 CreateSession $PYTHON -m $MODULE 'sessionbrowser-create-session' \ - '{"game_session_setting": {"allow_join_in_progress": true, "current_internal_player": 34, "current_player": 54, "map_name": "NAad0njN", "max_internal_player": 95, "max_player": 78, "mode": "f1eshsZD", "num_bot": 62, "password": "IB078GEW", "settings": {"mvkBkgjo": {}, "ycvSMrcQ": {}, "BJ1N48kf": {}}}, "game_version": "I30KnnGG", "namespace": "B4puFAE0", "session_type": "XKRkMqMx", "username": "vdQhjknZ"}' \ + '{"game_session_setting": {"allow_join_in_progress": false, "current_internal_player": 15, "current_player": 39, "map_name": "qHBlMbej", "max_internal_player": 63, "max_player": 64, "mode": "AaLVqHws", "num_bot": 58, "password": "RJ032C00", "settings": {"45MKns8w": {}, "5dJ5hKSg": {}, "7cJSfV5J": {}}}, "game_version": "8xybS2pr", "namespace": "yZy8h8NG", "session_type": "oEnkwxjH", "username": "APYHPvB8"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'CreateSession' test.out #- 12 GetSessionByUserIDs $PYTHON -m $MODULE 'sessionbrowser-get-session-by-user-i-ds' \ - '7l8YlTd6' \ + 'qb5jkpYa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'GetSessionByUserIDs' test.out #- 13 GetSession $PYTHON -m $MODULE 'sessionbrowser-get-session' \ - 'olnHM9Hn' \ + 'bmgMiTth' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'GetSession' test.out #- 14 UpdateSession $PYTHON -m $MODULE 'sessionbrowser-update-session' \ - '{"game_max_player": 30}' \ - 'X0g061uY' \ + '{"game_max_player": 10}' \ + 'LGQtMptI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'UpdateSession' test.out #- 15 DeleteSession $PYTHON -m $MODULE 'sessionbrowser-delete-session' \ - '0ibSrflU' \ + 'VfKoN48j' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'DeleteSession' test.out #- 16 JoinSession $PYTHON -m $MODULE 'sessionbrowser-join-session' \ - '{"password": "pFIfE1gA"}' \ - 'SwcLHWNw' \ + '{"password": "NR1jOS8k"}' \ + 'wMMueUCa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'JoinSession' test.out #- 17 DeleteSessionLocalDS $PYTHON -m $MODULE 'sessionbrowser-delete-session-local-ds' \ - 'qCBVdMXM' \ + 'UqFMxlWn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'DeleteSessionLocalDS' test.out #- 18 AddPlayerToSession $PYTHON -m $MODULE 'sessionbrowser-add-player-to-session' \ - '{"as_spectator": false, "user_id": "m2S7JXZV"}' \ - '3S55WoEl' \ + '{"as_spectator": true, "user_id": "MMdknWXu"}' \ + 'LmFaGRCv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'AddPlayerToSession' test.out #- 19 RemovePlayerFromSession $PYTHON -m $MODULE 'sessionbrowser-remove-player-from-session' \ - 'LogJDihS' \ - 'LSq8hJ7D' \ + '1Knjj7Fj' \ + 'YPhWwnAV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'RemovePlayerFromSession' test.out @@ -208,14 +208,14 @@ eval_tap $? 19 'RemovePlayerFromSession' test.out #- 20 UpdateSettings $PYTHON -m $MODULE 'sessionbrowser-update-settings' \ '{}' \ - 'CXuXIi6p' \ + 'Cdqh9BYq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'UpdateSettings' test.out #- 21 GetRecentPlayer $PYTHON -m $MODULE 'sessionbrowser-get-recent-player' \ - 'YtOOTKCA' \ + '3GPlr3Ol' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'GetRecentPlayer' test.out diff --git a/samples/cli/tests/social-cli-test.sh b/samples/cli/tests/social-cli-test.sh index 9835e1f27..837fd7644 100644 --- a/samples/cli/tests/social-cli-test.sh +++ b/samples/cli/tests/social-cli-test.sh @@ -29,89 +29,89 @@ touch "tmp.dat" if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END -social-get-user-profiles 'nQpZdtYa' --login_with_auth "Bearer foo" -social-get-profile '4ITZZFdU' 'k17WLjOz' --login_with_auth "Bearer foo" -social-public-get-user-game-profiles '["E1XFgOOA", "OUuY5Z1o", "egaW7kbl"]' --login_with_auth "Bearer foo" -social-public-get-user-profiles 'Imp2nqAE' --login_with_auth "Bearer foo" -social-public-create-profile 'iNoAYdHo' --body '{"achievements": ["eBHqIF4m", "1mTQu0wm", "KJf00vGL"], "attributes": {"O2uTMajm": "AOFqr90E", "23evlbEO": "aUo5dsYA", "a9gcWAPn": "AlrwIb4a"}, "avatarUrl": "KBxnob8o", "inventories": ["N6mfEmHN", "UwDPyiKH", "MaZElmAq"], "label": "bILbRRok", "profileName": "ZbnpbJy7", "statistics": ["r6iWzjgj", "4RmnCMkD", "m6nBr9Vc"], "tags": ["tawW7T97", "8thzmOIZ", "9QQkUvJt"]}' --login_with_auth "Bearer foo" -social-public-get-profile 'V54uIwgr' 'Kf6lRng4' --login_with_auth "Bearer foo" -social-public-update-profile 'cJlEydWk' 'tk8i0IFP' --body '{"achievements": ["jhk4cHE7", "iIIiDtic", "VcYNFc0o"], "attributes": {"mXxirlDH": "YgmnAU7Z", "cV20R0q5": "mpypbcwb", "WIgSnYVl": "zCfcAuIY"}, "avatarUrl": "r7qcg4f9", "inventories": ["HliYn2Wk", "OL1Vqz3P", "mNtrMrgs"], "label": "UlJDpDzV", "profileName": "4yb9g3B5", "statistics": ["2ovZlWMg", "Gs4XSoNB", "WHD7jbuI"], "tags": ["V2W6LrxO", "7BWTRlQ0", "4SOD6Umc"]}' --login_with_auth "Bearer foo" -social-public-delete-profile 'gqXHZ7IJ' 'xm3uvent' --login_with_auth "Bearer foo" -social-public-get-profile-attribute 'f30pIkxa' '5dmBR5fh' 'EPIvZBQv' --login_with_auth "Bearer foo" -social-public-update-attribute 'vdohgIbj' 'hy1DHrpc' '48KUBSn8' --body '{"name": "qMfrDfH4", "value": "VbpOEf79"}' --login_with_auth "Bearer foo" +social-get-user-profiles 'JcwTworI' --login_with_auth "Bearer foo" +social-get-profile 'fYIY7hhH' 'js9Gf1zd' --login_with_auth "Bearer foo" +social-public-get-user-game-profiles '["kSK2ksgL", "xE8EUDi0", "KL9PfhzK"]' --login_with_auth "Bearer foo" +social-public-get-user-profiles 'tBhDhaZX' --login_with_auth "Bearer foo" +social-public-create-profile '1GaipouX' --body '{"achievements": ["3y4Aul7k", "ctbBIdeJ", "d04oaZ7K"], "attributes": {"XwGgtrtx": "GhhT4GcQ", "NYJVvxFR": "Wo3CcEt0", "UncPCYEn": "vlijqeru"}, "avatarUrl": "u9Gf2ZxW", "inventories": ["lN5Sekub", "T1rEs9cF", "ZovXPU1q"], "label": "7UNV7VVT", "profileName": "COYaNMy6", "statistics": ["vkqezBOl", "UZerln2o", "gZ2CNOKg"], "tags": ["HDB53IL4", "oiD0xzFO", "UQ8NeXdT"]}' --login_with_auth "Bearer foo" +social-public-get-profile 'RmhRCTjh' 'zn5vS1pg' --login_with_auth "Bearer foo" +social-public-update-profile 'JpJRTtCb' 'KJ6mlwGX' --body '{"achievements": ["vfUaQTjh", "VZQGp9GP", "gUVwYtyy"], "attributes": {"bJ6U4srm": "wTIQsEZi", "qQ4rMfob": "p34Ud0rH", "6MmnVHzh": "1BHSsJLh"}, "avatarUrl": "tIzLM8Dq", "inventories": ["HRNhGJ4S", "7LVQ58FF", "1XUI52L7"], "label": "BcWG6qTm", "profileName": "JYfvwlGa", "statistics": ["vI6eINat", "BcAy9ddT", "9wdeGKGt"], "tags": ["K38VeCy2", "iLZymVK3", "lVp3OX5O"]}' --login_with_auth "Bearer foo" +social-public-delete-profile 'z93wuCER' 'lr6OsKxQ' --login_with_auth "Bearer foo" +social-public-get-profile-attribute 'xQ9FQyhO' 'joqC4yS5' 'ZG41S084' --login_with_auth "Bearer foo" +social-public-update-attribute 'WgkmQFdU' 'km1HsMDx' '0KDolRB9' --body '{"name": "WlYTQUqy", "value": "Fv3sDx7A"}' --login_with_auth "Bearer foo" social-get-global-stat-items --login_with_auth "Bearer foo" -social-get-global-stat-item-by-stat-code 'boUkBRlY' --login_with_auth "Bearer foo" +social-get-global-stat-item-by-stat-code 'LdbeJLvu' --login_with_auth "Bearer foo" social-get-stat-cycles --login_with_auth "Bearer foo" -social-create-stat-cycle --body '{"cycleType": "WEEKLY", "description": "lAfUDvPP", "end": "1971-04-30T00:00:00Z", "name": "obTcMJk6", "resetDate": 41, "resetDay": 71, "resetMonth": 19, "resetTime": "8d4GeyiS", "seasonPeriod": 31, "start": "1988-02-21T00:00:00Z"}' --login_with_auth "Bearer foo" -social-bulk-get-stat-cycle --body '{"cycleIds": ["nd3VBfZB", "r0lAZlY8", "acINvejP"]}' --login_with_auth "Bearer foo" +social-create-stat-cycle --body '{"cycleType": "WEEKLY", "description": "dmG3ejyp", "end": "1983-03-28T00:00:00Z", "name": "OmLZFxsR", "resetDate": 21, "resetDay": 62, "resetMonth": 13, "resetTime": "NXM3xqiv", "seasonPeriod": 57, "start": "1974-03-19T00:00:00Z"}' --login_with_auth "Bearer foo" +social-bulk-get-stat-cycle --body '{"cycleIds": ["Oi3EICOA", "0npv0lmc", "Ivujl8os"]}' --login_with_auth "Bearer foo" social-export-stat-cycle --login_with_auth "Bearer foo" social-import-stat-cycle --login_with_auth "Bearer foo" -social-get-stat-cycle 'XInVUWVG' --login_with_auth "Bearer foo" -social-update-stat-cycle 'AeGjVEaa' --body '{"cycleType": "DAILY", "description": "1xJuvJnD", "end": "1998-04-17T00:00:00Z", "name": "5JhGKjpG", "resetDate": 8, "resetDay": 57, "resetMonth": 79, "resetTime": "C0GurNHw", "seasonPeriod": 69, "start": "1984-01-08T00:00:00Z"}' --login_with_auth "Bearer foo" -social-delete-stat-cycle '8KOSNaW7' --login_with_auth "Bearer foo" -social-bulk-add-stats 'Pq32So3q' --body '{"statCodes": ["YrmRUuos", "4s0ONmOu", "hFfql9hm"]}' --login_with_auth "Bearer foo" -social-stop-stat-cycle 'mP0TdKvT' --login_with_auth "Bearer foo" -social-bulk-fetch-stat-items 'F4eIuIHV' 'EBD30gg7' --login_with_auth "Bearer foo" -social-bulk-inc-user-stat-item --body '[{"inc": 0.5351251934143602, "statCode": "JfwVoN7b", "userId": "pqJoUkfk"}, {"inc": 0.804823107578597, "statCode": "fmLaTYLp", "userId": "1G4A0bXL"}, {"inc": 0.2735777034976066, "statCode": "z7cvbXQR", "userId": "CQK9PzLk"}]' --login_with_auth "Bearer foo" -social-bulk-inc-user-stat-item-value --body '[{"inc": 0.7415787822606257, "statCode": "u72RRAzd", "userId": "EPlpSc5T"}, {"inc": 0.8410531111898352, "statCode": "S643Nbhg", "userId": "t1VtpNUD"}, {"inc": 0.5631668663599934, "statCode": "oOeC4OiE", "userId": "10zrKA7M"}]' --login_with_auth "Bearer foo" -social-bulk-fetch-or-default-stat-items '1Aafrp3X' '["crFLbA6W", "got4miYt", "iz3yIwzs"]' --login_with_auth "Bearer foo" -social-bulk-reset-user-stat-item --body '[{"statCode": "ANQzC8jr", "userId": "Boq3shCb"}, {"statCode": "8f8DXGKW", "userId": "HhmRBnyH"}, {"statCode": "9C6923cQ", "userId": "2lrDlOId"}]' --login_with_auth "Bearer foo" +social-get-stat-cycle 'FV2KgIsB' --login_with_auth "Bearer foo" +social-update-stat-cycle 'MBvbh4kj' --body '{"cycleType": "MONTHLY", "description": "QGR68gUC", "end": "1982-02-24T00:00:00Z", "name": "nN1dDo0J", "resetDate": 35, "resetDay": 62, "resetMonth": 86, "resetTime": "rkMokU2n", "seasonPeriod": 33, "start": "1998-04-19T00:00:00Z"}' --login_with_auth "Bearer foo" +social-delete-stat-cycle '467IzlcD' --login_with_auth "Bearer foo" +social-bulk-add-stats 'V3DnTNuY' --body '{"statCodes": ["6749J169", "Mdvmf0xp", "ojSFDYsv"]}' --login_with_auth "Bearer foo" +social-stop-stat-cycle 'E31MhxA7' --login_with_auth "Bearer foo" +social-bulk-fetch-stat-items 'Ep5xfo7U' 'Bvw1cztc' --login_with_auth "Bearer foo" +social-bulk-inc-user-stat-item --body '[{"inc": 0.9391379409873275, "statCode": "naX9Q6CW", "userId": "yT8dIzlg"}, {"inc": 0.4430801887478023, "statCode": "gAxthQL1", "userId": "MCuYjErm"}, {"inc": 0.18006220937724227, "statCode": "XEFDqFMu", "userId": "9xfRL9S6"}]' --login_with_auth "Bearer foo" +social-bulk-inc-user-stat-item-value --body '[{"inc": 0.38404828580405415, "statCode": "ZcdDk2vd", "userId": "7t1Jwi7a"}, {"inc": 0.5968282051404116, "statCode": "NKw4RjV5", "userId": "gguXj7FO"}, {"inc": 0.9926843087129578, "statCode": "Q3quASsg", "userId": "pQ2bwRYt"}]' --login_with_auth "Bearer foo" +social-bulk-fetch-or-default-stat-items 'TnJficH2' '["dFCHHNha", "9a6Hl894", "7FKxzuo4"]' --login_with_auth "Bearer foo" +social-bulk-reset-user-stat-item --body '[{"statCode": "IBIkGZY4", "userId": "FyjG1KuC"}, {"statCode": "vO0J4XXb", "userId": "IxmNZWX0"}, {"statCode": "Nf0U8GCH", "userId": "UEzlSYEz"}]' --login_with_auth "Bearer foo" social-get-stats --login_with_auth "Bearer foo" -social-create-stat --body '{"cycleIds": ["6p3mnnPH", "Artwyz5G", "3e6Z2JQT"], "defaultValue": 0.7791798456478819, "description": "y3gJ52oE", "ignoreAdditionalDataOnValueRejected": false, "incrementOnly": true, "isPublic": true, "maximum": 0.929460847704467, "minimum": 0.5187744039240614, "name": "Lhgq1KQG", "setAsGlobal": true, "setBy": "SERVER", "statCode": "C1v7QEth", "tags": ["v9X57nVc", "1egQLEKh", "1MkXLPkD"]}' --login_with_auth "Bearer foo" +social-create-stat --body '{"cycleIds": ["8ZyITXc1", "H43aVItT", "PwnSmHOW"], "defaultValue": 0.6735566786562573, "description": "BHEp8tG1", "ignoreAdditionalDataOnValueRejected": true, "incrementOnly": true, "isPublic": false, "maximum": 0.4921348380991776, "minimum": 0.15923340596340474, "name": "srJZF3kd", "setAsGlobal": false, "setBy": "SERVER", "statCode": "ZzsUs8IU", "tags": ["8Oz4l4wg", "XbRViWfB", "ASHlUDYB"]}' --login_with_auth "Bearer foo" social-export-stats --login_with_auth "Bearer foo" social-import-stats --login_with_auth "Bearer foo" -social-query-stats '5Okcduet' --login_with_auth "Bearer foo" -social-get-stat 'ctyHlgB0' --login_with_auth "Bearer foo" -social-delete-stat 'KRH6HqQy' --login_with_auth "Bearer foo" -social-update-stat 'i2fC6QGI' --body '{"cycleIds": ["ERSirure", "TYRoyU2U", "MLAUfier"], "defaultValue": 0.7807788499629834, "description": "8H2OJNZG", "ignoreAdditionalDataOnValueRejected": false, "isPublic": true, "name": "WLcBzZTE", "tags": ["FjkXavqT", "enG3evUl", "B0jafCU5"]}' --login_with_auth "Bearer foo" -social-get-stat-items 'aAmlTIdo' --login_with_auth "Bearer foo" -social-delete-tied-stat 'Nd0Kzfso' --login_with_auth "Bearer foo" -social-get-user-stat-cycle-items 'WVasQC0U' 'usoyj8z0' --login_with_auth "Bearer foo" -social-get-user-stat-items 'ZmyCayR3' --login_with_auth "Bearer foo" -social-bulk-create-user-stat-items 'j4E2sA7v' --body '[{"statCode": "O1UPMeHD"}, {"statCode": "wGEtqQqH"}, {"statCode": "SPdRhV8j"}]' --login_with_auth "Bearer foo" -social-bulk-inc-user-stat-item-1 'w9iCrCTI' --body '[{"inc": 0.17945874077992996, "statCode": "CkgO4dZm"}, {"inc": 0.8227529261647356, "statCode": "7BuxagM6"}, {"inc": 0.06693110231787369, "statCode": "HKiRQZ9v"}]' --login_with_auth "Bearer foo" -social-bulk-inc-user-stat-item-value-1 'yBJxKv9f' --body '[{"inc": 0.2194145496152885, "statCode": "1O6LQrMd"}, {"inc": 0.4563643564552804, "statCode": "hafvbzxF"}, {"inc": 0.6909686551683308, "statCode": "arY0QYLC"}]' --login_with_auth "Bearer foo" -social-bulk-reset-user-stat-item-1 'wlqJBW2J' --body '[{"statCode": "7Kl2uli5"}, {"statCode": "f4ph0EEA"}, {"statCode": "vSvHURci"}]' --login_with_auth "Bearer foo" -social-create-user-stat-item 'cuNNjFrn' 'CwShBOyR' --login_with_auth "Bearer foo" -social-delete-user-stat-items 'xEHA4yFQ' 's09TnnAy' --login_with_auth "Bearer foo" -social-inc-user-stat-item-value 'Cr4BdqTv' 'B0NCc3R0' --body '{"inc": 0.22789684634136964}' --login_with_auth "Bearer foo" -social-reset-user-stat-item-value 'UdwB0zAL' 'XH5TmXtd' --body '{"additionalData": {"Z5S4PeHX": {}, "zN1QILug": {}, "6dUzyBWB": {}}}' --login_with_auth "Bearer foo" +social-query-stats 'E140lfvt' --login_with_auth "Bearer foo" +social-get-stat 'tUOTVaQj' --login_with_auth "Bearer foo" +social-delete-stat 'BOeqpIFk' --login_with_auth "Bearer foo" +social-update-stat 'i1a41lIm' --body '{"cycleIds": ["X3socNqs", "IYjoFkmT", "EYMQBXWp"], "defaultValue": 0.3829340528874984, "description": "MmYsDNau", "ignoreAdditionalDataOnValueRejected": false, "isPublic": false, "name": "8kF2GHUi", "tags": ["E28jSrtW", "9KnpWhIe", "zNZQ2dA4"]}' --login_with_auth "Bearer foo" +social-get-stat-items 'p6Efwl9B' --login_with_auth "Bearer foo" +social-delete-tied-stat 'iqW05mhZ' --login_with_auth "Bearer foo" +social-get-user-stat-cycle-items '4mM66Lpp' 'w8fwSqAI' --login_with_auth "Bearer foo" +social-get-user-stat-items 'MxmR9Ng5' --login_with_auth "Bearer foo" +social-bulk-create-user-stat-items 'LNgl2LIG' --body '[{"statCode": "aN3cNbpa"}, {"statCode": "rTJeDLdq"}, {"statCode": "lCpznl6m"}]' --login_with_auth "Bearer foo" +social-bulk-inc-user-stat-item-1 'hZbs23PB' --body '[{"inc": 0.4212912665105675, "statCode": "x4IbZ42M"}, {"inc": 0.5915091282840631, "statCode": "1Kcduvhf"}, {"inc": 0.19563911817768642, "statCode": "IV55UER3"}]' --login_with_auth "Bearer foo" +social-bulk-inc-user-stat-item-value-1 'a4VZCV7r' --body '[{"inc": 0.6264762916601119, "statCode": "ALGgFq7o"}, {"inc": 0.5263305097590618, "statCode": "xhSJEXjj"}, {"inc": 0.49006746270560664, "statCode": "827CHEIQ"}]' --login_with_auth "Bearer foo" +social-bulk-reset-user-stat-item-1 'awa7YK4u' --body '[{"statCode": "9kuJHFgO"}, {"statCode": "DABdsMay"}, {"statCode": "GlI21QQa"}]' --login_with_auth "Bearer foo" +social-create-user-stat-item 'jMnlaK4X' 'AVR0TNFJ' --login_with_auth "Bearer foo" +social-delete-user-stat-items 'QPCnZvJK' 'WMQShrbW' --login_with_auth "Bearer foo" +social-inc-user-stat-item-value 'gJtUcycE' '7i4WCsWK' --body '{"inc": 0.8214455551345867}' --login_with_auth "Bearer foo" +social-reset-user-stat-item-value 'jtbqpURS' '7AR6o09C' --body '{"additionalData": {"KJIuLe4E": {}, "c1DGKSRr": {}, "vHH6Emv0": {}}}' --login_with_auth "Bearer foo" social-get-global-stat-items-1 --login_with_auth "Bearer foo" -social-get-global-stat-item-by-stat-code-1 'Nel52iT7' --login_with_auth "Bearer foo" +social-get-global-stat-item-by-stat-code-1 'BzTndlWd' --login_with_auth "Bearer foo" social-get-stat-cycles-1 --login_with_auth "Bearer foo" -social-bulk-get-stat-cycle-1 --body '{"cycleIds": ["8RXEc2MF", "FBya4Hrz", "kotqF06o"]}' --login_with_auth "Bearer foo" -social-get-stat-cycle-1 'cK6Fw24O' --login_with_auth "Bearer foo" -social-bulk-fetch-stat-items-1 'UqNa4Lbt' 'kEarZqRQ' --login_with_auth "Bearer foo" -social-public-bulk-inc-user-stat-item --body '[{"inc": 0.904904977075983, "statCode": "NvK3K9Kd", "userId": "3mmCjJGs"}, {"inc": 0.30923058300091744, "statCode": "1ULiaRwb", "userId": "YPtzvbpi"}, {"inc": 0.581839871501997, "statCode": "MzSAG97Z", "userId": "HanwwZaY"}]' --login_with_auth "Bearer foo" -social-public-bulk-inc-user-stat-item-value --body '[{"inc": 0.5239323008040804, "statCode": "dgejKKCW", "userId": "1bvtt9L5"}, {"inc": 0.9232222870078814, "statCode": "XxnJs5il", "userId": "7s0D2Kv6"}, {"inc": 0.7162629821029615, "statCode": "0BwSoebu", "userId": "6J5PnDFx"}]' --login_with_auth "Bearer foo" -social-bulk-reset-user-stat-item-2 --body '[{"statCode": "7fOGgzB2", "userId": "NxumIkQB"}, {"statCode": "XvazrVUE", "userId": "i0PqmIi4"}, {"statCode": "60mRbKSD", "userId": "myrrbCvn"}]' --login_with_auth "Bearer foo" -social-create-stat-1 --body '{"cycleIds": ["D4gxMLgC", "2zc7yNdQ", "9ynM6M4I"], "defaultValue": 0.7979532654637884, "description": "oyJbJGva", "ignoreAdditionalDataOnValueRejected": true, "incrementOnly": true, "isPublic": false, "maximum": 0.20226354279645153, "minimum": 0.1253606175115496, "name": "E1Huotim", "setAsGlobal": true, "setBy": "SERVER", "statCode": "ccgvHOWo", "tags": ["CjfiT9Fg", "L8am7CTn", "zod724mT"]}' --login_with_auth "Bearer foo" -social-public-list-my-stat-cycle-items '6atIZ16o' --login_with_auth "Bearer foo" +social-bulk-get-stat-cycle-1 --body '{"cycleIds": ["XNcla72g", "eMNTb2B0", "3NRhxrZa"]}' --login_with_auth "Bearer foo" +social-get-stat-cycle-1 '5CNOYFRD' --login_with_auth "Bearer foo" +social-bulk-fetch-stat-items-1 'gp92qRuF' '7rohZYPn' --login_with_auth "Bearer foo" +social-public-bulk-inc-user-stat-item --body '[{"inc": 0.18031401281147552, "statCode": "iW5j6Ena", "userId": "SUuPsnd8"}, {"inc": 0.896098457132288, "statCode": "CPhbIthb", "userId": "iFRaK2iN"}, {"inc": 0.9266868303908199, "statCode": "2K6Yy55m", "userId": "4uRSpZbl"}]' --login_with_auth "Bearer foo" +social-public-bulk-inc-user-stat-item-value --body '[{"inc": 0.4801475445262483, "statCode": "WvHgF7Fo", "userId": "VSR8IGuG"}, {"inc": 0.4473678776410396, "statCode": "ng3D0RG5", "userId": "3SVAVFwy"}, {"inc": 0.8350640716705398, "statCode": "casV7aC1", "userId": "G2zIR4ZR"}]' --login_with_auth "Bearer foo" +social-bulk-reset-user-stat-item-2 --body '[{"statCode": "1lA6AuBx", "userId": "yi3XQ9SH"}, {"statCode": "JKfK9G55", "userId": "PJc7iLIc"}, {"statCode": "yhxJzN2f", "userId": "1NO8LLbG"}]' --login_with_auth "Bearer foo" +social-create-stat-1 --body '{"cycleIds": ["ObZkzGEn", "z634aTzl", "knhQbKEh"], "defaultValue": 0.8420020034000709, "description": "PtKQDpXt", "ignoreAdditionalDataOnValueRejected": false, "incrementOnly": false, "isPublic": false, "maximum": 0.15642319878839395, "minimum": 0.16121284434401018, "name": "LtRDZq1v", "setAsGlobal": true, "setBy": "CLIENT", "statCode": "QBiWfrzr", "tags": ["4JSb7u5S", "jerdIIke", "yqMdsr3V"]}' --login_with_auth "Bearer foo" +social-public-list-my-stat-cycle-items '9zGjG6a7' --login_with_auth "Bearer foo" social-public-list-my-stat-items --login_with_auth "Bearer foo" social-public-list-all-my-stat-items --login_with_auth "Bearer foo" -social-get-user-stat-cycle-items-1 'bq3BQK5m' '1Y8JvuF1' --login_with_auth "Bearer foo" -social-public-query-user-stat-items 'wNt1uY58' --login_with_auth "Bearer foo" -social-public-bulk-create-user-stat-items 'wuTZqa5f' --body '[{"statCode": "IO0cNYc6"}, {"statCode": "62WPkzLu"}, {"statCode": "vOsciW5q"}]' --login_with_auth "Bearer foo" -social-public-query-user-stat-items-1 'pdpAxGXe' --login_with_auth "Bearer foo" -social-public-bulk-inc-user-stat-item-1 'BmL36heq' --body '[{"inc": 0.5710057108530712, "statCode": "bxUajB4X"}, {"inc": 0.6992870843435773, "statCode": "XOXZ2hKs"}, {"inc": 0.9123184088615597, "statCode": "y26RePQ6"}]' --login_with_auth "Bearer foo" -social-bulk-inc-user-stat-item-value-2 'aCMikX9U' --body '[{"inc": 0.7566038497965536, "statCode": "9m7Zgk49"}, {"inc": 0.5298708196586606, "statCode": "2JSM24p5"}, {"inc": 0.1864189115877377, "statCode": "A4seQM7j"}]' --login_with_auth "Bearer foo" -social-bulk-reset-user-stat-item-3 'rCZug22Z' --body '[{"statCode": "HseXDhDG"}, {"statCode": "4oyGIjbk"}, {"statCode": "Z8OFnMqp"}]' --login_with_auth "Bearer foo" -social-public-create-user-stat-item 'rDHhHzGC' 'ev5eVFL7' --login_with_auth "Bearer foo" -social-delete-user-stat-items-1 'BLY4Lr2F' 'bo5eosfI' --login_with_auth "Bearer foo" -social-public-inc-user-stat-item 'v8ZGN1Ef' 'V5NH4bAP' --body '{"inc": 0.08041019208844047}' --login_with_auth "Bearer foo" -social-public-inc-user-stat-item-value 'Hs8Mw4JE' '66WodPmR' --body '{"inc": 0.49340379474514606}' --login_with_auth "Bearer foo" -social-reset-user-stat-item-value-1 'N31Ndwz8' 'LaRqzPYx' --login_with_auth "Bearer foo" -social-bulk-update-user-stat-item-v2 --body '[{"additionalData": {"PSYy1aTB": {}, "ihKJTkDw": {}, "pCiCunML": {}}, "additionalKey": "E0TvnrRr", "statCode": "AfjqQv7Z", "updateStrategy": "MAX", "userId": "8r1SnXDG", "value": 0.7753840120050053}, {"additionalData": {"ksYI6uB0": {}, "ej09guky": {}, "o3n09o1i": {}}, "additionalKey": "odgUly2m", "statCode": "OSC3dYvp", "updateStrategy": "MIN", "userId": "9pbn6sKl", "value": 0.01246760522982282}, {"additionalData": {"QsLS73MR": {}, "lG4e4AZW": {}, "VLrulDQP": {}}, "additionalKey": "SXy2Futn", "statCode": "LHUUQqcR", "updateStrategy": "INCREMENT", "userId": "H7WA8hXY", "value": 0.3443852133680695}]' --login_with_auth "Bearer foo" -social-bulk-fetch-or-default-stat-items-1 '19QIC1pN' '["yVuyho7g", "REdBfP3E", "KYcppOPo"]' --login_with_auth "Bearer foo" -social-admin-list-users-stat-items 'fhMZtTcT' --login_with_auth "Bearer foo" -social-bulk-update-user-stat-item 're1vWxbZ' --body '[{"additionalData": {"rgT4PkTw": {}, "vE6XgyHw": {}, "IVruonFr": {}}, "statCode": "82cX3aOJ", "updateStrategy": "MAX", "value": 0.3662989837336572}, {"additionalData": {"QKJ83CrM": {}, "BjC0w2L6": {}, "bw80wKEZ": {}}, "statCode": "Ke4YxbwK", "updateStrategy": "INCREMENT", "value": 0.581612850386959}, {"additionalData": {"18ArWQkr": {}, "VXkJahns": {}, "EGXSHgsk": {}}, "statCode": "DGkfuzq9", "updateStrategy": "MIN", "value": 0.43171577203207756}]' --login_with_auth "Bearer foo" -social-bulk-reset-user-stat-item-values 'GH35wD6y' --body '[{"additionalData": {"y8IMlu5Y": {}, "mNTDgZ2P": {}, "kiwY05aJ": {}}, "statCode": "HrVfLW72"}, {"additionalData": {"g4f4nHkW": {}, "PxYiNOms": {}, "EPR7KbHy": {}}, "statCode": "pz7SWGzn"}, {"additionalData": {"hMBlxXrr": {}, "q1qzOofx": {}, "ZhbWE1f6": {}}, "statCode": "Q3FD3ssY"}]' --login_with_auth "Bearer foo" -social-delete-user-stat-items-2 'yb88sATB' 'zDuweI29' --login_with_auth "Bearer foo" -social-update-user-stat-item-value '8wNHzVoI' 'RPK0tDEj' --body '{"additionalData": {"8NAV8nsU": {}, "7dCqTZeF": {}, "hO9NrE94": {}}, "updateStrategy": "INCREMENT", "value": 0.6478833993278652}' --login_with_auth "Bearer foo" -social-bulk-update-user-stat-item-1 --body '[{"additionalData": {"1mBr3ip0": {}, "qRUVnup4": {}, "9yrE3Ms7": {}}, "additionalKey": "lQSctq1H", "statCode": "Egioic99", "updateStrategy": "OVERRIDE", "userId": "oXUcJTRq", "value": 0.9713997370387137}, {"additionalData": {"ABX3hDSV": {}, "4oCDbmjQ": {}, "5b7JQ9cz": {}}, "additionalKey": "6VfzkYLV", "statCode": "mNn1l8Hs", "updateStrategy": "MAX", "userId": "RaHrSoEz", "value": 0.9285309615287146}, {"additionalData": {"QUyprVhU": {}, "M5ZOXuIT": {}, "pmIDKpWS": {}}, "additionalKey": "lPv3xbiq", "statCode": "j5DzvKyc", "updateStrategy": "MIN", "userId": "99F8jIGr", "value": 0.45767911516556803}]' --login_with_auth "Bearer foo" -social-public-query-user-stat-items-2 'wWtwhw5z' --login_with_auth "Bearer foo" -social-bulk-update-user-stat-item-2 'HDEhidCR' --body '[{"additionalData": {"Fjdl11GM": {}, "QuQBgBZx": {}, "rVMGJjbT": {}}, "statCode": "E6A17UE9", "updateStrategy": "INCREMENT", "value": 0.9293344396387159}, {"additionalData": {"WVylufkN": {}, "Zqt58wou": {}, "4TAmrALm": {}}, "statCode": "S3KPqw2x", "updateStrategy": "OVERRIDE", "value": 0.8900946626367665}, {"additionalData": {"MyrkZlkr": {}, "x3HhGIiw": {}, "iGkYb56u": {}}, "statCode": "EWfFHZcH", "updateStrategy": "INCREMENT", "value": 0.7472772126387863}]' --login_with_auth "Bearer foo" -social-update-user-stat-item-value-1 'n49lXMdD' 'JO7tB6U2' --body '{"additionalData": {"omJwI1O0": {}, "aqXMorwg": {}, "Vv4Mwbhj": {}}, "updateStrategy": "INCREMENT", "value": 0.8328321683602965}' --login_with_auth "Bearer foo" +social-get-user-stat-cycle-items-1 'GaJG2GVY' 'cB0jbbyc' --login_with_auth "Bearer foo" +social-public-query-user-stat-items 'HVACSAXe' --login_with_auth "Bearer foo" +social-public-bulk-create-user-stat-items 'sG1kJwe8' --body '[{"statCode": "9MUo8HJj"}, {"statCode": "xkimeJnd"}, {"statCode": "0HCDaV7z"}]' --login_with_auth "Bearer foo" +social-public-query-user-stat-items-1 '2TZEeJo7' --login_with_auth "Bearer foo" +social-public-bulk-inc-user-stat-item-1 'HDupNGyg' --body '[{"inc": 0.3006973898207005, "statCode": "blxWXRX1"}, {"inc": 0.11944760187486259, "statCode": "5soAvGKd"}, {"inc": 0.16157567241610316, "statCode": "zmMn06UQ"}]' --login_with_auth "Bearer foo" +social-bulk-inc-user-stat-item-value-2 'X6cKNS50' --body '[{"inc": 0.14917806057255167, "statCode": "dzO7tJB4"}, {"inc": 0.9461535303427779, "statCode": "ADwuZyQ8"}, {"inc": 0.795880820836877, "statCode": "utyywxzh"}]' --login_with_auth "Bearer foo" +social-bulk-reset-user-stat-item-3 'lbx3FcT0' --body '[{"statCode": "bdEsV4QL"}, {"statCode": "TAqy5R9f"}, {"statCode": "hQDzVwdq"}]' --login_with_auth "Bearer foo" +social-public-create-user-stat-item 'kqAQ17cV' 'mJ0Bf6L8' --login_with_auth "Bearer foo" +social-delete-user-stat-items-1 'KIcCVt9h' '6WNp3Lca' --login_with_auth "Bearer foo" +social-public-inc-user-stat-item 'DHDN7iBx' 'vqacv2Ui' --body '{"inc": 0.31432610022314844}' --login_with_auth "Bearer foo" +social-public-inc-user-stat-item-value 'hEaFnr2e' 'Nbm3QIF5' --body '{"inc": 0.06207123612329102}' --login_with_auth "Bearer foo" +social-reset-user-stat-item-value-1 'WhJYgBmC' 'rPAz7urt' --login_with_auth "Bearer foo" +social-bulk-update-user-stat-item-v2 --body '[{"additionalData": {"3wKtUkMu": {}, "kcMSh3V8": {}, "cpjm6XK3": {}}, "additionalKey": "wOnjjlWY", "statCode": "HWehgMvF", "updateStrategy": "MIN", "userId": "5DlDgBW1", "value": 0.008962833918419455}, {"additionalData": {"BwtnJ5Dk": {}, "zq1oOqA8": {}, "UbdxyIOZ": {}}, "additionalKey": "jf709QHq", "statCode": "3XL5XC7h", "updateStrategy": "MAX", "userId": "aZ2RrCXv", "value": 0.08476237132630116}, {"additionalData": {"JpbjwVX2": {}, "cwSuWYBe": {}, "tx08TiGu": {}}, "additionalKey": "uoZ9k4oq", "statCode": "BMeszhYV", "updateStrategy": "OVERRIDE", "userId": "ilDJK52X", "value": 0.04042804875196815}]' --login_with_auth "Bearer foo" +social-bulk-fetch-or-default-stat-items-1 'sxZLaX7e' '["JqTNIciO", "7WIEJidy", "Ex7ZN7Jd"]' --login_with_auth "Bearer foo" +social-admin-list-users-stat-items 'wzaN5pVs' --login_with_auth "Bearer foo" +social-bulk-update-user-stat-item 'w4PMYEMK' --body '[{"additionalData": {"hBrYqBWA": {}, "vTNVbWdd": {}, "PQ3hDMqS": {}}, "statCode": "MxStaXcH", "updateStrategy": "MAX", "value": 0.04455309485161896}, {"additionalData": {"slSUMRHa": {}, "Pn4pHJ4f": {}, "njvuHm5g": {}}, "statCode": "1aWf1dPM", "updateStrategy": "MAX", "value": 0.36749498639642164}, {"additionalData": {"GqKgkb8k": {}, "fNLN9aRM": {}, "JIahEW8b": {}}, "statCode": "Bpupcnvn", "updateStrategy": "OVERRIDE", "value": 0.2892398094247348}]' --login_with_auth "Bearer foo" +social-bulk-reset-user-stat-item-values '1omQR2S5' --body '[{"additionalData": {"J6JEQ6E6": {}, "Nca8piuY": {}, "LpYLaLUO": {}}, "statCode": "thOGn64T"}, {"additionalData": {"IGvZR43q": {}, "cmpgvfa8": {}, "SKjTAbRG": {}}, "statCode": "wQ1x1oRY"}, {"additionalData": {"qgPNxx5v": {}, "NFrOR6dN": {}, "dlsmlHJJ": {}}, "statCode": "0W9ngBQJ"}]' --login_with_auth "Bearer foo" +social-delete-user-stat-items-2 'nIGYFDQD' '5TeaoOKr' --login_with_auth "Bearer foo" +social-update-user-stat-item-value '6QVamMQm' 'JapLMIvc' --body '{"additionalData": {"ZVmGDrp4": {}, "m5v5aWOV": {}, "2NYvpluW": {}}, "updateStrategy": "INCREMENT", "value": 0.34250352795725325}' --login_with_auth "Bearer foo" +social-bulk-update-user-stat-item-1 --body '[{"additionalData": {"lBteInAx": {}, "MbYpLNiA": {}, "xVUq3I4e": {}}, "additionalKey": "co5H1ZRJ", "statCode": "yB6ROiuZ", "updateStrategy": "MIN", "userId": "vyp9GkCu", "value": 0.6729802908412618}, {"additionalData": {"zhcu5IJy": {}, "dwJleOK2": {}, "qxg1gsRV": {}}, "additionalKey": "FlL1hwNb", "statCode": "voXDmwQH", "updateStrategy": "MAX", "userId": "vHCkNhFZ", "value": 0.1642127919002473}, {"additionalData": {"ekYNWQwe": {}, "e6vqJEbm": {}, "msSSWSGB": {}}, "additionalKey": "wRIYN7Du", "statCode": "cVXl2mSn", "updateStrategy": "MIN", "userId": "eIgheF7f", "value": 0.43009516056435815}]' --login_with_auth "Bearer foo" +social-public-query-user-stat-items-2 'PMrt5qSS' --login_with_auth "Bearer foo" +social-bulk-update-user-stat-item-2 'WMbvzqnX' --body '[{"additionalData": {"i0u8RNvF": {}, "roB4Bj0u": {}, "c8UtFh8w": {}}, "statCode": "oC6cnOdA", "updateStrategy": "OVERRIDE", "value": 0.32664411753604006}, {"additionalData": {"HcDQi0Ma": {}, "kO1ufJYp": {}, "K6LeqZKj": {}}, "statCode": "wyFSQpVX", "updateStrategy": "OVERRIDE", "value": 0.14870532573773}, {"additionalData": {"P2BnEBmO": {}, "LI6A0xDj": {}, "ngpT04fk": {}}, "statCode": "OYmozbVc", "updateStrategy": "OVERRIDE", "value": 0.8461600517986594}]' --login_with_auth "Bearer foo" +social-update-user-stat-item-value-1 'ko2lzeeK' 'keGerW5B' --body '{"additionalData": {"MrZ7iD93": {}, "g497Bp9C": {}, "tapNVlHy": {}}, "updateStrategy": "MAX", "value": 0.37845957398407515}' --login_with_auth "Bearer foo" exit() END @@ -160,15 +160,15 @@ eval_tap 0 7 'DeleteUserSlotConfig # SKIP deprecated' test.out #- 8 GetUserProfiles $PYTHON -m $MODULE 'social-get-user-profiles' \ - 'WksVqJXg' \ + 'TPjmpNaa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'GetUserProfiles' test.out #- 9 GetProfile $PYTHON -m $MODULE 'social-get-profile' \ - 'i2AwFwfc' \ - 'bwI9G7i5' \ + 'VnuoQNBm' \ + 'SjfVof7N' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'GetProfile' test.out @@ -181,66 +181,66 @@ eval_tap 0 11 'GetSlotData # SKIP deprecated' test.out #- 12 PublicGetUserGameProfiles $PYTHON -m $MODULE 'social-public-get-user-game-profiles' \ - '["ciy6GiFj", "VZ3Xn039", "dIfOvrBX"]' \ + '["2AGDwpv1", "VqaS2JZG", "tDMkWnVw"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 12 'PublicGetUserGameProfiles' test.out #- 13 PublicGetUserProfiles $PYTHON -m $MODULE 'social-public-get-user-profiles' \ - 'O8EVkrmO' \ + 'ZnGyA7La' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'PublicGetUserProfiles' test.out #- 14 PublicCreateProfile $PYTHON -m $MODULE 'social-public-create-profile' \ - 'ewhNBQUO' \ - --body '{"achievements": ["kNRQiGw5", "DPL0AbSJ", "ltZjGU2y"], "attributes": {"YyAQeet7": "6OX7DBU0", "JYuqWaPR": "RZh6Yg6g", "hqOHmH8k": "Am4TZODz"}, "avatarUrl": "93iVbirP", "inventories": ["yplIt3OK", "hu1j6nM5", "tMANZGNf"], "label": "ZF6qTr0Y", "profileName": "wy6Hg1qP", "statistics": ["KCaro2Ys", "rbB16prG", "CVYpdAho"], "tags": ["0xFMpeco", "5aQYF7b1", "2fVMcUiV"]}' \ + 'TxWuDMeG' \ + --body '{"achievements": ["LdQoGOFv", "pFaN5lo9", "yg2I7y5J"], "attributes": {"YRCZtCv2": "GYUno1Ty", "3nbCykg6": "X1X1buN5", "fgMSSDr4": "KL7RpiYe"}, "avatarUrl": "edWc1oKm", "inventories": ["h3TvNEFz", "nwSjCi9m", "rqCq23X4"], "label": "7SnnURwQ", "profileName": "oT9X8vES", "statistics": ["AJR5D9En", "sTbTeNlz", "byOn2naG"], "tags": ["OFEUvzsJ", "l7xRc27c", "8w8OdJUQ"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 14 'PublicCreateProfile' test.out #- 15 PublicGetProfile $PYTHON -m $MODULE 'social-public-get-profile' \ - 'HqFI0F8N' \ - 'Etxse2se' \ + '0yuPTqxF' \ + 'BHY6PJvU' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'PublicGetProfile' test.out #- 16 PublicUpdateProfile $PYTHON -m $MODULE 'social-public-update-profile' \ - 'SxI20w57' \ - 'RiWHfOAu' \ - --body '{"achievements": ["n8D966re", "Lq75zWyt", "bNdllYKN"], "attributes": {"QMqs15tP": "IdqAAOlA", "ysMlhXeW": "NoVN4yRk", "eLjH8jMz": "dWWG9Jnm"}, "avatarUrl": "V1zKiXrq", "inventories": ["kMYFWJxx", "ZZdfYsvm", "jqHYsBBq"], "label": "Euwed1RC", "profileName": "qcfb0n79", "statistics": ["Pg29PZQT", "89VZqdcJ", "LP30uggb"], "tags": ["ELbp4WCN", "TiUVKJaF", "Q1QnDYQK"]}' \ + 'F1XSmBXm' \ + '68CRJ7qS' \ + --body '{"achievements": ["k0R6YabI", "Z6Hjy4GT", "qgVAG5y1"], "attributes": {"EasRlPEm": "Yuv6OyLt", "HaJQpR1U": "jydem7Db", "rMTJ6xD4": "ypsTPxlU"}, "avatarUrl": "H4dpv5Td", "inventories": ["zOAdOiVH", "kiamyNhC", "ddSQxHaB"], "label": "nt9I8HVv", "profileName": "8lqpY1wh", "statistics": ["egsjZio9", "P02FJPTf", "47MOo0Td"], "tags": ["mSWtlZb6", "K8eLa4w2", "TxcV2kYH"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'PublicUpdateProfile' test.out #- 17 PublicDeleteProfile $PYTHON -m $MODULE 'social-public-delete-profile' \ - 'iQrwhpkl' \ - 'W99Z0zH2' \ + '2KUjOFO2' \ + 'IDJNCdZN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'PublicDeleteProfile' test.out #- 18 PublicGetProfileAttribute $PYTHON -m $MODULE 'social-public-get-profile-attribute' \ - 'cwJsiPzA' \ - '00NzEgAk' \ - 'euXiGO6a' \ + '7KoQkvxp' \ + '6rsGrGSS' \ + '3PGzHWfs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'PublicGetProfileAttribute' test.out #- 19 PublicUpdateAttribute $PYTHON -m $MODULE 'social-public-update-attribute' \ - 'IODYk1dG' \ - 'NM1MdiPz' \ - 'AB7gWhkv' \ - --body '{"name": "BtujzN75", "value": "WWineQtM"}' \ + 'ESSTTHHz' \ + 'lYmhBCmk' \ + 'EwJ6G1rC' \ + --body '{"name": "GaO7cpI7", "value": "VA9J0Zqh"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'PublicUpdateAttribute' test.out @@ -271,7 +271,7 @@ eval_tap $? 26 'GetGlobalStatItems' test.out #- 27 GetGlobalStatItemByStatCode $PYTHON -m $MODULE 'social-get-global-stat-item-by-stat-code' \ - 'G3oKO2Z2' \ + 'W4yOFCJc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'GetGlobalStatItemByStatCode' test.out @@ -284,14 +284,14 @@ eval_tap $? 28 'GetStatCycles' test.out #- 29 CreateStatCycle $PYTHON -m $MODULE 'social-create-stat-cycle' \ - --body '{"cycleType": "DAILY", "description": "z7syTvKW", "end": "1996-03-30T00:00:00Z", "name": "LlBXtuux", "resetDate": 46, "resetDay": 3, "resetMonth": 8, "resetTime": "lqIGApH9", "seasonPeriod": 10, "start": "1982-02-27T00:00:00Z"}' \ + --body '{"cycleType": "ANNUALLY", "description": "w1fQASUG", "end": "1973-11-16T00:00:00Z", "name": "qGkqhAty", "resetDate": 36, "resetDay": 23, "resetMonth": 72, "resetTime": "ztkdQKyX", "seasonPeriod": 31, "start": "1981-06-06T00:00:00Z"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'CreateStatCycle' test.out #- 30 BulkGetStatCycle $PYTHON -m $MODULE 'social-bulk-get-stat-cycle' \ - --body '{"cycleIds": ["WDRxfUpy", "ksybCwUe", "xS3YBrkn"]}' \ + --body '{"cycleIds": ["3GNgSJyB", "EgDKrfhv", "uS1Vdghg"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 30 'BulkGetStatCycle' test.out @@ -310,74 +310,74 @@ eval_tap $? 32 'ImportStatCycle' test.out #- 33 GetStatCycle $PYTHON -m $MODULE 'social-get-stat-cycle' \ - 'AhlkSJcv' \ + 'IRekuqUg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'GetStatCycle' test.out #- 34 UpdateStatCycle $PYTHON -m $MODULE 'social-update-stat-cycle' \ - 'N3lnQCZW' \ - --body '{"cycleType": "SEASONAL", "description": "RMbH4aDm", "end": "1986-02-28T00:00:00Z", "name": "vFa8IfwD", "resetDate": 47, "resetDay": 67, "resetMonth": 98, "resetTime": "FtXTaLsy", "seasonPeriod": 93, "start": "1975-06-20T00:00:00Z"}' \ + 'lAYDRHqO' \ + --body '{"cycleType": "ANNUALLY", "description": "SOuN2r68", "end": "1984-10-16T00:00:00Z", "name": "k0tmp1cK", "resetDate": 8, "resetDay": 91, "resetMonth": 53, "resetTime": "sL763tvj", "seasonPeriod": 95, "start": "1987-10-11T00:00:00Z"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 34 'UpdateStatCycle' test.out #- 35 DeleteStatCycle $PYTHON -m $MODULE 'social-delete-stat-cycle' \ - 'HRzmxFQ5' \ + 'j3JKHSj7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'DeleteStatCycle' test.out #- 36 BulkAddStats $PYTHON -m $MODULE 'social-bulk-add-stats' \ - 'uef70Nu5' \ - --body '{"statCodes": ["KFEt26E1", "V5xUmyc6", "kamgkBfb"]}' \ + 'mt6hI5Tm' \ + --body '{"statCodes": ["EElxj8LK", "OxkEjrf9", "IwHFh8Rv"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'BulkAddStats' test.out #- 37 StopStatCycle $PYTHON -m $MODULE 'social-stop-stat-cycle' \ - 'd7L1A1ZQ' \ + 'wUAeGTDk' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'StopStatCycle' test.out #- 38 BulkFetchStatItems $PYTHON -m $MODULE 'social-bulk-fetch-stat-items' \ - 'u1MA9MyT' \ - 'bAdwYFHc' \ + '6MPtlLsK' \ + 'MXHy1fRe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'BulkFetchStatItems' test.out #- 39 BulkIncUserStatItem $PYTHON -m $MODULE 'social-bulk-inc-user-stat-item' \ - --body '[{"inc": 0.6024123041867668, "statCode": "ASuJ4kau", "userId": "ytPVTNh5"}, {"inc": 0.16018803419651095, "statCode": "dulgVSd2", "userId": "64FMuDxp"}, {"inc": 0.14014737206293337, "statCode": "LenMXTec", "userId": "jG6Wv1mo"}]' \ + --body '[{"inc": 0.3565143023412497, "statCode": "1dsqto0i", "userId": "TkJ1Qh60"}, {"inc": 0.9947788570822017, "statCode": "yjbcXwnd", "userId": "gMTbY4FT"}, {"inc": 0.2163745013793542, "statCode": "HUBimOG9", "userId": "URzZRpyC"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'BulkIncUserStatItem' test.out #- 40 BulkIncUserStatItemValue $PYTHON -m $MODULE 'social-bulk-inc-user-stat-item-value' \ - --body '[{"inc": 0.37848032978353086, "statCode": "gtiGHKmS", "userId": "8gATZZvp"}, {"inc": 0.43998067048628375, "statCode": "7cyHv2kY", "userId": "61ihc1Mj"}, {"inc": 0.14234188758790256, "statCode": "7vrDrZGP", "userId": "qZY1zb9c"}]' \ + --body '[{"inc": 0.22316175778319391, "statCode": "2zY3RNSD", "userId": "UVwv0ZPl"}, {"inc": 0.5110232664466853, "statCode": "vHqRbMeS", "userId": "sEs5pxOI"}, {"inc": 0.6322134643713688, "statCode": "UK6S0vPW", "userId": "5MHCoSh9"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'BulkIncUserStatItemValue' test.out #- 41 BulkFetchOrDefaultStatItems $PYTHON -m $MODULE 'social-bulk-fetch-or-default-stat-items' \ - 'o5CtsRF5' \ - '["kXzVirDB", "oAFHi0RW", "Ph2Ad2TS"]' \ + 'davniqTs' \ + '["G9zzadH5", "Ul7QYbaJ", "ODnin9Xu"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'BulkFetchOrDefaultStatItems' test.out #- 42 BulkResetUserStatItem $PYTHON -m $MODULE 'social-bulk-reset-user-stat-item' \ - --body '[{"statCode": "l73Opfcm", "userId": "WFQ1shI0"}, {"statCode": "kCgr5tRh", "userId": "vgScej82"}, {"statCode": "DbZzQ98b", "userId": "5Rbzgq2C"}]' \ + --body '[{"statCode": "RKrPAnC9", "userId": "VmIrt20Q"}, {"statCode": "E9965xho", "userId": "D2ZCUpkD"}, {"statCode": "o1cfZ1Tz", "userId": "wjg8T9tP"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'BulkResetUserStatItem' test.out @@ -390,7 +390,7 @@ eval_tap $? 43 'GetStats' test.out #- 44 CreateStat $PYTHON -m $MODULE 'social-create-stat' \ - --body '{"cycleIds": ["GFzdN0fV", "RXYgE2xm", "sxwjyLo4"], "defaultValue": 0.566509715548516, "description": "1LjwsIpu", "ignoreAdditionalDataOnValueRejected": false, "incrementOnly": true, "isPublic": true, "maximum": 0.6709113591103705, "minimum": 0.48438241798926474, "name": "AWq8EdZk", "setAsGlobal": true, "setBy": "SERVER", "statCode": "JswmIVNw", "tags": ["AxoBRlDF", "QHmbWx1J", "xVg7rmvJ"]}' \ + --body '{"cycleIds": ["d7lx60nk", "IyziciPK", "5S6jF22D"], "defaultValue": 0.6442771533705021, "description": "6e6azOk7", "ignoreAdditionalDataOnValueRejected": false, "incrementOnly": false, "isPublic": false, "maximum": 0.47854528878623437, "minimum": 0.08325132106469268, "name": "v6H2CKSX", "setAsGlobal": true, "setBy": "SERVER", "statCode": "Ix16rFiT", "tags": ["5o6TPwZZ", "NJT97jvo", "iXdlEwb5"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'CreateStat' test.out @@ -409,124 +409,124 @@ eval_tap $? 46 'ImportStats' test.out #- 47 QueryStats $PYTHON -m $MODULE 'social-query-stats' \ - 'dOvmqNf1' \ + 'RBLLKOpm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'QueryStats' test.out #- 48 GetStat $PYTHON -m $MODULE 'social-get-stat' \ - 'TsYkGOcC' \ + 'h5WZLJ8A' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'GetStat' test.out #- 49 DeleteStat $PYTHON -m $MODULE 'social-delete-stat' \ - 'AZlknwrY' \ + 'Mn9Mwfx5' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'DeleteStat' test.out #- 50 UpdateStat $PYTHON -m $MODULE 'social-update-stat' \ - 'SlTCdj9W' \ - --body '{"cycleIds": ["3HPgqylS", "jCxESVjX", "ehDMTTok"], "defaultValue": 0.756821931551069, "description": "OBe5GzMI", "ignoreAdditionalDataOnValueRejected": false, "isPublic": false, "name": "iEUt6cZD", "tags": ["Q93w7FjV", "OBg70Yfj", "Ku0pAXN1"]}' \ + 'riYdevG0' \ + --body '{"cycleIds": ["IdmfuNsA", "Vaci9Jq1", "fNLUsZCu"], "defaultValue": 0.5308231236358002, "description": "6BwRZvIJ", "ignoreAdditionalDataOnValueRejected": true, "isPublic": false, "name": "EMrVZiP5", "tags": ["snrMErWB", "IMhWQnlt", "oZ7TRfi3"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'UpdateStat' test.out #- 51 GetStatItems $PYTHON -m $MODULE 'social-get-stat-items' \ - 'hAhUp5ER' \ + 'YMRV3oH1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'GetStatItems' test.out #- 52 DeleteTiedStat $PYTHON -m $MODULE 'social-delete-tied-stat' \ - 'FcxwXQ2u' \ + 'OnfxDPjQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'DeleteTiedStat' test.out #- 53 GetUserStatCycleItems $PYTHON -m $MODULE 'social-get-user-stat-cycle-items' \ - 'bJ37JnHE' \ - 'NAtEqrne' \ + 'd4Ddirbk' \ + 'o5G8vJjr' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'GetUserStatCycleItems' test.out #- 54 GetUserStatItems $PYTHON -m $MODULE 'social-get-user-stat-items' \ - 'U7Vq6Ta7' \ + 'f72CLPfW' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'GetUserStatItems' test.out #- 55 BulkCreateUserStatItems $PYTHON -m $MODULE 'social-bulk-create-user-stat-items' \ - 'bemoFUIU' \ - --body '[{"statCode": "us1JvXok"}, {"statCode": "VpkmRiNq"}, {"statCode": "sLoK4fRh"}]' \ + 'omCaXHZJ' \ + --body '[{"statCode": "fVOi7AYJ"}, {"statCode": "d8Zz9DHC"}, {"statCode": "3UtChYt6"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'BulkCreateUserStatItems' test.out #- 56 BulkIncUserStatItem1 $PYTHON -m $MODULE 'social-bulk-inc-user-stat-item-1' \ - '8brAH8Nf' \ - --body '[{"inc": 0.45607298661274975, "statCode": "GupiBSo2"}, {"inc": 0.2834226891581386, "statCode": "zI6vanKN"}, {"inc": 0.7620244294641839, "statCode": "RKcG6Dko"}]' \ + 'bV1RLZa4' \ + --body '[{"inc": 0.6940525897889018, "statCode": "FeKWzpk5"}, {"inc": 0.2699865354300368, "statCode": "YoFk2FSs"}, {"inc": 0.29275873714460776, "statCode": "Mwt5Cig0"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'BulkIncUserStatItem1' test.out #- 57 BulkIncUserStatItemValue1 $PYTHON -m $MODULE 'social-bulk-inc-user-stat-item-value-1' \ - 'j1OJGWYc' \ - --body '[{"inc": 0.3913921618090499, "statCode": "K9RmDV4h"}, {"inc": 0.34806091777901693, "statCode": "NpxkbELk"}, {"inc": 0.13014658383082367, "statCode": "Lb3k4l7K"}]' \ + 'QGEetQvL' \ + --body '[{"inc": 0.13520963776433137, "statCode": "gZRBAfCU"}, {"inc": 0.8368947639065883, "statCode": "cx4czylo"}, {"inc": 0.49320366494958867, "statCode": "8LVFB8lB"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'BulkIncUserStatItemValue1' test.out #- 58 BulkResetUserStatItem1 $PYTHON -m $MODULE 'social-bulk-reset-user-stat-item-1' \ - 'geDsinbW' \ - --body '[{"statCode": "Tud6sRqX"}, {"statCode": "rG4zrfCF"}, {"statCode": "Pz9Ko91j"}]' \ + 'epGnZr7s' \ + --body '[{"statCode": "QA8PAoTc"}, {"statCode": "BXe6JksK"}, {"statCode": "RWaAn1tp"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 58 'BulkResetUserStatItem1' test.out #- 59 CreateUserStatItem $PYTHON -m $MODULE 'social-create-user-stat-item' \ - 'IF2XAWNZ' \ - 'rQC5b4tK' \ + 'PWKAMNCh' \ + 'IsRjjgnm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'CreateUserStatItem' test.out #- 60 DeleteUserStatItems $PYTHON -m $MODULE 'social-delete-user-stat-items' \ - 'zGwhJVSB' \ - 'Q4DhwdDn' \ + 'mMzxYxF4' \ + 'fCkw2QyB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 60 'DeleteUserStatItems' test.out #- 61 IncUserStatItemValue $PYTHON -m $MODULE 'social-inc-user-stat-item-value' \ - 'DPt1Ej4b' \ - 'e0cZ6hQl' \ - --body '{"inc": 0.2984796594236877}' \ + 'xkY4FtaE' \ + 'ohptxySj' \ + --body '{"inc": 0.5896273984604155}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 61 'IncUserStatItemValue' test.out #- 62 ResetUserStatItemValue $PYTHON -m $MODULE 'social-reset-user-stat-item-value' \ - 'RG2s3dfm' \ - 'vuL6NlGJ' \ - --body '{"additionalData": {"mZCP705A": {}, "k2xzgpvy": {}, "mN0IOIYs": {}}}' \ + 'NgftthlQ' \ + 'HPlzDDYH' \ + --body '{"additionalData": {"L7tAX0XN": {}, "RsuvvYR5": {}, "MOp0yZ6W": {}}}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'ResetUserStatItemValue' test.out @@ -539,7 +539,7 @@ eval_tap $? 63 'GetGlobalStatItems1' test.out #- 64 GetGlobalStatItemByStatCode1 $PYTHON -m $MODULE 'social-get-global-stat-item-by-stat-code-1' \ - 'JBjoKVKz' \ + 'zvc3tzUV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'GetGlobalStatItemByStatCode1' test.out @@ -552,57 +552,57 @@ eval_tap $? 65 'GetStatCycles1' test.out #- 66 BulkGetStatCycle1 $PYTHON -m $MODULE 'social-bulk-get-stat-cycle-1' \ - --body '{"cycleIds": ["f8eApIju", "JzSwuRTh", "eBY0y6KY"]}' \ + --body '{"cycleIds": ["bgMWxkVU", "LIwlMqji", "a70eV41e"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'BulkGetStatCycle1' test.out #- 67 GetStatCycle1 $PYTHON -m $MODULE 'social-get-stat-cycle-1' \ - 'KzZUJMYq' \ + '2n3T88GS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'GetStatCycle1' test.out #- 68 BulkFetchStatItems1 $PYTHON -m $MODULE 'social-bulk-fetch-stat-items-1' \ - '42QKebRG' \ - 'nN4TiLec' \ + 'EAHPpHEy' \ + 'yj3Lh81T' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 68 'BulkFetchStatItems1' test.out #- 69 PublicBulkIncUserStatItem $PYTHON -m $MODULE 'social-public-bulk-inc-user-stat-item' \ - --body '[{"inc": 0.5232991361817245, "statCode": "uLInz7g9", "userId": "jH8YinOr"}, {"inc": 0.9744193107094328, "statCode": "zeWfqc5J", "userId": "vqlzJM26"}, {"inc": 0.9484005196279148, "statCode": "itB9TwlB", "userId": "xLWkZW1v"}]' \ + --body '[{"inc": 0.01591198199866739, "statCode": "BT42l2H5", "userId": "Jl12ijKW"}, {"inc": 0.3779859909866381, "statCode": "adh70Dc7", "userId": "lO1R9ovv"}, {"inc": 0.21355809431241357, "statCode": "Lrr4Pb7B", "userId": "QcKbIwXO"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 69 'PublicBulkIncUserStatItem' test.out #- 70 PublicBulkIncUserStatItemValue $PYTHON -m $MODULE 'social-public-bulk-inc-user-stat-item-value' \ - --body '[{"inc": 0.0067928816796186675, "statCode": "Oil8bGuA", "userId": "kxFKXuDY"}, {"inc": 0.46650674309071305, "statCode": "8tDhezdk", "userId": "EeldiwlR"}, {"inc": 0.9941487807614249, "statCode": "mP2QwBO6", "userId": "K8DBnam8"}]' \ + --body '[{"inc": 0.20915345076669245, "statCode": "tDyJuNKd", "userId": "dWS02vYQ"}, {"inc": 0.962085271247315, "statCode": "03yPqWDo", "userId": "qiOob0Pm"}, {"inc": 0.5686886197503608, "statCode": "hLtiLSAL", "userId": "zreNiORD"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 70 'PublicBulkIncUserStatItemValue' test.out #- 71 BulkResetUserStatItem2 $PYTHON -m $MODULE 'social-bulk-reset-user-stat-item-2' \ - --body '[{"statCode": "uLIQQOIb", "userId": "JT7JFiH2"}, {"statCode": "D8TuMOlC", "userId": "DuvMTrP0"}, {"statCode": "bgj7NAbS", "userId": "jTqTUoF5"}]' \ + --body '[{"statCode": "DaqLQvGj", "userId": "YFglg1Yj"}, {"statCode": "TZKEdQG0", "userId": "O01Oa16g"}, {"statCode": "ieXEOSSW", "userId": "ag0xeFE4"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 71 'BulkResetUserStatItem2' test.out #- 72 CreateStat1 $PYTHON -m $MODULE 'social-create-stat-1' \ - --body '{"cycleIds": ["oAZk3A68", "onTEH6nr", "Wq0EHYYU"], "defaultValue": 0.09224311412924313, "description": "0bKaBJ4M", "ignoreAdditionalDataOnValueRejected": false, "incrementOnly": false, "isPublic": false, "maximum": 0.116256288318352, "minimum": 0.08437505128822276, "name": "0GexxZhD", "setAsGlobal": true, "setBy": "CLIENT", "statCode": "K7nrjvA5", "tags": ["4JAW91Mm", "aAAeApmy", "0tmWfkul"]}' \ + --body '{"cycleIds": ["xVZZJ6Xl", "wX1HMzOH", "BwklWZwP"], "defaultValue": 0.11410373692408904, "description": "gOl6MuaG", "ignoreAdditionalDataOnValueRejected": true, "incrementOnly": false, "isPublic": false, "maximum": 0.16630968214885034, "minimum": 0.17188104092514567, "name": "Tf1KNyBe", "setAsGlobal": true, "setBy": "SERVER", "statCode": "DloFNXKR", "tags": ["wbT06zUd", "7cRdPCB0", "w4EgTvmH"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'CreateStat1' test.out #- 73 PublicListMyStatCycleItems $PYTHON -m $MODULE 'social-public-list-my-stat-cycle-items' \ - 'Yx3jz1g4' \ + 'AjAlu2dY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'PublicListMyStatCycleItems' test.out @@ -621,182 +621,182 @@ eval_tap $? 75 'PublicListAllMyStatItems' test.out #- 76 GetUserStatCycleItems1 $PYTHON -m $MODULE 'social-get-user-stat-cycle-items-1' \ - 'g3gjGaod' \ - 'Es8YAary' \ + 'I424G57f' \ + '8MZQTQud' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 76 'GetUserStatCycleItems1' test.out #- 77 PublicQueryUserStatItems $PYTHON -m $MODULE 'social-public-query-user-stat-items' \ - 'uPKuKaIl' \ + 'iHFXG3Do' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 77 'PublicQueryUserStatItems' test.out #- 78 PublicBulkCreateUserStatItems $PYTHON -m $MODULE 'social-public-bulk-create-user-stat-items' \ - 'CpVVONp7' \ - --body '[{"statCode": "6SORoDeK"}, {"statCode": "2JFNN1lE"}, {"statCode": "YlWPEsnp"}]' \ + 'MJdSKvJw' \ + --body '[{"statCode": "OgpcGtDG"}, {"statCode": "FT8Lgnam"}, {"statCode": "OuBCIyab"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 78 'PublicBulkCreateUserStatItems' test.out #- 79 PublicQueryUserStatItems1 $PYTHON -m $MODULE 'social-public-query-user-stat-items-1' \ - 'UMgK1W5g' \ + 'o42wJviH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 79 'PublicQueryUserStatItems1' test.out #- 80 PublicBulkIncUserStatItem1 $PYTHON -m $MODULE 'social-public-bulk-inc-user-stat-item-1' \ - '9t5OYzkJ' \ - --body '[{"inc": 0.2467512562895755, "statCode": "Type7MEj"}, {"inc": 0.15282903620473465, "statCode": "U6Kxc28v"}, {"inc": 0.9092462904156422, "statCode": "zWg05Lg9"}]' \ + 'N2WcN24Y' \ + --body '[{"inc": 0.7213339654818366, "statCode": "FpVnsfyg"}, {"inc": 0.4709846341215915, "statCode": "bhCSzOQv"}, {"inc": 0.5128617345490528, "statCode": "vZc5gOxD"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 80 'PublicBulkIncUserStatItem1' test.out #- 81 BulkIncUserStatItemValue2 $PYTHON -m $MODULE 'social-bulk-inc-user-stat-item-value-2' \ - 'VwOAMH3A' \ - --body '[{"inc": 0.005265683628104645, "statCode": "FoW33Ot4"}, {"inc": 0.3379853498967552, "statCode": "Y04GwPct"}, {"inc": 0.39195015073216477, "statCode": "o2J8FHBe"}]' \ + 'qy9nrUPZ' \ + --body '[{"inc": 0.8081505260162934, "statCode": "8BpVp17L"}, {"inc": 0.2084514625016527, "statCode": "REHfHCl8"}, {"inc": 0.4342832134461717, "statCode": "HhidPYh1"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 81 'BulkIncUserStatItemValue2' test.out #- 82 BulkResetUserStatItem3 $PYTHON -m $MODULE 'social-bulk-reset-user-stat-item-3' \ - 'Uteko4VA' \ - --body '[{"statCode": "cADdEYwi"}, {"statCode": "JIbHXeyq"}, {"statCode": "nLLz7HBb"}]' \ + 'yznNKX85' \ + --body '[{"statCode": "Jf1RyV0e"}, {"statCode": "jxjWmNjp"}, {"statCode": "mAR66ouQ"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 82 'BulkResetUserStatItem3' test.out #- 83 PublicCreateUserStatItem $PYTHON -m $MODULE 'social-public-create-user-stat-item' \ - 'ds4F4R9r' \ - 'mcCiNyfp' \ + 'quvzni9k' \ + 'cegTQ5bc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 83 'PublicCreateUserStatItem' test.out #- 84 DeleteUserStatItems1 $PYTHON -m $MODULE 'social-delete-user-stat-items-1' \ - 'ik5qGXI5' \ - 'kpHo5skB' \ + '9rwVFjLx' \ + 'WJJtqPB7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 84 'DeleteUserStatItems1' test.out #- 85 PublicIncUserStatItem $PYTHON -m $MODULE 'social-public-inc-user-stat-item' \ - 'vykDFzc5' \ - '6znRRLzl' \ - --body '{"inc": 0.459749788512269}' \ + 'nDug62cr' \ + 'zVNL3oNT' \ + --body '{"inc": 0.7299474934184675}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 85 'PublicIncUserStatItem' test.out #- 86 PublicIncUserStatItemValue $PYTHON -m $MODULE 'social-public-inc-user-stat-item-value' \ - 'gyTCDmmR' \ - '5Pm4U9HN' \ - --body '{"inc": 0.3884041119044678}' \ + 'oyYcGny2' \ + 'qOqs6JEg' \ + --body '{"inc": 0.21730213768153728}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 86 'PublicIncUserStatItemValue' test.out #- 87 ResetUserStatItemValue1 $PYTHON -m $MODULE 'social-reset-user-stat-item-value-1' \ - '9qOCKBw1' \ - 'vkjk17yv' \ + 'DxH6zBC5' \ + '0VmRAgHd' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 87 'ResetUserStatItemValue1' test.out #- 88 BulkUpdateUserStatItemV2 $PYTHON -m $MODULE 'social-bulk-update-user-stat-item-v2' \ - --body '[{"additionalData": {"zz4IY6BY": {}, "kWc3EC7j": {}, "rpjjJgio": {}}, "additionalKey": "JF1NQAjB", "statCode": "vd7gTaKO", "updateStrategy": "MAX", "userId": "oA5oPpDZ", "value": 0.2894611436069383}, {"additionalData": {"q3aq6L0h": {}, "n1XHT2cf": {}, "nVkGjSMJ": {}}, "additionalKey": "GlnGWRMR", "statCode": "IZvTU6ZZ", "updateStrategy": "OVERRIDE", "userId": "eA4EkdSE", "value": 0.7123022472828257}, {"additionalData": {"rBa1UPlf": {}, "cZIfwUlA": {}, "NiSsh288": {}}, "additionalKey": "RpIJS8Oj", "statCode": "rBzP2Vi0", "updateStrategy": "MAX", "userId": "XkTyhCB5", "value": 0.7414696426597239}]' \ + --body '[{"additionalData": {"oYu1eth6": {}, "DUOlGgGa": {}, "Vn7nKHO6": {}}, "additionalKey": "LesRuKjj", "statCode": "L0WXyUqL", "updateStrategy": "MIN", "userId": "2ZxhMygM", "value": 0.5913805196594534}, {"additionalData": {"KEmhXJbS": {}, "GsOkodvW": {}, "y93rqnhp": {}}, "additionalKey": "TDLBZjcH", "statCode": "bcYBHVs2", "updateStrategy": "MAX", "userId": "2roDqtqg", "value": 0.5674469475078976}, {"additionalData": {"WfmsYwP9": {}, "TFbmIn8I": {}, "oZGS64DC": {}}, "additionalKey": "5rxbbSEI", "statCode": "PJ5tRP25", "updateStrategy": "MAX", "userId": "MaA4o2JE", "value": 0.53452298721937}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 88 'BulkUpdateUserStatItemV2' test.out #- 89 BulkFetchOrDefaultStatItems1 $PYTHON -m $MODULE 'social-bulk-fetch-or-default-stat-items-1' \ - '0y28ygJJ' \ - '["qCFB6JmQ", "Dnoq9cHG", "Np7vylf8"]' \ + 'NkDn15EB' \ + '["MP5V6baK", "SllKbMuZ", "81ay34Md"]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 89 'BulkFetchOrDefaultStatItems1' test.out #- 90 AdminListUsersStatItems $PYTHON -m $MODULE 'social-admin-list-users-stat-items' \ - 'mtZ4zBDP' \ + 'JLEOTjUx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 90 'AdminListUsersStatItems' test.out #- 91 BulkUpdateUserStatItem $PYTHON -m $MODULE 'social-bulk-update-user-stat-item' \ - 'oAdqG2Ey' \ - --body '[{"additionalData": {"vwBa3gE1": {}, "oOTdsIiq": {}, "Y7V1jtBS": {}}, "statCode": "nIcwFr7t", "updateStrategy": "INCREMENT", "value": 0.7053010863645598}, {"additionalData": {"krHHGY7s": {}, "Jo7FHH2a": {}, "rAmLGf5k": {}}, "statCode": "xIwtgkxE", "updateStrategy": "INCREMENT", "value": 0.1607060958599683}, {"additionalData": {"ZLD1HBcw": {}, "evaPomHE": {}, "GgYo7r9f": {}}, "statCode": "B7qLFeDa", "updateStrategy": "MAX", "value": 0.21117763617645335}]' \ + '1JyKjgJx' \ + --body '[{"additionalData": {"kbiab11Z": {}, "dVHvX6ab": {}, "hxZAAyfD": {}}, "statCode": "GwxDsssP", "updateStrategy": "OVERRIDE", "value": 0.28936464058940037}, {"additionalData": {"4CreXhXO": {}, "08yeTGHW": {}, "0B5u2UbL": {}}, "statCode": "AVBvAyQt", "updateStrategy": "MIN", "value": 0.014580371168735451}, {"additionalData": {"lcUCuMxn": {}, "bcAhcm8d": {}, "YO0JIv4K": {}}, "statCode": "ycb0xcDd", "updateStrategy": "MAX", "value": 0.6683518586660685}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 91 'BulkUpdateUserStatItem' test.out #- 92 BulkResetUserStatItemValues $PYTHON -m $MODULE 'social-bulk-reset-user-stat-item-values' \ - 'Ix4LJG1g' \ - --body '[{"additionalData": {"D7bR9bpb": {}, "Y5YjgwdG": {}, "4QqvW3Ge": {}}, "statCode": "zuVBVYL4"}, {"additionalData": {"k0aFpcCB": {}, "dpK8v2Ni": {}, "zG9g6UU4": {}}, "statCode": "2f4BAa8D"}, {"additionalData": {"WVXKjncG": {}, "ndYGIdia": {}, "1MaZbq0e": {}}, "statCode": "7axUa8FG"}]' \ + 'FQqgI7NF' \ + --body '[{"additionalData": {"E7lRom15": {}, "noQONH30": {}, "cmgqp084": {}}, "statCode": "xYGzLoxJ"}, {"additionalData": {"XF7p5EVE": {}, "nqhkb0m4": {}, "WGJQLnpt": {}}, "statCode": "xZVNDCHv"}, {"additionalData": {"PTR1ydBz": {}, "S8GeGdhq": {}, "QEUTtAeO": {}}, "statCode": "NsoqnaV7"}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 92 'BulkResetUserStatItemValues' test.out #- 93 DeleteUserStatItems2 $PYTHON -m $MODULE 'social-delete-user-stat-items-2' \ - '8vo5SvAR' \ - 'hjohgbKM' \ + '2jZWaCtT' \ + 'LG6BMsUz' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 93 'DeleteUserStatItems2' test.out #- 94 UpdateUserStatItemValue $PYTHON -m $MODULE 'social-update-user-stat-item-value' \ - 'fLafLDqS' \ - 'BzUrvrYL' \ - --body '{"additionalData": {"PN14BQMO": {}, "UUMGsQeb": {}, "QTegLdDF": {}}, "updateStrategy": "INCREMENT", "value": 0.45510910269945093}' \ + 'Eb5ncYNO' \ + '4C2neZOo' \ + --body '{"additionalData": {"vgDFTeQ4": {}, "rU9x85oU": {}, "oFsjqcd1": {}}, "updateStrategy": "MAX", "value": 0.8019409007567047}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 94 'UpdateUserStatItemValue' test.out #- 95 BulkUpdateUserStatItem1 $PYTHON -m $MODULE 'social-bulk-update-user-stat-item-1' \ - --body '[{"additionalData": {"GuUUyPw4": {}, "FdMVCgXJ": {}, "mNms9KVH": {}}, "additionalKey": "kqbSgM4K", "statCode": "ISllhCzq", "updateStrategy": "OVERRIDE", "userId": "wr4oBe7g", "value": 0.5055868107859284}, {"additionalData": {"sg7Dm1ft": {}, "YIaYHig1": {}, "3f2yxAIf": {}}, "additionalKey": "M6KikLVA", "statCode": "fLtGZn5l", "updateStrategy": "INCREMENT", "userId": "ewvOR2fl", "value": 0.3785742764898722}, {"additionalData": {"ApO589HD": {}, "qs30Limk": {}, "EPHhVXIk": {}}, "additionalKey": "PTYcRcCm", "statCode": "ul842Ye9", "updateStrategy": "MAX", "userId": "SKg2BSll", "value": 0.9121868962673388}]' \ + --body '[{"additionalData": {"mm64CKSf": {}, "KCBIa46q": {}, "eW8Y00b3": {}}, "additionalKey": "RsWOivUS", "statCode": "gmP1ONcD", "updateStrategy": "OVERRIDE", "userId": "gfYZTi71", "value": 0.1321490991452623}, {"additionalData": {"dCq5QGeN": {}, "wAn6zemY": {}, "ZewUpN4H": {}}, "additionalKey": "v0NngnTP", "statCode": "RrKks0su", "updateStrategy": "MAX", "userId": "qH2kY5YW", "value": 0.5465526123114034}, {"additionalData": {"cxBcnG5V": {}, "m4Yi7MKB": {}, "TkO8FArG": {}}, "additionalKey": "CVtRLsP4", "statCode": "tGg9vlCa", "updateStrategy": "OVERRIDE", "userId": "qPQv6Z32", "value": 0.5544181526707552}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 95 'BulkUpdateUserStatItem1' test.out #- 96 PublicQueryUserStatItems2 $PYTHON -m $MODULE 'social-public-query-user-stat-items-2' \ - 'HGePS23N' \ + 'pJf0gs2L' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 96 'PublicQueryUserStatItems2' test.out #- 97 BulkUpdateUserStatItem2 $PYTHON -m $MODULE 'social-bulk-update-user-stat-item-2' \ - 'WlCAXpeq' \ - --body '[{"additionalData": {"xprbNGit": {}, "9UZYvxde": {}, "w8DONhSG": {}}, "statCode": "7vJGauxB", "updateStrategy": "OVERRIDE", "value": 0.5074372786119957}, {"additionalData": {"tQRKzJCO": {}, "Pbu8oZ30": {}, "8KxyFbJe": {}}, "statCode": "CLik3ywh", "updateStrategy": "INCREMENT", "value": 0.13546615401579654}, {"additionalData": {"5y9EKJE2": {}, "QrGkey5W": {}, "7YD9vuGw": {}}, "statCode": "Mmt6MqC0", "updateStrategy": "INCREMENT", "value": 0.9936319482626451}]' \ + 'vqdxbO0Z' \ + --body '[{"additionalData": {"YOPsUxfc": {}, "DJPr1qhI": {}, "fafrHWgI": {}}, "statCode": "kLABbuDb", "updateStrategy": "MAX", "value": 0.8896105670296124}, {"additionalData": {"aPnoTWzW": {}, "KbefIXzc": {}, "tyovPH3L": {}}, "statCode": "VyhowVQC", "updateStrategy": "MIN", "value": 0.16443683360325145}, {"additionalData": {"7UNmzXJZ": {}, "JIhyPjnX": {}, "TrroeqoK": {}}, "statCode": "YluMp3TE", "updateStrategy": "MAX", "value": 0.3614098636738553}]' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 97 'BulkUpdateUserStatItem2' test.out #- 98 UpdateUserStatItemValue1 $PYTHON -m $MODULE 'social-update-user-stat-item-value-1' \ - 'G3L2F7ZI' \ - '1SOg40ba' \ - --body '{"additionalData": {"ZZJ5wmE9": {}, "SZstZVV8": {}, "4pQrmar2": {}}, "updateStrategy": "MIN", "value": 0.10103570854449562}' \ + 'XJWWpaZ3' \ + 'FH6GbzAV' \ + --body '{"additionalData": {"PWvBTrKs": {}, "JEuKWEeB": {}, "ybuVm7bb": {}}, "updateStrategy": "INCREMENT", "value": 0.3597423899633937}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 98 'UpdateUserStatItemValue1' test.out diff --git a/samples/cli/tests/ugc-cli-test.sh b/samples/cli/tests/ugc-cli-test.sh index db35d2b33..055db2c53 100644 --- a/samples/cli/tests/ugc-cli-test.sh +++ b/samples/cli/tests/ugc-cli-test.sh @@ -30,159 +30,159 @@ if [ "$BATCH" = true ] ; then $PYTHON -m $MODULE 'start-interactive-session' --continue_on_error '--writer=tap' << END ugc-single-admin-get-channel --login_with_auth "Bearer foo" -ugc-admin-create-channel '{"id": "q48A6nRm", "name": "Dq9Kr4ro"}' --login_with_auth "Bearer foo" -ugc-single-admin-update-channel '{"name": "Ebccg0Z6"}' 'ncGk1m2j' --login_with_auth "Bearer foo" -ugc-single-admin-delete-channel 'dAZIPbc2' --login_with_auth "Bearer foo" -ugc-admin-upload-content-s3 '{"contentType": "5PN4AF0f", "customAttributes": {"n65WU88o": {}, "fFSbjZCx": {}, "mpAm2SnO": {}}, "fileExtension": "trpKOtjO", "name": "gw3R9zYu", "preview": "FGYd4N3f", "previewMetadata": {"previewContentType": "ROCAo0Ff", "previewFileExtension": "udrXhJCd"}, "shareCode": "d6aiYfE5", "subType": "YRRFOeOb", "tags": ["U1DV01ih", "cCW2Krsv", "K1amNtso"], "type": "2cgzjm5T"}' 'nXfqalGx' --login_with_auth "Bearer foo" -ugc-single-admin-update-content-s3 '{"contentType": "NH7jdMnZ", "customAttributes": {"eMup3Msg": {}, "CvMRaz0U": {}, "IUKMl3ji": {}}, "fileExtension": "skn5HJ5w", "name": "zEJpDxrH", "payload": "7t8WRfVW", "preview": "mvAAZ6TJ", "previewMetadata": {"previewContentType": "her4FHqa", "previewFileExtension": "X1hJE010"}, "shareCode": "T7HwbSkX", "subType": "eWL9ylkx", "tags": ["3WTUWjYl", "Z7uuOP80", "yUKKkV0d"], "type": "mZ4ofYTE", "updateContentFile": true}' 'MBf8aScv' 'P03OxigU' --login_with_auth "Bearer foo" -ugc-admin-search-channel-specific-content 'mLwYpWuA' --login_with_auth "Bearer foo" -ugc-single-admin-delete-content '6vWtqHHd' 'SNp5CgBk' --login_with_auth "Bearer foo" +ugc-admin-create-channel '{"id": "9LxU6213", "name": "Uds4XAxb"}' --login_with_auth "Bearer foo" +ugc-single-admin-update-channel '{"name": "Hjkxamu8"}' 'nzL4idVf' --login_with_auth "Bearer foo" +ugc-single-admin-delete-channel '86cAoxG3' --login_with_auth "Bearer foo" +ugc-admin-upload-content-s3 '{"contentType": "C4MaSNGh", "customAttributes": {"jZpoFEqE": {}, "YSD3Bz5V": {}, "BEbK9wMt": {}}, "fileExtension": "3hfDkHrm", "name": "QPWE6Jbc", "preview": "TFsLiGmG", "previewMetadata": {"previewContentType": "Jgn7ztcf", "previewFileExtension": "npFzEBrz"}, "shareCode": "eqs4zY1v", "subType": "XO4RTFGu", "tags": ["ql5lQpzR", "FNgzdph4", "Fy1QJOEE"], "type": "wH8nKSPi"}' 'K8AErVaL' --login_with_auth "Bearer foo" +ugc-single-admin-update-content-s3 '{"contentType": "977vBQPD", "customAttributes": {"8eLkZERD": {}, "b1Ibw3N7": {}, "8oplHEEk": {}}, "fileExtension": "zFwz01A7", "name": "Ycxe8i4m", "payload": "r2AGius0", "preview": "rTtoH8aT", "previewMetadata": {"previewContentType": "1GguwFQp", "previewFileExtension": "hGaqU0Gf"}, "shareCode": "yLEtAC2q", "subType": "9I7GP9tv", "tags": ["xVgAq7HN", "KS2O05rW", "qE9YqeXT"], "type": "VWDjhmno", "updateContentFile": false}' 'lEa2UxUY' '88jjPAUq' --login_with_auth "Bearer foo" +ugc-admin-search-channel-specific-content 'rai3TywE' --login_with_auth "Bearer foo" +ugc-single-admin-delete-content '3s2LtatO' '4JK9QryD' --login_with_auth "Bearer foo" ugc-single-admin-get-content --login_with_auth "Bearer foo" -ugc-admin-get-content-bulk '{"contentIds": ["5Snz8OSx", "UhJiui6T", "M5IRJjd2"]}' --login_with_auth "Bearer foo" +ugc-admin-get-content-bulk '{"contentIds": ["eguuWhKL", "IYROLEKM", "pZwXwn6u"]}' --login_with_auth "Bearer foo" ugc-admin-search-content --login_with_auth "Bearer foo" -ugc-admin-get-content-bulk-by-share-codes '{"shareCodes": ["XNdu1k7P", "4OQKb6ZY", "izigK17R"]}' --login_with_auth "Bearer foo" -ugc-admin-get-user-content-by-share-code 'KqNkRR5M' --login_with_auth "Bearer foo" -ugc-admin-get-specific-content 'eXBrP0cA' --login_with_auth "Bearer foo" -ugc-admin-download-content-preview 'H0zooHyk' --login_with_auth "Bearer foo" -ugc-rollback-content-version '5kCv4QpD' 'ISX9Rm5H' --login_with_auth "Bearer foo" -ugc-admin-update-screenshots '{"screenshots": [{"description": "TU7u9KTs", "screenshotId": "g4svBM3x"}, {"description": "UiuvmTeY", "screenshotId": "pgR82obp"}, {"description": "B353oHLs", "screenshotId": "E23Vuwky"}]}' 'lWv2rSiC' --login_with_auth "Bearer foo" -ugc-admin-upload-content-screenshot '{"screenshots": [{"contentType": "ug3qRpsq", "description": "QiwynObi", "fileExtension": "pjp"}, {"contentType": "5Pq5Z1TS", "description": "pmKh8o6U", "fileExtension": "jfif"}, {"contentType": "xNbiiSAl", "description": "QXISiXSO", "fileExtension": "jfif"}]}' 'Igk0ms79' --login_with_auth "Bearer foo" -ugc-admin-delete-content-screenshot 'YvAC3ENG' 'usazfzmt' --login_with_auth "Bearer foo" -ugc-list-content-versions 'CXsSGaaY' --login_with_auth "Bearer foo" +ugc-admin-get-content-bulk-by-share-codes '{"shareCodes": ["gpVSPN57", "1vKnKcyv", "NK6OLWLm"]}' --login_with_auth "Bearer foo" +ugc-admin-get-user-content-by-share-code 'L1FBAiCU' --login_with_auth "Bearer foo" +ugc-admin-get-specific-content '33BK1m9e' --login_with_auth "Bearer foo" +ugc-admin-download-content-preview 'oJeHAaPD' --login_with_auth "Bearer foo" +ugc-rollback-content-version 'iw3hGhpY' 'zgBZzqCy' --login_with_auth "Bearer foo" +ugc-admin-update-screenshots '{"screenshots": [{"description": "raC14BMR", "screenshotId": "JrYOjSrh"}, {"description": "SuQd6w3K", "screenshotId": "2KwbXrTo"}, {"description": "Aj2IDxMj", "screenshotId": "DOguHP9Y"}]}' '3MyBNrhh' --login_with_auth "Bearer foo" +ugc-admin-upload-content-screenshot '{"screenshots": [{"contentType": "fctlQcc6", "description": "oJn2pP6M", "fileExtension": "jpeg"}, {"contentType": "r2mafYR6", "description": "L1qi6aH6", "fileExtension": "pjp"}, {"contentType": "yHsW4uao", "description": "NJMdIRa5", "fileExtension": "jpeg"}]}' 'nI7xhsNY' --login_with_auth "Bearer foo" +ugc-admin-delete-content-screenshot 'kk6RXAas' 'b2xJh1Sc' --login_with_auth "Bearer foo" +ugc-list-content-versions 'SAHXhBto' --login_with_auth "Bearer foo" ugc-single-admin-get-all-groups --login_with_auth "Bearer foo" -ugc-admin-create-group '{"contents": ["6n2jGWdS", "dZ8r8QcH", "H8BGUfgm"], "name": "KoVblY2e"}' --login_with_auth "Bearer foo" -ugc-single-admin-get-group '30Too5Xl' --login_with_auth "Bearer foo" -ugc-single-admin-update-group '{"contents": ["hpXHAvfl", "PQg0EY0T", "uVawhuLj"], "name": "GyX7zfs7"}' 'sh31PKAE' --login_with_auth "Bearer foo" -ugc-single-admin-delete-group 'cWd1R1Dz' --login_with_auth "Bearer foo" -ugc-single-admin-get-group-contents 'J07Df8rE' --login_with_auth "Bearer foo" +ugc-admin-create-group '{"contents": ["lIX9a8Aw", "Fq8PU81Q", "u6eFfmDu"], "name": "d6FKy02K"}' --login_with_auth "Bearer foo" +ugc-single-admin-get-group 'JE8K1R64' --login_with_auth "Bearer foo" +ugc-single-admin-update-group '{"contents": ["8cice90i", "EnXK8fJI", "lTRHkp2d"], "name": "DhFuIEeH"}' 'AFSwkws1' --login_with_auth "Bearer foo" +ugc-single-admin-delete-group 'kanasPoB' --login_with_auth "Bearer foo" +ugc-single-admin-get-group-contents 'eh43gktt' --login_with_auth "Bearer foo" ugc-admin-get-tag --login_with_auth "Bearer foo" -ugc-admin-create-tag '{"tag": "Bvpgv2gZ"}' --login_with_auth "Bearer foo" -ugc-admin-update-tag '{"tag": "aR9OXuWr"}' '7P2UpOPT' --login_with_auth "Bearer foo" -ugc-admin-delete-tag 'A1hRV6FZ' --login_with_auth "Bearer foo" +ugc-admin-create-tag '{"tag": "wsMQ6pAi"}' --login_with_auth "Bearer foo" +ugc-admin-update-tag '{"tag": "N4hKIXiX"}' 'yzLKMJbJ' --login_with_auth "Bearer foo" +ugc-admin-delete-tag 'VIRajvtG' --login_with_auth "Bearer foo" ugc-admin-get-type --login_with_auth "Bearer foo" -ugc-admin-create-type '{"subtype": ["wvy1taob", "R51VWYJm", "zp3VDANs"], "type": "Aub0ON7K"}' --login_with_auth "Bearer foo" -ugc-admin-update-type '{"subtype": ["fRp5AHEg", "FTFVdgDk", "T53MuR5K"], "type": "LuOiqSpz"}' '1e44OeV7' --login_with_auth "Bearer foo" -ugc-admin-delete-type 'L6uHXluk' --login_with_auth "Bearer foo" -ugc-admin-get-channel 'RlMWD6Fu' --login_with_auth "Bearer foo" -ugc-admin-delete-all-user-channels 'FwsmDwOr' --login_with_auth "Bearer foo" -ugc-admin-update-channel '{"name": "Yri5yurD"}' 'eCkgBoX8' 'f8tEjLAp' --login_with_auth "Bearer foo" -ugc-admin-delete-channel 'W5WOiIKZ' '9bsOMGPN' --login_with_auth "Bearer foo" -ugc-admin-update-content-s3-by-share-code '{"contentType": "iYtrGEJH", "customAttributes": {"3u1DZpF0": {}, "d9x7ZV7E": {}, "tsC80S2e": {}}, "fileExtension": "8vbcSRqM", "name": "gA35CpMC", "payload": "PBvZ2VJt", "preview": "9RCk5xzp", "previewMetadata": {"previewContentType": "aV3moBsz", "previewFileExtension": "9lpmKnJc"}, "shareCode": "RTsj0C6k", "subType": "LR4xLdS7", "tags": ["h6BzzY6S", "SaCUx2qy", "XcZKELJq"], "type": "dUnnNWA8", "updateContentFile": false}' 'hfKuVHfl' 'sGAQHGiB' 'mk28jqOb' --login_with_auth "Bearer foo" -ugc-admin-update-content-s3 '{"contentType": "S1XoUR6s", "customAttributes": {"7KvOdHbN": {}, "vg7CwJw7": {}, "ExafC1s0": {}}, "fileExtension": "skxpYuFa", "name": "f29D6k9e", "payload": "gZIdvdoD", "preview": "tBjYiG1B", "previewMetadata": {"previewContentType": "eZKuclxo", "previewFileExtension": "buyRpEUg"}, "shareCode": "HYoz4zir", "subType": "XTWjoIgw", "tags": ["AGX1Ovke", "oZig7KBZ", "BRB67lWG"], "type": "9sct0yaH", "updateContentFile": false}' 'HBcIDCyi' 'R8W2WmQi' 'cS5zUUP5' --login_with_auth "Bearer foo" -ugc-delete-content-by-share-code 'lsfGMmP5' 'UwKoPh4Z' 'R5K6O2pR' --login_with_auth "Bearer foo" -ugc-admin-delete-content 'xOmmXhZh' 'GR9xI4Pi' '0xApOTzc' --login_with_auth "Bearer foo" -ugc-admin-get-content 'LHfPLwZU' --login_with_auth "Bearer foo" -ugc-admin-delete-all-user-contents 'TrYqUsQg' --login_with_auth "Bearer foo" -ugc-admin-hide-user-content '{"isHidden": false}' 'qiAbjho0' 'bVyNk0ac' --login_with_auth "Bearer foo" -ugc-admin-get-all-groups 'E3rvaUHb' --login_with_auth "Bearer foo" -ugc-admin-delete-all-user-group 'gme9adZs' --login_with_auth "Bearer foo" -ugc-admin-get-group 'NqWDJZ9U' 'FIWawQnl' --login_with_auth "Bearer foo" -ugc-admin-update-group '{"contents": ["aco6ZJTc", "17NemnZ7", "QszsElE6"], "name": "chVE448h"}' '6aetLI4G' 'VKmPWpzq' --login_with_auth "Bearer foo" -ugc-admin-delete-group 'rb7r3Ys5' 'OxuvjaVy' --login_with_auth "Bearer foo" -ugc-admin-get-group-contents 'BoGImCwV' 'jYc4ODhR' --login_with_auth "Bearer foo" -ugc-admin-delete-all-user-states 'LdvuxdpE' --login_with_auth "Bearer foo" -ugc-search-channel-specific-content 'acPfQms6' --login_with_auth "Bearer foo" +ugc-admin-create-type '{"subtype": ["ZesiRgza", "FmTVbl3e", "o6ZXfxLJ"], "type": "FSAMU24k"}' --login_with_auth "Bearer foo" +ugc-admin-update-type '{"subtype": ["5SdXT5Qq", "e9dPgTNj", "HBEcKs8l"], "type": "KoPh4eGl"}' 'zVm5n4sh' --login_with_auth "Bearer foo" +ugc-admin-delete-type 'xXYzcXQv' --login_with_auth "Bearer foo" +ugc-admin-get-channel 'FrzfYoX8' --login_with_auth "Bearer foo" +ugc-admin-delete-all-user-channels 'cjBgoS28' --login_with_auth "Bearer foo" +ugc-admin-update-channel '{"name": "9ElygSqt"}' 'AwwuaduW' 'E3UjAK8S' --login_with_auth "Bearer foo" +ugc-admin-delete-channel 'ixwc9Yup' 'QLd4dgJF' --login_with_auth "Bearer foo" +ugc-admin-update-content-s3-by-share-code '{"contentType": "ZI4NqcV5", "customAttributes": {"Xx5BIDu0": {}, "gxRqC3bv": {}, "q89iSitd": {}}, "fileExtension": "nK8ncP5r", "name": "ZWeAYP0V", "payload": "S38Zgjca", "preview": "zjdv7EC5", "previewMetadata": {"previewContentType": "sbjxzQ1L", "previewFileExtension": "TaEAU8Sk"}, "shareCode": "IMrerpDq", "subType": "LcqwWSzV", "tags": ["7iFjQQxi", "EvLBMbHY", "h2shAYgc"], "type": "LPA3xMh5", "updateContentFile": false}' 'LURNJWgZ' 'Kclw7sj9' 'AiulpM2w' --login_with_auth "Bearer foo" +ugc-admin-update-content-s3 '{"contentType": "UUnESVRF", "customAttributes": {"IwIGtl08": {}, "xZG6QDaT": {}, "lzII1Hgl": {}}, "fileExtension": "1dCXR54d", "name": "C9q9WiER", "payload": "YGEEdgkR", "preview": "dvAZQW9o", "previewMetadata": {"previewContentType": "mEHYBsOC", "previewFileExtension": "EvelbJZk"}, "shareCode": "q3QG8nPP", "subType": "BBPDiFaV", "tags": ["lBTL3MEu", "ei82euC4", "3xnZUYAv"], "type": "BR8qcXcK", "updateContentFile": false}' '2O5xMFJa' 'U50LBMTS' 'xOu5n1kO' --login_with_auth "Bearer foo" +ugc-delete-content-by-share-code 'sqHjBv9t' 'Z3RM4dSV' 'MqsTZQOo' --login_with_auth "Bearer foo" +ugc-admin-delete-content 't1eHNKk2' 'd85FuZL8' 'ZI1ElOFz' --login_with_auth "Bearer foo" +ugc-admin-get-content '60nEgnss' --login_with_auth "Bearer foo" +ugc-admin-delete-all-user-contents 's6W7mn4d' --login_with_auth "Bearer foo" +ugc-admin-hide-user-content '{"isHidden": true}' '7FqOFTf2' 'VsJPjSBW' --login_with_auth "Bearer foo" +ugc-admin-get-all-groups 'HBogY2CY' --login_with_auth "Bearer foo" +ugc-admin-delete-all-user-group 'RXslCB5Q' --login_with_auth "Bearer foo" +ugc-admin-get-group 'pTLzwhU0' '6fQK8Js8' --login_with_auth "Bearer foo" +ugc-admin-update-group '{"contents": ["rjsu1RWi", "hz5fKC3t", "yPr9nnYX"], "name": "S8gUO7jR"}' 'vRRuH7ih' 'su6ceLd3' --login_with_auth "Bearer foo" +ugc-admin-delete-group 'PLjJZU4p' 'TDfb88sO' --login_with_auth "Bearer foo" +ugc-admin-get-group-contents 'DzEm85df' 'aoBmukhA' --login_with_auth "Bearer foo" +ugc-admin-delete-all-user-states 'weRAUwmQ' --login_with_auth "Bearer foo" +ugc-search-channel-specific-content 'HNZfg4ny' --login_with_auth "Bearer foo" ugc-public-search-content --login_with_auth "Bearer foo" -ugc-public-get-content-bulk '{"contentIds": ["HYtefmIo", "EIY24M7n", "sciH92ll"]}' --login_with_auth "Bearer foo" +ugc-public-get-content-bulk '{"contentIds": ["UgiUPO6t", "GizYG9qc", "Al8jqBee"]}' --login_with_auth "Bearer foo" ugc-get-followed-content --login_with_auth "Bearer foo" ugc-get-liked-content --login_with_auth "Bearer foo" -ugc-public-get-content-bulk-by-share-codes '{"shareCodes": ["EPIwqWri", "lO0GzFPN", "WeOjH2g6"]}' --login_with_auth "Bearer foo" -ugc-public-download-content-by-share-code 'vffHEprC' --login_with_auth "Bearer foo" -ugc-public-download-content-by-content-id '9NZpwQbx' --login_with_auth "Bearer foo" -ugc-add-download-count '9xvWIZ0P' --login_with_auth "Bearer foo" -ugc-update-content-like-status '{"likeStatus": false}' 'jibcACtd' --login_with_auth "Bearer foo" -ugc-public-download-content-preview 'Rub6mdzB' --login_with_auth "Bearer foo" +ugc-public-get-content-bulk-by-share-codes '{"shareCodes": ["XfHhQ2KK", "06lvQq0w", "cSbtLH7y"]}' --login_with_auth "Bearer foo" +ugc-public-download-content-by-share-code 'OXE6TfKh' --login_with_auth "Bearer foo" +ugc-public-download-content-by-content-id 'vRjXI3xd' --login_with_auth "Bearer foo" +ugc-add-download-count 'GIcqEMD7' --login_with_auth "Bearer foo" +ugc-update-content-like-status '{"likeStatus": true}' 'zNrTdK83' --login_with_auth "Bearer foo" +ugc-public-download-content-preview 'GN7zdJi9' --login_with_auth "Bearer foo" ugc-get-tag --login_with_auth "Bearer foo" ugc-get-type --login_with_auth "Bearer foo" ugc-public-search-creator --login_with_auth "Bearer foo" ugc-get-followed-users --login_with_auth "Bearer foo" -ugc-public-get-creator 'PG2c8ykB' --login_with_auth "Bearer foo" -ugc-get-channels 'RRSoYCRK' --login_with_auth "Bearer foo" -ugc-public-create-channel '{"name": "nbEnvuqC"}' 'vRjvhznC' --login_with_auth "Bearer foo" -ugc-delete-all-user-channel 'VAhVzJtO' --login_with_auth "Bearer foo" -ugc-update-channel '{"name": "7XyJ44KW"}' 'HACRZlyo' 'JpTO5IXk' --login_with_auth "Bearer foo" -ugc-delete-channel 'WiOW4qmM' 'O2FIyCBA' --login_with_auth "Bearer foo" -ugc-create-content-s3 '{"contentType": "jCAqUKe7", "customAttributes": {"QcHjbkK9": {}, "grA9bMv1": {}, "NsxVCh5M": {}}, "fileExtension": "TG5p0g5f", "name": "Ye3KvVq7", "preview": "UndJi9cR", "previewMetadata": {"previewContentType": "Dwta9rXc", "previewFileExtension": "V1fdaInW"}, "subType": "2GvHTJJ5", "tags": ["sxdyu2D4", "adpq8S35", "eVHNX3tH"], "type": "TLIgitKb"}' '9m624OX2' 'fb1zsUd8' --login_with_auth "Bearer foo" -ugc-public-update-content-by-share-code '{"contentType": "FpJX3YoW", "customAttributes": {"izFgBNBW": {}, "OQE5pDOP": {}, "UtDAm6Up": {}}, "fileExtension": "ws4o48Ow", "name": "2lr9flbN", "payload": "g96JkTOn", "preview": "EwjiutDt", "previewMetadata": {"previewContentType": "rOHLUsDu", "previewFileExtension": "cudzLFpX"}, "subType": "GmkLcBxH", "tags": ["R5fK1rGv", "ykszRHaV", "wUAkvpDA"], "type": "Nl4ICdo9", "updateContentFile": true}' 'HVVRHi8A' 'yUdpQ9Wf' 'o6av5MCK' --login_with_auth "Bearer foo" -ugc-update-content-s3 '{"contentType": "W4T84aqW", "customAttributes": {"JyNS2liA": {}, "U2djKD2M": {}, "ONIvwGdf": {}}, "fileExtension": "NcbXaYRM", "name": "z7bYtVoO", "payload": "vjHge5mz", "preview": "JbbcYMRt", "previewMetadata": {"previewContentType": "tszahGKy", "previewFileExtension": "3heNmkDF"}, "subType": "H7lWbuqr", "tags": ["hRHvwUMu", "n1N8DNUE", "MrlOIz19"], "type": "aH8JU6DG", "updateContentFile": true}' '2o6wCzmo' 'Mn5JilxH' 'BX9QnhAv' --login_with_auth "Bearer foo" -ugc-public-delete-content-by-share-code 'AC3ZshTR' 'bWBHbI7M' 'cXEDv62e' --login_with_auth "Bearer foo" -ugc-delete-content 'BgvsaYW0' 'G48WBBjX' '1pKrDte6' --login_with_auth "Bearer foo" -ugc-update-content-share-code '{"shareCode": "qj6pMCcc"}' 'cjW4Yj5V' 'SffCpJjj' 'bQlvMrsa' --login_with_auth "Bearer foo" -ugc-public-get-user-content 'O8jEqKUV' --login_with_auth "Bearer foo" -ugc-delete-all-user-contents 'GlCFMexd' --login_with_auth "Bearer foo" -ugc-update-screenshots '{"screenshots": [{"description": "wACm6VCx", "screenshotId": "gHI1v8X3"}, {"description": "c41p7R4p", "screenshotId": "uweIkhL6"}, {"description": "qxRqWoLg", "screenshotId": "u2NcRhYJ"}]}' 'rJocLYfU' 'J95bjPcB' --login_with_auth "Bearer foo" -ugc-upload-content-screenshot '{"screenshots": [{"contentType": "M4ahloEi", "description": "j5KqSbeq", "fileExtension": "bmp"}, {"contentType": "jUltz1Ez", "description": "jiVZNpkV", "fileExtension": "pjp"}, {"contentType": "pi2bHM2b", "description": "gTLu0Xxo", "fileExtension": "jpg"}]}' 'L86xkVgr' 'hnuO9NSr' --login_with_auth "Bearer foo" -ugc-delete-content-screenshot '4dmzmH8Q' 'CFfEJ3Lj' 'QE7AgYUg' --login_with_auth "Bearer foo" -ugc-update-user-follow-status '{"followStatus": true}' 'iTSJZKTf' --login_with_auth "Bearer foo" -ugc-get-public-followers '2MrUi0Zu' --login_with_auth "Bearer foo" -ugc-get-public-following 'CtFydlGo' --login_with_auth "Bearer foo" -ugc-get-groups 'sVU0mxyk' --login_with_auth "Bearer foo" -ugc-create-group '{"contents": ["BgWO7hel", "ApAoSbig", "D91KY9mp"], "name": "HqcozZhf"}' 'PRNCRFgq' --login_with_auth "Bearer foo" -ugc-delete-all-user-group '8Ie6JRHg' --login_with_auth "Bearer foo" -ugc-get-group 'FXlDsGuP' 'AYZnN45K' --login_with_auth "Bearer foo" -ugc-update-group '{"contents": ["LMCNwUeb", "TynADtqU", "Qy59tBRo"], "name": "OaRgLpdX"}' 'glngST8j' 'q7tLvOxV' --login_with_auth "Bearer foo" -ugc-delete-group 'vOokQXcA' 'KUzAGBLh' --login_with_auth "Bearer foo" -ugc-get-group-content 'BDqcgNKd' '49fH54xW' --login_with_auth "Bearer foo" -ugc-delete-all-user-states 'dpSraQPD' --login_with_auth "Bearer foo" -ugc-admin-get-content-by-channel-idv2 '6a8T0arZ' --login_with_auth "Bearer foo" -ugc-admin-create-content-v2 '{"contentType": "apd0BZ6M", "customAttributes": {"FrDBA47b": {}, "jN14xBBC": {}, "n3pvrnj6": {}}, "fileExtension": "SibYy5Q0", "name": "2x5iIrfu", "shareCode": "c91GchlW", "subType": "wznN4ejT", "tags": ["NPlCEDb9", "VQywKmdd", "9URFGIIl"], "type": "g7tzwt8g"}' 'FOrvt69w' --login_with_auth "Bearer foo" -ugc-admin-delete-official-content-v2 'fR6aJWZs' 'HT9bYK5R' --login_with_auth "Bearer foo" -ugc-admin-update-official-content-v2 '{"customAttributes": {"tQbdRh0y": {}, "NgXWl8WN": {}, "eaYpCeFk": {}}, "name": "v68dD75D", "shareCode": "MAVw3n3i", "subType": "io9ftoVq", "tags": ["pAHZcmCS", "51JTJsPM", "XvDx0KtT"], "type": "aoUxWLZd"}' '3oQAq32j' 'FgAc7GKU' --login_with_auth "Bearer foo" -ugc-admin-update-official-content-file-location '{"fileExtension": "A2L18udG", "fileLocation": "7yLqrBW0"}' '5WtN31lo' 'ZH77jp7W' --login_with_auth "Bearer foo" -ugc-admin-generate-official-content-upload-urlv2 '{"contentType": "exNnWMUI", "fileExtension": "XEuJDdtv"}' 'rTeNqqzN' 'v7hNFvSp' --login_with_auth "Bearer foo" +ugc-public-get-creator 'bRg1TBrV' --login_with_auth "Bearer foo" +ugc-get-channels 'MU36Htjy' --login_with_auth "Bearer foo" +ugc-public-create-channel '{"name": "tyaxZ6OO"}' 'iDlQasHA' --login_with_auth "Bearer foo" +ugc-delete-all-user-channel 'n7SYAmFO' --login_with_auth "Bearer foo" +ugc-update-channel '{"name": "81SBG611"}' 'cDycwR98' 'viuIJ89A' --login_with_auth "Bearer foo" +ugc-delete-channel 'DEJlwI8c' 'nEMjx8mk' --login_with_auth "Bearer foo" +ugc-create-content-s3 '{"contentType": "75CpZJ71", "customAttributes": {"fHYePUbm": {}, "rHX6R8mw": {}, "SAO0BxIV": {}}, "fileExtension": "WdbcwqWf", "name": "MoUvBpNl", "preview": "rnzbFLcb", "previewMetadata": {"previewContentType": "h0B3NN6I", "previewFileExtension": "hFyzX4F4"}, "subType": "Wp6sgvsB", "tags": ["YxMHugJV", "F2qrHEG0", "tf740OSE"], "type": "D3XcpFOU"}' 'EeH0PgSM' 'qVxUkTgp' --login_with_auth "Bearer foo" +ugc-public-update-content-by-share-code '{"contentType": "oKVP7pfu", "customAttributes": {"cVtKLj7n": {}, "XnoHQbUs": {}, "op6mWthM": {}}, "fileExtension": "x37i7cFe", "name": "WunDivMn", "payload": "46qSrq0a", "preview": "EIWXVwyE", "previewMetadata": {"previewContentType": "5G5628Yo", "previewFileExtension": "pKSiOR6w"}, "subType": "emI8fa6T", "tags": ["mqsPi5yA", "aFGR6FqG", "54JOpLbM"], "type": "mfzbf5Y3", "updateContentFile": false}' 'TSeMCJtz' 'vcCJTj5Z' 'n6oaS4jA' --login_with_auth "Bearer foo" +ugc-update-content-s3 '{"contentType": "DsURTsNA", "customAttributes": {"A7gcPFSQ": {}, "mPZLtwmW": {}, "M01Of8GT": {}}, "fileExtension": "eyoM4cEj", "name": "axp71DlN", "payload": "JIbW1SDV", "preview": "FfUXIrhw", "previewMetadata": {"previewContentType": "lRuTlPa1", "previewFileExtension": "mgWuY30K"}, "subType": "pIgsw2Pz", "tags": ["KodHynLx", "on9UqoGw", "NjPId4Vw"], "type": "1jVEVUmB", "updateContentFile": false}' 'ZJzfsYXF' 'f5538UW4' 'I0UiYZxI' --login_with_auth "Bearer foo" +ugc-public-delete-content-by-share-code '44Hbx6wR' 'o580AzFe' 'dtzyo4q8' --login_with_auth "Bearer foo" +ugc-delete-content 'VPiPY45i' 'ykCI7DcU' 'vRMaMoYw' --login_with_auth "Bearer foo" +ugc-update-content-share-code '{"shareCode": "zYL3UzFs"}' 'EaoOO4QI' 'sWlrOKOY' 'leCGqqw8' --login_with_auth "Bearer foo" +ugc-public-get-user-content 'o9VtROfT' --login_with_auth "Bearer foo" +ugc-delete-all-user-contents 'n5frrhBC' --login_with_auth "Bearer foo" +ugc-update-screenshots '{"screenshots": [{"description": "b3U28J71", "screenshotId": "caEH9R86"}, {"description": "ZX6eX2QB", "screenshotId": "OWQRkS2s"}, {"description": "ttwMY6EP", "screenshotId": "GifxJoGj"}]}' 'OjaI1Ey4' 'B4hkImbt' --login_with_auth "Bearer foo" +ugc-upload-content-screenshot '{"screenshots": [{"contentType": "mXxWqf8z", "description": "GAr4qGKR", "fileExtension": "png"}, {"contentType": "LpH8YK2Z", "description": "X4qtbA3J", "fileExtension": "bmp"}, {"contentType": "joabh9Gn", "description": "bKxtfvOI", "fileExtension": "png"}]}' 'b8uUdFda' 'ePedwmLu' --login_with_auth "Bearer foo" +ugc-delete-content-screenshot 'Rt0RgHrM' '9Xzif09a' 'g699lYUC' --login_with_auth "Bearer foo" +ugc-update-user-follow-status '{"followStatus": false}' 'jl3yiKEk' --login_with_auth "Bearer foo" +ugc-get-public-followers 'W3EjmKVt' --login_with_auth "Bearer foo" +ugc-get-public-following '2vtWvgdt' --login_with_auth "Bearer foo" +ugc-get-groups 'Wa7hvlWp' --login_with_auth "Bearer foo" +ugc-create-group '{"contents": ["aFNZVKAn", "eLiiMhg7", "0KT0KE1X"], "name": "Je9gmHEP"}' 'hZLoVU1R' --login_with_auth "Bearer foo" +ugc-delete-all-user-group 'hVbeW0iw' --login_with_auth "Bearer foo" +ugc-get-group 'boY42TbV' 'yUCtsQuu' --login_with_auth "Bearer foo" +ugc-update-group '{"contents": ["9gLST4ve", "b1dpRWrG", "DByvrkic"], "name": "lPmLZUdm"}' 'N0WZsgq0' 'hmNMlhuP' --login_with_auth "Bearer foo" +ugc-delete-group 'jkDtXQvP' 'hTqmru2i' --login_with_auth "Bearer foo" +ugc-get-group-content 'mcy0u76v' '2CvFDNV0' --login_with_auth "Bearer foo" +ugc-delete-all-user-states 'ZySuQ5hy' --login_with_auth "Bearer foo" +ugc-admin-get-content-by-channel-idv2 'DX4ZqfxI' --login_with_auth "Bearer foo" +ugc-admin-create-content-v2 '{"contentType": "9Qi113B1", "customAttributes": {"Jexh52XT": {}, "zzLGwy4s": {}, "FX3Zjkni": {}}, "fileExtension": "laKlsvCP", "name": "U2Qky4S3", "shareCode": "rIIAGrwn", "subType": "rNEI0Lcc", "tags": ["Kj24F0HU", "iR9PnOKq", "CKPnPWgG"], "type": "ptVHz51A"}' 'SjgDcwzq' --login_with_auth "Bearer foo" +ugc-admin-delete-official-content-v2 'eofZYtmD' 'pUu5ZV3A' --login_with_auth "Bearer foo" +ugc-admin-update-official-content-v2 '{"customAttributes": {"Ohq6fZlX": {}, "Pve6tU97": {}, "tj4ZIxFo": {}}, "name": "fZmpFLJf", "shareCode": "v0Cm0pKZ", "subType": "KS59D6Kh", "tags": ["cFtCxeGE", "MAVoociM", "nPy7LBIR"], "type": "qvqWrF2h"}' 'XJ9CM3sJ' 'wrjGajCl' --login_with_auth "Bearer foo" +ugc-admin-update-official-content-file-location '{"fileExtension": "RPVwJWiG", "fileLocation": "w00gJ2Wn"}' '6TvwI8sF' '3ThZJqU8' --login_with_auth "Bearer foo" +ugc-admin-generate-official-content-upload-urlv2 '{"contentType": "YDb2Mvox", "fileExtension": "6EkOxEAQ"}' 'y3gzM4e6' '5x2goAPv' --login_with_auth "Bearer foo" ugc-admin-get-configs --login_with_auth "Bearer foo" -ugc-admin-update-config '{"value": "mCn3e2Bk"}' 'GerbzLIf' --login_with_auth "Bearer foo" +ugc-admin-update-config '{"value": "vB3E98vp"}' '5n9Ie62Z' --login_with_auth "Bearer foo" ugc-admin-list-content-v2 --login_with_auth "Bearer foo" -ugc-admin-bulk-get-content-by-i-ds-v2 '{"contentIds": ["NpQWCfSw", "A1btFSFq", "dKtpEgdU"]}' --login_with_auth "Bearer foo" -ugc-admin-get-content-bulk-by-share-codes-v2 '{"shareCodes": ["PyHgEqE4", "rSrI3hlM", "9sKd3RHv"]}' --login_with_auth "Bearer foo" -ugc-admin-get-content-by-share-code-v2 'jd0TKcjg' --login_with_auth "Bearer foo" -ugc-admin-get-content-by-content-idv2 'GQbBgBYW' --login_with_auth "Bearer foo" -ugc-rollback-content-version-v2 'UMZu63vw' 'iHN830W7' --login_with_auth "Bearer foo" -ugc-admin-update-screenshots-v2 '{"screenshots": [{"description": "qojUobF7", "screenshotId": "fiKQzr9f"}, {"description": "Y9giG1JH", "screenshotId": "vy6dpFVM"}, {"description": "Kh7vEvQL", "screenshotId": "T4TMuXyp"}]}' '4QCgrogl' --login_with_auth "Bearer foo" -ugc-admin-upload-content-screenshot-v2 '{"screenshots": [{"contentType": "oKV4MC9Y", "description": "dRf59DtN", "fileExtension": "jpg"}, {"contentType": "oriT1yuf", "description": "aw5aOqiB", "fileExtension": "jfif"}, {"contentType": "OfhHUHIN", "description": "B3XTDElO", "fileExtension": "jpeg"}]}' 'yY4RSZVU' --login_with_auth "Bearer foo" -ugc-admin-delete-content-screenshot-v2 'nl8LemqX' 'QEri8iPc' --login_with_auth "Bearer foo" -ugc-list-content-versions-v2 'PjJnBiWb' --login_with_auth "Bearer foo" -ugc-admin-get-official-group-contents-v2 'fjuGwCQ8' --login_with_auth "Bearer foo" +ugc-admin-bulk-get-content-by-i-ds-v2 '{"contentIds": ["3M2s4Nnu", "mKozPLML", "fAJ7DJ3R"]}' --login_with_auth "Bearer foo" +ugc-admin-get-content-bulk-by-share-codes-v2 '{"shareCodes": ["TVrhF9sU", "YFVpqUPp", "bPSUmZFE"]}' --login_with_auth "Bearer foo" +ugc-admin-get-content-by-share-code-v2 'ReyjPTAQ' --login_with_auth "Bearer foo" +ugc-admin-get-content-by-content-idv2 'JqY0O737' --login_with_auth "Bearer foo" +ugc-rollback-content-version-v2 'lJgpSjlp' 'EblmAKWR' --login_with_auth "Bearer foo" +ugc-admin-update-screenshots-v2 '{"screenshots": [{"description": "FEvNlgmt", "screenshotId": "tJAX7Kpt"}, {"description": "hkpsTgcl", "screenshotId": "SbOfyT7B"}, {"description": "5pMI8Msj", "screenshotId": "K2Qt94KM"}]}' 'VPv4LCFO' --login_with_auth "Bearer foo" +ugc-admin-upload-content-screenshot-v2 '{"screenshots": [{"contentType": "L4AN83gA", "description": "8EVlmPUy", "fileExtension": "jpeg"}, {"contentType": "OztZswCv", "description": "YqasqTqc", "fileExtension": "bmp"}, {"contentType": "Uo3B0sFo", "description": "FqbM8RCO", "fileExtension": "png"}]}' '1RvxLDRv' --login_with_auth "Bearer foo" +ugc-admin-delete-content-screenshot-v2 'N32INJCN' 'OvcQJI5s' --login_with_auth "Bearer foo" +ugc-list-content-versions-v2 'LzbJI8W6' --login_with_auth "Bearer foo" +ugc-admin-get-official-group-contents-v2 'wVDWRWNj' --login_with_auth "Bearer foo" ugc-admin-list-staging-contents --login_with_auth "Bearer foo" -ugc-admin-get-staging-content-by-id 'ARWvzUXH' --login_with_auth "Bearer foo" -ugc-admin-approve-staging-content '{"approved": true, "note": "efftQGOg"}' 'tWgAiydg' --login_with_auth "Bearer foo" -ugc-admin-update-content-by-share-code-v2 '{"customAttributes": {"gPI9O0bk": {}, "piOGnG2S": {}, "sCWanHYY": {}}, "name": "Th9n2Mk9", "shareCode": "Ab7STHf2", "subType": "zGRyBPuS", "tags": ["7vfRY9n1", "STrgzRWq", "140jWPcu"], "type": "xia95Q6I"}' 'vBo7JhCn' 'Wdz33ne1' 'dH75CVXN' --login_with_auth "Bearer foo" -ugc-admin-delete-content-by-share-code-v2 'StPlioPx' 'YFKxl2GW' 'limcTZ57' --login_with_auth "Bearer foo" -ugc-admin-delete-user-content-v2 '47F11mlk' 'YRtVj0CW' 'PGp1p6wx' --login_with_auth "Bearer foo" -ugc-admin-update-user-content-v2 '{"customAttributes": {"lpgiKSLM": {}, "rVhvWDrC": {}, "cPppS4U0": {}}, "name": "c49AerW6", "shareCode": "hrpLguDe", "subType": "w6x08QG7", "tags": ["sJBVY1Wl", "blubEaLt", "x1MAj8OE"], "type": "lmOY7nw6"}' 'j8yl3X3N' 'DWcStxyn' 'KSpTSec9' --login_with_auth "Bearer foo" -ugc-admin-update-user-content-file-location '{"fileExtension": "0pGL0mcp", "fileLocation": "cUdQDsj8"}' 'RaHcYNqJ' 'zZgNpUFw' 'dW0Yt8gL' --login_with_auth "Bearer foo" -ugc-admin-generate-user-content-upload-urlv2 '{"contentType": "eyD4ZEsP", "fileExtension": "Q9SfgM3L"}' '79C7zx09' 'GqQSMd4c' 'bAdWW8Ak' --login_with_auth "Bearer foo" -ugc-admin-get-content-by-user-idv2 'uEZ1miGL' --login_with_auth "Bearer foo" -ugc-admin-update-content-hide-status-v2 '{"isHidden": true}' 'YvSAM3Xn' 'N7tkgfhc' --login_with_auth "Bearer foo" -ugc-admin-get-user-group-contents-v2 'ZXk8r1zE' '88VbDWeK' --login_with_auth "Bearer foo" -ugc-admin-list-user-staging-contents 'QX4SOP7H' --login_with_auth "Bearer foo" -ugc-public-get-content-by-channel-idv2 'r0zFgELn' --login_with_auth "Bearer foo" +ugc-admin-get-staging-content-by-id 'orJ6ZApL' --login_with_auth "Bearer foo" +ugc-admin-approve-staging-content '{"approved": false, "note": "QbH0f24L"}' '6a3FjHG4' --login_with_auth "Bearer foo" +ugc-admin-update-content-by-share-code-v2 '{"customAttributes": {"PWXIdnDP": {}, "lMTFapd7": {}, "qJaIGZ14": {}}, "name": "NHUH5CH9", "shareCode": "nKEdQ6cE", "subType": "WvjD2ubC", "tags": ["t71XnF9u", "SCbRdgbp", "fiiaPVvz"], "type": "aH9Kve3v"}' 'oNNWCNBB' 'IXqE1GMw' 'djWuJKod' --login_with_auth "Bearer foo" +ugc-admin-delete-content-by-share-code-v2 'J6QOmLh7' 'dyH6prRw' '6ImibFjM' --login_with_auth "Bearer foo" +ugc-admin-delete-user-content-v2 'd4RpqKQ7' 'umg45RXH' 'Qc7CprkF' --login_with_auth "Bearer foo" +ugc-admin-update-user-content-v2 '{"customAttributes": {"ZcmmWq7u": {}, "YGFWHQa2": {}, "e3haruSq": {}}, "name": "tC66aPEJ", "shareCode": "vYzIoYjZ", "subType": "hVpjAztl", "tags": ["sPwCzt99", "e5Kn8NtU", "8rwMNkfF"], "type": "7piQTdy1"}' 'cvGutCrX' 'UeNX9Sza' 'eHyMhKQi' --login_with_auth "Bearer foo" +ugc-admin-update-user-content-file-location '{"fileExtension": "R3AgpwBE", "fileLocation": "XIm34Sdn"}' 'C3nb5tKq' 'qN1FR2m4' 'Tj7rYwx3' --login_with_auth "Bearer foo" +ugc-admin-generate-user-content-upload-urlv2 '{"contentType": "IyPyPCPg", "fileExtension": "ApKrVc8v"}' 'YlpIPxzO' 'zmyxkobY' '3dJ4eWPi' --login_with_auth "Bearer foo" +ugc-admin-get-content-by-user-idv2 'YscbIwaP' --login_with_auth "Bearer foo" +ugc-admin-update-content-hide-status-v2 '{"isHidden": false}' '4aSFMPTq' 'N0KkPzCL' --login_with_auth "Bearer foo" +ugc-admin-get-user-group-contents-v2 'NZp1SUUJ' 'x0ZsLMet' --login_with_auth "Bearer foo" +ugc-admin-list-user-staging-contents 'KqgVsPlo' --login_with_auth "Bearer foo" +ugc-public-get-content-by-channel-idv2 'vhniTGej' --login_with_auth "Bearer foo" ugc-public-list-content-v2 --login_with_auth "Bearer foo" -ugc-public-bulk-get-content-by-idv2 '{"contentIds": ["RFZdNkxf", "aMoW7Cid", "YNyqzHvy"]}' --login_with_auth "Bearer foo" -ugc-public-get-content-bulk-by-share-codes-v2 '{"shareCodes": ["ddcillsx", "XV8FHfwG", "OByVlOfq"]}' --login_with_auth "Bearer foo" -ugc-public-get-content-by-share-code-v2 '6cULQxyF' --login_with_auth "Bearer foo" -ugc-public-get-content-by-idv2 'JgWSo0lR' --login_with_auth "Bearer foo" -ugc-public-add-download-count-v2 '190o5MbO' --login_with_auth "Bearer foo" -ugc-public-list-content-downloader-v2 'WAPjYSJC' --login_with_auth "Bearer foo" -ugc-public-list-content-like-v2 'OYlyv58a' --login_with_auth "Bearer foo" -ugc-update-content-like-status-v2 '{"likeStatus": true}' 'RGcrArDT' --login_with_auth "Bearer foo" -ugc-public-create-content-v2 '{"contentType": "huZ20U3r", "customAttributes": {"hDlpb6ma": {}, "RLcphbyq": {}, "K14gVmPf": {}}, "fileExtension": "juH6Mynx", "name": "9DuVat7c", "subType": "YGfbWePt", "tags": ["ec8xVZZy", "rAp5JLVR", "yY8wGN67"], "type": "13qxPXuR"}' '4SfzNBV3' 'cCC96er9' --login_with_auth "Bearer foo" -ugc-public-update-content-by-share-code-v2 '{"customAttributes": {"ZYu25rw9": {}, "JC0m6k4Y": {}, "8oMkoRHn": {}}, "name": "8HK2t55R", "subType": "qnOgtw4F", "tags": ["ofoNolgm", "JumEPQ71", "RJLgvXq5"], "type": "EkGXQr7C"}' 'x5N3WPK8' 'doKLuBLi' '7JwI0kwj' --login_with_auth "Bearer foo" -ugc-public-delete-content-by-share-code-v2 'vsF4lBFM' 'wEP6R5Nu' 'Go8tVH2c' --login_with_auth "Bearer foo" -ugc-public-delete-content-v2 'CtBRFEFA' 'ZJFnP1nk' '3N8OX1qF' --login_with_auth "Bearer foo" -ugc-public-update-content-v2 '{"customAttributes": {"gi3H32OJ": {}, "ulFimc13": {}, "czsLVQP5": {}}, "name": "1weNfC3s", "subType": "0CBXv2oD", "tags": ["u0Seszca", "PqeFawWs", "gvd4Ikid"], "type": "TBQvmplV"}' 'mxj02UeQ' 'kNsDtNWU' 'Sx6xKwnp' --login_with_auth "Bearer foo" -ugc-public-update-content-file-location '{"fileExtension": "GMwm8aXL", "fileLocation": "ItkAyewt"}' 'wQ8HQtOF' 'b96qeKuw' 'S6bY8Yq4' --login_with_auth "Bearer foo" -ugc-update-content-share-code-v2 '{"shareCode": "DGC5fov8"}' 'dcGlkSrr' 'K47CpAgU' 'EKaHvjSk' --login_with_auth "Bearer foo" -ugc-public-generate-content-upload-urlv2 '{"contentType": "rFZRlk2x", "fileExtension": "Qb08zDq8"}' 'DlCDBGAc' 'sH9nCIkM' 'Jaff4Fw5' --login_with_auth "Bearer foo" -ugc-public-get-content-by-user-idv2 'jBYQkxrp' --login_with_auth "Bearer foo" -ugc-update-screenshots-v2 '{"screenshots": [{"description": "NDpWTKwG", "screenshotId": "DkXRnpA9"}, {"description": "ZhqVowZy", "screenshotId": "cG5FpRLU"}, {"description": "9M6k6Bix", "screenshotId": "T4rP4TRS"}]}' '8VLyMlkM' 'V6Zghhii' --login_with_auth "Bearer foo" -ugc-upload-content-screenshot-v2 '{"screenshots": [{"contentType": "szJINGKV", "description": "sJCNKLiB", "fileExtension": "pjp"}, {"contentType": "MTEmkaNs", "description": "BtaTn2al", "fileExtension": "png"}, {"contentType": "IsS2wxiB", "description": "z0JAVqPx", "fileExtension": "jpeg"}]}' 'CZu7rRsD' 'twvF0Vec' --login_with_auth "Bearer foo" -ugc-delete-content-screenshot-v2 'J0tTuTJR' 'msCnFEMs' 'A8xI74JB' --login_with_auth "Bearer foo" -ugc-public-get-group-contents-v2 '06oTBPQs' '41vHNIPp' --login_with_auth "Bearer foo" -ugc-list-user-staging-contents 'rKQH60Yb' --login_with_auth "Bearer foo" -ugc-get-user-staging-content-by-id 'M5Mb2LnL' 'pknDqwYE' --login_with_auth "Bearer foo" -ugc-update-staging-content '{"fileExtension": "wBIRBkzo", "fileLocation": "TnlSnMH4"}' 'QH23ccFl' 'pqAfHsEV' --login_with_auth "Bearer foo" -ugc-delete-user-staging-content-by-id 'qTn8PfqE' 'lAzF0dLS' --login_with_auth "Bearer foo" +ugc-public-bulk-get-content-by-idv2 '{"contentIds": ["SjGZ9pjU", "7HC2rOcx", "qf8JASJY"]}' --login_with_auth "Bearer foo" +ugc-public-get-content-bulk-by-share-codes-v2 '{"shareCodes": ["SKYkBcbM", "wFZ2fsC6", "nvclE0HZ"]}' --login_with_auth "Bearer foo" +ugc-public-get-content-by-share-code-v2 'oPUDcXML' --login_with_auth "Bearer foo" +ugc-public-get-content-by-idv2 'KNuKlVoI' --login_with_auth "Bearer foo" +ugc-public-add-download-count-v2 'oqUXgLSW' --login_with_auth "Bearer foo" +ugc-public-list-content-downloader-v2 '0jPZVFdf' --login_with_auth "Bearer foo" +ugc-public-list-content-like-v2 '9nFHpjHG' --login_with_auth "Bearer foo" +ugc-update-content-like-status-v2 '{"likeStatus": true}' 'dmf4Em85' --login_with_auth "Bearer foo" +ugc-public-create-content-v2 '{"contentType": "dfrAnUyW", "customAttributes": {"EbXqhE1T": {}, "TBcfXH2i": {}, "oKQyzRHZ": {}}, "fileExtension": "yIWjKBPW", "name": "zEsefNZm", "subType": "jGBCs441", "tags": ["wHukMxNW", "elXyPPXx", "lhpRfdyl"], "type": "k12itMi3"}' 'YjPJ7Cgm' 'uLy6Mehb' --login_with_auth "Bearer foo" +ugc-public-update-content-by-share-code-v2 '{"customAttributes": {"T58WONqr": {}, "EDIhy217": {}, "D5Q9zasb": {}}, "name": "tidJOKlY", "subType": "iW6a5hxF", "tags": ["rrt2ITW9", "CUQqKAbF", "xHeTU4cY"], "type": "YYpsxGQn"}' 'M5q09K04' 'M8iy3Dat' 'aNVjjlXy' --login_with_auth "Bearer foo" +ugc-public-delete-content-by-share-code-v2 'Z5V8RFWy' 'kzbfjghP' 'h6TSBF9C' --login_with_auth "Bearer foo" +ugc-public-delete-content-v2 'rB1QKqGj' 'KWhsa6XD' 'DAPYGZFt' --login_with_auth "Bearer foo" +ugc-public-update-content-v2 '{"customAttributes": {"Xvd4qQOx": {}, "RcTdpxMJ": {}, "zD0XAvx0": {}}, "name": "94PVBwEN", "subType": "fMuiTJ6L", "tags": ["WaNKuJoD", "mKOoBdQt", "RojPNI3Z"], "type": "tBQFbBFs"}' 'nLOI1uPp' 'irjwZ0yI' 'IK5kuRUI' --login_with_auth "Bearer foo" +ugc-public-update-content-file-location '{"fileExtension": "hZ0clVMM", "fileLocation": "VZdE0213"}' 'wSqmCuhq' 'Oevkit1T' '8ygue65f' --login_with_auth "Bearer foo" +ugc-update-content-share-code-v2 '{"shareCode": "9QDUw0dp"}' 'IadsfB7o' 'iQtPETmq' 'dLuDLVjq' --login_with_auth "Bearer foo" +ugc-public-generate-content-upload-urlv2 '{"contentType": "hQ5i56Qj", "fileExtension": "js8PW5Pf"}' 'sw4O7slv' 'UAjE0tud' 'YFkW0lMz' --login_with_auth "Bearer foo" +ugc-public-get-content-by-user-idv2 '2plR6oq7' --login_with_auth "Bearer foo" +ugc-update-screenshots-v2 '{"screenshots": [{"description": "WuA1omk9", "screenshotId": "daJ7SD44"}, {"description": "zUk66Yi9", "screenshotId": "pyOwshw0"}, {"description": "8bORLmOa", "screenshotId": "VspBDZmJ"}]}' 'fKGsqenq' 'DPqBdH5B' --login_with_auth "Bearer foo" +ugc-upload-content-screenshot-v2 '{"screenshots": [{"contentType": "JwRUfqy4", "description": "BH8CACfP", "fileExtension": "pjp"}, {"contentType": "OZ0u6jD1", "description": "Eiq55RYn", "fileExtension": "jpeg"}, {"contentType": "PDxW5kA4", "description": "4dS2TCU5", "fileExtension": "jpeg"}]}' 'gXmNyAiB' 'SpGsxNnq' --login_with_auth "Bearer foo" +ugc-delete-content-screenshot-v2 'uL77dLVr' 'eejTcTJ1' '3mpJSXUJ' --login_with_auth "Bearer foo" +ugc-public-get-group-contents-v2 'TpLTfPb0' 'CwUCFMK1' --login_with_auth "Bearer foo" +ugc-list-user-staging-contents 'ADU0QPv5' --login_with_auth "Bearer foo" +ugc-get-user-staging-content-by-id 'qyz7yJqp' 'mnikQlaF' --login_with_auth "Bearer foo" +ugc-update-staging-content '{"fileExtension": "dfoSjBkg", "fileLocation": "v0Iaiibw"}' 'ZLc5p5XP' 'CNuvufYk' --login_with_auth "Bearer foo" +ugc-delete-user-staging-content-by-id 'S47S3YZR' 'cJjy5Alz' --login_with_auth "Bearer foo" exit() END @@ -219,22 +219,22 @@ eval_tap $? 2 'SingleAdminGetChannel' test.out #- 3 AdminCreateChannel $PYTHON -m $MODULE 'ugc-admin-create-channel' \ - '{"id": "R6zylvBB", "name": "1YvgXKVO"}' \ + '{"id": "1gl7cyFE", "name": "SVp7kfyX"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 3 'AdminCreateChannel' test.out #- 4 SingleAdminUpdateChannel $PYTHON -m $MODULE 'ugc-single-admin-update-channel' \ - '{"name": "2ZV1PF0R"}' \ - 'NxBl7Ric' \ + '{"name": "UCZHOWzZ"}' \ + 'RWOPirSP' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 4 'SingleAdminUpdateChannel' test.out #- 5 SingleAdminDeleteChannel $PYTHON -m $MODULE 'ugc-single-admin-delete-channel' \ - 'qHGKeL7l' \ + 'j5HVb9kR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 5 'SingleAdminDeleteChannel' test.out @@ -244,24 +244,24 @@ eval_tap 0 6 'AdminUploadContentDirect # SKIP deprecated' test.out #- 7 AdminUploadContentS3 $PYTHON -m $MODULE 'ugc-admin-upload-content-s3' \ - '{"contentType": "sbAN3FWr", "customAttributes": {"aTkQRQT8": {}, "nfpezLUW": {}, "pfXyVFdg": {}}, "fileExtension": "WiGhLbwc", "name": "FiROJKpD", "preview": "oXm0yR4J", "previewMetadata": {"previewContentType": "2s5KQcDf", "previewFileExtension": "ycxnhnDZ"}, "shareCode": "0fVvkFwY", "subType": "cSGlWN1m", "tags": ["oYq3JOh0", "PTJPSnhX", "e0difJ1w"], "type": "uSFQFERi"}' \ - '3xIPwXlD' \ + '{"contentType": "ztJly6L4", "customAttributes": {"iIDyGreQ": {}, "ze1uEiFh": {}, "ltDpTWRe": {}}, "fileExtension": "kIeZ6AxT", "name": "8VunOtgF", "preview": "U6TaLR0i", "previewMetadata": {"previewContentType": "Zd9RATJc", "previewFileExtension": "OAxN9uZf"}, "shareCode": "bQJTVA5h", "subType": "del177oT", "tags": ["Gqfd1yOA", "p7V8eJch", "yNYifwPa"], "type": "2Mc6522E"}' \ + 'IAVJio2j' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 7 'AdminUploadContentS3' test.out #- 8 SingleAdminUpdateContentS3 $PYTHON -m $MODULE 'ugc-single-admin-update-content-s3' \ - '{"contentType": "HX9M6D8y", "customAttributes": {"X8E8h4kb": {}, "fTKqmmEj": {}, "IrGNGf7C": {}}, "fileExtension": "Zz5ToX1q", "name": "Lj7jpMMz", "payload": "1lU3T34u", "preview": "j3aZXgFd", "previewMetadata": {"previewContentType": "MAUf6eVX", "previewFileExtension": "Flvx149r"}, "shareCode": "LDCgZ5Gj", "subType": "K9ZH2wdT", "tags": ["8JdJce16", "xGPi2b2M", "w52xIsVu"], "type": "YHSDB7X8", "updateContentFile": true}' \ - 'nXttOa3G' \ - 'LU13auwr' \ + '{"contentType": "vPIkr313", "customAttributes": {"afrEBCJ9": {}, "xd7UveMP": {}, "iZ88S7jn": {}}, "fileExtension": "v37quyqa", "name": "G91YSdvs", "payload": "hMtPIvG8", "preview": "l4xr62GD", "previewMetadata": {"previewContentType": "mlsuwvrO", "previewFileExtension": "CiL8smJO"}, "shareCode": "ZL6njngg", "subType": "4a3fLrQI", "tags": ["yw0K9Tst", "OFaBTaev", "x1iXA16N"], "type": "Wn3O5dZg", "updateContentFile": true}' \ + '1WvZ5O1X' \ + '1MO67xFA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 8 'SingleAdminUpdateContentS3' test.out #- 9 AdminSearchChannelSpecificContent $PYTHON -m $MODULE 'ugc-admin-search-channel-specific-content' \ - 's2zy5wt9' \ + '0oNGwk1r' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 9 'AdminSearchChannelSpecificContent' test.out @@ -271,8 +271,8 @@ eval_tap 0 10 'SingleAdminUpdateContentDirect # SKIP deprecated' test.out #- 11 SingleAdminDeleteContent $PYTHON -m $MODULE 'ugc-single-admin-delete-content' \ - 'egj1oJ9z' \ - 'XZAfsAk8' \ + 'sSoNllJp' \ + 'nIsAbHnh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 11 'SingleAdminDeleteContent' test.out @@ -285,7 +285,7 @@ eval_tap $? 12 'SingleAdminGetContent' test.out #- 13 AdminGetContentBulk $PYTHON -m $MODULE 'ugc-admin-get-content-bulk' \ - '{"contentIds": ["rXz9no5O", "jhBDq23z", "ydFnv8pM"]}' \ + '{"contentIds": ["jU8VLc7Y", "OS5JjnU9", "adBGTRJV"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 13 'AdminGetContentBulk' test.out @@ -298,67 +298,67 @@ eval_tap $? 14 'AdminSearchContent' test.out #- 15 AdminGetContentBulkByShareCodes $PYTHON -m $MODULE 'ugc-admin-get-content-bulk-by-share-codes' \ - '{"shareCodes": ["AgpzII47", "H93Moy8A", "PaoMNoTz"]}' \ + '{"shareCodes": ["L4I6RjB9", "POErzTGi", "Fs0gCjSC"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 15 'AdminGetContentBulkByShareCodes' test.out #- 16 AdminGetUserContentByShareCode $PYTHON -m $MODULE 'ugc-admin-get-user-content-by-share-code' \ - 'g7aqXfN1' \ + 'uLlPXznt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 16 'AdminGetUserContentByShareCode' test.out #- 17 AdminGetSpecificContent $PYTHON -m $MODULE 'ugc-admin-get-specific-content' \ - 'z5HT59DR' \ + 'gwumYFYf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 17 'AdminGetSpecificContent' test.out #- 18 AdminDownloadContentPreview $PYTHON -m $MODULE 'ugc-admin-download-content-preview' \ - 'g9bIB9tv' \ + '7YNPykzp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 18 'AdminDownloadContentPreview' test.out #- 19 RollbackContentVersion $PYTHON -m $MODULE 'ugc-rollback-content-version' \ - '2yufam5v' \ - 'SYALwOzO' \ + 'HRVLqtud' \ + 'gWBDp7Ak' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 19 'RollbackContentVersion' test.out #- 20 AdminUpdateScreenshots $PYTHON -m $MODULE 'ugc-admin-update-screenshots' \ - '{"screenshots": [{"description": "uOBK20i7", "screenshotId": "o4bdQs7e"}, {"description": "aE5lxGzx", "screenshotId": "QZJ0KrNA"}, {"description": "jBOjjm6H", "screenshotId": "1a9pskgX"}]}' \ - 'mqgnYtwz' \ + '{"screenshots": [{"description": "6UuIsAlP", "screenshotId": "XeEhVhhX"}, {"description": "jlhtMxJ4", "screenshotId": "2DvwYwyt"}, {"description": "Vnja7Ga9", "screenshotId": "fnlH70nc"}]}' \ + 'ivJZmPZu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 20 'AdminUpdateScreenshots' test.out #- 21 AdminUploadContentScreenshot $PYTHON -m $MODULE 'ugc-admin-upload-content-screenshot' \ - '{"screenshots": [{"contentType": "YDh8iG9E", "description": "Vi9g8VOo", "fileExtension": "jpeg"}, {"contentType": "ZiHdhrtU", "description": "801B7Pjb", "fileExtension": "pjp"}, {"contentType": "ICJTpRPU", "description": "Ghct8RVr", "fileExtension": "pjp"}]}' \ - 'YnOGBsyt' \ + '{"screenshots": [{"contentType": "DjxGRuPh", "description": "baLe55G2", "fileExtension": "pjp"}, {"contentType": "pmyil3xY", "description": "Hugr0crC", "fileExtension": "jpg"}, {"contentType": "ewGpPUyR", "description": "tTGlzv4S", "fileExtension": "jpg"}]}' \ + 'RnJceDc6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 21 'AdminUploadContentScreenshot' test.out #- 22 AdminDeleteContentScreenshot $PYTHON -m $MODULE 'ugc-admin-delete-content-screenshot' \ - 'm8dXsyeb' \ - 'bBH7KjlF' \ + 'Qx4nvsxN' \ + 'xF5gnMRs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 22 'AdminDeleteContentScreenshot' test.out #- 23 ListContentVersions $PYTHON -m $MODULE 'ugc-list-content-versions' \ - '0hAV2GcZ' \ + 'Ual8ZvWa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 23 'ListContentVersions' test.out @@ -371,36 +371,36 @@ eval_tap $? 24 'SingleAdminGetAllGroups' test.out #- 25 AdminCreateGroup $PYTHON -m $MODULE 'ugc-admin-create-group' \ - '{"contents": ["B3RHa1LE", "10k3oYJt", "QjLXy9pW"], "name": "dFqkbZQO"}' \ + '{"contents": ["F2oMBpta", "h0TfYGph", "5SbWUvQw"], "name": "Mh4WM2uK"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 25 'AdminCreateGroup' test.out #- 26 SingleAdminGetGroup $PYTHON -m $MODULE 'ugc-single-admin-get-group' \ - '4xxi5ETT' \ + '5LE0JevN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 26 'SingleAdminGetGroup' test.out #- 27 SingleAdminUpdateGroup $PYTHON -m $MODULE 'ugc-single-admin-update-group' \ - '{"contents": ["6DHqauI2", "LcYCu1Q3", "LRtSFT7S"], "name": "qjwoU2TX"}' \ - 'SyRoXz3H' \ + '{"contents": ["pglP2CKJ", "ANImZgnQ", "plBKL7GX"], "name": "pp0RNUFd"}' \ + 'xgcMsBN3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 27 'SingleAdminUpdateGroup' test.out #- 28 SingleAdminDeleteGroup $PYTHON -m $MODULE 'ugc-single-admin-delete-group' \ - 'VqBeqj9F' \ + 'V3KeeyKn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 28 'SingleAdminDeleteGroup' test.out #- 29 SingleAdminGetGroupContents $PYTHON -m $MODULE 'ugc-single-admin-get-group-contents' \ - 'MwFoWym4' \ + 'LVqgnRUT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 29 'SingleAdminGetGroupContents' test.out @@ -413,22 +413,22 @@ eval_tap $? 30 'AdminGetTag' test.out #- 31 AdminCreateTag $PYTHON -m $MODULE 'ugc-admin-create-tag' \ - '{"tag": "KQUzv1f9"}' \ + '{"tag": "TXFFhAxH"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 31 'AdminCreateTag' test.out #- 32 AdminUpdateTag $PYTHON -m $MODULE 'ugc-admin-update-tag' \ - '{"tag": "qWAlBJoB"}' \ - 'QoPfIao2' \ + '{"tag": "bXk5d2fZ"}' \ + 'aqwCYIVR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 32 'AdminUpdateTag' test.out #- 33 AdminDeleteTag $PYTHON -m $MODULE 'ugc-admin-delete-tag' \ - 'llNXrji0' \ + 'OTwpsKR8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 33 'AdminDeleteTag' test.out @@ -441,82 +441,82 @@ eval_tap $? 34 'AdminGetType' test.out #- 35 AdminCreateType $PYTHON -m $MODULE 'ugc-admin-create-type' \ - '{"subtype": ["x5AZMPp8", "9tu6PSTC", "vmwJi223"], "type": "4FH1FeGE"}' \ + '{"subtype": ["QQUiAisT", "tzjjMZCT", "94pk7pk7"], "type": "8oukhvsV"}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 35 'AdminCreateType' test.out #- 36 AdminUpdateType $PYTHON -m $MODULE 'ugc-admin-update-type' \ - '{"subtype": ["VZ6IiLCV", "a2chUZgP", "EfuRNAd5"], "type": "NVWh1b2P"}' \ - '3JW0yxSi' \ + '{"subtype": ["nmQ0NJDe", "6Aw1H49w", "OYqxRznx"], "type": "4Qzljy8r"}' \ + 'BH02n2AL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 36 'AdminUpdateType' test.out #- 37 AdminDeleteType $PYTHON -m $MODULE 'ugc-admin-delete-type' \ - 'c09QnxW7' \ + 'eTdUBNl0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 37 'AdminDeleteType' test.out #- 38 AdminGetChannel $PYTHON -m $MODULE 'ugc-admin-get-channel' \ - '8JHXsjeQ' \ + 'eq5xdbrA' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 38 'AdminGetChannel' test.out #- 39 AdminDeleteAllUserChannels $PYTHON -m $MODULE 'ugc-admin-delete-all-user-channels' \ - '0tw3hFn2' \ + 'DJ39Hazf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 39 'AdminDeleteAllUserChannels' test.out #- 40 AdminUpdateChannel $PYTHON -m $MODULE 'ugc-admin-update-channel' \ - '{"name": "7nJQjJHy"}' \ - 'MF6WbRSx' \ - 'm4xlxoR7' \ + '{"name": "Nj5Hr7S0"}' \ + 'O1XZqmGU' \ + 'xff8aABD' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 40 'AdminUpdateChannel' test.out #- 41 AdminDeleteChannel $PYTHON -m $MODULE 'ugc-admin-delete-channel' \ - 'uUFmWJ2X' \ - 'i5qubA2C' \ + '8LVFqNFH' \ + 'VLUhLRsn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 41 'AdminDeleteChannel' test.out #- 42 AdminUpdateContentS3ByShareCode $PYTHON -m $MODULE 'ugc-admin-update-content-s3-by-share-code' \ - '{"contentType": "RUyPwsaw", "customAttributes": {"KDoBkW2k": {}, "xZueUQgP": {}, "EF3forjX": {}}, "fileExtension": "cxyBiVL3", "name": "kRhnyMSD", "payload": "MzsZdwDm", "preview": "w9Sp92Hj", "previewMetadata": {"previewContentType": "tns60VSj", "previewFileExtension": "1PhN4I3x"}, "shareCode": "p5pTp6jT", "subType": "l9uV9AME", "tags": ["sk1f2AdO", "VhP2cZTq", "aLKXXPZL"], "type": "nfENWCRF", "updateContentFile": true}' \ - 'n2Rr9tDJ' \ - 'FIgIxO6g' \ - 'kM6OSlny' \ + '{"contentType": "Npaf4lkf", "customAttributes": {"goAU0hHj": {}, "lyLP0BHB": {}, "1mJJU8Iy": {}}, "fileExtension": "LvtZyYam", "name": "THRlWrU9", "payload": "MVaLgtvz", "preview": "K6BofdTf", "previewMetadata": {"previewContentType": "jY8TD3YZ", "previewFileExtension": "Fx2Vbxqw"}, "shareCode": "d7QBayLX", "subType": "yu6ELSe9", "tags": ["0Uev73nx", "08JtZaHZ", "jKx1CbJc"], "type": "SQjXHYv2", "updateContentFile": false}' \ + 'kYABFvQF' \ + 'tsDG95u2' \ + '59aaXSGG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 42 'AdminUpdateContentS3ByShareCode' test.out #- 43 AdminUpdateContentS3 $PYTHON -m $MODULE 'ugc-admin-update-content-s3' \ - '{"contentType": "1ulnx8xO", "customAttributes": {"MbxpXRIh": {}, "Ep0haus9": {}, "5s8SvXej": {}}, "fileExtension": "S3yK7p95", "name": "GUaCJjvq", "payload": "8yAechIM", "preview": "V05W5Qz9", "previewMetadata": {"previewContentType": "HFral8S1", "previewFileExtension": "PTCvrYrL"}, "shareCode": "c0YuIMnA", "subType": "vlJvEHFj", "tags": ["hE69WpzU", "cdxNJglS", "lqSRO0vA"], "type": "R3bWRKFI", "updateContentFile": true}' \ - 'IJtWysWg' \ - 'Ok8ouHUL' \ - 'b9owKSUi' \ + '{"contentType": "LhaHLtFT", "customAttributes": {"r08EN78H": {}, "NubY9eOe": {}, "j7ZktHOU": {}}, "fileExtension": "JZEw3OvM", "name": "tWcexuYE", "payload": "IfuxsHUt", "preview": "u15agCA1", "previewMetadata": {"previewContentType": "xhBQzynV", "previewFileExtension": "YmVOH4kQ"}, "shareCode": "K3QK5q8P", "subType": "Jk3ftEb9", "tags": ["yjCg3uEW", "OgmZRUVm", "iIyfHPk1"], "type": "5C3pjXtr", "updateContentFile": true}' \ + 'J1K5pNdD' \ + 'lvyvvWA5' \ + 'BlfDaDWK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 43 'AdminUpdateContentS3' test.out #- 44 DeleteContentByShareCode $PYTHON -m $MODULE 'ugc-delete-content-by-share-code' \ - 'oKAdKMFD' \ - 'fc7dxxL9' \ - 'xb3mqU1Q' \ + 'CkyTZP1A' \ + 'UL9UdPzm' \ + 'w9td2Uuq' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 44 'DeleteContentByShareCode' test.out @@ -526,23 +526,23 @@ eval_tap 0 45 'AdminUpdateContentDirect # SKIP deprecated' test.out #- 46 AdminDeleteContent $PYTHON -m $MODULE 'ugc-admin-delete-content' \ - 'nkJkDrb2' \ - 'R8ASP0Ho' \ - 'lsKwykuy' \ + 'oDRi1IBr' \ + 'Sxphf91I' \ + 'o7VEwIih' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 46 'AdminDeleteContent' test.out #- 47 AdminGetContent $PYTHON -m $MODULE 'ugc-admin-get-content' \ - '5XNku55l' \ + 'Yq7mA1UQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 47 'AdminGetContent' test.out #- 48 AdminDeleteAllUserContents $PYTHON -m $MODULE 'ugc-admin-delete-all-user-contents' \ - 'izEPVnMY' \ + 'pkb7b0wH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 48 'AdminDeleteAllUserContents' test.out @@ -550,69 +550,69 @@ eval_tap $? 48 'AdminDeleteAllUserContents' test.out #- 49 AdminHideUserContent $PYTHON -m $MODULE 'ugc-admin-hide-user-content' \ '{"isHidden": false}' \ - 'eknJuOgm' \ - 'GjBchJSW' \ + 'ZN0Ycbi4' \ + 'ciR2tX30' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 49 'AdminHideUserContent' test.out #- 50 AdminGetAllGroups $PYTHON -m $MODULE 'ugc-admin-get-all-groups' \ - '5gbUl5d8' \ + 'JrYZ364P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 50 'AdminGetAllGroups' test.out #- 51 AdminDeleteAllUserGroup $PYTHON -m $MODULE 'ugc-admin-delete-all-user-group' \ - 'OVakRqmT' \ + 'f6B2xFfp' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 51 'AdminDeleteAllUserGroup' test.out #- 52 AdminGetGroup $PYTHON -m $MODULE 'ugc-admin-get-group' \ - 'LgfvRviD' \ - 'aeVVmCIN' \ + '6u0UtMus' \ + 'lVNwzrWm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 52 'AdminGetGroup' test.out #- 53 AdminUpdateGroup $PYTHON -m $MODULE 'ugc-admin-update-group' \ - '{"contents": ["ztBQY5TB", "O7MnC9tw", "YPx07BW6"], "name": "jmtbze56"}' \ - '0Ph3tj7d' \ - 'LV9R63ZS' \ + '{"contents": ["9aJQeOwB", "F55LvRn3", "JjuvoBJA"], "name": "JuAgRoam"}' \ + 'aBoQ4xNK' \ + '6jDi9Pnu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 53 'AdminUpdateGroup' test.out #- 54 AdminDeleteGroup $PYTHON -m $MODULE 'ugc-admin-delete-group' \ - '5wOymHK0' \ - 'mZSlRBa3' \ + '4uboT9PJ' \ + 'Hi8Eeo6P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 54 'AdminDeleteGroup' test.out #- 55 AdminGetGroupContents $PYTHON -m $MODULE 'ugc-admin-get-group-contents' \ - 'K09Xd7de' \ - 'o9GGBb7m' \ + 'NBVNa6o2' \ + 'iU3xo5BY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 55 'AdminGetGroupContents' test.out #- 56 AdminDeleteAllUserStates $PYTHON -m $MODULE 'ugc-admin-delete-all-user-states' \ - 'tAFUVS8f' \ + 'uYkVK99z' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 56 'AdminDeleteAllUserStates' test.out #- 57 SearchChannelSpecificContent $PYTHON -m $MODULE 'ugc-search-channel-specific-content' \ - 'JqrBqYfN' \ + '3hD8JhS3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 57 'SearchChannelSpecificContent' test.out @@ -625,7 +625,7 @@ eval_tap $? 58 'PublicSearchContent' test.out #- 59 PublicGetContentBulk $PYTHON -m $MODULE 'ugc-public-get-content-bulk' \ - '{"contentIds": ["wbmhNzli", "AU6NSkA4", "ckIqpYX3"]}' \ + '{"contentIds": ["PBWCBY3L", "tRYgX4TN", "LR8CglQg"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 59 'PublicGetContentBulk' test.out @@ -644,43 +644,43 @@ eval_tap $? 61 'GetLikedContent' test.out #- 62 PublicGetContentBulkByShareCodes $PYTHON -m $MODULE 'ugc-public-get-content-bulk-by-share-codes' \ - '{"shareCodes": ["lEpDlBNs", "CHMpHfS0", "0yFgSSK6"]}' \ + '{"shareCodes": ["Z8wzS1fB", "zTD1Qi8T", "JtBsCQaq"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 62 'PublicGetContentBulkByShareCodes' test.out #- 63 PublicDownloadContentByShareCode $PYTHON -m $MODULE 'ugc-public-download-content-by-share-code' \ - 'aZNEsDk1' \ + 'c0fjSEcT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 63 'PublicDownloadContentByShareCode' test.out #- 64 PublicDownloadContentByContentID $PYTHON -m $MODULE 'ugc-public-download-content-by-content-id' \ - 'jmaP2Stg' \ + 'Tom2g1X7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 64 'PublicDownloadContentByContentID' test.out #- 65 AddDownloadCount $PYTHON -m $MODULE 'ugc-add-download-count' \ - 'c4CePhti' \ + 'SSrnLMga' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 65 'AddDownloadCount' test.out #- 66 UpdateContentLikeStatus $PYTHON -m $MODULE 'ugc-update-content-like-status' \ - '{"likeStatus": true}' \ - 'nssoOUpX' \ + '{"likeStatus": false}' \ + 'kSKv5zln' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 66 'UpdateContentLikeStatus' test.out #- 67 PublicDownloadContentPreview $PYTHON -m $MODULE 'ugc-public-download-content-preview' \ - '7LqIDUi8' \ + 'pxlVFWo8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 67 'PublicDownloadContentPreview' test.out @@ -711,46 +711,46 @@ eval_tap $? 71 'GetFollowedUsers' test.out #- 72 PublicGetCreator $PYTHON -m $MODULE 'ugc-public-get-creator' \ - 'SsvX0B8w' \ + 'kS1AyoCy' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 72 'PublicGetCreator' test.out #- 73 GetChannels $PYTHON -m $MODULE 'ugc-get-channels' \ - 'ERPjBpBU' \ + 'J3OABKYG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 73 'GetChannels' test.out #- 74 PublicCreateChannel $PYTHON -m $MODULE 'ugc-public-create-channel' \ - '{"name": "3S8XXC4p"}' \ - 'P73sdcNN' \ + '{"name": "KwpHlKg7"}' \ + 'GyShXfbH' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 74 'PublicCreateChannel' test.out #- 75 DeleteAllUserChannel $PYTHON -m $MODULE 'ugc-delete-all-user-channel' \ - 'Tzlxym0n' \ + 'jpI65yuj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 75 'DeleteAllUserChannel' test.out #- 76 UpdateChannel $PYTHON -m $MODULE 'ugc-update-channel' \ - '{"name": "N49wPpis"}' \ - 'ChWZA62K' \ - 'h9iT9w1Z' \ + '{"name": "nImPMlRw"}' \ + 'eLNA5sRX' \ + 'pa4fuSMl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 76 'UpdateChannel' test.out #- 77 DeleteChannel $PYTHON -m $MODULE 'ugc-delete-channel' \ - 'GuN9MjBC' \ - 'Oz56H4jT' \ + 'H9bN81Mm' \ + 'cPWjXA8i' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 77 'DeleteChannel' test.out @@ -760,38 +760,38 @@ eval_tap 0 78 'CreateContentDirect # SKIP deprecated' test.out #- 79 CreateContentS3 $PYTHON -m $MODULE 'ugc-create-content-s3' \ - '{"contentType": "CCHCa6w4", "customAttributes": {"rluOzSeT": {}, "fxdibGt3": {}, "IuSezXSB": {}}, "fileExtension": "0u1JOTfx", "name": "JCdej82m", "preview": "GMcQIDmY", "previewMetadata": {"previewContentType": "qnAXbLCp", "previewFileExtension": "OvcT5V20"}, "subType": "06RhaNPb", "tags": ["73B5xS8L", "wRYnLYRo", "14wp5CgH"], "type": "ri7q7mEo"}' \ - 'TXmEPGPg' \ - 'cUPVIubW' \ + '{"contentType": "A2birQrV", "customAttributes": {"KWSmIOF9": {}, "NCzLJKyk": {}, "VF7a7Rxt": {}}, "fileExtension": "nhSCISVz", "name": "EKw8AqSx", "preview": "v7YeVEVT", "previewMetadata": {"previewContentType": "DIF6dPTT", "previewFileExtension": "wSOzkWGA"}, "subType": "BS7Og7EB", "tags": ["DyzyzUpM", "vb3QFWFC", "15FbDBkK"], "type": "nyOBst0c"}' \ + 'ZzQNa3P8' \ + 'oRF1YInc' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 79 'CreateContentS3' test.out #- 80 PublicUpdateContentByShareCode $PYTHON -m $MODULE 'ugc-public-update-content-by-share-code' \ - '{"contentType": "DHHhcSDv", "customAttributes": {"rwDWNWld": {}, "APkyzlqu": {}, "DpL8sK2W": {}}, "fileExtension": "G8zQQyFb", "name": "K1Bx2l6E", "payload": "GOYuQM4L", "preview": "TDo5TBEh", "previewMetadata": {"previewContentType": "o5n02Uie", "previewFileExtension": "8aKI1tzW"}, "subType": "6UxQdCDh", "tags": ["Mk5CCuCE", "JHK82tKE", "fzHpe9L2"], "type": "wsFCcdEJ", "updateContentFile": false}' \ - 'IzBkvGlW' \ - 'ha30dP8X' \ - 'n02CplG4' \ + '{"contentType": "CSIJrsB8", "customAttributes": {"2CK02xAk": {}, "nVh60oE7": {}, "ZqTq53Va": {}}, "fileExtension": "EEXAuzpL", "name": "xOvNcZdU", "payload": "wRHNEpbr", "preview": "jUdHmE9G", "previewMetadata": {"previewContentType": "NuJyRKTd", "previewFileExtension": "jDcZxGY3"}, "subType": "ITxgOwmE", "tags": ["opfXn00J", "oRICRz8c", "VYdHpssi"], "type": "N2vlB2ol", "updateContentFile": true}' \ + 'Tf3pon71' \ + 'iYEm9i4j' \ + 'ps5BJhBe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 80 'PublicUpdateContentByShareCode' test.out #- 81 UpdateContentS3 $PYTHON -m $MODULE 'ugc-update-content-s3' \ - '{"contentType": "iuLFMNft", "customAttributes": {"NBiTec9x": {}, "PXx45DtN": {}, "Iclo70rE": {}}, "fileExtension": "Mw2OTajq", "name": "ezrYgad0", "payload": "zdhYQmdK", "preview": "ZsU4ynwj", "previewMetadata": {"previewContentType": "srTe7u55", "previewFileExtension": "AZSPhDrB"}, "subType": "Wrn8vtMa", "tags": ["UYLbf91d", "HNCjq56m", "2TZxeSYE"], "type": "uRBfrhSy", "updateContentFile": true}' \ - 'uEtJTN0n' \ - 'tMwjseLy' \ - 'Z82l111J' \ + '{"contentType": "lJOBeo6q", "customAttributes": {"qPWv3UpL": {}, "ZDAXhnWA": {}, "OZyc3mEd": {}}, "fileExtension": "7j6eLltP", "name": "quRAXGLk", "payload": "iltkK7N9", "preview": "yACenQiP", "previewMetadata": {"previewContentType": "oboiGpF8", "previewFileExtension": "aXYpRPn4"}, "subType": "1NNIVkmu", "tags": ["figCXO4Z", "jwgixZ1Y", "ttoFQPXG"], "type": "LW21wKGq", "updateContentFile": false}' \ + 'iDrYcO9u' \ + 'RAAsgZoG' \ + 'cirjBTfY' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 81 'UpdateContentS3' test.out #- 82 PublicDeleteContentByShareCode $PYTHON -m $MODULE 'ugc-public-delete-content-by-share-code' \ - 'B7pN7VAP' \ - 'onndMcyv' \ - 'KJLLWNas' \ + 'YhqY9GTr' \ + 'i6zDrBUn' \ + 'fCv0xtag' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 82 'PublicDeleteContentByShareCode' test.out @@ -801,194 +801,194 @@ eval_tap 0 83 'UpdateContentDirect # SKIP deprecated' test.out #- 84 DeleteContent $PYTHON -m $MODULE 'ugc-delete-content' \ - 'JNd8yKv5' \ - 'PEPeDuyR' \ - 'ayr7CM66' \ + '7UTtL9W0' \ + '5L91QoKK' \ + '7ta7ukKI' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 84 'DeleteContent' test.out #- 85 UpdateContentShareCode $PYTHON -m $MODULE 'ugc-update-content-share-code' \ - '{"shareCode": "U47yN2fo"}' \ - 'xZmMcXem' \ - 'JFk0dAFd' \ - 'GcLLTK8W' \ + '{"shareCode": "FZfomfKZ"}' \ + 'Hpze5gLt' \ + 'RIgzyCey' \ + 'zjJ0bkMi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 85 'UpdateContentShareCode' test.out #- 86 PublicGetUserContent $PYTHON -m $MODULE 'ugc-public-get-user-content' \ - 'rOVMeiWR' \ + '3SMRVIWi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 86 'PublicGetUserContent' test.out #- 87 DeleteAllUserContents $PYTHON -m $MODULE 'ugc-delete-all-user-contents' \ - 'BwGHB8HB' \ + 'FjyPvms7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 87 'DeleteAllUserContents' test.out #- 88 UpdateScreenshots $PYTHON -m $MODULE 'ugc-update-screenshots' \ - '{"screenshots": [{"description": "czDAP8iB", "screenshotId": "J8YXyROm"}, {"description": "9IetN2pl", "screenshotId": "dAEf1rSP"}, {"description": "gikT8QR7", "screenshotId": "Q3cKuucp"}]}' \ - '3AemyTtZ' \ - 'TtnW6qhB' \ + '{"screenshots": [{"description": "HZ2qApa0", "screenshotId": "Q0yGbmtb"}, {"description": "nUPDID8c", "screenshotId": "jtkbqE37"}, {"description": "yQeYLKx1", "screenshotId": "MDW3i5wn"}]}' \ + 'h7Th272u' \ + 'p4GBxmOQ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 88 'UpdateScreenshots' test.out #- 89 UploadContentScreenshot $PYTHON -m $MODULE 'ugc-upload-content-screenshot' \ - '{"screenshots": [{"contentType": "cI5zYqTU", "description": "8q70DmQb", "fileExtension": "jpeg"}, {"contentType": "xhsobmu8", "description": "fbOJmdTP", "fileExtension": "jpg"}, {"contentType": "mBH3gTzV", "description": "jwZaVpvt", "fileExtension": "jpg"}]}' \ - 'sK55mQgi' \ - 'aWKCTl35' \ + '{"screenshots": [{"contentType": "2inYz0Mw", "description": "w7WsFMgP", "fileExtension": "jpeg"}, {"contentType": "ZLqjHP3u", "description": "f0aOJc1G", "fileExtension": "bmp"}, {"contentType": "m05gwKo5", "description": "gtYvPLfH", "fileExtension": "jpg"}]}' \ + 'GlZNJh7k' \ + 'VuywUuv9' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 89 'UploadContentScreenshot' test.out #- 90 DeleteContentScreenshot $PYTHON -m $MODULE 'ugc-delete-content-screenshot' \ - 'O2jOeyzl' \ - '2CKs6rBG' \ - '4o9wFwKZ' \ + 'vcvAgv6i' \ + 'tIp2HweF' \ + '5uof0eTB' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 90 'DeleteContentScreenshot' test.out #- 91 UpdateUserFollowStatus $PYTHON -m $MODULE 'ugc-update-user-follow-status' \ - '{"followStatus": false}' \ - 'p3kooba3' \ + '{"followStatus": true}' \ + 'TU3Yibng' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 91 'UpdateUserFollowStatus' test.out #- 92 GetPublicFollowers $PYTHON -m $MODULE 'ugc-get-public-followers' \ - 'Bajb1IXO' \ + 'TR6lQ9Nj' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 92 'GetPublicFollowers' test.out #- 93 GetPublicFollowing $PYTHON -m $MODULE 'ugc-get-public-following' \ - 'nd9re6g8' \ + 'J1Uahjmu' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 93 'GetPublicFollowing' test.out #- 94 GetGroups $PYTHON -m $MODULE 'ugc-get-groups' \ - 'JFyBhrqX' \ + '91vEPWZg' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 94 'GetGroups' test.out #- 95 CreateGroup $PYTHON -m $MODULE 'ugc-create-group' \ - '{"contents": ["tmQpux4J", "Ai2le7wc", "mzCUNPys"], "name": "MYZUO3Fr"}' \ - 'xZdvCUIV' \ + '{"contents": ["QtFqYV4n", "vAiK6QQJ", "PZ7xJq63"], "name": "aQOAtgE2"}' \ + 'YJlAewAe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 95 'CreateGroup' test.out #- 96 DeleteAllUserGroup $PYTHON -m $MODULE 'ugc-delete-all-user-group' \ - 'IVz6vKCN' \ + 'b3ALQd7l' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 96 'DeleteAllUserGroup' test.out #- 97 GetGroup $PYTHON -m $MODULE 'ugc-get-group' \ - '3GmsTs0A' \ - 'DBIOiApg' \ + 'mIGfRx6o' \ + 't8Gu9DjM' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 97 'GetGroup' test.out #- 98 UpdateGroup $PYTHON -m $MODULE 'ugc-update-group' \ - '{"contents": ["saZ4Kyr8", "jffHrL4n", "VSsVCYoD"], "name": "uVet9k4q"}' \ - 'qTFsYHOu' \ - 'tYTcEuAY' \ + '{"contents": ["olYlcDGv", "GzjgcvBB", "iVigJXv8"], "name": "cto5CNq5"}' \ + 'S23BCOaz' \ + 'vWShkkxN' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 98 'UpdateGroup' test.out #- 99 DeleteGroup $PYTHON -m $MODULE 'ugc-delete-group' \ - 'j3hWbGmn' \ - 'tjsDMUQO' \ + 'eXLFsa3e' \ + 'IAgckAS8' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 99 'DeleteGroup' test.out #- 100 GetGroupContent $PYTHON -m $MODULE 'ugc-get-group-content' \ - 'zXNHSoxC' \ - 'JD85r2nc' \ + 'O8IwMc9p' \ + 'o15r00im' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 100 'GetGroupContent' test.out #- 101 DeleteAllUserStates $PYTHON -m $MODULE 'ugc-delete-all-user-states' \ - '2sblp29K' \ + 'MlqOUldG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 101 'DeleteAllUserStates' test.out #- 102 AdminGetContentByChannelIDV2 $PYTHON -m $MODULE 'ugc-admin-get-content-by-channel-idv2' \ - 'oJsQTxEv' \ + '0n3UjsMS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 102 'AdminGetContentByChannelIDV2' test.out #- 103 AdminCreateContentV2 $PYTHON -m $MODULE 'ugc-admin-create-content-v2' \ - '{"contentType": "EHlxwLKa", "customAttributes": {"8ePT5bs0": {}, "gXdvDL6B": {}, "6bT9kadp": {}}, "fileExtension": "Fsm0cWQA", "name": "Jj8cMWHv", "shareCode": "2EdC6C0d", "subType": "XAT0RNqO", "tags": ["8N2RXs4R", "ygXFT8N0", "N18A5Bij"], "type": "rdceVJA9"}' \ - '0Izqhll5' \ + '{"contentType": "2FHn9Cup", "customAttributes": {"Fh26E7Cy": {}, "z6kypAqR": {}, "OfPsQ6pu": {}}, "fileExtension": "SHA1WVsX", "name": "cwyIg4vJ", "shareCode": "H8eQgT46", "subType": "t7IzkM7c", "tags": ["X62mVNbM", "HwIBAQUb", "VnKULDh2"], "type": "Ju0ppNpk"}' \ + 'QHWMcABT' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 103 'AdminCreateContentV2' test.out #- 104 AdminDeleteOfficialContentV2 $PYTHON -m $MODULE 'ugc-admin-delete-official-content-v2' \ - 'HcqSa4xS' \ - 'Npxw5opV' \ + 'Lk1kJHDB' \ + '9TXfbiZl' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 104 'AdminDeleteOfficialContentV2' test.out #- 105 AdminUpdateOfficialContentV2 $PYTHON -m $MODULE 'ugc-admin-update-official-content-v2' \ - '{"customAttributes": {"wUbf3PwF": {}, "M8tDRlut": {}, "HazFwMNt": {}}, "name": "0MrEF5Pq", "shareCode": "m8zYCHyM", "subType": "sDLB67CJ", "tags": ["op3Or9Cj", "808al5gt", "hjaRZwGm"], "type": "zWTb77tJ"}' \ - 'h8Odgn7k' \ - 'KbOqVJvn' \ + '{"customAttributes": {"CGFtf94r": {}, "84lfsrlJ": {}, "VRNqFJrf": {}}, "name": "4fb4zrhF", "shareCode": "FQM0GILm", "subType": "O2Ve1z87", "tags": ["zQhNcgby", "MiPKdEEB", "0gwnFK6Z"], "type": "BVqmMbbp"}' \ + 'H9sOcgOQ' \ + 'mEAkwTWv' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 105 'AdminUpdateOfficialContentV2' test.out #- 106 AdminUpdateOfficialContentFileLocation $PYTHON -m $MODULE 'ugc-admin-update-official-content-file-location' \ - '{"fileExtension": "qP9IhOE0", "fileLocation": "hNJH5QcE"}' \ - 'KvTmHmbY' \ - 'NKZSlPU0' \ + '{"fileExtension": "7L1CN75m", "fileLocation": "qckYwoYI"}' \ + 'drydn1Xr' \ + 'X7l9l52P' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 106 'AdminUpdateOfficialContentFileLocation' test.out #- 107 AdminGenerateOfficialContentUploadURLV2 $PYTHON -m $MODULE 'ugc-admin-generate-official-content-upload-urlv2' \ - '{"contentType": "AwvVXXmh", "fileExtension": "wSwNZwAT"}' \ - 'TjaF4ew8' \ - 'D0UlmYzU' \ + '{"contentType": "MLH818QN", "fileExtension": "lVnJXbSh"}' \ + 'hLmo7hOE' \ + 'fGf9k6OR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 107 'AdminGenerateOfficialContentUploadURLV2' test.out @@ -1001,8 +1001,8 @@ eval_tap $? 108 'AdminGetConfigs' test.out #- 109 AdminUpdateConfig $PYTHON -m $MODULE 'ugc-admin-update-config' \ - '{"value": "lnlekSZX"}' \ - 'VA6BC6Ju' \ + '{"value": "2pdk7lQX"}' \ + 'vvXBhQMh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 109 'AdminUpdateConfig' test.out @@ -1015,74 +1015,74 @@ eval_tap $? 110 'AdminListContentV2' test.out #- 111 AdminBulkGetContentByIDsV2 $PYTHON -m $MODULE 'ugc-admin-bulk-get-content-by-i-ds-v2' \ - '{"contentIds": ["vctUmCFk", "3xTTUqbu", "do52sAqK"]}' \ + '{"contentIds": ["9VRtmrRf", "4H0JipgX", "tr5bcucI"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 111 'AdminBulkGetContentByIDsV2' test.out #- 112 AdminGetContentBulkByShareCodesV2 $PYTHON -m $MODULE 'ugc-admin-get-content-bulk-by-share-codes-v2' \ - '{"shareCodes": ["d3nFr4UB", "nug1JF9c", "bcArBSWM"]}' \ + '{"shareCodes": ["rwtXZEUO", "pbGitIJk", "toJcNNs4"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 112 'AdminGetContentBulkByShareCodesV2' test.out #- 113 AdminGetContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-admin-get-content-by-share-code-v2' \ - 'jZyBF86Y' \ + 'lOzcs4xa' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 113 'AdminGetContentByShareCodeV2' test.out #- 114 AdminGetContentByContentIDV2 $PYTHON -m $MODULE 'ugc-admin-get-content-by-content-idv2' \ - 'okbWXd82' \ + 'ecq8sB8A' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 114 'AdminGetContentByContentIDV2' test.out #- 115 RollbackContentVersionV2 $PYTHON -m $MODULE 'ugc-rollback-content-version-v2' \ - 'iA1fjQPI' \ - 'sfLVMQhV' \ + 'e5th1fO4' \ + '00fHZzng' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 115 'RollbackContentVersionV2' test.out #- 116 AdminUpdateScreenshotsV2 $PYTHON -m $MODULE 'ugc-admin-update-screenshots-v2' \ - '{"screenshots": [{"description": "GscpYWnr", "screenshotId": "CU7WyoKd"}, {"description": "DzBXfpsA", "screenshotId": "FcvI0i8f"}, {"description": "4Ycg7B5V", "screenshotId": "HLnqYtHU"}]}' \ - 'od5823E0' \ + '{"screenshots": [{"description": "rEgVNVHT", "screenshotId": "Ex6FMaUy"}, {"description": "iDLNPMJa", "screenshotId": "ZfCNO2Br"}, {"description": "GJBIw9QK", "screenshotId": "oulGM8hH"}]}' \ + 'TjklwqPR' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 116 'AdminUpdateScreenshotsV2' test.out #- 117 AdminUploadContentScreenshotV2 $PYTHON -m $MODULE 'ugc-admin-upload-content-screenshot-v2' \ - '{"screenshots": [{"contentType": "0BkjSnsQ", "description": "XK6RFVne", "fileExtension": "jpeg"}, {"contentType": "250qa0Im", "description": "BxGAzoVF", "fileExtension": "jpg"}, {"contentType": "sMTYqFgO", "description": "qvF2uxsG", "fileExtension": "png"}]}' \ - 'DJfrLxM1' \ + '{"screenshots": [{"contentType": "ZrW3aUNF", "description": "0HfunRDA", "fileExtension": "bmp"}, {"contentType": "ZJrExirB", "description": "MsUTCDbN", "fileExtension": "jpeg"}, {"contentType": "snztvhER", "description": "TsjqBUH7", "fileExtension": "pjp"}]}' \ + 'NPWgpnrC' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 117 'AdminUploadContentScreenshotV2' test.out #- 118 AdminDeleteContentScreenshotV2 $PYTHON -m $MODULE 'ugc-admin-delete-content-screenshot-v2' \ - '7zvw5JGO' \ - 'nC3PNlEy' \ + 'TwTFgZmw' \ + 'FH9bYTIm' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 118 'AdminDeleteContentScreenshotV2' test.out #- 119 ListContentVersionsV2 $PYTHON -m $MODULE 'ugc-list-content-versions-v2' \ - 'DUegeJkn' \ + 'OoY6gAEh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 119 'ListContentVersionsV2' test.out #- 120 AdminGetOfficialGroupContentsV2 $PYTHON -m $MODULE 'ugc-admin-get-official-group-contents-v2' \ - '5vCTrUJj' \ + 'rYz3Pqa7' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 120 'AdminGetOfficialGroupContentsV2' test.out @@ -1095,111 +1095,111 @@ eval_tap $? 121 'AdminListStagingContents' test.out #- 122 AdminGetStagingContentByID $PYTHON -m $MODULE 'ugc-admin-get-staging-content-by-id' \ - 'GF73Fa5c' \ + 'byTaKxq0' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 122 'AdminGetStagingContentByID' test.out #- 123 AdminApproveStagingContent $PYTHON -m $MODULE 'ugc-admin-approve-staging-content' \ - '{"approved": false, "note": "KZOIYiXp"}' \ - 'CnkiM3Zz' \ + '{"approved": false, "note": "0M72UQei"}' \ + '6QqAPmYe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 123 'AdminApproveStagingContent' test.out #- 124 AdminUpdateContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-admin-update-content-by-share-code-v2' \ - '{"customAttributes": {"MF2xiGYG": {}, "lenCWeI7": {}, "DSsw6m7p": {}}, "name": "d3ABMFXB", "shareCode": "hxUM5DEx", "subType": "m2ne73PX", "tags": ["2yv5Ix2B", "Q43k5Uul", "2iFmQBXU"], "type": "6wpgU65V"}' \ - 'BkE3wDqa' \ - 'DymimoaM' \ - '43jYPez9' \ + '{"customAttributes": {"546eSYKY": {}, "RoddXRmy": {}, "b9uqAB0W": {}}, "name": "EyjnTrod", "shareCode": "I5GqVndY", "subType": "DdSJmNqR", "tags": ["RznBCRTi", "QmPZFs4L", "Z2inxLfb"], "type": "wgZf9rWD"}' \ + 'bo8W956T' \ + 'ZJvPLdTO' \ + 'lc3yN6xL' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 124 'AdminUpdateContentByShareCodeV2' test.out #- 125 AdminDeleteContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-admin-delete-content-by-share-code-v2' \ - 'Y8KCRJpt' \ - 'lrRoSNcD' \ - 'sUN1LLtT' \ + 'IxmQ8DrZ' \ + 'pvVWEPlf' \ + 'tJuNfz4m' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 125 'AdminDeleteContentByShareCodeV2' test.out #- 126 AdminDeleteUserContentV2 $PYTHON -m $MODULE 'ugc-admin-delete-user-content-v2' \ - 'aoDkiXUw' \ - '0Dql5rTJ' \ - 'jdRdkdcw' \ + 'bPYzLvDP' \ + '892S4weW' \ + 'UuRdhaVV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 126 'AdminDeleteUserContentV2' test.out #- 127 AdminUpdateUserContentV2 $PYTHON -m $MODULE 'ugc-admin-update-user-content-v2' \ - '{"customAttributes": {"JdjOy9vE": {}, "YuQ9CfIl": {}, "54eQpTUB": {}}, "name": "sWXGMldN", "shareCode": "Adigx4EC", "subType": "pBr3om05", "tags": ["jFq5dtmI", "eZEvlbjl", "nPN72lDB"], "type": "rDiQM7sF"}' \ - '0zjWybZo' \ - 'AIgTelKr' \ - 'Tgvz85eq' \ + '{"customAttributes": {"9lK3NM61": {}, "2aoa7vKi": {}, "iB09MDhE": {}}, "name": "yqORCq7q", "shareCode": "sI7GkeyU", "subType": "GC1WqtpG", "tags": ["xF9RbyNW", "vSLhIIdQ", "PcFoBcPX"], "type": "U6HlIUsH"}' \ + '2CBcSN4G' \ + 'gNaXzRAV' \ + 'uzzBsmbx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 127 'AdminUpdateUserContentV2' test.out #- 128 AdminUpdateUserContentFileLocation $PYTHON -m $MODULE 'ugc-admin-update-user-content-file-location' \ - '{"fileExtension": "sxckZkzh", "fileLocation": "tavDfSce"}' \ - 'V5ubJ5gB' \ - 'lWzIbI9k' \ - 'Yk5BMWM8' \ + '{"fileExtension": "NOLUwuac", "fileLocation": "2I67XP1h"}' \ + 'tjN2MXtK' \ + '0NoY2X8p' \ + '1JzogbVG' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 128 'AdminUpdateUserContentFileLocation' test.out #- 129 AdminGenerateUserContentUploadURLV2 $PYTHON -m $MODULE 'ugc-admin-generate-user-content-upload-urlv2' \ - '{"contentType": "xfzKDkQj", "fileExtension": "t84y5vYq"}' \ - 'N0fj8beB' \ - 'F0ZnzzB9' \ - 'HZjNUljK' \ + '{"contentType": "jJKjSweh", "fileExtension": "wMT7VwfR"}' \ + 'JknT2guW' \ + 'pPddl49s' \ + 'nshaCFX3' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 129 'AdminGenerateUserContentUploadURLV2' test.out #- 130 AdminGetContentByUserIDV2 $PYTHON -m $MODULE 'ugc-admin-get-content-by-user-idv2' \ - 'dwRGHSQa' \ + 'g6xcYq0Q' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 130 'AdminGetContentByUserIDV2' test.out #- 131 AdminUpdateContentHideStatusV2 $PYTHON -m $MODULE 'ugc-admin-update-content-hide-status-v2' \ - '{"isHidden": false}' \ - 'w1c3tu59' \ - 'EtJptwLz' \ + '{"isHidden": true}' \ + 'PmGYY5kJ' \ + '82tP0RG4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 131 'AdminUpdateContentHideStatusV2' test.out #- 132 AdminGetUserGroupContentsV2 $PYTHON -m $MODULE 'ugc-admin-get-user-group-contents-v2' \ - '0ijBuf2F' \ - 'YFYeZ5eb' \ + '10mzvTeI' \ + '86iU0Ey6' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 132 'AdminGetUserGroupContentsV2' test.out #- 133 AdminListUserStagingContents $PYTHON -m $MODULE 'ugc-admin-list-user-staging-contents' \ - 'FBPsXrzy' \ + '5BieH5GE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 133 'AdminListUserStagingContents' test.out #- 134 PublicGetContentByChannelIDV2 $PYTHON -m $MODULE 'ugc-public-get-content-by-channel-idv2' \ - 'coR6MEm3' \ + 'ymUy8etw' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 134 'PublicGetContentByChannelIDV2' test.out @@ -1212,49 +1212,49 @@ eval_tap $? 135 'PublicListContentV2' test.out #- 136 PublicBulkGetContentByIDV2 $PYTHON -m $MODULE 'ugc-public-bulk-get-content-by-idv2' \ - '{"contentIds": ["xCHY4IQ2", "C9sWhG4E", "DqJ3co2u"]}' \ + '{"contentIds": ["iT17Z28F", "9jVYceyH", "zsDn6HrC"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 136 'PublicBulkGetContentByIDV2' test.out #- 137 PublicGetContentBulkByShareCodesV2 $PYTHON -m $MODULE 'ugc-public-get-content-bulk-by-share-codes-v2' \ - '{"shareCodes": ["uOxCEDtC", "ZmSz3ysw", "zuFUGvAz"]}' \ + '{"shareCodes": ["EdODQnbv", "RkTRi1jO", "IBl8zxie"]}' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 137 'PublicGetContentBulkByShareCodesV2' test.out #- 138 PublicGetContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-public-get-content-by-share-code-v2' \ - 'SVyoRTFw' \ + 'Uw5vb5Lt' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 138 'PublicGetContentByShareCodeV2' test.out #- 139 PublicGetContentByIDV2 $PYTHON -m $MODULE 'ugc-public-get-content-by-idv2' \ - 'BSbsxVqc' \ + '3TQD0NQx' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 139 'PublicGetContentByIDV2' test.out #- 140 PublicAddDownloadCountV2 $PYTHON -m $MODULE 'ugc-public-add-download-count-v2' \ - 'mT2V16ZN' \ + 'tSb1k0YF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 140 'PublicAddDownloadCountV2' test.out #- 141 PublicListContentDownloaderV2 $PYTHON -m $MODULE 'ugc-public-list-content-downloader-v2' \ - '18I73h1X' \ + '3wYfPJEi' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 141 'PublicListContentDownloaderV2' test.out #- 142 PublicListContentLikeV2 $PYTHON -m $MODULE 'ugc-public-list-content-like-v2' \ - 'k6DcFThW' \ + 'w0WW1AyV' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 142 'PublicListContentLikeV2' test.out @@ -1262,158 +1262,158 @@ eval_tap $? 142 'PublicListContentLikeV2' test.out #- 143 UpdateContentLikeStatusV2 $PYTHON -m $MODULE 'ugc-update-content-like-status-v2' \ '{"likeStatus": true}' \ - '9PZph4Z4' \ + 'p8EIN1ZK' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 143 'UpdateContentLikeStatusV2' test.out #- 144 PublicCreateContentV2 $PYTHON -m $MODULE 'ugc-public-create-content-v2' \ - '{"contentType": "UMWn4WH0", "customAttributes": {"id0Sgg4h": {}, "pMnl06By": {}, "F3WBlyzC": {}}, "fileExtension": "Oje1tBKH", "name": "KcfX5fTR", "subType": "LVNnekNY", "tags": ["xstj4OOH", "e3HUc0IY", "Q6vxyMw6"], "type": "T8JTVfH1"}' \ - 'AF7jmISU' \ - 'hzmDF2ev' \ + '{"contentType": "Yw18MUNe", "customAttributes": {"Wrg9oel9": {}, "cCa0gLX9": {}, "JGfAPd5b": {}}, "fileExtension": "uKHWRYuc", "name": "cDrCA48x", "subType": "iFpbitPx", "tags": ["avImQAnu", "u1AnHenm", "9f1fEtxU"], "type": "6MZx1K1P"}' \ + 'heIyGnS1' \ + 'KsL7GUDh' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 144 'PublicCreateContentV2' test.out #- 145 PublicUpdateContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-public-update-content-by-share-code-v2' \ - '{"customAttributes": {"YabiwcCP": {}, "tQrAAKhD": {}, "NnYiO180": {}}, "name": "4Kf6EfW0", "subType": "ZBN7mMaE", "tags": ["jl1Js05H", "SIf30U3r", "adhbw5NQ"], "type": "BwKqFqdS"}' \ - 'ioqs8MbU' \ - 'iB6cjRTT' \ - '8lVQO3lg' \ + '{"customAttributes": {"CNxATjBZ": {}, "C3no7AJE": {}, "0FwhQ1Sq": {}}, "name": "TfSL30Hl", "subType": "U7UAf0eC", "tags": ["9wbDufY0", "d3ZpZHNr", "j8lmUrV5"], "type": "dZN80na8"}' \ + 'GgBFp4ol' \ + '1OYKvP2v' \ + 'vx5K1GXs' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 145 'PublicUpdateContentByShareCodeV2' test.out #- 146 PublicDeleteContentByShareCodeV2 $PYTHON -m $MODULE 'ugc-public-delete-content-by-share-code-v2' \ - 'UQfTyjim' \ - '09srlM9t' \ - 'sC28IJhX' \ + 'sfmPIkqr' \ + 'YARCoVut' \ + 'O5Saqh9U' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 146 'PublicDeleteContentByShareCodeV2' test.out #- 147 PublicDeleteContentV2 $PYTHON -m $MODULE 'ugc-public-delete-content-v2' \ - 'DdPYHbPJ' \ - 'uhMhaSHc' \ - 'dTG8qXZR' \ + 'wfJg6BsP' \ + 'zlzyjfFv' \ + 'QnQshDlZ' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 147 'PublicDeleteContentV2' test.out #- 148 PublicUpdateContentV2 $PYTHON -m $MODULE 'ugc-public-update-content-v2' \ - '{"customAttributes": {"yT9o37Gv": {}, "vwItWJJH": {}, "O0JFCMXG": {}}, "name": "xjG1qved", "subType": "Qxcn1t0b", "tags": ["Xdb5pgyW", "RzzYe6dR", "xcXCtPH2"], "type": "GgsX5tOP"}' \ - 'hJmVluLY' \ - 'B61n7dTU' \ - 'NVGKwf8q' \ + '{"customAttributes": {"LS5S4FJR": {}, "tKNNNUeD": {}, "8moJiiAh": {}}, "name": "iJMbQ9Nk", "subType": "c8Kwizsn", "tags": ["ETno2xLj", "MFdsfhNB", "gtvjsPQH"], "type": "HakIOwcu"}' \ + 'zIjqHMsy' \ + 'WBj7LCPs' \ + 'lYYR1sei' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 148 'PublicUpdateContentV2' test.out #- 149 PublicUpdateContentFileLocation $PYTHON -m $MODULE 'ugc-public-update-content-file-location' \ - '{"fileExtension": "HwWTrljl", "fileLocation": "dKGbJJRA"}' \ - 'jCqjYNzh' \ - 'Q8dUjKrK' \ - 'cnkNfsTZ' \ + '{"fileExtension": "ZvrjENvc", "fileLocation": "afA0pw48"}' \ + 'qSP5qwVm' \ + 'hLJO8Lok' \ + 'YNHOcDvF' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 149 'PublicUpdateContentFileLocation' test.out #- 150 UpdateContentShareCodeV2 $PYTHON -m $MODULE 'ugc-update-content-share-code-v2' \ - '{"shareCode": "Bb942GG4"}' \ - 'sxneOUfA' \ - 'q5HDzmnT' \ - 'LOGDXNfF' \ + '{"shareCode": "GxrtPZXL"}' \ + 'EQGSl0fI' \ + 'IRA9BoEQ' \ + 'TkeDXACS' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 150 'UpdateContentShareCodeV2' test.out #- 151 PublicGenerateContentUploadURLV2 $PYTHON -m $MODULE 'ugc-public-generate-content-upload-urlv2' \ - '{"contentType": "VfjEy1z1", "fileExtension": "TiBly5pk"}' \ - 'GyEqNKdy' \ - 'R5GD0Gft' \ - 'v3sahsgr' \ + '{"contentType": "YGqydKXl", "fileExtension": "9lGfnrvS"}' \ + '4QF7cXlQ' \ + 'jKjjpJPJ' \ + 'qSO0TKkf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 151 'PublicGenerateContentUploadURLV2' test.out #- 152 PublicGetContentByUserIDV2 $PYTHON -m $MODULE 'ugc-public-get-content-by-user-idv2' \ - 'F7bQe9dp' \ + 'eusH8eQe' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 152 'PublicGetContentByUserIDV2' test.out #- 153 UpdateScreenshotsV2 $PYTHON -m $MODULE 'ugc-update-screenshots-v2' \ - '{"screenshots": [{"description": "ryfvOf6G", "screenshotId": "i0NPyNMH"}, {"description": "0pkdEe7r", "screenshotId": "xlqzra3K"}, {"description": "GG2wCP0L", "screenshotId": "HrxNa89H"}]}' \ - 'L7yZKN0z' \ - 'aMlMlkG9' \ + '{"screenshots": [{"description": "awlojXPr", "screenshotId": "pBdHuv50"}, {"description": "KV4e9Fjs", "screenshotId": "muzDxsPa"}, {"description": "UXrc3ELN", "screenshotId": "xbc8dRWS"}]}' \ + 'j1HQbXhA' \ + 'lxmJYv9q' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 153 'UpdateScreenshotsV2' test.out #- 154 UploadContentScreenshotV2 $PYTHON -m $MODULE 'ugc-upload-content-screenshot-v2' \ - '{"screenshots": [{"contentType": "Ka8cgDeG", "description": "tNGaOeV4", "fileExtension": "jfif"}, {"contentType": "IhU63C5B", "description": "U8cc9LDd", "fileExtension": "png"}, {"contentType": "hJ2xCVOu", "description": "n2xLdoT2", "fileExtension": "jpeg"}]}' \ - 'v49D3ryE' \ - 'NjDCxbAn' \ + '{"screenshots": [{"contentType": "Xovr2lqi", "description": "5lmMZSNV", "fileExtension": "pjp"}, {"contentType": "YLbY1jFd", "description": "2VBfNjJJ", "fileExtension": "jpg"}, {"contentType": "fyI6artx", "description": "0pJMTaNq", "fileExtension": "jpeg"}]}' \ + 'igGVlqf4' \ + 'PFKOpfVE' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 154 'UploadContentScreenshotV2' test.out #- 155 DeleteContentScreenshotV2 $PYTHON -m $MODULE 'ugc-delete-content-screenshot-v2' \ - 'S8yHkAmO' \ - 'MiUcqxod' \ - 'IqIIQAux' \ + 'Pg2x1Au5' \ + 'R3C06svJ' \ + 'ls0YK7To' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 155 'DeleteContentScreenshotV2' test.out #- 156 PublicGetGroupContentsV2 $PYTHON -m $MODULE 'ugc-public-get-group-contents-v2' \ - 'CnihGX6p' \ - '5BFyMVXa' \ + 'pQdbnNv4' \ + '49v6PxGf' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 156 'PublicGetGroupContentsV2' test.out #- 157 ListUserStagingContents $PYTHON -m $MODULE 'ugc-list-user-staging-contents' \ - 'gIbctkDY' \ + 'xFMa3bEn' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 157 'ListUserStagingContents' test.out #- 158 GetUserStagingContentByID $PYTHON -m $MODULE 'ugc-get-user-staging-content-by-id' \ - 'Hn3KH0cC' \ - 'PTJAyoBA' \ + 'xO0qkXKm' \ + 'RxzzJR8m' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 158 'GetUserStagingContentByID' test.out #- 159 UpdateStagingContent $PYTHON -m $MODULE 'ugc-update-staging-content' \ - '{"fileExtension": "AoLHCWKY", "fileLocation": "l9cSNtEV"}' \ - 'yv7KLEbu' \ - 'vkazjxOR' \ + '{"fileExtension": "vvAh4qgS", "fileLocation": "AKkfPaDj"}' \ + 'mOM3iQXy' \ + 'mMuBDDk1' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 159 'UpdateStagingContent' test.out #- 160 DeleteUserStagingContentByID $PYTHON -m $MODULE 'ugc-delete-user-staging-content-by-id' \ - '3bpzwqcj' \ - 'BBhVMy0w' \ + 'ZCSsq3GA' \ + 'iKfbIjv4' \ --login_with_auth "Bearer foo" \ > test.out 2>&1 eval_tap $? 160 'DeleteUserStagingContentByID' test.out diff --git a/sh/package.json b/sh/package.json index dea882a66..44ba970d8 100644 --- a/sh/package.json +++ b/sh/package.json @@ -1,31 +1,31 @@ { - "src/core": "0.2.0", - "src/services/achievement": "0.5.0", - "src/services/ams": "0.3.0", - "src/services/basic": "0.4.0", - "src/services/chat": "0.4.0", - "src/services/cloudsave": "0.5.0", - "src/services/dslogmanager": "0.2.0", - "src/services/dsmc": "0.4.0", - "src/services/eventlog": "0.2.0", - "src/services/gametelemetry": "0.4.0", - "src/services/gdpr": "0.3.0", - "src/services/group": "0.5.0", - "src/services/iam": "0.5.0", - "src/services/inventory": "0.2.0", - "src/services/leaderboard": "0.4.0", - "src/services/legal": "0.3.0", - "src/services/lobby": "0.5.0", - "src/services/match2": "0.5.0", - "src/services/matchmaking": "0.5.0", - "src/services/platform": "0.5.0", - "src/services/qosm": "0.2.0", - "src/services/reporting": "0.3.0", - "src/services/seasonpass": "0.5.0", - "src/services/session": "0.5.0", - "src/services/sessionbrowser": "0.5.0", - "src/services/social": "0.5.0", - "src/services/ugc": "0.5.0", + "src/core": "0.3.0", + "src/services/achievement": "0.6.0", + "src/services/ams": "0.4.0", + "src/services/basic": "0.5.0", + "src/services/chat": "0.5.0", + "src/services/cloudsave": "0.6.0", + "src/services/dslogmanager": "0.3.0", + "src/services/dsmc": "0.5.0", + "src/services/eventlog": "0.3.0", + "src/services/gametelemetry": "0.5.0", + "src/services/gdpr": "0.4.0", + "src/services/group": "0.6.0", + "src/services/iam": "0.6.0", + "src/services/inventory": "0.3.0", + "src/services/leaderboard": "0.5.0", + "src/services/legal": "0.4.0", + "src/services/lobby": "0.6.0", + "src/services/match2": "0.6.0", + "src/services/matchmaking": "0.6.0", + "src/services/platform": "0.6.0", + "src/services/qosm": "0.3.0", + "src/services/reporting": "0.4.0", + "src/services/seasonpass": "0.6.0", + "src/services/session": "0.6.0", + "src/services/sessionbrowser": "0.6.0", + "src/services/social": "0.6.0", + "src/services/ugc": "0.6.0", "src/features/auth": "0.2.0", "src/features/token-validation": "0.1.0", "src/all": "0.3.0" diff --git a/spec/TIMESTAMP b/spec/TIMESTAMP index 3c19f8c37..42ea5202b 100644 --- a/spec/TIMESTAMP +++ b/spec/TIMESTAMP @@ -1 +1 @@ -2024-01-15T09:26:08+00:00 +2024-01-30T01:11:58+00:00 diff --git a/spec/achievement.json b/spec/achievement.json index e304fff21..04cbbef88 100644 --- a/spec/achievement.json +++ b/spec/achievement.json @@ -3,7 +3,7 @@ "info": { "description": "Justice Achievement Service", "title": "justice-achievement-service", - "version": "2.21.8" + "version": "2.21.9" }, "schemes": [ "https" @@ -3114,11 +3114,11 @@ "path": "/achievement/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T04:19:28+00:00", - "gitHash": "939bd6a049d23ab26313220deb4eeedaee9d6569", + "buildDate": "2024-01-26T06:38:40+00:00", + "gitHash": "b5facddbd3f2fdadabf849eaf4163c1dbdb3c526", "name": "justice-achievement-service", "realm": "demo", - "version": "2.21.8", + "version": "2.21.9", "version-roles-seeding": "1.0.7" } } \ No newline at end of file diff --git a/spec/basic.json b/spec/basic.json index 6cb781263..2c7124bd1 100644 --- a/spec/basic.json +++ b/spec/basic.json @@ -8,7 +8,7 @@ }, "description": "Justice Basic Service", "title": "justice-basic-service", - "version": "2.15.1" + "version": "2.16.0" }, "schemes": [ "https" @@ -909,6 +909,74 @@ } } }, + "/basic/v1/admin/namespaces/{namespace}/child": { + "get": { + "description": "Get child namespaces.\u0026lt;br\u0026gt;If input namespace is publisher namespace, then it will return its all studio namespace.\u0026lt;br\u0026gt;If input namespace is studio namespace, then it will return its all game namespace.\u0026lt;br\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026lt;b\u0026gt;\u0026#34;ADMIN:NAMESPACE:{namespace}:NAMESPACE\u0026#34;\u0026lt;/b\u0026gt;, action=2 \u0026lt;b\u0026gt;(READ)\u0026lt;/b\u0026gt;\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: list of child namespaces\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "getChildNamespaces", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "default": false, + "description": "only retrieves active namespaces", + "in": "query", + "name": "activeOnly", + "required": false, + "type": "boolean", + "x-omitempty": false + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "Successful operation", + "schema": { + "items": { + "$ref": "#/definitions/NamespaceInfo" + }, + "type": "array" + } + }, + "401": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20001\u003c/td\u003e\u003ctd\u003eunauthorized\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "403": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20013\u003c/td\u003e\u003ctd\u003einsufficient permission\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ]" + ], + "authorization": [] + } + ], + "summary": "Get child namespaces", + "tags": [ + "Namespace" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:NAMESPACE" + } + } + }, "/basic/v1/admin/namespaces/{namespace}/configs": { "post": { "consumes": [ @@ -1218,6 +1286,62 @@ } } }, + "/basic/v1/admin/namespaces/{namespace}/context": { + "get": { + "description": "Get context of namespace.\u0026lt;br\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026lt;b\u0026gt;\u0026#34;ADMIN:NAMESPACE:{namespace}:NAMESPACE\u0026#34;\u0026lt;/b\u0026gt;, action=2 \u0026lt;b\u0026gt;(READ)\u0026lt;/b\u0026gt;\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: context of namespace\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "getNamespaceContext", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "Successful operation", + "schema": { + "$ref": "#/definitions/NamespaceContext" + } + }, + "401": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20001\u003c/td\u003e\u003ctd\u003eunauthorized\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "403": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20013\u003c/td\u003e\u003ctd\u003einsufficient permission\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ]" + ], + "authorization": [] + } + ], + "summary": "Get context of namespace", + "tags": [ + "Namespace" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:NAMESPACE" + } + } + }, "/basic/v1/admin/namespaces/{namespace}/equ8/config": { "delete": { "consumes": [ @@ -5153,6 +5277,32 @@ }, "type": "object" }, + "NamespaceContext": { + "properties": { + "namespace": { + "description": "target namespace which need to get its context", + "type": "string" + }, + "publisherNamespace": { + "description": "publisher namespace", + "type": "string" + }, + "studioNamespace": { + "description": "studio namespace, it will be empty when input namespace is publisher namespace", + "type": "string" + }, + "type": { + "description": "input namespace type", + "enum": [ + "Game", + "Publisher", + "Studio" + ], + "type": "string" + } + }, + "type": "object" + }, "NamespaceCreate": { "properties": { "displayName": { @@ -5801,16 +5951,16 @@ }, "x-version": { "buildBy": "Gradle 6.9.1", - "buildDate": "2023-12-29T11:57:48+00:00", - "buildID": "2.15.1", + "buildDate": "2024-01-26T10:47:40+00:00", + "buildID": "2.16.0", "buildJDK": "1.8.0_232 (Eclipse OpenJ9 openj9-0.17.0)", - "buildOS": "Linux amd64 5.10.199-190.747.amzn2.x86_64", + "buildOS": "Linux amd64 5.10.205-195.804.amzn2.x86_64", "gitBranchName": "release-candidate", - "gitHash": "88041fa136", - "gitTag": "2.15.1", + "gitHash": "0ea78d63e9", + "gitTag": "2.16.0", "name": "justice-basic-service", "realm": "demo", - "version": "2.15.1", + "version": "2.16.0", "version-roles-seeding": "0.0.10" } } \ No newline at end of file diff --git a/spec/chat.json b/spec/chat.json index 0d968f2fd..336dfc48f 100644 --- a/spec/chat.json +++ b/spec/chat.json @@ -6823,11 +6823,11 @@ "path": "/chat/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-03T06:09:20+00:00", - "gitHash": "3d97000e5096dd321cf9de7f382ca57413077f81", + "buildDate": "2024-01-17T03:45:53+00:00", + "gitHash": "5717f5022ae2ed5ea5edd8e63e31cb2f3754a93a", "name": "justice-chat-service", - "revisionID": "0.4.16", - "version": "0.4.16", + "revisionID": "0.4.17", + "version": "0.4.17", "version-roles-seeding": "0.0.18" } } \ No newline at end of file diff --git a/spec/cloudsave.json b/spec/cloudsave.json index f0a8f19e9..b5ef1dabd 100644 --- a/spec/cloudsave.json +++ b/spec/cloudsave.json @@ -8,7 +8,7 @@ }, "description": "Justice Cloudsave Service", "title": "justice-cloudsave-service", - "version": "3.13.0" + "version": "3.14.0" }, "schemes": [ "https" @@ -9877,11 +9877,11 @@ "path": "/cloudsave/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T03:59:26+00:00", - "gitHash": "53c68d8478be5182a127e654ed5788e2f8a4ad3d", + "buildDate": "2024-01-26T06:38:43+00:00", + "gitHash": "e3f28b12ab98760374f774c5414fee9790ab85d2", "name": "justice-cloudsave-service", - "revisionID": "3.13.0", - "version": "3.13.0", + "revisionID": "3.14.0", + "version": "3.14.0", "version-roles-seeding": "0.0.46" } } \ No newline at end of file diff --git a/spec/eventlog.json b/spec/eventlog.json index 38ce30d6c..655a235d8 100644 --- a/spec/eventlog.json +++ b/spec/eventlog.json @@ -2492,11 +2492,11 @@ "path": "/event/apidocs/api.json" }, "x-version": { - "buildDate": "2023-12-15T09:07:29+00:00", - "gitHash": "fac68c7501449b81d37cf429db1636f3a7089d16", + "buildDate": "2024-01-26T08:25:21+00:00", + "gitHash": "00d9f12a91959869be738b47985852e632be4b14", "name": "justice-event-log-service", "realm": "demo", - "version": "2.2.1", + "version": "2.2.2", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/gametelemetry.json b/spec/gametelemetry.json index 79f132917..76d780fd0 100644 --- a/spec/gametelemetry.json +++ b/spec/gametelemetry.json @@ -3,7 +3,7 @@ "info": { "description": "This is analytics game telemetry to standardize avengers and justice telemetry", "title": "Analytics Game Telemetry", - "version": "1.22.0" + "version": "1.23.0" }, "schemes": [ "https" @@ -459,11 +459,11 @@ "path": "/game-telemetry/openapi.json" }, "x-version": { - "buildDate": "2024-01-02T01:45:16+00:00", - "gitHash": "d9b247168f196ca7f323ff46566915f12ee7f08d", + "buildDate": "2024-01-26T13:55:55+00:00", + "gitHash": "e4e2f228bef472fbcec3694bd16f75fd56ca9a4e", "name": "analytics-game-telemetry", "realm": "demo", - "version": "1.22.0", + "version": "1.23.0", "version-roles-seeding": "1.0.18" } } \ No newline at end of file diff --git a/spec/gdpr.json b/spec/gdpr.json index 813f86392..dbed81d99 100644 --- a/spec/gdpr.json +++ b/spec/gdpr.json @@ -8,7 +8,7 @@ }, "description": "Justice GDPR Service", "title": "justice-gdpr-service", - "version": "2.6.0" + "version": "2.6.2" }, "schemes": [ "https" @@ -2285,11 +2285,11 @@ "path": "/gdpr/apidocs/api.json" }, "x-version": { - "buildDate": "2023-12-29T11:58:09+00:00", - "gitHash": "7e6a79d960b80bd03011a8a601922ccec20e9a71", + "buildDate": "2024-01-26T10:47:57+00:00", + "gitHash": "5cd0204bf06431b5948c721f2b0da553be860998", "name": "justice-gdpr-service", "realm": "demo", - "version": "2.6.0", + "version": "2.6.2", "version-roles-seeding": "0.0.48" } } \ No newline at end of file diff --git a/spec/group.json b/spec/group.json index d5eca7fd7..fd58fc6b7 100644 --- a/spec/group.json +++ b/spec/group.json @@ -8,7 +8,7 @@ }, "description": "Justice Group Service", "title": "justice-group-service", - "version": "2.18.4" + "version": "2.18.5" }, "schemes": [ "https" @@ -6696,11 +6696,11 @@ "path": "/group/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T04:00:34+00:00", - "gitHash": "d92346a1b34382bd97903b982bd4b33bd889509e", + "buildDate": "2024-01-26T06:40:29+00:00", + "gitHash": "dffb3f969b2e69f05550dcad4251bd11cd6bfa76", "name": "justice-group-service", "realm": "demo", - "version": "2.18.4", + "version": "2.18.5", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/iam.json b/spec/iam.json index f35ed4b0f..cc65ea10d 100644 --- a/spec/iam.json +++ b/spec/iam.json @@ -8,7 +8,7 @@ }, "description": "Justice IAM Service", "title": "justice-iam-service", - "version": "7.8.3" + "version": "7.9.0" }, "schemes": [ "https" @@ -22391,6 +22391,95 @@ ] } }, + "/iam/v4/admin/namespaces/{namespace}/users": { + "post": { + "consumes": [ + "application/json" + ], + "description": "Create a new user with unique email address and username.\n**Required attributes:**\n- authType: possible value is EMAILPASSWD\n- emailAddress: Please refer to the rule from /v3/public/inputValidations API.\n- username: Please refer to the rule from /v3/public/inputValidations API.\n- password: Please refer to the rule from /v3/public/inputValidations API.\n- country: ISO3166-1 alpha-2 two letter, e.g. US.\n- dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date.\n\n**Not required attributes:**\t\n- displayName: Please refer to the rule from /v3/public/inputValidations API.\nThis endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.", + "operationId": "AdminCreateUserV4", + "parameters": [ + { + "in": "body", + "name": "body", + "required": true, + "schema": { + "$ref": "#/definitions/account.createUserRequestV4" + } + }, + { + "description": "Namespace, only accept alphabet and numeric", + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + } + ], + "produces": [ + "application/json" + ], + "responses": { + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/account.createUserResponseV4" + } + }, + "400": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20019\u003c/td\u003e\u003ctd\u003eunable to parse request body\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20002\u003c/td\u003e\u003ctd\u003evalidation error\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e10130\u003c/td\u003e\u003ctd\u003euser under age\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + }, + "401": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20001\u003c/td\u003e\u003ctd\u003eunauthorized access\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + }, + "403": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20013\u003c/td\u003e\u003ctd\u003einsufficient permissions\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20003\u003c/td\u003e\u003ctd\u003eforbidden access\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e10213\u003c/td\u003e\u003ctd\u003ecountry is blocked\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + }, + "404": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e10154\u003c/td\u003e\u003ctd\u003ecountry not found\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + }, + "409": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e10133\u003c/td\u003e\u003ctd\u003eemail already used\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e10177\u003c/td\u003e\u003ctd\u003eusername already used\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + }, + "500": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eerrorCode\u003c/td\u003e\u003ctd\u003eerrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20000\u003c/td\u003e\u003ctd\u003einternal server error\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/rest.ErrorResponse" + } + } + }, + "security": [ + { + "authorization": [] + } + ], + "summary": "Admin Create User", + "tags": [ + "Users V4" + ], + "x-security": [ + { + "userPermissions": [ + "ADMIN:NAMESPACE:{namespace}:USER [CREATE]" + ] + } + ] + } + }, "/iam/v4/admin/namespaces/{namespace}/users/bulk/accountType": { "patch": { "consumes": [ @@ -33871,11 +33960,11 @@ "path": "/iam/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T11:30:37+00:00", - "gitHash": "46bdc318f23a15ca95fa76a24455f99332ec020c", + "buildDate": "2024-01-26T10:50:45+00:00", + "gitHash": "185e5c14ea4eac5c89fdefa6295a4647aa3628fb", "name": "justice-iam-service", "realm": "demo", - "version": "7.8.3", - "version-roles-seeding": "1.0.23" + "version": "7.9.0", + "version-roles-seeding": "1.0.28" } } \ No newline at end of file diff --git a/spec/leaderboard.json b/spec/leaderboard.json index 0e40f0163..fb4324909 100644 --- a/spec/leaderboard.json +++ b/spec/leaderboard.json @@ -8,7 +8,7 @@ }, "description": "Justice Leaderboard Service", "title": "justice-leaderboard-service", - "version": "2.26.7" + "version": "2.27.0" }, "schemes": [ "https" @@ -5961,11 +5961,11 @@ "path": "/leaderboard/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T04:00:11+00:00", - "gitHash": "d0ad56a2815be4beffce1b90de4796f196c07135", + "buildDate": "2024-01-26T06:40:22+00:00", + "gitHash": "2dc087f63385ec3885b5809398969a875e8b6a91", "name": "justice-leaderboard-service", "realm": "demo", - "version": "2.26.7", + "version": "2.27.0", "version-roles-seeding": "1.0.4" } } \ No newline at end of file diff --git a/spec/legal.json b/spec/legal.json index bf56e810b..3e8bbee6e 100644 --- a/spec/legal.json +++ b/spec/legal.json @@ -8,7 +8,7 @@ }, "description": "Justice Legal Service", "title": "justice-legal-service", - "version": "1.35.0" + "version": "1.36.0" }, "schemes": [ "https" @@ -344,7 +344,7 @@ } }, "400": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eNumericErrorCode\u003c/td\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40038\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.invalid_affected_client_id\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eNumericErrorCode\u003c/td\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40038\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.invalid_affected_client_id\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40026\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.not_allow_create_studio_policy\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } @@ -1132,7 +1132,7 @@ } }, "400": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eNumericErrorCode\u003c/td\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40032\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.base_policy_namespace_not_match\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eNumericErrorCode\u003c/td\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40032\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.base_policy_namespace_not_match\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e40026\u003c/td\u003e\u003ctd\u003eerrors.net.accelbyte.platform.legal.not_allow_create_studio_policy\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } @@ -5182,16 +5182,16 @@ }, "x-version": { "buildBy": "Gradle 6.9.1", - "buildDate": "2023-12-01T11:05:14+00:00", - "buildID": "1.35.0", + "buildDate": "2024-01-26T10:49:23+00:00", + "buildID": "1.36.0", "buildJDK": "1.8.0_232 (Eclipse OpenJ9 openj9-0.17.0)", - "buildOS": "Linux amd64 5.13.0-1021-aws", + "buildOS": "Linux amd64 5.10.205-195.804.amzn2.x86_64", "gitBranchName": "release-candidate", - "gitHash": "cf0757eac4", - "gitTag": "1.35.0", + "gitHash": "a75c42bf76", + "gitTag": "1.36.0", "name": "justice-legal-service", "realm": "production", - "version": "1.35.0", + "version": "1.36.0", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/match2.json b/spec/match2.json index 95d1c0d86..0532561f7 100644 --- a/spec/match2.json +++ b/spec/match2.json @@ -3,7 +3,7 @@ "info": { "description": "Justice Matchmaking Service", "title": "Justice Match Service v2", - "version": "2.14.1" + "version": "2.15.1" }, "schemes": [ "https" @@ -3412,9 +3412,9 @@ "path": "/match2/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-03T03:08:36+00:00", - "gitHash": "b86b9a8f74681cd07c7ebc638ef52a10165e46aa", - "version": "2.14.1", + "buildDate": "2024-01-19T09:51:55+00:00", + "gitHash": "e2cbc81a2c1f0fc51b5157506672354aba409f2e", + "version": "2.15.1", "version-roles-seeding": "1.0.12" } } \ No newline at end of file diff --git a/spec/matchmaking.json b/spec/matchmaking.json index 49ad001e3..3fca319d9 100644 --- a/spec/matchmaking.json +++ b/spec/matchmaking.json @@ -3,7 +3,7 @@ "info": { "description": "Justice Matchmaking Service", "title": "Justice Matchmaking Service", - "version": "2.29.0" + "version": "2.29.1" }, "schemes": [ "https" @@ -5375,9 +5375,9 @@ "path": "/matchmaking/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-03T02:58:22+00:00", - "gitHash": "fa9d6a1bc0969ffc651303ba5569a1c5af6371b5", - "version": "2.29.0", + "buildDate": "2024-01-11T04:42:09+00:00", + "gitHash": "23f4abc42581ddc883e084f168d5694bfb602c11", + "version": "2.29.1", "version-roles-seeding": "0.0.23" } } \ No newline at end of file diff --git a/spec/platform.json b/spec/platform.json index 62323193e..c8bda36b9 100644 --- a/spec/platform.json +++ b/spec/platform.json @@ -8,7 +8,7 @@ }, "description": "Justice Platform Service", "title": "justice-platform-service", - "version": "4.44.0" + "version": "4.45.0" }, "schemes": [ "https" @@ -4198,8 +4198,11 @@ "application/json" ], "responses": { - "default": { - "description": "successful operation" + "200": { + "description": "successful operation", + "schema": { + "$ref": "#/definitions/ClawbackInfo" + } } }, "security": [ @@ -5879,7 +5882,7 @@ "consumes": [ "application/json" ], - "description": "This API is used to create an item. APP item only can created in publisher namespace.\u0026lt;p\u0026gt;An item create example:\u0026lt;p\u0026gt;\u0026lt;pre\u0026gt;\u0026lt;code\u0026gt;{\r\n \u0026#34;categoryPath\u0026#34;: \u0026#34;/games\u0026#34;,\r\n \u0026#34;localizations\u0026#34;: \\{\r\n \u0026#34;en\u0026#34;: \\{\r\n \u0026#34;title\u0026#34;:\u0026#34;required\u0026#34;,\r\n \u0026#34;description\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;longDescription\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;localExt\u0026#34;: \\{\r\n \u0026#34;properties\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;functions\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\]\r\n \\}\r\n \\}\r\n \\},\r\n \u0026#34;images\u0026#34;: \\[\r\n \\{\r\n \u0026#34;as\u0026#34;:\u0026#34;optional, image for\u0026#34;,\r\n \u0026#34;caption\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;height\u0026#34;:10,\r\n \u0026#34;width\u0026#34;:10,\r\n \u0026#34;imageUrl\u0026#34;:\u0026#34;http://img-url-required\u0026#34;,\r\n \u0026#34;smallImageUrl\u0026#34;:\u0026#34;http://small-img-url-required\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;thumbnailUrl\u0026#34;: \u0026#34;optional, thumbnail url\u0026#34;,\r\n \u0026#34;status\u0026#34;: \u0026#34;ACTIVE\u0026#34;,\r\n \u0026#34;listable\u0026#34;: true,\r\n \u0026#34;purchasable\u0026#34;: true,\r\n \u0026#34;itemType\u0026#34;: \u0026#34;APP(allowed: [APP,COINS,INGAMEITEM,CODE,BUNDLE])\u0026#34;,\r\n \u0026#34;name\u0026#34;: \u0026#34;required, also will be used as entitlement name\u0026#34;,\r\n \u0026#34;entitlementType\u0026#34;: \u0026#34;DURABLE(allowed:[DURABLE,CONSUMABLE], should be CONSUMABLE when item type is COINS)\u0026#34;, \r\n \u0026#34;useCount\u0026#34;: 1(optional, required if the entitlement type is consumable),\r\n \u0026#34;stackable\u0026#34;: false,\r\n \u0026#34;appId\u0026#34;: \u0026#34;optional, required if itemType is APP\u0026#34;,\r\n \u0026#34;appType\u0026#34;: \u0026#34;GAME(optional, required if itemType is APP)\u0026#34;,\r\n \u0026#34;seasonType\u0026#34;: \u0026#34;PASS(optional, required if itemType is SEASON)\u0026#34;,\r\n \u0026#34;baseAppId\u0026#34;: \u0026#34;optional, set value of game app id if you want to link to a game\u0026#34;,\r\n \u0026#34;targetCurrencyCode\u0026#34;: \u0026#34;optional, required if itemType is COINS\u0026#34;,\r\n \u0026#34;targetNamespace\u0026#34;: \u0026#34;optional, required when itemType is INGAMEITEM, the targetNamespace will only take effect when the item\r\n created belongs to the publisher namespace\u0026#34;,\r\n \u0026#34;sku\u0026#34;: \u0026#34;optional, commonly unique item code\u0026#34;,\r\n \u0026#34;regionData\u0026#34;: \\{\r\n \u0026#34;US(store\u0026#39;s default region is required)\u0026#34;: \\[\r\n \\{\r\n \u0026#34;price\u0026#34;:10,\r\n \u0026#34;discountPercentage\u0026#34;: 0(integer, optional, range[0,100], discountedPrice = price \\* ((100 - discountPercentage) \\* 0.01),\r\n will use it to calculate discounted price if it is not 0),\r\n \u0026#34;discountAmount\u0026#34;:0(integer, optional, range[0,itemPrice], will use it to calculate discounted price if discountPercentage is 0),\r\n \u0026#34;currencyCode\u0026#34;:\u0026#34;code(required, example: USD)\u0026#34;,\r\n \u0026#34;currencyNamespace\u0026#34;:\u0026#34;test-ns-required(allow publisher namespace if namespace is publisher namespace, allow publisher and game namespace if namespace is not publisher namespace)\u0026#34;,\r\n \u0026#34;trialPrice\u0026#34;:5(required while fixedTrialCycles set, should \u0026gt;=0 and \u0026lt;= price, will same as price if not present),\r\n \u0026#34;purchaseAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;expireAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;discountPurchaseAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;discountExpireAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;\r\n \\}\r\n \\]\r\n \\},\r\n \u0026#34;itemIds\u0026#34;: \\[\r\n \u0026#34;itemId\u0026#34;\r\n \\],\r\n \u0026#34;itemQty\u0026#34;: \\{\r\n \u0026#34;itemId\u0026#34;:1\r\n \\},\r\n \u0026#34;recurring\u0026#34;: \\{\r\n \u0026#34;cycle\u0026#34;:\u0026#34;MONTHLY(allowed: [WEEKLY,MONTHLY,QUARTERLY,YEARLY])\u0026#34;,\r\n \u0026#34;fixedFreeDays\u0026#34;:0(integer, fixed free days, 0 means not set),\r\n \u0026#34;fixedTrialCycles\u0026#34;:0(integer, fixed trial cycles, 0 means not set, will not take effect if fixedFreeDays set),\r\n \u0026#34;graceDays\u0026#34;:7(integer, recurring grace days, retry recurring charge within configured days if charge fail, default 7)\r\n \\},\r\n \u0026#34;tags\u0026#34;: \\[\r\n \u0026#34;exampleTag24\u0026#34;\r\n \\],\r\n \u0026#34;features\u0026#34;: \\[\r\n \u0026#34;feature\u0026#34;\r\n \\],\r\n \u0026#34;clazz\u0026#34;: \u0026#34;weapon\u0026#34;,\r\n \u0026#34;boothName\u0026#34;: \u0026#34;C_campaign1\u0026#34;,\r\n \u0026#34;displayOrder\u0026#34;: 1000,\r\n \u0026#34;ext\u0026#34;: \\{\r\n \u0026#34;properties\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;functions\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\]\r\n \\},\r\n \u0026#34;maxCountPerUser\u0026#34;: 1(integer, optional, -1 means UNLIMITED),\r\n \u0026#34;maxCount\u0026#34;: 1(integer, optional, -1 means UNLIMITED, unset when itemType is CODE)\r\n}\u0026lt;/code\u0026gt;\u0026lt;/pre\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:ITEM\u0026#34;, action=1 (CREATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: created item data\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;\u0026lt;h2\u0026gt;Restrictions for item extension and localization extension\u0026lt;/h2\u0026gt;\n1. Cannot use \u0026lt;b\u0026gt;\u0026#34;.\u0026#34;\u0026lt;/b\u0026gt; as the key name\n-\t\u0026lt;pre\u0026gt;{ \u0026#34;data.2\u0026#34;: \u0026#34;value\u0026#34; }\u0026lt;/pre\u0026gt;\n2. Cannot use \u0026lt;b\u0026gt;\u0026#34;$\u0026#34;\u0026lt;/b\u0026gt; as the prefix in key names\n-\t\u0026lt;pre\u0026gt;{ \u0026#34;$data\u0026#34;: \u0026#34;value\u0026#34; }\u0026lt;/pre\u0026gt;", + "description": "This API is used to create an item. APP item only can created in publisher namespace.\u0026lt;p\u0026gt;An item create example:\u0026lt;p\u0026gt;\u0026lt;pre\u0026gt;\u0026lt;code\u0026gt;{\r\n \u0026#34;categoryPath\u0026#34;: \u0026#34;/games\u0026#34;,\r\n \u0026#34;localizations\u0026#34;: \\{\r\n \u0026#34;en\u0026#34;: \\{\r\n \u0026#34;title\u0026#34;:\u0026#34;required\u0026#34;,\r\n \u0026#34;description\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;longDescription\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;localExt\u0026#34;: \\{\r\n \u0026#34;properties\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;functions\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\]\r\n \\}\r\n \\}\r\n \\},\r\n \u0026#34;images\u0026#34;: \\[\r\n \\{\r\n \u0026#34;as\u0026#34;:\u0026#34;optional, image for\u0026#34;,\r\n \u0026#34;caption\u0026#34;:\u0026#34;optional\u0026#34;,\r\n \u0026#34;height\u0026#34;:10,\r\n \u0026#34;width\u0026#34;:10,\r\n \u0026#34;imageUrl\u0026#34;:\u0026#34;http://img-url-required\u0026#34;,\r\n \u0026#34;smallImageUrl\u0026#34;:\u0026#34;http://small-img-url-required\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;thumbnailUrl\u0026#34;: \u0026#34;optional, thumbnail url\u0026#34;,\r\n \u0026#34;status\u0026#34;: \u0026#34;ACTIVE\u0026#34;,\r\n \u0026#34;listable\u0026#34;: true,\r\n \u0026#34;purchasable\u0026#34;: true,\r\n \u0026#34;itemType\u0026#34;: \u0026#34;APP(allowed: [APP,COINS,INGAMEITEM,CODE,BUNDLE])\u0026#34;,\r\n \u0026#34;name\u0026#34;: \u0026#34;required, also will be used as entitlement name\u0026#34;,\r\n \u0026#34;entitlementType\u0026#34;: \u0026#34;DURABLE(allowed:[DURABLE,CONSUMABLE], should be CONSUMABLE when item type is COINS)\u0026#34;, \r\n \u0026#34;useCount\u0026#34;: 1(optional, required if the entitlement type is consumable),\r\n \u0026#34;stackable\u0026#34;: false,\r\n \u0026#34;appId\u0026#34;: \u0026#34;optional, required if itemType is APP\u0026#34;,\r\n \u0026#34;appType\u0026#34;: \u0026#34;GAME(optional, required if itemType is APP)\u0026#34;,\r\n \u0026#34;seasonType\u0026#34;: \u0026#34;PASS(optional, required if itemType is SEASON)\u0026#34;,\r\n \u0026#34;baseAppId\u0026#34;: \u0026#34;optional, set value of game app id if you want to link to a game\u0026#34;,\r\n \u0026#34;targetCurrencyCode\u0026#34;: \u0026#34;optional, required if itemType is COINS\u0026#34;,\r\n \u0026#34;targetNamespace\u0026#34;: \u0026#34;optional, required when itemType is INGAMEITEM, the targetNamespace will only take effect when the item\r\n created belongs to the publisher namespace\u0026#34;,\r\n \u0026#34;sku\u0026#34;: \u0026#34;optional, commonly unique item code\u0026#34;,\r\n \u0026#34;regionData\u0026#34;: \\{\r\n \u0026#34;US(store\u0026#39;s default region is required)\u0026#34;: \\[\r\n \\{\r\n \u0026#34;price\u0026#34;:10,\r\n \u0026#34;discountPercentage\u0026#34;: 0(integer, optional, range[0,100], discountedPrice = price \\* ((100 - discountPercentage) \\* 0.01),\r\n will use it to calculate discounted price if it is not 0),\r\n \u0026#34;discountAmount\u0026#34;:0(integer, optional, range[0,itemPrice], will use it to calculate discounted price if discountPercentage is 0),\r\n \u0026#34;currencyCode\u0026#34;:\u0026#34;code(required, example: USD)\u0026#34;,\r\n \u0026#34;currencyNamespace\u0026#34;:\u0026#34;test-ns-required(allow publisher namespace if namespace is publisher namespace, allow publisher and game namespace if namespace is not publisher namespace)\u0026#34;,\r\n \u0026#34;trialPrice\u0026#34;:5(required while fixedTrialCycles set, should \u0026gt;=0 and \u0026lt;= price, will same as price if not present),\r\n \u0026#34;purchaseAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;expireAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;discountPurchaseAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;,\r\n \u0026#34;discountExpireAt\u0026#34;:\u0026#34;optional yyyy-MM-dd\u0026#39;T\u0026#39;HH:mm:ss.SSS\u0026#39;Z\u0026#39;\u0026#34;\r\n \\}\r\n \\]\r\n \\},\r\n \u0026#34;itemIds\u0026#34;: \\[\r\n \u0026#34;itemId\u0026#34;\r\n \\],\r\n \u0026#34;itemQty\u0026#34;: \\{\r\n \u0026#34;itemId\u0026#34;:1\r\n \\},\r\n \u0026#34;recurring\u0026#34;: \\{\r\n \u0026#34;cycle\u0026#34;:\u0026#34;MONTHLY(allowed: [WEEKLY,MONTHLY,QUARTERLY,YEARLY])\u0026#34;,\r\n \u0026#34;fixedFreeDays\u0026#34;:0(integer, fixed free days, 0 means not set),\r\n \u0026#34;fixedTrialCycles\u0026#34;:0(integer, fixed trial cycles, 0 means not set, will not take effect if fixedFreeDays set),\r\n \u0026#34;graceDays\u0026#34;:7(integer, recurring grace days, retry recurring charge within configured days if charge fail, default 7)\r\n \\},\r\n \u0026#34;tags\u0026#34;: \\[\r\n \u0026#34;exampleTag24\u0026#34;\r\n \\],\r\n \u0026#34;features\u0026#34;: \\[\r\n \u0026#34;feature\u0026#34;\r\n \\],\r\n \u0026#34;clazz\u0026#34;: \u0026#34;weapon\u0026#34;,\r\n \u0026#34;boothName\u0026#34;: \u0026#34;C_campaign1\u0026#34;,\r\n \u0026#34;displayOrder\u0026#34;: 1000,\r\n \u0026#34;ext\u0026#34;: \\{\r\n \u0026#34;properties\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\],\r\n \u0026#34;functions\u0026#34;:\\[\r\n \\{\r\n \u0026#34;key1\u0026#34;:\u0026#34;value1\u0026#34;,\r\n \u0026#34;key2\u0026#34;:\u0026#34;value2\u0026#34;\r\n \\}\r\n \\]\r\n \\},\r\n \u0026#34;maxCountPerUser\u0026#34;: 1(integer, optional, -1 means UNLIMITED),\r\n \u0026#34;maxCount\u0026#34;: 1(integer, optional, -1 means UNLIMITED, unset when itemType is CODE)\r\n}\u0026lt;/code\u0026gt;\u0026lt;/pre\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:ITEM\u0026#34;, action=1 (CREATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: created item data\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;\u0026lt;h2\u0026gt;Restrictions for item extension and localization extension and inventory config custom attributes\u0026lt;/h2\u0026gt;\n1. Cannot use \u0026lt;b\u0026gt;\u0026#34;.\u0026#34;\u0026lt;/b\u0026gt; as the key name\n-\t\u0026lt;pre\u0026gt;{ \u0026#34;data.2\u0026#34;: \u0026#34;value\u0026#34; }\u0026lt;/pre\u0026gt;\n2. Cannot use \u0026lt;b\u0026gt;\u0026#34;$\u0026#34;\u0026lt;/b\u0026gt; as the prefix in key names\n-\t\u0026lt;pre\u0026gt;{ \u0026#34;$data\u0026#34;: \u0026#34;value\u0026#34; }\u0026lt;/pre\u0026gt;", "operationId": "createItem", "parameters": [ { @@ -6654,6 +6657,12 @@ "required": true, "type": "string" }, + { + "in": "query", + "name": "platform", + "required": false, + "type": "string" + }, { "in": "query", "name": "region", @@ -6995,6 +7004,12 @@ "schema": { "$ref": "#/definitions/ItemPurchaseConditionValidateRequest" } + }, + { + "in": "query", + "name": "platform", + "required": false, + "type": "string" } ], "produces": [ @@ -11951,6 +11966,179 @@ } } }, + "/platform/admin/namespaces/{namespace}/stores/catalogDefinition": { + "get": { + "description": "This API is used to get catalog definition for import/export store by CSV\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=ADMIN:NAMESPACE:{namespace}:STORE, action=2 (READ)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: catalog definition\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "getCatalogDefinition", + "parameters": [ + { + "description": "Namespace", + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "enum": [ + "APP", + "CATEGORY", + "ITEM", + "SECTION", + "VIEW" + ], + "in": "query", + "name": "catalogType", + "required": true, + "type": "string" + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "items": { + "$ref": "#/definitions/CatalogDefinitionInfo" + }, + "type": "array" + } + } + }, + "security": [ + { + "authorization": [] + } + ], + "summary": "Get catalog definition", + "tags": [ + "Store" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:STORE" + } + } + }, + "/platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates": { + "get": { + "description": "This API is used to download store csv templates for store importing by CSV feature\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:STORE\u0026#34;, action=2 (READ)\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "downloadCSVTemplates", + "parameters": [ + { + "description": "Namespace", + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + } + ], + "produces": [ + "application/zip" + ], + "responses": { + "200": { + "description": "Successful operation", + "schema": { + "type": "file" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:STORE [READ]" + ], + "authorization": [] + } + ], + "summary": "Download store csv templates", + "tags": [ + "Store" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:STORE" + } + } + }, + "/platform/admin/namespaces/{namespace}/stores/exportByCSV": { + "post": { + "consumes": [ + "application/json" + ], + "description": "This API is used to export a store to CSV format\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:STORE\u0026#34;, action=2 (READ)\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "exportStoreByCSV", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "$ref": "#/definitions/ExportStoreToCSVRequest" + } + } + ], + "produces": [ + "text/csv" + ], + "responses": { + "200": { + "description": "Successful operation", + "schema": { + "type": "file" + } + }, + "400": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30025\u003c/td\u003e\u003ctd\u003e[{header}] is required by CSV import/export for catalogType [{catalogType}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "404": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30141\u003c/td\u003e\u003ctd\u003eStore [{storeId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30142\u003c/td\u003e\u003ctd\u003ePublished store does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30341\u003c/td\u003e\u003ctd\u003eItem [{itemId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "409": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30076\u003c/td\u003e\u003ctd\u003eCSV header [{headerName}] is not supported for CatalogType [{catalogType}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:STORE [READ]" + ], + "authorization": [] + } + ], + "summary": "Export a store to CSV format", + "tags": [ + "Store" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:STORE" + } + } + }, "/platform/admin/namespaces/{namespace}/stores/import": { "put": { "consumes": [ @@ -13351,6 +13539,206 @@ } } }, + "/platform/admin/namespaces/{namespace}/stores/{storeId}/import/history": { + "get": { + "description": "This API is used to query import store history\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:STORE\u0026#34;, action=2 (READ)\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "queryImportHistory", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "storeId", + "required": true, + "type": "string" + }, + { + "in": "query", + "name": "end", + "required": false, + "type": "string" + }, + { + "default": 20, + "format": "int32", + "in": "query", + "name": "limit", + "required": false, + "type": "integer" + }, + { + "default": 0, + "format": "int32", + "in": "query", + "name": "offset", + "required": false, + "type": "integer" + }, + { + "default": "createdAt:desc", + "description": "default createdAt:desc. Allowed values: [createdAt:asc, createdAt:desc]", + "in": "query", + "name": "sortBy", + "required": false, + "type": "string" + }, + { + "in": "query", + "name": "start", + "required": false, + "type": "string" + }, + { + "in": "query", + "name": "success", + "required": false, + "type": "boolean", + "x-omitempty": false + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "$ref": "#/definitions/ImportStoreHistoryPagingResult" + } + }, + "400": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20027\u003c/td\u003e\u003ctd\u003eInvalid time range\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:STORE [READ]" + ], + "authorization": [] + } + ], + "summary": "Query import store history", + "tags": [ + "Store" + ], + "x-authorization": { + "action": "2", + "resource": "ADMIN:NAMESPACE:{namespace}:STORE" + } + } + }, + "/platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV": { + "post": { + "consumes": [ + "multipart/form-data" + ], + "description": "This API is used to import a store by CSV format.\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;ADMIN:NAMESPACE:{namespace}:STORE\u0026#34;, action=4 (UPDATE)\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "importStoreByCSV", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "storeId", + "required": true, + "type": "string" + }, + { + "in": "formData", + "name": "category", + "required": false, + "type": "file" + }, + { + "in": "formData", + "name": "display", + "required": false, + "type": "file" + }, + { + "in": "formData", + "name": "item", + "required": false, + "type": "file" + }, + { + "in": "formData", + "name": "notes", + "required": false, + "type": "string" + }, + { + "in": "formData", + "name": "section", + "required": false, + "type": "file" + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "$ref": "#/definitions/ImportStoreResult" + } + }, + "400": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30024\u003c/td\u003e\u003ctd\u003eUnable to parse CSV cell [{content}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30025\u003c/td\u003e\u003ctd\u003e[{header}] is required by CSV import/export for catalogType [{catalogType}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30121\u003c/td\u003e\u003ctd\u003eStore data is invalid\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "404": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30141\u003c/td\u003e\u003ctd\u003eStore [{storeId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30142\u003c/td\u003e\u003ctd\u003ePublished store does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "409": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30076\u003c/td\u003e\u003ctd\u003eCSV header [{headerName}] is not supported for CatalogType [{catalogType}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e30382\u003c/td\u003e\u003ctd\u003eDuplicated Item sku [{sku}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "ADMIN:NAMESPACE:{namespace}:STORE [UPDATE]" + ], + "authorization": [] + } + ], + "summary": "Import store using CSV format", + "tags": [ + "Store" + ], + "x-authorization": { + "action": "4", + "resource": "ADMIN:NAMESPACE:{namespace}:STORE" + } + } + }, "/platform/admin/namespaces/{namespace}/subscriptions": { "get": { "consumes": [ @@ -14741,6 +15129,12 @@ "required": false, "type": "string" }, + { + "in": "query", + "name": "collectionId", + "required": false, + "type": "string" + }, { "enum": [ "APP", @@ -26287,6 +26681,77 @@ } } }, + "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds": { + "get": { + "description": "Get user entitlements by ids..\u0026lt;p\u0026gt;Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT\u0026#34;, action=2 (READ)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: entitlement list\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "publicGetUserEntitlementsByIds", + "parameters": [ + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "userId", + "required": true, + "type": "string" + }, + { + "default": true, + "in": "query", + "name": "availablePlatformOnly", + "required": false, + "type": "boolean", + "x-omitempty": false + }, + { + "collectionFormat": "multi", + "in": "query", + "items": { + "type": "string" + }, + "name": "ids", + "required": false, + "type": "array" + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "items": { + "$ref": "#/definitions/EntitlementInfo" + }, + "type": "array" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [READ]" + ], + "authorization": [] + } + ], + "summary": "Get user entitlements by ids.", + "tags": [ + "Entitlement" + ], + "x-authorization": { + "action": "2", + "resource": "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT" + } + } + }, "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byItemId": { "get": { "deprecated": true, @@ -26877,7 +27342,92 @@ "name": "body", "required": false, "schema": { - "$ref": "#/definitions/EntitlementDecrement" + "$ref": "#/definitions/EntitlementDecrement" + } + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "$ref": "#/definitions/EntitlementDecrementResult" + } + }, + "400": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31121\u003c/td\u003e\u003ctd\u003eOptionBox entitlement [{entitlementId}] use count is not 1\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31122\u003c/td\u003e\u003ctd\u003eOptionBox entitlement [{entitlementId}] options size is not 1\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31123\u003c/td\u003e\u003ctd\u003eUnable to acquire box item, box item [{itemId}] expired\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "404": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31141\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31145\u003c/td\u003e\u003ctd\u003eOption [{option}] doesn't exist in OptionBox entitlement [{entitlementId}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "409": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31173\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] is not consumable\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31180\u003c/td\u003e\u003ctd\u003eDuplicate request id: [{requestId}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE]" + ], + "authorization": [] + } + ], + "summary": "Consume user entitlement", + "tags": [ + "Entitlement" + ], + "x-authorization": { + "action": "4", + "resource": "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT" + } + } + }, + "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/sell": { + "put": { + "consumes": [ + "application/json" + ], + "description": "Sell user entitlement. If the entitlement is consumable, useCount is 0, the status will be CONSUMED. If the entitlement is durable, the status will be SOLD. Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT\u0026#34;, action=4 (UPDATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: entitlement\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "publicSellUserEntitlement", + "parameters": [ + { + "in": "path", + "name": "entitlementId", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "userId", + "required": true, + "type": "string" + }, + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "$ref": "#/definitions/EntitlementSoldRequest" } } ], @@ -26888,23 +27438,96 @@ "200": { "description": "successful operation", "schema": { - "$ref": "#/definitions/EntitlementDecrementResult" + "$ref": "#/definitions/EntitlementSoldResult" } }, - "400": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31121\u003c/td\u003e\u003ctd\u003eOptionBox entitlement [{entitlementId}] use count is not 1\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31122\u003c/td\u003e\u003ctd\u003eOptionBox entitlement [{entitlementId}] options size is not 1\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31123\u003c/td\u003e\u003ctd\u003eUnable to acquire box item, box item [{itemId}] expired\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "404": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31141\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "schema": { + "$ref": "#/definitions/ErrorEntity" + } + }, + "409": { + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31180\u003c/td\u003e\u003ctd\u003eDuplicate request id: [{requestId}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31181\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] is not sellable\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31182\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already sold\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } + } + }, + "security": [ + { + "authorization": [] + }, + { + "HasPermission": [ + "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE]" + ], + "authorization": [] + } + ], + "summary": "Sell user entitlement", + "tags": [ + "Entitlement" + ], + "x-authorization": { + "action": "4", + "resource": "NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT" + } + } + }, + "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split": { + "put": { + "consumes": [ + "application/json" + ], + "description": "Split a specified use count of entitlement and create a new entitlement with splitting use count.Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT\u0026#34;, action=4 (UPDATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: entitlement\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "publicSplitUserEntitlement", + "parameters": [ + { + "in": "path", + "name": "entitlementId", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "namespace", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "userId", + "required": true, + "type": "string" + }, + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "$ref": "#/definitions/EntitlementSplitRequest" + } + } + ], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "successful operation", + "schema": { + "$ref": "#/definitions/EntitlementSplitResult" + } }, "404": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31141\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31145\u003c/td\u003e\u003ctd\u003eOption [{option}] doesn't exist in OptionBox entitlement [{entitlementId}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31141\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] does not exist in namespace [{namespace}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } }, "409": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31173\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] is not consumable\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31180\u003c/td\u003e\u003ctd\u003eDuplicate request id: [{requestId}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31182\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already sold\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } @@ -26921,7 +27544,7 @@ "authorization": [] } ], - "summary": "Consume user entitlement", + "summary": "Split user entitlement", "tags": [ "Entitlement" ], @@ -26931,13 +27554,13 @@ } } }, - "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/sell": { + "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer": { "put": { "consumes": [ "application/json" ], - "description": "Sell user entitlement. If the entitlement is consumable, useCount is 0, the status will be CONSUMED. If the entitlement is durable, the status will be SOLD. Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT\u0026#34;, action=4 (UPDATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: entitlement\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", - "operationId": "publicSellUserEntitlement", + "description": "Transfer a specified use count from entitlement A to B..Other detail info: \u0026lt;ul\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Required permission\u0026lt;/i\u0026gt;: resource=\u0026#34;NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT\u0026#34;, action=4 (UPDATE)\u0026lt;/li\u0026gt;\u0026lt;li\u0026gt;\u0026lt;i\u0026gt;Returns\u0026lt;/i\u0026gt;: entitlement\u0026lt;/li\u0026gt;\u0026lt;/ul\u0026gt;", + "operationId": "publicTransferUserEntitlement", "parameters": [ { "in": "path", @@ -26962,7 +27585,7 @@ "name": "body", "required": false, "schema": { - "$ref": "#/definitions/EntitlementSoldRequest" + "$ref": "#/definitions/EntitlementTransferRequest" } } ], @@ -26973,7 +27596,7 @@ "200": { "description": "successful operation", "schema": { - "$ref": "#/definitions/EntitlementSoldResult" + "$ref": "#/definitions/EntitlementTransferResult" } }, "404": { @@ -26983,7 +27606,7 @@ } }, "409": { - "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31180\u003c/td\u003e\u003ctd\u003eDuplicate request id: [{requestId}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31181\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] is not sellable\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31182\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already sold\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", + "description": "\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eErrorCode\u003c/td\u003e\u003ctd\u003eErrorMessage\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31171\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already revoked\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31172\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] not active\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31174\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already consumed\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31176\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] use count is insufficient\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31178\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] out of time range\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31182\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] already sold\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31183\u003c/td\u003e\u003ctd\u003eEntitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}]\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31184\u003c/td\u003e\u003ctd\u003eSource entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] should have same collectionId, timeRange, origin and itemId\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e31185\u003c/td\u003e\u003ctd\u003eTransferred source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] can not be set to same\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e20006\u003c/td\u003e\u003ctd\u003eoptimistic lock\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e", "schema": { "$ref": "#/definitions/ErrorEntity" } @@ -27000,7 +27623,7 @@ "authorization": [] } ], - "summary": "Sell user entitlement", + "summary": "Transfer user entitlement", "tags": [ "Entitlement" ], @@ -29650,7 +30273,7 @@ "description": "Represents the request to commit a chained trade action.", "properties": { "operations": { - "example": "[\n {\n \"type\": \"DEBIT_WALLET\",\n \"debitPayload\": {\n \"currencyCode\": \"string\",\n \"walletPlatform\": \"Other\",\n \"count\": 1\n }\n },\n {\n \"type\": \"CREDIT_WALLET\",\n \"creditPayload\": {\n \"currencyCode\": \"string\",\n \"expireAt\": null,\n \"balanceOrigin\": \"System\",\n \"count\": 1\n }\n },\n {\n \"type\": \"FULFILL_ITEM\",\n \"fulFillItemPayload\": {\n \"itemIdentityType\": \"ITEM_ID\",\n \"itemIdentity\": \"string\",\n \"entitlementOrigin\": \"string\",\n \"count\": 1\n }\n },\n {\n \"type\": \"REVOKE_ENTITLEMENT\",\n \"revokeEntitlementPayload\": {\n \"entitlementId\": \"string\",\n \"count\": 1\n }\n }\n]\n", + "example": "[\n {\n \"type\": \"DEBIT_WALLET\",\n \"debitPayload\": {\n \"currencyCode\": \"string\",\n \"walletPlatform\": \"Other\",\n \"count\": 1\n }\n },\n {\n \"type\": \"CREDIT_WALLET\",\n \"creditPayload\": {\n \"currencyCode\": \"string\",\n \"expireAt\": null,\n \"balanceOrigin\": \"System\",\n \"count\": 1\n }\n },\n {\n \"type\": \"FULFILL_ITEM\",\n \"fulFillItemPayload\": {\n \"itemIdentityType\": \"ITEM_ID\",\n \"itemIdentity\": \"string\",\n \"entitlementOrigin\": \"string\",\n \"entitlementCollectionId\": \"string\",\n \"count\": 1\n }\n },\n {\n \"type\": \"REVOKE_ENTITLEMENT\",\n \"revokeEntitlementPayload\": {\n \"entitlementId\": \"string\",\n \"count\": 1\n }\n }\n]\n", "items": { "$ref": "#/definitions/OperationRequest" }, @@ -29748,6 +30371,21 @@ "format": "int32", "type": "integer" }, + "entitlementPlatform": { + "description": "entitlement platform the platform which user are playing now and use for entitlement eg: user purchase item on Steam, it should be 'Steam'", + "enum": [ + "Epic", + "GooglePlay", + "IOS", + "Nintendo", + "Oculus", + "Other", + "Playstation", + "Steam", + "Xbox" + ], + "type": "string" + }, "ext": { "additionalProperties": { "type": "object" @@ -29935,6 +30573,10 @@ ], "type": "string" }, + "collectionId": { + "description": "collection id", + "type": "string" + }, "endDate": { "description": "entitlement end date", "format": "date-time", @@ -31174,6 +31816,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemId": { "description": "Item id", "type": "string" @@ -31890,6 +32536,46 @@ ], "type": "object" }, + "CatalogDefinitionInfo": { + "properties": { + "field": { + "description": "actual field name", + "type": "string" + }, + "itemType": { + "description": "item type, not empty if requesting item and the field is for a specified item type only", + "enum": [ + "APP", + "BUNDLE", + "CODE", + "COINS", + "EXTENSION", + "INGAMEITEM", + "LOOTBOX", + "MEDIA", + "OPTIONBOX", + "SEASON", + "SUBSCRIPTION" + ], + "type": "string" + }, + "name": { + "description": "field name", + "type": "string" + }, + "required": { + "description": "whether this is a mandatory field", + "type": "boolean", + "x-omitempty": false + } + }, + "required": [ + "field", + "name", + "required" + ], + "type": "object" + }, "CategoryCreate": { "description": "A DTO object for creating category API call.", "properties": { @@ -33307,6 +33993,10 @@ ], "type": "string" }, + "collectionId": { + "description": "entitlement collection id", + "type": "string" + }, "createdAt": { "description": "entitlement created at", "format": "date-time", @@ -33383,6 +34073,11 @@ ], "type": "string" }, + "platformAvailable": { + "description": "platform available", + "type": "boolean", + "x-omitempty": false + }, "replayed": { "description": "replayed, if true,the response is original successful response. This will not be included in response if client have not pass request id.", "type": "boolean", @@ -33483,6 +34178,10 @@ "EntitlementGrant": { "description": "A DTO object for granting entitlement API call.", "properties": { + "collectionId": { + "description": "entitlement collection id, length 1-128", + "type": "string" + }, "endDate": { "description": "entitlement end date time", "format": "date-time", @@ -33691,6 +34390,9 @@ ], "type": "string" }, + "collectionId": { + "type": "string" + }, "createdAt": { "format": "date-time", "type": "string", @@ -33818,6 +34520,10 @@ ], "type": "string" }, + "collectionId": { + "description": "entitlement collection id", + "type": "string" + }, "createdAt": { "description": "entitlement created at", "format": "date-time", @@ -33894,6 +34600,11 @@ ], "type": "string" }, + "platformAvailable": { + "description": "platform available", + "type": "boolean", + "x-omitempty": false + }, "sku": { "description": "sku for purchased item", "type": "string" @@ -34204,6 +34915,29 @@ }, "type": "object" }, + "EntitlementSplitRequest": { + "properties": { + "useCount": { + "description": "use count", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "EntitlementSplitResult": { + "properties": { + "source": { + "$ref": "#/definitions/EntitlementInfo", + "description": "Source entitlement info after split" + }, + "target": { + "$ref": "#/definitions/EntitlementInfo", + "description": "Target entitlement info after split" + } + }, + "type": "object" + }, "EntitlementSummary": { "properties": { "clazz": { @@ -34219,6 +34953,10 @@ ], "type": "string" }, + "collectionId": { + "description": "collection id", + "type": "string" + }, "createdAt": { "description": "created at", "format": "date-time", @@ -34323,9 +35061,40 @@ ], "type": "object" }, + "EntitlementTransferRequest": { + "properties": { + "entitlementId": { + "description": "entitlement id", + "type": "string" + }, + "useCount": { + "description": "useCount(optional). means transfer all of use count to target entitlement id if not pass.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "EntitlementTransferResult": { + "properties": { + "source": { + "$ref": "#/definitions/EntitlementInfo", + "description": "Source entitlement info after transfer" + }, + "target": { + "$ref": "#/definitions/EntitlementInfo", + "description": "Target entitlement info after transfer" + } + }, + "type": "object" + }, "EntitlementUpdate": { "description": "A DTO object for updating entitlement API call. Leave the field empty if don't want to update.", "properties": { + "collectionId": { + "description": "entitlement collection id, length 1-128", + "type": "string" + }, "endDate": { "description": "end date of the entitlement. yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "format": "date-time", @@ -34545,6 +35314,43 @@ }, "type": "object" }, + "ExportStoreToCSVRequest": { + "properties": { + "catalogType": { + "description": "catalog type", + "enum": [ + "APP", + "CATEGORY", + "ITEM", + "SECTION", + "VIEW" + ], + "type": "string" + }, + "fieldsToBeIncluded": { + "description": "fields to be included, return all fields if empty", + "items": { + "type": "string" + }, + "type": "array" + }, + "idsToBeExported": { + "description": "ids according to catalog type to be exported, return all result of a catalogType if empty", + "items": { + "type": "string" + }, + "type": "array" + }, + "storeId": { + "description": "target store id to be exported, default using published store Id", + "type": "string" + } + }, + "required": [ + "catalogType" + ], + "type": "object" + }, "ExtensionFulfillmentSummary": { "properties": { "grantedAt": { @@ -34794,6 +35600,10 @@ "format": "int32", "type": "integer" }, + "entitlementCollectionId": { + "description": "entitlement collection id, length 1-128", + "type": "string" + }, "entitlementOrigin": { "description": "Entitlement origin", "enum": [ @@ -35061,6 +35871,10 @@ "type": "string", "x-nullable": true }, + "entitlementCollectionId": { + "description": "entitlement collection id, length 1-128", + "type": "string" + }, "entitlementOrigin": { "description": "entitlement origin", "enum": [ @@ -35513,6 +36327,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemId": { "description": "Item id", "type": "string" @@ -36559,6 +37377,88 @@ }, "type": "object" }, + "ImportStoreHistoryInfo": { + "properties": { + "createdAt": { + "description": "created At", + "format": "date-time", + "type": "string", + "x-nullable": false + }, + "errors": { + "description": "a list of errors if failed", + "items": { + "$ref": "#/definitions/ImportStoreError" + }, + "type": "array" + }, + "id": { + "description": "history id", + "type": "string" + }, + "importFileFormat": { + "description": "import file format", + "enum": [ + "CSV", + "JSON" + ], + "type": "string" + }, + "initiatedBy": { + "description": "who create this history", + "type": "string" + }, + "namespace": { + "description": "namespace", + "type": "string" + }, + "note": { + "description": "optional note", + "type": "string" + }, + "storeId": { + "description": "store id", + "type": "string" + }, + "success": { + "description": "whether the request is success", + "type": "boolean", + "x-omitempty": false + } + }, + "required": [ + "createdAt", + "id", + "importFileFormat", + "initiatedBy", + "namespace", + "storeId", + "success" + ], + "type": "object" + }, + "ImportStoreHistoryPagingResult": { + "properties": { + "data": { + "description": "data", + "items": { + "$ref": "#/definitions/ImportStoreHistoryInfo" + }, + "type": "array" + }, + "paging": { + "$ref": "#/definitions/Paging" + }, + "total": { + "format": "int64", + "type": "integer" + } + }, + "required": [ + "data" + ], + "type": "object" + }, "ImportStoreItemInfo": { "properties": { "categoryPath": { @@ -36603,8 +37503,7 @@ } }, "required": [ - "itemType", - "localizations" + "itemType" ], "type": "object" }, @@ -36678,6 +37577,30 @@ ], "type": "object" }, + "InventoryConfig": { + "properties": { + "customAttributes": { + "additionalProperties": { + "type": "object" + }, + "description": "predefined custom additional attributes", + "type": "object" + }, + "serverCustomAttributes": { + "additionalProperties": { + "type": "object" + }, + "description": "predefined server custom additional attributes", + "type": "object" + }, + "slotUsed": { + "description": "number of slot being taken for this item", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "InvoiceCurrencySummary": { "properties": { "currency": { @@ -36846,6 +37769,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemIds": { "description": "itemIds, should be empty if item type is not \"BUNDLE\"", "items": { @@ -37161,6 +38088,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemId": { "description": "Item id", "type": "string" @@ -37631,6 +38562,10 @@ "type": "boolean", "x-omitempty": false }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemId": { "description": "Item id", "type": "string" @@ -38000,6 +38935,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemIds": { "description": "itemIds, should be empty if item type is not \"BUNDLE\"", "items": { @@ -41776,6 +42715,10 @@ }, "type": "array" }, + "inventoryConfig": { + "$ref": "#/definitions/InventoryConfig", + "description": "inventory config" + }, "itemId": { "description": "Item id", "type": "string" @@ -43327,6 +44270,10 @@ "RewardsRequest": { "description": "A DTO object for rewards request API call.", "properties": { + "entitlementCollectionId": { + "description": "entitlement collection id, length 1-128", + "type": "string" + }, "entitlementOrigin": { "description": "entitlement origin ,and default value is System", "enum": [ @@ -43857,6 +44804,10 @@ ], "type": "string" }, + "collectionId": { + "description": "entitlement collection id", + "type": "string" + }, "createdAt": { "description": "entitlement created at", "format": "date-time", @@ -43933,6 +44884,11 @@ ], "type": "string" }, + "platformAvailable": { + "description": "platform available", + "type": "boolean", + "x-omitempty": false + }, "sku": { "description": "sku for purchased item", "type": "string" @@ -46552,16 +47508,16 @@ }, "x-version": { "buildBy": "Gradle 6.9.1", - "buildDate": "2024-01-12T11:28:11+00:00", - "buildID": "4.44.0", + "buildDate": "2024-01-26T10:49:06+00:00", + "buildID": "4.45.0", "buildJDK": "1.8.0_232 (Eclipse OpenJ9 openj9-0.17.0)", "buildOS": "Linux amd64 5.10.205-195.804.amzn2.x86_64", "gitBranchName": "release-candidate", - "gitHash": "b3e55cbc0d", - "gitTag": "4.44.0", + "gitHash": "2f327af82f", + "gitTag": "4.45.0", "name": "justice-platform-service", "realm": "demo", - "version": "4.44.0", - "version-roles-seeding": "1.0.25" + "version": "4.45.0", + "version-roles-seeding": "1.0.28" } } \ No newline at end of file diff --git a/spec/reporting.json b/spec/reporting.json index 30a0c2f40..fe9d4d913 100644 --- a/spec/reporting.json +++ b/spec/reporting.json @@ -8,7 +8,7 @@ }, "description": "Justice Reporting Service", "title": "justice-reporting-service", - "version": "0.1.30" + "version": "0.1.31" }, "schemes": [ "https" @@ -3350,11 +3350,11 @@ "path": "/reporting/apidocs/api.json" }, "x-version": { - "buildDate": "2023-12-15T07:55:18+00:00", - "gitHash": "2535a7ae749edb6814b4cdbe6eb7e82464f9ebf2", + "buildDate": "2024-01-26T08:10:23+00:00", + "gitHash": "81ee27e4456c6bcdc672664bdaf6adc2d19f019e", "name": "justice-reporting-service", "realm": "demo", - "version": "0.1.30", + "version": "0.1.31", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/seasonpass.json b/spec/seasonpass.json index 5084dfdab..e8df14f0f 100644 --- a/spec/seasonpass.json +++ b/spec/seasonpass.json @@ -8,7 +8,7 @@ }, "description": "Justice SeasonPass Service", "title": "justice-seasonpass-service", - "version": "1.20.2" + "version": "1.21.0" }, "schemes": [ "https" @@ -5137,16 +5137,16 @@ }, "x-version": { "buildBy": "Gradle 6.9.1", - "buildDate": "2024-01-12T04:01:36+00:00", - "buildID": "1.20.2", + "buildDate": "2024-01-26T06:40:30+00:00", + "buildID": "1.21.0", "buildJDK": "1.8.0_232 (Eclipse OpenJ9 openj9-0.17.0)", "buildOS": "Linux amd64 5.10.205-195.804.amzn2.x86_64", "gitBranchName": "release-candidate", - "gitHash": "d381a3cd16", - "gitTag": "1.20.2", + "gitHash": "c8fcc800a9", + "gitTag": "1.21.0", "name": "justice-seasonpass-service", "realm": "demo", - "version": "1.20.2", + "version": "1.21.0", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/session.json b/spec/session.json index 8403dcbdd..deaf04a8e 100644 --- a/spec/session.json +++ b/spec/session.json @@ -3,7 +3,7 @@ "info": { "description": "Justice Session Service", "title": "justice-session-service", - "version": "3.13.3" + "version": "3.13.9" }, "schemes": [ "https" @@ -751,7 +751,7 @@ "consumes": [ "application/json" ], - "description": "Create template configuration to be applied across party and session.\nSession configuration mandatory :\n- name\n- joinability (example value : OPEN, CLOSED, INVITE_ONLY)\n- autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled)\n- Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE\n- MinPlayers (must greater or equal 0)\n- MaxPlayers (must greater than 0)\n- InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- Persistent will only applies to session with type DS (example value true or false, default: false)\n\t- If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy.\n\t- To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}\n\t- If Persistent False the session will be inactive if all member left and DS terminate or removing\n- nativeSessionSetting:\n\t- XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session\u0026#39;s joinRestriction and maxMembersCount when doing the session sync.\n\t- XboxServiceConfigID: the XBox service configuration ID.\n\t- PSNServiceLabel: the PSN service label.\n\t- SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI.\n\t- ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled).\n\t- PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value.\n- PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service.\n\t- https://s2s.sp-int.playstation.net (DEV, need IP Whitelist)\n\t- https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification)\n\t- https://s2s.np.playstation.net (Production)\n\t- localizedSessionName : for localized name and default language\n\t\texample payload :\n\t\t\u0026#34;localizedSessionName\u0026#34;:{\n\t\t\t\u0026#34;defaultLanguage\u0026#34; : \u0026#34;en-US\u0026#34;\n\t\t\t\u0026#34;localizedText\u0026#34; :{\n\t\t\t\t\u0026#34;en-US\u0026#34; : \u0026#34;title\u0026#34;\n\t\t\t}\n\t\t}\n\t- if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty.\n- TieTeamsSessionLifetime (optional, default: false): If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session.\n- DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. \n- DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. \n- EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created\n", + "description": "Create template configuration to be applied across party and session.\nSession configuration mandatory :\n- name\n- joinability (example value : OPEN, CLOSED, INVITE_ONLY)\n- autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled)\n- Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE\n- MinPlayers (must greater or equal 0)\n- MaxPlayers (must greater than 0)\n- InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- Persistent will only applies to session with type DS (example value true or false, default: false)\n\t- If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy.\n\t- To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}\n\t- If Persistent False the session will be inactive if all member left and DS terminate or removing\n- nativeSessionSetting:\n\t- XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session\u0026#39;s joinRestriction and maxMembersCount when doing the session sync.\n\t- XboxServiceConfigID: the XBox service configuration ID.\n\t- PSNServiceLabel: the PSN service label.\n\t- SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI.\n\t- ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled).\n\t- PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value.\n- PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service.\n\t- https://s2s.sp-int.playstation.net (DEV, need IP Whitelist)\n\t- https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification)\n\t- https://s2s.np.playstation.net (Production)\n\t- localizedSessionName : for localized name and default language\n\t\texample payload :\n\t\t\u0026#34;localizedSessionName\u0026#34;:{\n\t\t\t\u0026#34;defaultLanguage\u0026#34; : \u0026#34;en-US\u0026#34;\n\t\t\t\u0026#34;localizedText\u0026#34; :{\n\t\t\t\t\u0026#34;en-US\u0026#34; : \u0026#34;title\u0026#34;\n\t\t\t}\n\t\t}\n\t- if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty.\n- TieTeamsSessionLifetime (optional, default: false): If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session.\n- DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. \n- DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. \n- EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created\n- LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value \u0026gt; 0 if leader disconnect will be wait until value reach and leader will be change after reach\n- ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.\n", "operationId": "adminCreateConfigurationTemplateV1", "parameters": [ { @@ -1087,7 +1087,7 @@ "consumes": [ "application/json" ], - "description": "Modify template configuration\nSession configuration mandatory :\n- name\n- joinability (example value : OPEN, CLOSED, INVITE_ONLY)\n- autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled)\n- Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE\n- MinPlayers (must greater or equal 0)\n- MaxPlayers (must greater than 0)\n- InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- Persistent Flag only can use with type DS (example value true or false)\n- If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy.\n- To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}\n- If Persistent False the session will be inactive if all member left and DS terminate or removing\n- nativeSessionSetting:\n\t- XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session\u0026#39;s joinRestriction and maxMembersCount when doing the session sync.\n\t- XboxServiceConfigID: the XBox service configuration ID.\n\t- PSNServiceLabel: the PSN service label.\n\t- SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI.\n\t- ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled).\n\t- PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value.\n- PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service.\n\t- https://s2s.sp-int.playstation.net (DEV, need IP Whitelist)\n\t- https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification)\n\t- https://s2s.np.playstation.net (Production)\n\t- localizedSessionName : for localized name and default language\n\t\texample payload :\n\t\t\u0026#34;localizedSessionName\u0026#34;:{\n\t\t\t\u0026#34;defaultLanguage\u0026#34; : \u0026#34;en-US\u0026#34;\n\t\t\t\u0026#34;localizedText\u0026#34; :{\n\t\t\t\t\u0026#34;en-US\u0026#34; : \u0026#34;title\u0026#34;\n\t\t\t}\n\t\t}\n\t- if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty.\n- TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session.\n- DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. \n- DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. \n- EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created\n", + "description": "Modify template configuration\nSession configuration mandatory :\n- name\n- joinability (example value : OPEN, CLOSED, INVITE_ONLY)\n- autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled)\n- Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE\n- MinPlayers (must greater or equal 0)\n- MaxPlayers (must greater than 0)\n- InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s)\n- Persistent Flag only can use with type DS (example value true or false)\n- If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy.\n- To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}\n- If Persistent False the session will be inactive if all member left and DS terminate or removing\n- nativeSessionSetting:\n\t- XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session\u0026#39;s joinRestriction and maxMembersCount when doing the session sync.\n\t- XboxServiceConfigID: the XBox service configuration ID.\n\t- PSNServiceLabel: the PSN service label.\n\t- SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI.\n\t- ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled).\n\t- PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value.\n- PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service.\n\t- https://s2s.sp-int.playstation.net (DEV, need IP Whitelist)\n\t- https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification)\n\t- https://s2s.np.playstation.net (Production)\n\t- localizedSessionName : for localized name and default language\n\t\texample payload :\n\t\t\u0026#34;localizedSessionName\u0026#34;:{\n\t\t\t\u0026#34;defaultLanguage\u0026#34; : \u0026#34;en-US\u0026#34;\n\t\t\t\u0026#34;localizedText\u0026#34; :{\n\t\t\t\t\u0026#34;en-US\u0026#34; : \u0026#34;title\u0026#34;\n\t\t\t}\n\t\t}\n\t- if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty.\n- TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session.\n- DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. \n- DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. \n- EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created.\n- ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.\n", "operationId": "adminUpdateConfigurationTemplateV1", "parameters": [ { @@ -6144,6 +6144,10 @@ "format": "int32", "type": "integer" }, + "manualRejoin": { + "type": "boolean", + "x-omitempty": false + }, "maxActiveSessions": { "format": "int32", "type": "integer" @@ -6292,6 +6296,10 @@ "format": "int32", "type": "integer" }, + "manualRejoin": { + "type": "boolean", + "x-omitempty": false + }, "maxActiveSessions": { "format": "int32", "type": "integer" @@ -7085,6 +7093,10 @@ "format": "int32", "type": "integer" }, + "manualRejoin": { + "type": "boolean", + "x-omitempty": false + }, "maxActiveSession": { "format": "int32", "type": "integer" @@ -7335,6 +7347,10 @@ "format": "int32", "type": "integer" }, + "manualRejoin": { + "type": "boolean", + "x-omitempty": false + }, "maxActiveSessions": { "format": "int32", "type": "integer" @@ -8057,9 +8073,9 @@ "path": "/session/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-03T03:46:53+00:00", - "gitHash": "75f61979366ef95965cf66c41aff79b20f9f8dc1", - "version": "3.13.3", + "buildDate": "2024-01-19T09:25:54+00:00", + "gitHash": "1f3a2896f34095d2def635da41de984cf2d5942a", + "version": "3.13.9", "version-roles-seeding": "1.0.20" } } \ No newline at end of file diff --git a/spec/sessionbrowser.json b/spec/sessionbrowser.json index c0ce0a679..198ff82d0 100644 --- a/spec/sessionbrowser.json +++ b/spec/sessionbrowser.json @@ -830,7 +830,7 @@ "x-security": [ { "userPermissions": [ - "ADMIN:NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" + "NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" ] } ] @@ -971,7 +971,7 @@ "x-security": [ { "userPermissions": [ - "ADMIN:NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" + "NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" ] } ] @@ -1105,7 +1105,7 @@ "x-security": [ { "userPermissions": [ - "ADMIN:NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" + "NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" ] } ] @@ -1267,7 +1267,7 @@ "x-security": [ { "userPermissions": [ - "ADMIN:NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" + "NAMESPACE:{namespace}:SESSIONBROWSER:SESSION [READ]" ] } ] @@ -2820,11 +2820,11 @@ "path": "/sessionbrowser/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-03T04:04:30+00:00", - "gitHash": "df804e11d0f49e69f295dbcec0b0b91cc74f07ed", + "buildDate": "2024-01-17T10:31:01+00:00", + "gitHash": "2cabb14c145de92ec3b8a3e0e0176254975ab1b3", "name": "justice-session-browser-service", - "revisionID": "1.18.1", - "version": "1.18.1", + "revisionID": "1.18.3", + "version": "1.18.3", "version-roles-seeding": "0.0.3" } } \ No newline at end of file diff --git a/spec/social.json b/spec/social.json index 7b9934538..fcfb7b401 100644 --- a/spec/social.json +++ b/spec/social.json @@ -8,7 +8,7 @@ }, "description": "Justice Social Service", "title": "justice-social-service", - "version": "2.11.2" + "version": "2.11.3" }, "schemes": [ "https" @@ -10332,16 +10332,16 @@ }, "x-version": { "buildBy": "Gradle 6.9.1", - "buildDate": "2024-01-12T04:01:47+00:00", - "buildID": "2.11.2", + "buildDate": "2024-01-26T06:40:19+00:00", + "buildID": "2.11.3", "buildJDK": "1.8.0_232 (Eclipse OpenJ9 openj9-0.17.0)", "buildOS": "Linux amd64 5.10.205-195.804.amzn2.x86_64", "gitBranchName": "release-candidate", - "gitHash": "4d2228dc1f", - "gitTag": "2.11.2", + "gitHash": "9540611759", + "gitTag": "2.11.3", "name": "justice-social-service", "realm": "demo", - "version": "2.11.2", + "version": "2.11.3", "version-roles-seeding": "0.0.12" } } \ No newline at end of file diff --git a/spec/ugc.json b/spec/ugc.json index 6f0b5bf26..ad5984b19 100644 --- a/spec/ugc.json +++ b/spec/ugc.json @@ -8,7 +8,7 @@ }, "description": "Justice UGC Service", "title": "justice-ugc-service", - "version": "2.19.3" + "version": "2.19.4" }, "schemes": [ "https" @@ -15138,11 +15138,11 @@ "path": "/ugc/apidocs/api.json" }, "x-version": { - "buildDate": "2024-01-12T08:57:18+00:00", - "gitHash": "5b65bfb00c9c5865972eb6daf468a3f6afe4f545", + "buildDate": "2024-01-26T06:40:48+00:00", + "gitHash": "0878b656e6439ab3d48c3c6d11b1b52372099970", "name": "justice-ugc-service", "realm": "demo", - "version": "2.19.3", + "version": "2.19.4", "version-roles-seeding": "1.0.21" } } \ No newline at end of file diff --git a/src/core/accelbyte_py_sdk/__init__.py b/src/core/accelbyte_py_sdk/__init__.py index ddc77e602..0e2bac09d 100644 --- a/src/core/accelbyte_py_sdk/__init__.py +++ b/src/core/accelbyte_py_sdk/__init__.py @@ -5,7 +5,7 @@ """The top-level package for the AccelByte Modular Python SDK.""" __product__ = "AccelBytePythonSDK" -__version__ = "0.1.0" +__version__ = "0.3.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/core/accelbyte_py_sdk/core/_flight_id.py b/src/core/accelbyte_py_sdk/core/_flight_id.py index f46155031..fff4373a0 100644 --- a/src/core/accelbyte_py_sdk/core/_flight_id.py +++ b/src/core/accelbyte_py_sdk/core/_flight_id.py @@ -11,7 +11,12 @@ def __init__(self, flight_id: Optional[str] = None): self.flight_id = flight_id or str(uuid4()) def __call__( - self, proto: ProtoHttpRequest, operation: Operation, sdk: "AccelByteSDK", *args, **kwargs + self, + proto: ProtoHttpRequest, + operation: Operation, + sdk: "AccelByteSDK", + *args, + **kwargs ) -> Tuple[ProtoHttpRequest, Optional[HttpResponse]]: if not proto.headers.has_flight_id(): flight_id = self.get_flight_id(operation=operation, sdk=sdk, **kwargs) @@ -39,7 +44,9 @@ def get_flight_id(self, operation: Operation, sdk: "AccelByteSDK", **kwargs) -> def add_flight_id( proto: ProtoHttpRequest, operation: Operation, sdk: "AccelByteSDK", *args, **kwargs ) -> Tuple[ProtoHttpRequest, Optional[HttpResponse]]: - return FLIGHT_ID_PREPROCESSOR(proto=proto, operation=operation, sdk=sdk, *args, **kwargs) + return FLIGHT_ID_PREPROCESSOR( + proto=proto, operation=operation, sdk=sdk, *args, **kwargs + ) def get_default_flight_id() -> str: diff --git a/src/core/accelbyte_py_sdk/core/_sdk.py b/src/core/accelbyte_py_sdk/core/_sdk.py index f738ecaf9..84795fecf 100644 --- a/src/core/accelbyte_py_sdk/core/_sdk.py +++ b/src/core/accelbyte_py_sdk/core/_sdk.py @@ -31,7 +31,12 @@ def __call__( class RequestPreprocessor(Protocol): def __call__( - self, proto: ProtoHttpRequest, operation: Operation, sdk: AccelByteSDK, *args, **kwargs + self, + proto: ProtoHttpRequest, + operation: Operation, + sdk: AccelByteSDK, + *args, + **kwargs, ) -> Tuple[ProtoHttpRequest, Optional[HttpResponse]]: ... diff --git a/src/core/pyproject.toml b/src/core/pyproject.toml index 58edda4e7..dbab6bb25 100644 --- a/src/core/pyproject.toml +++ b/src/core/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-core" readme = "README.md" -version = "0.1.0" +version = "0.3.0" description = "AccelByte Python SDK - Core" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/achievement/README.md b/src/services/achievement/README.md index a148cc5da..970c8aae7 100644 --- a/src/services/achievement/README.md +++ b/src/services/achievement/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Achievement Service -* Version: 2.21.8 +* Version: 2.21.9 ``` ## Setup diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/__init__.py index fd0062849..66ad600d5 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/__init__.py index dc73ee84a..bc4000ba9 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_order_update_request.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_order_update_request.py index ab80a008a..9ad90df55 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_order_update_request.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_order_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_request.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_request.py index f83b4deb7..0fee4dd38 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_request.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_response.py index 657a45794..b340264cf 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_update_request.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_update_request.py index b30f2f988..585686e41 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_update_request.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_achievement_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_additional_info.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_additional_info.py index fa594b5ce..8d43bb296 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_additional_info.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_additional_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_contributor_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_contributor_response.py index 9cf643442..793614930 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_contributor_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_contributor_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_global_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_global_achievement_response.py index 50ca4b58b..9fa8224d2 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_global_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_global_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_icon.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_icon.py index 650fc4750..5d9c69532 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_icon.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_icon.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_achievement_response.py index 9f83492c2..2f249d2c6 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_contributor_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_contributor_response.py index 2d7a62f81..e2d8dadae 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_contributor_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_contributor_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_global_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_global_achievement_response.py index deb9b4365..097db5141 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_global_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_global_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_tag_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_tag_response.py index e25a058f8..d9194ec21 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_tag_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_tag_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_achievement_response.py index b2c8a30d3..7d41c70f3 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_contribution_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_contribution_response.py index 02e776cb4..b7a32d41c 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_contribution_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_paginated_user_contribution_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_pagination.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_pagination.py index 024d3b0d1..3f1b7110c 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_pagination.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievement_response.py index 8ca6be3c3..f007a0003 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievements_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievements_response.py index 7043df7e5..f2b76ade4 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievements_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_public_achievements_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_tag_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_tag_response.py index c8c7506bf..e13cedb10 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_tag_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_tag_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_achievement_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_achievement_response.py index 0c39b25b8..64dfc784f 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_achievement_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_achievement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_contribution_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_contribution_response.py index c02fe4d74..75fe54960 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_contribution_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/models_user_contribution_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/response_error.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/response_error.py index df43db590..270475645 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/response_error.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/service_import_config_response.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/service_import_config_response.py index e72aeb578..af93c65e8 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/models/service_import_config_response.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/models/service_import_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/__init__.py index 70da9e2fc..927743d8b 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/__init__.py index 2163ddfa0..a38808ebb 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_create_new_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_create_new_achievement.py index d5be74256..26d3e2118 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_create_new_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_create_new_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_delete_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_delete_achievement.py index fbb0dd2e2..265305f6b 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_delete_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_delete_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.achievement_code = achievement_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_get_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_get_achievement.py index 93e59c7e1..01a543776 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_get_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_get_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.achievement_code = achievement_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_list_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_list_achievements.py index 7ec28b738..6651ea258 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_list_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_list_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -315,6 +315,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievemen_d288a7.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievemen_d288a7.py index 132469a35..8e83e2ca2 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievemen_d288a7.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievemen_d288a7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.achievement_code = achievement_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievement.py index 792ecee45..dc61a415c 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/admin_update_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.achievement_code = achievement_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/export_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/export_achievements.py index d2a8c4c98..318a15bed 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/export_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/export_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/import_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/import_achievements.py index 276f01812..6065fb005 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/import_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/import_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.file = file if strategy is not None: instance.strategy = strategy + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_get_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_get_achievement.py index 374d97203..0a6bb5471 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_get_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_get_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.achievement_code = achievement_code instance.namespace = namespace instance.language = language + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_list_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_list_achievements.py index 788b12793..d34bdca5b 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_list_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/achievements/public_list_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -330,6 +330,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/__init__.py index 953866df7..3e2bbb433 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/admin_anonymize_user_ac_c61ab2.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/admin_anonymize_user_ac_c61ab2.py index 762f26139..a369e073f 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/admin_anonymize_user_ac_c61ab2.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/anonymization/admin_anonymize_user_ac_c61ab2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/__init__.py index 0b115ab0f..e414ee057 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achie_0b49fb.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achie_0b49fb.py index 0f76f0c92..5b5bbc5fc 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achie_0b49fb.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achie_0b49fb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achievements.py index f473c90e8..ce92d0ecc 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_global_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -325,6 +325,8 @@ def create( instance.status = status if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_user_contributions.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_user_contributions.py index d260ee176..49021a2b1 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_user_contributions.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/admin_list_user_contributions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -314,6 +314,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/claim_global_achievemen_1ea8df.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/claim_global_achievemen_1ea8df.py index 92a582485..afd900412 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/claim_global_achievemen_1ea8df.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/claim_global_achievemen_1ea8df.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.achievement_code = achievement_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_global_achievement_b19e66.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_global_achievement_b19e66.py index c1426bb18..455eebfc9 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_global_achievement_b19e66.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_global_achievement_b19e66.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_user_contributions.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_user_contributions.py index 06ef475b6..bafc35f2b 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_user_contributions.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/list_user_contributions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -314,6 +314,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/public_list_global_achi_9c838b.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/public_list_global_achi_9c838b.py index f543fa0f0..9a83b1797 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/public_list_global_achi_9c838b.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/public_list_global_achi_9c838b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -325,6 +325,8 @@ def create( instance.status = status if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/reset_global_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/reset_global_achievement.py index 042f95c49..156f0a806 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/reset_global_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/global_achievements/reset_global_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.achievement_code = achievement_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/__init__.py index 5809a9a38..e4e3a5de7 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/admin_list_tags.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/admin_list_tags.py index 4fa9f9421..bcc0d198e 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/admin_list_tags.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/admin_list_tags.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/public_list_tags.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/public_list_tags.py index 1e02a454e..652730e33 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/public_list_tags.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/tags/public_list_tags.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/__init__.py index 35e50ef5e..f91f56438 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_list_user_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_list_user_achievements.py index 74b8e3d0c..782524be4 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_list_user_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_list_user_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -337,6 +337,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_reset_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_reset_achievement.py index 20510487b..52fa1270e 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_reset_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_reset_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.achievement_code = achievement_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_unlock_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_unlock_achievement.py index 75570482b..42582b1c0 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_unlock_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/admin_unlock_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.achievement_code = achievement_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_list_user_achievements.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_list_user_achievements.py index 69fe91593..df23ed561 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_list_user_achievements.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_list_user_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -337,6 +337,8 @@ def create( instance.sort_by = sort_by if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_unlock_achievement.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_unlock_achievement.py index ffe01dd8c..6808163ce 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_unlock_achievement.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/operations/user_achievements/public_unlock_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Achievement Service (2.21.8) +# AccelByte Gaming Services Achievement Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.achievement_code = achievement_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/achievement/accelbyte_py_sdk/api/achievement/wrappers/__init__.py b/src/services/achievement/accelbyte_py_sdk/api/achievement/wrappers/__init__.py index ebb1a5261..9db6d06ac 100644 --- a/src/services/achievement/accelbyte_py_sdk/api/achievement/wrappers/__init__.py +++ b/src/services/achievement/accelbyte_py_sdk/api/achievement/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Achievement Service.""" -__version__ = "2.21.8" +__version__ = "2.21.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/achievement/pyproject.toml b/src/services/achievement/pyproject.toml index e564885b8..56cbb74b6 100644 --- a/src/services/achievement/pyproject.toml +++ b/src/services/achievement/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-achievement" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Achievement Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_request.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_request.py index a48dfda86..62b2bb5a9 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_request.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_response.py index ebecf6ffb..d33ed6976 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_create_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_limits.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_limits.py index 82793005e..65a240d06 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_limits.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_limits.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_request.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_request.py index 681e65b5a..689b2ae83 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_request.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_response.py index 7b8ed5ea1..08ddaef0d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_token_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_token_response.py index d10f8a459..3c777205d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_token_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_link_token_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_response.py index e8f03c335..1bdf95d3c 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_account_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ams_regions_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ams_regions_response.py index 91acebea9..8703331dc 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ams_regions_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ams_regions_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_response.py index f8b374fc1..06f877e4d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_sampling_rule.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_sampling_rule.py index 9826054f5..fba9bd873 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_sampling_rule.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_sampling_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_type_sampling_rules.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_type_sampling_rules.py index 81425f683..c2b3f247f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_type_sampling_rules.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_type_sampling_rules.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_url_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_url_response.py index e9be4efde..d59fc4f0b 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_url_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_url_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_usage_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_usage_response.py index 2d3d814c2..039935e3d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_usage_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_artifact_usage_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_available_instance_types_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_available_instance_types_response.py index bbb804946..eda4e0f50 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_available_instance_types_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_available_instance_types_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_event.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_event.py index 05f7536c9..27cabea93 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_event.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_event.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_list.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_list.py index defefe34a..bedeb6717 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_list.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_history_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_host_configuration.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_host_configuration.py index efacc9feb..f54458cd7 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_host_configuration.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_ds_host_configuration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_artifacts_sample_rules.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_artifacts_sample_rules.py index 2a6c02bb4..33703c77a 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_artifacts_sample_rules.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_artifacts_sample_rules.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_by_keys_req.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_by_keys_req.py index aa7826d4b..78db65ca8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_by_keys_req.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_by_keys_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_req.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_req.py index 9a4d90d66..0a358c80f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_req.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_response.py index ff76e80be..35f958a5b 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_claim_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_create_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_create_response.py index d05aac4d7..725e757f8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_create_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_create_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_get_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_get_response.py index 18eea54e0..285ec7865 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_get_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_get_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_item_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_item_response.py index 58da96e60..2e27eb3b7 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_item_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_item_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_response.py index a4fa52291..57945e70d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_parameters.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_parameters.py index 011d30196..1fea17eda 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_parameters.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_parameters.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_regional_server_counts.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_regional_server_counts.py index 96c76461d..fc8611f60 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_regional_server_counts.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_regional_server_counts.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_event_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_event_response.py index e2aa4ae95..c26195a36 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_event_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_event_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_response.py index 4d0c54c5b..19019ab92 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_history_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_info_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_info_response.py index 57d8448f3..cd043f9ee 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_info_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_server_info_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_servers_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_servers_response.py index 4f02e9243..8d70cff5d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_servers_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_fleet_servers_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_deployment_profile.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_deployment_profile.py index 10a5d9e3b..ba21bab4f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_deployment_profile.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_deployment_profile.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_details.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_details.py index f5be2c032..4a4a49118 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_details.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_details.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list.py index 6d96dcccc..8f7f4c57b 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list_item.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list_item.py index 06891b25f..823be777a 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list_item.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_list_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_update.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_update.py index d7047c107..16e1d6254 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_update.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_image_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_instance_type_description_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_instance_type_description_response.py index e525ddc76..eb7fb1e8f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_instance_type_description_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_instance_type_description_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_paging_info.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_paging_info.py index 52675d42e..ec7dd4ca2 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_paging_info.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_paging_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_port_configuration.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_port_configuration.py index 87830cf41..7963ed9c9 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_port_configuration.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_port_configuration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_endpoint_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_endpoint_response.py index 60de49689..184116b2f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_endpoint_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_endpoint_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_server.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_server.py index 7dbda4a5e..87b784b7a 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_server.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_qo_s_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_referencing_fleet.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_referencing_fleet.py index f09218d57..765096ef7 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_referencing_fleet.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_referencing_fleet.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_region_config.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_region_config.py index 234064ffa..916da98c5 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_region_config.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_region_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_timeout.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_timeout.py index d68f3f94e..08802119e 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_timeout.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_timeout.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_update_server_request.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_update_server_request.py index 6edf9bdb0..ff2449580 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/api_update_server_request.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/api_update_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/models/response_error_response.py b/src/services/ams/accelbyte_py_sdk/api/ams/models/response_error_response.py index 7e6a14445..92c076a49 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/models/response_error_response.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/models/response_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Fleet Commander (1.8.1) +# Fleet Commander # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/account_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/account_get.py index 658032693..b7c618cb2 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/account_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/account_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AccountGet: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_create.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_create.py index d11acbcaa..97e91b837 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_create.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_create.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_get.py index 09da66a66..db82692c8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminAccountGet: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_get.py index 3f5876495..a623a3c16 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminAccountLinkTokenGet: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_post.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_post.py index e2aa14d49..b25962f06 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_post.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/account/admin_account_link_token_post.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_regions.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_regions.py index 145526ff9..b67c50fd9 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_regions.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_regions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> InfoRegions: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_supported_instances.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_supported_instances.py index ba138584b..9fe5e05c8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_supported_instances.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/info_supported_instances.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> InfoSupportedInstances: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/upload_url_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/upload_url_get.py index 85b5d4cef..2b9c96d14 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/upload_url_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_info/upload_url_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> UploadURLGet: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_get.py index 93a981313..2ab31eed0 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_update.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_update.py index 24ade2be3..40207ae60 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_update.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/ams_qo_s/qo_s_regions_update.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_delete.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_delete.py index 4759fa8e0..e397e7106 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_delete.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_delete.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, artifact_id: str, namespace: str, **kwargs) -> ArtifactDelete: instance = cls() instance.artifact_id = artifact_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get.py index 8550d7565..160ead7d0 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -412,6 +412,8 @@ def create( instance.start_date = start_date if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get_url.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get_url.py index f7dc19676..0c08b8259 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get_url.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_get_url.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, artifact_id: str, namespace: str, **kwargs) -> ArtifactGetURL: instance = cls() instance.artifact_id = artifact_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_usage_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_usage_get.py index 4b44b59e0..c19020fde 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_usage_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/artifact_usage_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ArtifactUsageGet: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_739743.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_739743.py index 4b9ecccd9..5bde58e43 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_739743.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_739743.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_a22d2b.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_a22d2b.py index 6da53e375..92418a179 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_a22d2b.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/artifacts/fleet_artifact_sampling_a22d2b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/auth/auth_check.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/auth/auth_check.py index f03aa3bd8..36b5d3af6 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/auth/auth_check.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/auth/auth_check.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -177,6 +177,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AuthCheck: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/basic_health_check.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/basic_health_check.py index 034304c47..2900ab056 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/basic_health_check.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/basic_health_check.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> BasicHealthCheck: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/func1.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/func1.py index ea7c46f1e..a837819c2 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/func1.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/func1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> Func1: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/portal_health_check.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/portal_health_check.py index 36687e0db..bf83cbd52 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/portal_health_check.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleet_commander/portal_health_check.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PortalHealthCheck: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_id.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_id.py index c23bb2ac8..cc0fdbb21 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_id.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_keys.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_keys.py index 990dc4660..b399630b3 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_keys.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_claim_by_keys.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_create.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_create.py index 44f8104cd..f84ec87a0 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_create.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_create.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create(cls, body: ApiFleetParameters, namespace: str, **kwargs) -> FleetCrea instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_delete.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_delete.py index 7f06ab3bf..2d8312678 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_delete.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_delete.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, fleet_id: str, namespace: str, **kwargs) -> FleetDelete: instance = cls() instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_get.py index 2f55f52d3..4173a2ce3 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, fleet_id: str, namespace: str, **kwargs) -> FleetGet: instance = cls() instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_list.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_list.py index 1e8d311fd..a6838d37c 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_list.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> FleetList: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_servers.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_servers.py index 49dbf46da..36fb0c9d8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_servers.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_servers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, fleet_id: str, namespace: str, **kwargs) -> FleetServers: instance = cls() instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_update.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_update.py index eace80bd3..c3d975954 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_update.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/fleets/fleet_update.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.fleet_id = fleet_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_get.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_get.py index 82149f717..1d71e00fa 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_get.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, image_id: str, namespace: str, **kwargs) -> ImageGet: instance = cls() instance.image_id = image_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_list.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_list.py index 249d64448..82682dcc8 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_list.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ImageList: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_patch.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_patch.py index d412f5a4d..afc475e4f 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_patch.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/images/image_patch.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.image_id = image_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_history.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_history.py index 55ebae386..c4e384a89 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_history.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -344,6 +344,8 @@ def create( instance.sort_direction = sort_direction if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_info.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_info.py index b8154e2d9..a901be5ca 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_info.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/fleet_server_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, namespace: str, server_id: str, **kwargs) -> FleetServerInfo: instance = cls() instance.namespace = namespace instance.server_id = server_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/server_history.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/server_history.py index 080157ab8..9f461ab11 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/server_history.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/servers/server_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, namespace: str, server_id: str, **kwargs) -> ServerHistory: instance = cls() instance.namespace = namespace instance.server_id = server_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/local_watchdog_connect.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/local_watchdog_connect.py index 33878bf61..203c62b8d 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/local_watchdog_connect.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/local_watchdog_connect.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def create(cls, namespace: str, watchdog_id: str, **kwargs) -> LocalWatchdogConn instance = cls() instance.namespace = namespace instance.watchdog_id = watchdog_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/watchdog_connect.py b/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/watchdog_connect.py index 410af479b..33791b514 100644 --- a/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/watchdog_connect.py +++ b/src/services/ams/accelbyte_py_sdk/api/ams/operations/watchdogs/watchdog_connect.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Fleet Commander (1.8.1) +# Fleet Commander from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def create(cls, namespace: str, watchdog_id: str, **kwargs) -> WatchdogConnect: instance = cls() instance.namespace = namespace instance.watchdog_id = watchdog_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ams/pyproject.toml b/src/services/ams/pyproject.toml index 06bfbc501..4c7fc647d 100644 --- a/src/services/ams/pyproject.toml +++ b/src/services/ams/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-ams" readme = "README.md" -version = "0.3.0" +version = "0.4.0" description = "AccelByte Python SDK - Fleet Commander" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/basic/README.md b/src/services/basic/README.md index 6a1694bfe..8622ce176 100644 --- a/src/services/basic/README.md +++ b/src/services/basic/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Basic Service -* Version: 2.15.1 +* Version: 2.16.0 ``` ## Setup diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/__init__.py index 8e86244af..8ab625b66 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -79,10 +79,14 @@ from .wrappers import create_namespace_async from .wrappers import delete_namespace from .wrappers import delete_namespace_async +from .wrappers import get_child_namespaces +from .wrappers import get_child_namespaces_async from .wrappers import get_game_namespaces from .wrappers import get_game_namespaces_async from .wrappers import get_namespace from .wrappers import get_namespace_async +from .wrappers import get_namespace_context +from .wrappers import get_namespace_context_async from .wrappers import get_namespace_publisher from .wrappers import get_namespace_publisher_async from .wrappers import get_namespaces diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/__init__.py index b5ff58739..e69e4124f 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -30,6 +30,8 @@ from .error_entity import ErrorEntity from .field_validation_error import FieldValidationError from .file_upload_url_info import FileUploadUrlInfo +from .namespace_context import NamespaceContext +from .namespace_context import TypeEnum as NamespaceContextTypeEnum from .namespace_create import NamespaceCreate from .namespace_info import NamespaceInfo from .namespace_info import StatusEnum as NamespaceInfoStatusEnum diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_unban_user_api_call.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_unban_user_api_call.py index 892e2c7dc..5be4f3e1e 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_unban_user_api_call.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_unban_user_api_call.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_update_equ8_config_api_call.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_update_equ8_config_api_call.py index 73b21029d..fd33845e4 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_update_equ8_config_api_call.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_for_update_equ8_config_api_call.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_ban_status.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_ban_status.py index 4e9f32ea3..b55be25c9 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_ban_status.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_ban_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_status.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_status.py index 3b62771a3..3f90e1dd4 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_status.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/a_dto_object_for_equ8_user_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/action.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/action.py index 2c77d9207..4fcb48b86 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/action.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/action.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_request.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_request.py index 7a8e37f98..0e8e45b3f 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_request.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_response.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_response.py index ac14fea17..6d8d88bbe 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_response.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/add_country_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_create.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_create.py index 260f99a63..227087c74 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_create.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_info.py index 1daf1d229..cb527cfa1 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_update.py index 03aa07c55..a5f9a2105 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/config_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/country_group_object.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/country_group_object.py index fad4ee30d..743ed35ea 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/country_group_object.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/country_group_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/country_object.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/country_object.py index 8e906383d..a65f55519 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/country_object.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/country_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/equ8_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/equ8_config.py index a2353ff6a..3b0f720fa 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/equ8_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/equ8_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/error_entity.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/error_entity.py index ebd22beb8..911ac69cb 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/error_entity.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/field_validation_error.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/field_validation_error.py index 085225ae7..254c68117 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/field_validation_error.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/field_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/file_upload_url_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/file_upload_url_info.py index c22be0d38..9ff29ec6c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/file_upload_url_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/file_upload_url_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_context.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_context.py new file mode 100644 index 000000000..617171f70 --- /dev/null +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_context.py @@ -0,0 +1,209 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Basic Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model +from accelbyte_py_sdk.core import StrEnum + + +class TypeEnum(StrEnum): + GAME = "Game" + PUBLISHER = "Publisher" + STUDIO = "Studio" + + +class NamespaceContext(Model): + """Namespace context (NamespaceContext) + + Properties: + namespace: (namespace) OPTIONAL str + + publisher_namespace: (publisherNamespace) OPTIONAL str + + studio_namespace: (studioNamespace) OPTIONAL str + + type_: (type) OPTIONAL Union[str, TypeEnum] + """ + + # region fields + + namespace: str # OPTIONAL + publisher_namespace: str # OPTIONAL + studio_namespace: str # OPTIONAL + type_: Union[str, TypeEnum] # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_namespace(self, value: str) -> NamespaceContext: + self.namespace = value + return self + + def with_publisher_namespace(self, value: str) -> NamespaceContext: + self.publisher_namespace = value + return self + + def with_studio_namespace(self, value: str) -> NamespaceContext: + self.studio_namespace = value + return self + + def with_type(self, value: Union[str, TypeEnum]) -> NamespaceContext: + self.type_ = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace"): + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "publisher_namespace"): + result["publisherNamespace"] = str(self.publisher_namespace) + elif include_empty: + result["publisherNamespace"] = "" + if hasattr(self, "studio_namespace"): + result["studioNamespace"] = str(self.studio_namespace) + elif include_empty: + result["studioNamespace"] = "" + if hasattr(self, "type_"): + result["type"] = str(self.type_) + elif include_empty: + result["type"] = Union[str, TypeEnum]() + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + namespace: Optional[str] = None, + publisher_namespace: Optional[str] = None, + studio_namespace: Optional[str] = None, + type_: Optional[Union[str, TypeEnum]] = None, + **kwargs, + ) -> NamespaceContext: + instance = cls() + if namespace is not None: + instance.namespace = namespace + if publisher_namespace is not None: + instance.publisher_namespace = publisher_namespace + if studio_namespace is not None: + instance.studio_namespace = studio_namespace + if type_ is not None: + instance.type_ = type_ + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> NamespaceContext: + instance = cls() + if not dict_: + return instance + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "publisherNamespace" in dict_ and dict_["publisherNamespace"] is not None: + instance.publisher_namespace = str(dict_["publisherNamespace"]) + elif include_empty: + instance.publisher_namespace = "" + if "studioNamespace" in dict_ and dict_["studioNamespace"] is not None: + instance.studio_namespace = str(dict_["studioNamespace"]) + elif include_empty: + instance.studio_namespace = "" + if "type" in dict_ and dict_["type"] is not None: + instance.type_ = str(dict_["type"]) + elif include_empty: + instance.type_ = Union[str, TypeEnum]() + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, NamespaceContext]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[NamespaceContext]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[NamespaceContext, List[NamespaceContext], Dict[Any, NamespaceContext]]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + "publisherNamespace": "publisher_namespace", + "studioNamespace": "studio_namespace", + "type": "type_", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": False, + "publisherNamespace": False, + "studioNamespace": False, + "type": False, + } + + @staticmethod + def get_enum_map() -> Dict[str, List[Any]]: + return { + "type": ["Game", "Publisher", "Studio"], + } + + # endregion static methods diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_create.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_create.py index f40e8124b..11f1e2e6b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_create.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_info.py index aab3b4d06..f45ac6c70 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_publisher_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_publisher_info.py index b52496748..ff3c6d101 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_publisher_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_publisher_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_status_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_status_update.py index dac3357af..31684d442 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_status_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_status_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_update.py index f3485f66c..ef40425dd 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/namespace_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_country_group_response.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_country_group_response.py index 85775038b..240eb9ec6 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_country_group_response.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_country_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_time_response.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_time_response.py index 366d3942f..3deec0f37 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_time_response.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/retrieve_time_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/update_country_group_request.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/update_country_group_request.py index 25fc0e226..166f84e46 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/update_country_group_request.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/update_country_group_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_ban_request.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_ban_request.py index cea8a448f..097611fda 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_ban_request.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_ban_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_admin.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_admin.py index 17a17d9dc..b9a9f90a1 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_admin.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_admin.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_bulk_request.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_bulk_request.py index 6a6a0a1cd..9861c0ab3 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_bulk_request.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_bulk_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_create.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_create.py index 4858b6bd3..ed1eb53db 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_create.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_info.py index 1cfa8bab9..a3ba35009 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_create.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_create.py index a35b6f326..06355dc3c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_create.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_info.py index b6e50f96b..c484fb243 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_private_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_public_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_public_info.py index a60a29728..567804cf4 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_public_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_public_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_status_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_status_update.py index ca7ad7d4d..56c445c19 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_status_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_status_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_update.py index e5793c521..b86ed4c8a 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_profile_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_report_request.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_report_request.py index 41ff4dede..a98763bee 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_report_request.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_report_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code.py index f24595fdc..a20048bc8 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code_update.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code_update.py index bc3c65213..1ad661782 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code_update.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/user_zip_code_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/models/validation_error_entity.py b/src/services/basic/accelbyte_py_sdk/api/basic/models/validation_error_entity.py index 15bb2705d..7019ec3b9 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/models/validation_error_entity.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/models/validation_error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/__init__.py index 562b4dfad..018fdad84 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/__init__.py index 676dfc6b0..731738fc5 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/anonymize_user_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/anonymize_user_profile.py index 5e02215a0..c908a39fc 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/anonymize_user_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/anonymization/anonymize_user_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeUserProfile: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/__init__.py index 41b1109e1..a8203e209 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/create_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/create_config.py index d94905d15..1916cd827 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/create_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/create_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/delete_config_1.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/delete_config_1.py index a2b8969d6..8240bae0b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/delete_config_1.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/delete_config_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, config_key: str, namespace: str, **kwargs) -> DeleteConfig1: instance = cls() instance.config_key = config_key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_config_1.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_config_1.py index 49ecc6c49..c3712a291 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_config_1.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_config_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create(cls, config_key: str, namespace: str, **kwargs) -> GetConfig1: instance = cls() instance.config_key = config_key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_publisher_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_publisher_config.py index a173ec159..fd1e6660a 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_publisher_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/get_publisher_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, config_key: str, namespace: str, **kwargs) -> GetPublisherConfig instance = cls() instance.config_key = config_key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/update_config_1.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/update_config_1.py index 034ff8978..a9476f40a 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/update_config_1.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/config/update_config_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/__init__.py index 56e54aca8..b24e1a710 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/delete_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/delete_config.py index 144ece286..333f5e57b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/delete_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/delete_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -179,6 +179,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/get_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/get_config.py index 1b51cb85d..98b7ac7d1 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/get_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/get_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/update_config.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/update_config.py index 7f625a5d9..ab728c329 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/update_config.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/equ8_config/update_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/__init__.py index 0906ba527..bab213048 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_upload_url.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_upload_url.py index 7aba4110a..039154020 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_upload_url.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_upload_url.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.folder = folder instance.namespace = namespace instance.file_type = file_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_user_upload_c_8f862a.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_user_upload_c_8f862a.py index 6a81906ce..c47655753 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_user_upload_c_8f862a.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/generated_user_upload_c_8f862a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.file_type = file_type if category is not None: instance.category = category + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_upload_url.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_upload_url.py index e8e0fb26f..b48ef2e4d 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_upload_url.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_upload_url.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.folder = folder instance.namespace = namespace instance.file_type = file_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_user_u_2061db.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_user_u_2061db.py index e6991d890..b5c388f80 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_user_u_2061db.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/file_upload/public_generated_user_u_2061db.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -280,6 +280,8 @@ def create( instance.file_type = file_type if category is not None: instance.category = category + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/__init__.py index 0d6ead068..897cbc285 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/add_country_group.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/add_country_group.py index c4f595599..6275ed1f7 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/add_country_group.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/add_country_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/delete_country_group.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/delete_country_group.py index 8c384ee7b..7caa50752 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/delete_country_group.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/delete_country_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.country_group_code = country_group_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_countries.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_countries.py index 2a16d9ac7..1ffc9b809 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_countries.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_countries.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.namespace = namespace if lang is not None: instance.lang = lang + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_country_groups.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_country_groups.py index 4e324d260..d935a7836 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_country_groups.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_country_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.namespace = namespace if group_code is not None: instance.group_code = group_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_languages.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_languages.py index cadfc1178..dadb48402 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_languages.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_languages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetLanguages: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_time_zones.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_time_zones.py index f6af265ba..f1c0e2abf 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_time_zones.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/get_time_zones.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetTimeZones: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_countries.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_countries.py index a4f7a1c53..5b58f2a4b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_countries.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_countries.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.namespace = namespace if lang is not None: instance.lang = lang + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_languages.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_languages.py index 2ecb63d00..df9ae88ce 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_languages.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_languages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -190,6 +190,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetLanguages: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time.py index 169ec1f4d..5f7c74272 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -158,6 +158,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetTime: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time_zones.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time_zones.py index 2898cc33c..1cda729c2 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time_zones.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/public_get_time_zones.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -190,6 +190,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetTimeZones: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/update_country_group.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/update_country_group.py index 7c45eb4c8..cf204f82b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/update_country_group.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/misc/update_country_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/__init__.py index cba72f616..94dd7cda7 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -17,8 +17,10 @@ from .change_namespace_status import ChangeNamespaceStatus from .create_namespace import CreateNamespace from .delete_namespace import DeleteNamespace +from .get_child_namespaces import GetChildNamespaces from .get_game_namespaces import GetGameNamespaces from .get_namespace import GetNamespace +from .get_namespace_context import GetNamespaceContext from .get_namespace_publisher import GetNamespacePublisher from .get_namespaces import GetNamespaces from .public_get_namespace_publisher import PublicGetNamespacePublisher diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/change_namespace_status.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/change_namespace_status.py index c336affe8..b5478dcf0 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/change_namespace_status.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/change_namespace_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/create_namespace.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/create_namespace.py index 9f54abb4a..326831654 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/create_namespace.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/create_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/delete_namespace.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/delete_namespace.py index fc8d7bb28..8dded889c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/delete_namespace.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/delete_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteNamespace: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_child_namespaces.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_child_namespaces.py new file mode 100644 index 000000000..2f3e5f618 --- /dev/null +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_child_namespaces.py @@ -0,0 +1,260 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Basic Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import ErrorEntity +from ...models import NamespaceInfo + + +class GetChildNamespaces(Operation): + """Get child namespaces (getChildNamespaces) + + Get child namespaces. + If input namespace is publisher namespace, then it will return its all studio namespace. + If input namespace is studio namespace, then it will return its all game namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : list of child namespaces + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/child + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + active_only: (activeOnly) OPTIONAL bool in query + + Responses: + 200: OK - List[NamespaceInfo] (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + + # region fields + + _url: str = "/basic/v1/admin/namespaces/{namespace}/child" + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + active_only: bool # OPTIONAL in [query] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + "query": self.get_query_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + def get_query_params(self) -> dict: + result = {} + if hasattr(self, "active_only"): + result["activeOnly"] = self.active_only + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> GetChildNamespaces: + self.namespace = value + return self + + def with_active_only(self, value: bool) -> GetChildNamespaces: + self.active_only = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "active_only") and self.active_only: + result["activeOnly"] = bool(self.active_only) + elif include_empty: + result["activeOnly"] = False + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[ + Union[None, List[NamespaceInfo]], Union[None, ErrorEntity, HttpResponse] + ]: + """Parse the given response. + + 200: OK - List[NamespaceInfo] (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return [NamespaceInfo.create_from_dict(i) for i in content], None + if code == 401: + return None, ErrorEntity.create_from_dict(content) + if code == 403: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, namespace: str, active_only: Optional[bool] = None, **kwargs + ) -> GetChildNamespaces: + instance = cls() + instance.namespace = namespace + if active_only is not None: + instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> GetChildNamespaces: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "activeOnly" in dict_ and dict_["activeOnly"] is not None: + instance.active_only = bool(dict_["activeOnly"]) + elif include_empty: + instance.active_only = False + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + "activeOnly": "active_only", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + "activeOnly": False, + } + + # endregion static methods diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_game_namespaces.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_game_namespaces.py index 7de832abb..8928a6564 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_game_namespaces.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_game_namespaces.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace.py index 64debe016..8ee68c268 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.namespace = namespace if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_context.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_context.py new file mode 100644 index 000000000..22f8697e8 --- /dev/null +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_context.py @@ -0,0 +1,228 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Basic Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import ErrorEntity +from ...models import NamespaceContext + + +class GetNamespaceContext(Operation): + """Get context of namespace (getNamespaceContext) + + Get context of namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : context of namespace + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/context + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - NamespaceContext (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + + # region fields + + _url: str = "/basic/v1/admin/namespaces/{namespace}/context" + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> GetNamespaceContext: + self.namespace = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, NamespaceContext], Union[None, ErrorEntity, HttpResponse]]: + """Parse the given response. + + 200: OK - NamespaceContext (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return NamespaceContext.create_from_dict(content), None + if code == 401: + return None, ErrorEntity.create_from_dict(content) + if code == 403: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create(cls, namespace: str, **kwargs) -> GetNamespaceContext: + instance = cls() + instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> GetNamespaceContext: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + } + + # endregion static methods diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_publisher.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_publisher.py index 6b09c2cd2..1abe93406 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_publisher.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_publisher.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetNamespacePublisher: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespaces.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespaces.py index 6e31c04c5..2d9c412ba 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespaces.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/get_namespaces.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def create(cls, active_only: Optional[bool] = None, **kwargs) -> GetNamespaces: instance = cls() if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespace_publisher.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespace_publisher.py index 0e4bd3507..6295a738d 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespace_publisher.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespace_publisher.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetNamespacePublisher: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespaces.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespaces.py index a3b8907ea..6e0096045 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespaces.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespaces.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def create( instance = cls() if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/update_namespace.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/update_namespace.py index 65ba940c4..650976de0 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/update_namespace.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/namespace/update_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/__init__.py index dd3108a8b..46bc5a4d7 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/ban_users.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/ban_users.py index e00f7d962..6c8c8e842 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/ban_users.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/ban_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_actions.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_actions.py index 9e2e6649d..a37dbab4d 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_actions.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_actions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetActions: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_banned_users.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_banned_users.py index e25364628..1207badf8 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_banned_users.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_banned_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create(cls, namespace: str, user_ids: List[str], **kwargs) -> GetBannedUsers instance = cls() instance.namespace = namespace instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_user_status.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_user_status.py index 9c9e7c36d..8bcf249eb 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_user_status.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/get_user_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserStatus: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/public_report_user.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/public_report_user.py index cce1a8eff..966768f26 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/public_report_user.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/public_report_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/report_user.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/report_user.py index 12b081710..8fd2fd86c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/report_user.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/report_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/un_ban_users.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/un_ban_users.py index c84bb7979..3311a5c1b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/un_ban_users.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_action/un_ban_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/__init__.py index 7eb0e3474..20115b8c8 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/admin_get_user_profile__eda78b.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/admin_get_user_profile__eda78b.py index 1d9121eb6..905f14cf4 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/admin_get_user_profile__eda78b.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/admin_get_user_profile__eda78b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/create_my_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/create_my_profile.py index 179e7b72c..d1a206c4b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/create_my_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/create_my_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/delete_user_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/delete_user_profile.py index 92c40a03f..013dda5e3 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/delete_user_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/delete_user_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteUserProfile: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_custom_attributes_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_custom_attributes_info.py index 1a350e89a..2548b8836 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_custom_attributes_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_custom_attributes_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetCustomAttributesIn instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_private_custom_a_61114d.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_private_custom_a_61114d.py index c33e5cedc..985a510b0 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_private_custom_a_61114d.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_private_custom_a_61114d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetMyPrivateCustomAttributesInfo: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_profile_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_profile_info.py index 7b59b38f9..354bced31 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_profile_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_profile_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetMyProfileInfo: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_zip_code.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_zip_code.py index de4d20ef5..8eb2a827c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_zip_code.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_my_zip_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetMyZipCode: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_private_custom_attr_322032.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_private_custom_attr_322032.py index 552bb82a6..a24fe7479 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_private_custom_attr_322032.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_private_custom_attr_322032.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info.py index 4847686c2..b87dd31c5 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserProfileInfo: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info_b_5dfc7f.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info_b_5dfc7f.py index 9402c4ba6..5507cf6b2 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info_b_5dfc7f.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/get_user_profile_info_b_5dfc7f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.namespace = namespace instance.public_id = public_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_create_user_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_create_user_profile.py index c21bb7d5c..25be85723 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_create_user_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_create_user_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_custom_attri_5323c2.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_custom_attri_5323c2.py index 1e0dce476..ae7d8a1d1 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_custom_attri_5323c2.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_custom_attri_5323c2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_0d683e.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_0d683e.py index 07b95be88..4761ba6ec 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_0d683e.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_0d683e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance = cls() instance.namespace = namespace instance.public_id = public_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_64cc50.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_64cc50.py index 6ea922806..8fc342567 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_64cc50.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_64cc50.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_cdd77a.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_cdd77a.py index e5581a7c6..dc51b93dc 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_cdd77a.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_cdd77a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_info.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_info.py index f54b2d570..ec6e9ea50 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_info.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_get_user_profile_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetUserProfileI instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_custom_at_7dcf23.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_custom_at_7dcf23.py index d6e7ee724..9327a3774 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_custom_at_7dcf23.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_custom_at_7dcf23.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_prof_c93172.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_prof_c93172.py index 1b186a114..bfabc6c48 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_prof_c93172.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_prof_c93172.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_profile.py index 0ca6317c6..42d6d860b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/public_update_user_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_custom_attribute_105f42.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_custom_attribute_105f42.py index 508e95f4f..506245ab6 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_custom_attribute_105f42.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_custom_attribute_105f42.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_private_custo_49ebda.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_private_custo_49ebda.py index a2aeb28d7..52e6285e1 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_private_custo_49ebda.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_private_custo_49ebda.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_profile.py index 79a78a0ce..8f788633a 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_zip_code.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_zip_code.py index 5e71d6b05..367872881 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_zip_code.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_my_zip_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.user_zip_code_update = user_zip_code_update instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_private_custom_a_62b74f.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_private_custom_a_62b74f.py index a999bb443..ac8291886 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_private_custom_a_62b74f.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_private_custom_a_62b74f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile.py index 50d564758..d3e22130b 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile_status.py b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile_status.py index 46ac58c52..9009d03a9 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile_status.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/operations/user_profile/update_user_profile_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Basic Service (2.15.1) +# AccelByte Gaming Services Basic Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/__init__.py b/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/__init__.py index 0553d6663..db9ca119c 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/__init__.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Basic Service.""" -__version__ = "2.15.1" +__version__ = "2.16.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -73,10 +73,14 @@ from ._namespace import create_namespace_async from ._namespace import delete_namespace from ._namespace import delete_namespace_async +from ._namespace import get_child_namespaces +from ._namespace import get_child_namespaces_async from ._namespace import get_game_namespaces from ._namespace import get_game_namespaces_async from ._namespace import get_namespace from ._namespace import get_namespace_async +from ._namespace import get_namespace_context +from ._namespace import get_namespace_context_async from ._namespace import get_namespace_publisher from ._namespace import get_namespace_publisher_async from ._namespace import get_namespaces diff --git a/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/_namespace.py b/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/_namespace.py index 7bebc827d..2ca9afbbb 100644 --- a/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/_namespace.py +++ b/src/services/basic/accelbyte_py_sdk/api/basic/wrappers/_namespace.py @@ -30,6 +30,7 @@ from accelbyte_py_sdk.core import same_doc_as from ..models import ErrorEntity +from ..models import NamespaceContext from ..models import NamespaceCreate from ..models import NamespaceInfo from ..models import NamespacePublisherInfo @@ -40,13 +41,16 @@ from ..operations.namespace import ChangeNamespaceStatus from ..operations.namespace import CreateNamespace from ..operations.namespace import DeleteNamespace +from ..operations.namespace import GetChildNamespaces from ..operations.namespace import GetGameNamespaces from ..operations.namespace import GetNamespace +from ..operations.namespace import GetNamespaceContext from ..operations.namespace import GetNamespacePublisher from ..operations.namespace import GetNamespaces from ..operations.namespace import PublicGetNamespacePublisher from ..operations.namespace import PublicGetNamespaces from ..operations.namespace import UpdateNamespace +from ..models import NamespaceContextTypeEnum from ..models import NamespaceInfoStatusEnum from ..models import NamespaceStatusUpdateStatusEnum @@ -393,6 +397,118 @@ async def delete_namespace_async( ) +@same_doc_as(GetChildNamespaces) +def get_child_namespaces( + active_only: Optional[bool] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get child namespaces (getChildNamespaces) + + Get child namespaces. + If input namespace is publisher namespace, then it will return its all studio namespace. + If input namespace is studio namespace, then it will return its all game namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : list of child namespaces + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/child + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + active_only: (activeOnly) OPTIONAL bool in query + + Responses: + 200: OK - List[NamespaceInfo] (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetChildNamespaces.create( + active_only=active_only, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(GetChildNamespaces) +async def get_child_namespaces_async( + active_only: Optional[bool] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get child namespaces (getChildNamespaces) + + Get child namespaces. + If input namespace is publisher namespace, then it will return its all studio namespace. + If input namespace is studio namespace, then it will return its all game namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : list of child namespaces + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/child + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + active_only: (activeOnly) OPTIONAL bool in query + + Responses: + 200: OK - List[NamespaceInfo] (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetChildNamespaces.create( + active_only=active_only, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(GetGameNamespaces) def get_game_namespaces( active_only: Optional[bool] = None, @@ -625,6 +741,106 @@ async def get_namespace_async( ) +@same_doc_as(GetNamespaceContext) +def get_namespace_context( + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get context of namespace (getNamespaceContext) + + Get context of namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : context of namespace + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/context + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - NamespaceContext (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetNamespaceContext.create( + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(GetNamespaceContext) +async def get_namespace_context_async( + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get context of namespace (getNamespaceContext) + + Get context of namespace. + Other detail info: + + * Required permission : resource= "ADMIN:NAMESPACE:{namespace}:NAMESPACE" , action=2 (READ) + * Returns : context of namespace + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:NAMESPACE [READ] + + Properties: + url: /basic/v1/admin/namespaces/{namespace}/context + + method: GET + + tags: ["Namespace"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - NamespaceContext (Successful operation) + + 401: Unauthorized - ErrorEntity (20001: unauthorized) + + 403: Forbidden - ErrorEntity (20013: insufficient permission) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetNamespaceContext.create( + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(GetNamespacePublisher) def get_namespace_publisher( namespace: Optional[str] = None, diff --git a/src/services/basic/pyproject.toml b/src/services/basic/pyproject.toml index f905112cc..daf956f69 100644 --- a/src/services/basic/pyproject.toml +++ b/src/services/basic/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-basic" readme = "README.md" -version = "0.4.0" +version = "0.5.0" description = "AccelByte Python SDK - AccelByte Gaming Services Basic Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/chat/README.md b/src/services/chat/README.md index 4230a0129..2ede62de0 100644 --- a/src/services/chat/README.md +++ b/src/services/chat/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Chat Service -* Version: 0.4.16 +* Version: 0.4.17 ``` ## Setup diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/__init__.py index 31da84797..217d8f39a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/__init__.py index e79956135..2cce3804f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_add_member_params.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_add_member_params.py index 477a3ef4c..240e4b847 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_add_member_params.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_add_member_params.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_namespace_topic_params.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_namespace_topic_params.py index 20c9bfe2b..4f30abf98 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_namespace_topic_params.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_namespace_topic_params.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_params.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_params.py index 5a6991eab..9fffde9e0 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_params.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_params.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_response.py index 20099589a..ecfb49867 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_create_topic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_mute_user_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_mute_user_request.py index 4931cf518..11bc16b40 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_mute_user_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_mute_user_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_muted_topic_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_muted_topic_response.py index 38d24d6e1..2d3ab6e95 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_muted_topic_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_muted_topic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_send_chat_params.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_send_chat_params.py index f49e3469b..81b3ae97c 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_send_chat_params.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_send_chat_params.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_unmute_user_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_unmute_user_request.py index 2c124629d..22f9fe79e 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_unmute_user_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_unmute_user_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_update_topic_params.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_update_topic_params.py index 66cb67b18..0a5fd9e15 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/api_update_topic_params.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/api_update_topic_params.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/log_app_message_declaration.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/log_app_message_declaration.py index cfda3b37c..fba60c3f4 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/log_app_message_declaration.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/log_app_message_declaration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_add_user_to_topic_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_add_user_to_topic_result.py index 6c04ee36f..c208bc71a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_add_user_to_topic_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_add_user_to_topic_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_delete_topic_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_delete_topic_result.py index bd093f608..2d90ddb3f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_delete_topic_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/message_action_delete_topic_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_request.py index 07acfdf81..e83af11d4 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_response.py index f4197407f..fc7b40fd3 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_add_inbox_category_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_param.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_param.py index 684d02454..a4a9c3234 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_param.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_param.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_result.py index 3f1047a3e..ee8c38fb9 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_ban_topic_member_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_category_hook.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_category_hook.py index 51a693cb5..57eddfd50 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_category_hook.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_category_hook.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_response.py index e0bfaac0d..07c50668c 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_summary_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_summary_response.py index ab0d48f03..c196efbae 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_summary_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_summary_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_with_pagination_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_with_pagination_response.py index 4742d580f..abf068ee8 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_with_pagination_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_channel_topic_with_pagination_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_response.py index d5bcfcb32..2ebec84d9 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_with_pagination_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_with_pagination_response.py index ed0b98384..332b6cbfb 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_with_pagination_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_message_with_pagination_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshot_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshot_message.py index 865ac1d5b..1237833b4 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshot_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshot_message.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshots.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshots.py index 5035facc2..0c331a6bb 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshots.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_chat_snapshots.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config.py index 8a51d64ad..f2e91ed10 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_export.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_export.py index 81b98be64..90c900b98 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_export.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_export.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_list.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_list.py index 6e6d917dc..c4c4e1d56 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_list.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_response.py index cfff1862f..e447a5625 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary.py index 4fd4ece88..c375bd03a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_child.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_child.py index 1b25eb045..e3a311f02 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_child.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_child.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export.py index d9aab828e..34ecef4c8 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export_item.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export_item.py index 0a163d8b1..9001e673d 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export_item.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_export_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_group.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_group.py index 4ec2198c6..0bd04d17f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_group.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_group.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_import_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_import_result.py index 2e8499247..e4a2e8cee 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_import_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_import_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_bulk_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_bulk_request.py index 9784bf691..1d777c9a0 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_bulk_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_bulk_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_request.py index 4f1b65feb..f319b2cf5 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_insert_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_query_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_query_result.py index 9c676caa0..b555b0627 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_query_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_query_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_update_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_update_request.py index b5b2e5f6b..141d1dc1a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_update_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_with_children.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_with_children.py index 3d78630f6..34bfe0c99 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_with_children.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_with_children.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_word_changes.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_word_changes.py index e0743cfe7..5c5cca097 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_word_changes.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_dictionary_word_changes.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_categories_response_item.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_categories_response_item.py index 01166c98e..8486cd7c7 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_categories_response_item.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_categories_response_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response.py index ae5421780..a2cde10a8 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response_data.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response_data.py index 2171a2d8b..97ccf54ff 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response_data.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_messages_response_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_stats_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_stats_response.py index cd127e670..73fc7bf8b 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_stats_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_stats_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_users_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_users_response.py index dae75ea8e..800f349ee 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_users_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_get_inbox_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_import_config_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_import_config_response.py index aecb1de82..8f4767537 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_import_config_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_import_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_json_schema_type.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_json_schema_type.py index 253218690..adef6e20a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_json_schema_type.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_json_schema_type.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_message_stats.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_message_stats.py index 8cff0a5ce..af0f1f3cd 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_message_stats.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_message_stats.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_pagination.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_pagination.py index 4492d861b..97e6c1b0b 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_pagination.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_request.py index 16c88f216..0b7d533bc 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_response.py index a92e4a34c..0e659c3dc 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_ban_topic_members_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_request.py index 625cd0591..fe58fd6d0 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_response.py index 10f8fc554..8567d2aa4 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_public_unban_topic_members_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_request.py index bc1523e83..4d95d98d2 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_response.py index 363995269..b9c94d190 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_save_inbox_message_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_request.py index cd61b1359..539beef85 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_response.py index 575c0ceff..766d37c4f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_send_inbox_message_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_info.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_info.py index 7e4e5cae8..bbccf1c72 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_info.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_item.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_item.py index c13c2d3f5..fbdda390a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_item.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_with_pagination_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_with_pagination_response.py index ef7fd34c2..72d59787f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_with_pagination_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_log_with_pagination_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_response.py index 55610e2dd..090590b3b 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_with_pagination_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_with_pagination_response.py index aadc87853..22c897f95 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_with_pagination_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_member_with_pagination_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_response.py index 2dec9b727..e1256020f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_topic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_param.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_param.py index f97bd9a17..bf0107cb3 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_param.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_param.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_result.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_result.py index e9c18c666..7a0e7b9ae 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_result.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unban_topic_member_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_request.py index 8d0c1a41d..809505c9e 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_response.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_response.py index 9559d62c4..9c81ab27b 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_response.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_unsend_inbox_message_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_category_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_category_request.py index f58921e86..18ed702fb 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_category_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_category_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_message_request.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_message_request.py index e4c8dba77..fca5bffb2 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_message_request.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_update_inbox_message_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_user_inbox.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_user_inbox.py index ffc6b2789..72ed4d50f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/models_user_inbox.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/models_user_inbox.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/response_error.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/response_error.py index 5aebb9e61..7ac43920f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/response_error.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/restapi_error_response_body.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/restapi_error_response_body.py index f856b552b..91caa1922 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/restapi_error_response_body.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/restapi_error_response_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/models/topic_info_member.py b/src/services/chat/accelbyte_py_sdk/api/chat/models/topic_info_member.py index cb01ad5b6..6cb2a7ef0 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/models/topic_info_member.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/models/topic_info_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/__init__.py index 134be7dbb..1ca7f5613 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/__init__.py index 373d38dfd..8cfff23b3 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_all_config_v1.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_all_config_v1.py index b92e50960..86dbb121e 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_all_config_v1.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_all_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetAllConfigV1: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_config_v1.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_config_v1.py index cf1c93ce8..97af0b489 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_config_v1.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_get_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetConfigV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_update_config_v1.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_update_config_v1.py index 56a7ba216..95b231f17 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_update_config_v1.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/admin_update_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/export_config.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/export_config.py index 11c66cacf..2deeef6e1 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/export_config.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/export_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/import_config.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/import_config.py index 5ab1cfb55..109da46a6 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/import_config.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/config/import_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/__init__.py index 9b3ccea53..772bd69b5 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_add_inbox_category.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_add_inbox_category.py index e2e2b47c9..bc1e99b5a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_add_inbox_category.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_add_inbox_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_category.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_category.py index 392eaa449..e4d60a223 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_category.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance = cls() instance.category = category instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_message.py index 87aa69f69..9e3d5b10d 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_delete_inbox_message.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.namespace = namespace if force is not None: instance.force = force + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_category_schema.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_category_schema.py index 3b70af847..270950035 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_category_schema.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_category_schema.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create(cls, category: str, namespace: str, **kwargs) -> AdminGetCategorySche instance = cls() instance.category = category instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_categories.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_categories.py index bb980d3ba..f335bcf11 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_categories.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetInboxCategories: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_messages.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_messages.py index 9d0c2aa4a..db932f2b3 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_messages.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -387,6 +387,8 @@ def create( instance.status = status if transient is not None: instance.transient = transient + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_stats.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_stats.py index c2174519d..60ffc5b47 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_stats.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if message_id is not None: instance.message_id = message_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_users.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_users.py index d6c69a1b7..7167b2973 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_users.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_get_inbox_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_save_inbox_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_save_inbox_message.py index 1c06c8842..036f91413 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_save_inbox_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_save_inbox_message.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_send_inbox_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_send_inbox_message.py index 800e60efd..8822b35b3 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_send_inbox_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_send_inbox_message.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.message_id = message_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_unsend_inbox_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_unsend_inbox_message.py index 83c48f767..2492a7616 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_unsend_inbox_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_unsend_inbox_message.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.inbox = inbox instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_category.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_category.py index 2cc1b56a7..b9095e417 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_category.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.category = category instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_message.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_message.py index 5c1b59ee1..3977a5f15 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_message.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/inbox/admin_update_inbox_message.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.message_id = message_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/__init__.py index 4ea38f431..585a9e7bf 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_delete_chat_snapshot.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_delete_chat_snapshot.py index d473aa133..953c57668 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_delete_chat_snapshot.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_delete_chat_snapshot.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, chat_id: str, namespace: str, **kwargs) -> AdminDeleteChatSnapsh instance = cls() instance.chat_id = chat_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_get_chat_snapshot.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_get_chat_snapshot.py index 11f628533..b3fd4d36f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_get_chat_snapshot.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/admin_get_chat_snapshot.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, chat_id: str, namespace: str, **kwargs) -> AdminGetChatSnapshot: instance = cls() instance.chat_id = chat_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/public_get_chat_snapshot.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/public_get_chat_snapshot.py index ad27501d6..d9deaab40 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/public_get_chat_snapshot.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/moderation/public_get_chat_snapshot.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.chat_id = chat_id instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/__init__.py index 6ff44232c..e658d347a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/public_get_messages.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/public_get_messages.py index 4d3b61562..d791d8270 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/public_get_messages.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/operations/public_get_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMessages: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/__init__.py index 0fa3d0fb9..5a40b8362 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create.py index 44d07fb39..48d786a4c 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create_bulk.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create_bulk.py index 528afe8f9..3c2cba393 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create_bulk.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_create_bulk.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_delete.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_delete.py index 84db061e1..4c72d0ab7 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_delete.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_delete.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, id_: str, namespace: str, **kwargs) -> AdminProfanityDelete: instance = cls() instance.id_ = id_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_export.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_export.py index f1213348a..7ba381990 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_export.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_export.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminProfanityExport: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_group.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_group.py index 23d018a1f..b37944cfc 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_group.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_import.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_import.py index 44aafb9b9..900854683 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_import.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_import.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -280,6 +280,8 @@ def create( instance.action = action if show_result is not None: instance.show_result = show_result + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_query.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_query.py index d1b986036..1d9e3d89a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_query.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_query.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -333,6 +333,8 @@ def create( instance.start_with = start_with if word_type is not None: instance.word_type = word_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_update.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_update.py index 2ecee59a2..49108182e 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_update.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/profanity/admin_profanity_update.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.id_ = id_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/__init__.py index 71fb2015f..a9b966d6f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_add_topic_member.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_add_topic_member.py index 0bdca45c0..a2e416dbb 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_add_topic_member.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_add_topic_member.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace instance.topic = topic instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_ban_topic_members.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_ban_topic_members.py index 3f936ce68..9ec11b8e6 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_ban_topic_members.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_ban_topic_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_info.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_info.py index 2ec4e2257..e1bed2a47 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_info.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, topic: str, **kwargs) -> AdminChannelTopicInfo: instance = cls() instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_list.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_list.py index 63d91febb..162699bad 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_list.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.offset = offset if topic_name is not None: instance.topic_name = topic_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_summary.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_summary.py index 19fbb24f5..d4e452242 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_summary.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_channel_topic_summary.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminChannelTopicSummary: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_chat_history.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_chat_history.py index f0cd6b7bf..ddb16914c 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_chat_history.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_chat_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -378,6 +378,8 @@ def create( instance.start_created_at = start_created_at if topic is not None: instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_namespace_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_namespace_topic.py index 21c2b97c5..c6ea00c5f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_namespace_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_namespace_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_topic.py index d33a3c357..5e591cb8b 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_create_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_chat.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_chat.py index 456985d7a..7a471420c 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_chat.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_chat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.chat_id = chat_id instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_topic.py index 59dbacd34..3f9909f53 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_delete_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def create(cls, namespace: str, topic: str, **kwargs) -> AdminDeleteTopic: instance = cls() instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic.py index 0e361dc5a..06f71d3f8 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -375,6 +375,8 @@ def create( instance.topic_type = topic_type if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic_log.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic_log.py index 87004e7f7..71e093f08 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic_log.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_topic_log.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -343,6 +343,8 @@ def create( instance.topic_ids = topic_ids if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_users_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_users_topic.py index f816a8fd3..53a572dd9 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_users_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_query_users_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -326,6 +326,8 @@ def create( instance.topic_sub_type = topic_sub_type if topic_type is not None: instance.topic_type = topic_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_remove_topic_member.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_remove_topic_member.py index 8113422ac..b565262b2 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_remove_topic_member.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_remove_topic_member.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create( instance.namespace = namespace instance.topic = topic instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_send_chat.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_send_chat.py index b7df63818..3f00f6821 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_send_chat.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_send_chat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_chat_history.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_chat_history.py index 33d74f161..89c93bd5a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_chat_history.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_chat_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -362,6 +362,8 @@ def create( instance.shard_id = shard_id if start_created_at is not None: instance.start_created_at = start_created_at + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_list.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_list.py index 895360fda..b8e9e2335 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_list.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if topic_type is not None: instance.topic_type = topic_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_members.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_members.py index f22e08f83..badefdb83 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_members.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -313,6 +313,8 @@ def create( instance.offset = offset if shard_id is not None: instance.shard_id = shard_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_shards.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_shards.py index 630dfb744..63eba1833 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_shards.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_topic_shards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create(cls, namespace: str, topic: str, **kwargs) -> AdminTopicShards: instance = cls() instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_unban_topic_members.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_unban_topic_members.py index f832d89fa..02e5b7cfe 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_unban_topic_members.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_unban_topic_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_update_topic.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_update_topic.py index 7b3bb7d37..efecf4837 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_update_topic.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/admin_update_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_ban_topic_members.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_ban_topic_members.py index 02d0ea319..5b7355319 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_ban_topic_members.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_ban_topic_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_chat_history.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_chat_history.py index 287b6027b..26c5d8ce2 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_chat_history.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_chat_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -280,6 +280,8 @@ def create( instance.order = order if start_created_at is not None: instance.start_created_at = start_created_at + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_delete_chat.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_delete_chat.py index 8c7c561b4..b06e1c12d 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_delete_chat.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_delete_chat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.chat_id = chat_id instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_get_muted_topics.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_get_muted_topics.py index 673488f8b..46614100a 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_get_muted_topics.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_get_muted_topics.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetMutedTopics: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_mute_user.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_mute_user.py index dc832cf86..d0d49f6c2 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_mute_user.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_mute_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_topic_list.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_topic_list.py index 42536db5f..b8a2b039f 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_topic_list.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_topic_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.offset = offset if topic_type is not None: instance.topic_type = topic_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unban_topic_members.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unban_topic_members.py index 3b9d1e279..2960df405 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unban_topic_members.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unban_topic_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unmute_user.py b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unmute_user.py index 3e682df24..eeace8e32 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unmute_user.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/operations/topic/public_unmute_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Chat Service (0.4.16) +# AccelByte Gaming Services Chat Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/chat/accelbyte_py_sdk/api/chat/wrappers/__init__.py b/src/services/chat/accelbyte_py_sdk/api/chat/wrappers/__init__.py index 79d372fc4..4de264f72 100644 --- a/src/services/chat/accelbyte_py_sdk/api/chat/wrappers/__init__.py +++ b/src/services/chat/accelbyte_py_sdk/api/chat/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Chat Service.""" -__version__ = "0.4.16" +__version__ = "0.4.17" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/chat/pyproject.toml b/src/services/chat/pyproject.toml index 05e69a0eb..53a5ea1c7 100644 --- a/src/services/chat/pyproject.toml +++ b/src/services/chat/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-chat" readme = "README.md" -version = "0.4.0" +version = "0.5.0" description = "AccelByte Python SDK - AccelByte Gaming Services Chat Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/cloudsave/README.md b/src/services/cloudsave/README.md index 2147ced91..caac68893 100644 --- a/src/services/cloudsave/README.md +++ b/src/services/cloudsave/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Cloudsave Service -* Version: 3.13.0 +* Version: 3.14.0 ``` ## Setup diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/__init__.py index c582b6c81..2ac20d4d9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/__init__.py index df0832403..a3783f0eb 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_concurrent_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_concurrent_record_request.py index 83a04f60e..89cef8339 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_concurrent_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_concurrent_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_concurrent_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_concurrent_record_request.py index a557ca283..6506428dc 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_concurrent_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_concurrent_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_request.py index e59fc257a..d1ad8e34b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_response.py index f15df3832..52cc96004 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_game_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_concurrent_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_concurrent_record_request.py index 49447a6c2..8f0e49a73 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_concurrent_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_concurrent_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_key_info.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_key_info.py index eb8a8fa3c..8d31966f3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_key_info.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_key_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_request.py index eaac09e80..b79440048 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_response.py index 019d2688a..7824bd6cd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_admin_player_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_app_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_app_config.py index 429b916ef..f000de4b8 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_app_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_app_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_info_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_info_response.py index 2299af6e0..1ca3e339b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_info_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_info_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_record_request.py index 825fceffa..b567bcecc 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_binary_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_request.py index 229766bab..4136053e3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_response.py index 1b357337b..0dca5fe7b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_game_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_request.py index 45ab82d8f..feeef177a 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_response.py index 4ef14c10a..03b19ff6a 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_admin_player_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_binary_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_binary_record_response.py index 9fb5a381b..b6f74f765 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_binary_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_binary_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_request.py index 0f21903cf..88f700d5f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_response.py index 07f3e421a..91a3bd98e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_game_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_binary_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_binary_record_response.py index 494e9abc3..69bcf6ef5 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_binary_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_binary_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_response.py index f9b905b70..196eb1baa 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_size_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_size_response.py index ccad17a03..017e2196e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_size_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_record_size_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_records_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_records_request.py index b65fbee85..55a331568 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_records_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_get_player_records_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_request_detail.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_request_detail.py index d9bd9a2fe..3f24b9da2 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_request_detail.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_request_detail.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_response.py index c65036ce2..d7d6e4b5d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_records_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_records_request.py index 2099a076b..4b86999a7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_records_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_update_player_records_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_i_ds_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_i_ds_request.py index 1070d25be..261c57967 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_i_ds_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_i_ds_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_key_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_key_request.py index 1df522d80..d96cc5feb 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_key_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_bulk_user_key_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_concurrent_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_concurrent_record_request.py index 453ec5431..5f8658ddf 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_concurrent_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_concurrent_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_config.py index da5609a46..54f84b3b8 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_function.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_function.py index 25b869982..6091fa78d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_function.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_custom_function.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_create.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_create.py index fc159da2b..ea7eb4743 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_create.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_metadata_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_metadata_request.py index fac4e118d..7a1f7045c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_metadata_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_metadata_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_response.py index acfffbf0c..3123705b2 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_binary_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_request.py index 9c04c7260..7cb0e2382 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_response.py index 99929dc87..6d9e2305e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_game_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_game_record_keys_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_game_record_keys_response.py index 6067392fc..62a5cc717 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_game_record_keys_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_game_record_keys_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_player_record_keys_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_player_record_keys_response.py index b874cb26a..475dbfbc0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_player_record_keys_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_admin_player_record_keys_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_binary_records_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_binary_records_response.py index a19271a17..b1133eed7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_binary_records_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_binary_records_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_record_keys_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_record_keys_response.py index c77296d66..dccf116d9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_record_keys_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_game_record_keys_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_binary_records_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_binary_records_response.py index 395d09cdd..e0ee57eac 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_binary_records_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_binary_records_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_record_keys_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_record_keys_response.py index e273123b9..2abc93b50 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_record_keys_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_list_player_record_keys_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_pagination.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_pagination.py index 300227c48..08188506d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_pagination.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_create.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_create.py index 688a4db9e..ff4e993ee 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_create.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_public_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_public_request.py index 50a36a078..3b078759d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_public_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_public_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_request.py index d801d3517..8ccbf1857 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_metadata_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_response.py index 24aee3759..7f380df5c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_binary_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_concurrent_update_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_concurrent_update_response.py index 0ea7d3263..7d917563e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_concurrent_update_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_concurrent_update_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_key_info.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_key_info.py index 71ce7f0ec..a20cec303 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_key_info.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_key_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_request.py index 1511034ae..cba29b22f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_response.py index 43b359b44..171de77bf 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_size_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_size_response.py index e02e1797c..379718549 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_size_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_player_record_size_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_request.py index 7487cfe40..97aff9fbd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_response.py index 7c834f2b9..fa08895f3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_plugin_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_game_binary_record_create.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_game_binary_record_create.py index 3a7ea0c3f..82b7eee11 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_game_binary_record_create.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_game_binary_record_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_player_binary_record_create.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_player_binary_record_create.py index 766e210a0..63fe2a8bb 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_player_binary_record_create.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_public_player_binary_record_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_response_error.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_response_error.py index 15c829c8c..f0801ca12 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_response_error.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_request.py index eb1054038..6677c0abb 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_response.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_response.py index 933f2ccb7..a70ee775c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_response.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_upload_binary_record_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_user_key_request.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_user_key_request.py index c67d28552..a725d9808 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_user_key_request.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/models/models_user_key_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/__init__.py index 9c04f4ea5..077b37ac9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/__init__.py index 757e2060f..0daeb8cfd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_game_re_99ac43.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_game_re_99ac43.py index 0fc126f42..ae6039caf 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_game_re_99ac43.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_game_re_99ac43.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -308,6 +308,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_player__e84e5d.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_player__e84e5d.py index 026c776b1..d82a18f28 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_player__e84e5d.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_admin_player__e84e5d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -360,6 +360,8 @@ def create( instance.user_id = user_id if response_body is not None: instance.response_body = response_body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_game_record_c_886b02.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_game_record_c_886b02.py index 30cba4cdc..1dd6d446c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_game_record_c_886b02.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_game_record_c_886b02.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -314,6 +314,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_public_1624a9.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_public_1624a9.py index ef19795ad..b61583eb1 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_public_1624a9.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_public_1624a9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -368,6 +368,8 @@ def create( instance.user_id = user_id if response_body is not None: instance.response_body = response_body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_record_233704.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_record_233704.py index a70cf70bd..48eb7f6e0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_record_233704.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_concurrent_record/admin_put_player_record_233704.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -366,6 +366,8 @@ def create( instance.user_id = user_id if response_body is not None: instance.response_body = response_body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/__init__.py index 9a3986fc8..b8303d6bd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_delete_game_binar_3752d7.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_delete_game_binar_3752d7.py index 95f390299..431d31a8f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_delete_game_binar_3752d7.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_delete_game_binar_3752d7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_get_game_binary_r_5df25c.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_get_game_binary_r_5df25c.py index 06be49801..6d963b260 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_get_game_binary_r_5df25c.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_get_game_binary_r_5df25c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> AdminGetGameBinaryRecordV instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_list_game_binary__f439a9.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_list_game_binary__f439a9.py index 76da45850..75f7f5c14 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_list_game_binary__f439a9.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_list_game_binary__f439a9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ace069.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ace069.py index 88e2cfc97..9dece2791 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ace069.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ace069.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ce9dc6.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ce9dc6.py index 185139acf..a54f10496 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ce9dc6.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_post_game_binary__ce9dc6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_47597f.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_47597f.py index d80dbc52b..4681d29da 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_47597f.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_47597f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_a490ed.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_a490ed.py index 8d7e5fd26..c7c056f29 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_a490ed.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_binary_record/admin_put_game_binary_r_a490ed.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/__init__.py index f52c4615e..492ae6da1 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_delete_game_recor_636983.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_delete_game_recor_636983.py index c71bad33a..d7df31e15 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_delete_game_recor_636983.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_delete_game_recor_636983.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_get_game_record_h_f6ed3a.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_get_game_record_h_f6ed3a.py index f07e8571a..cd8e11933 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_get_game_record_h_f6ed3a.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_get_game_record_h_f6ed3a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> AdminGetGameRecordHandler instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_post_game_record__9a2084.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_post_game_record__9a2084.py index ec267e1c7..99561fc87 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_post_game_record__9a2084.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_post_game_record__9a2084.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -309,6 +309,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_put_game_record_h_0dd624.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_put_game_record_h_0dd624.py index 448d34789..12b348c85 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_put_game_record_h_0dd624.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/admin_put_game_record_h_0dd624.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -297,6 +297,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/list_game_records_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/list_game_records_handler_v1.py index 8e16d6f59..4515f0bb1 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/list_game_records_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_game_record/list_game_records_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/__init__.py index 3a28c96f3..a5bc50eca 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_delete_player_bin_892eb5.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_delete_player_bin_892eb5.py index a280cc9ca..5440c7647 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_delete_player_bin_892eb5.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_delete_player_bin_892eb5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_get_player_binary_1076b9.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_get_player_binary_1076b9.py index 9f0747372..74e7cfc60 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_get_player_binary_1076b9.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_get_player_binary_1076b9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_list_player_binar_e452ce.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_list_player_binar_e452ce.py index 4ec6774be..5afeea765 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_list_player_binar_e452ce.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_list_player_binar_e452ce.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_e33f40.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_e33f40.py index 52dbf43c8..4c66bed42 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_e33f40.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_e33f40.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_f1a4e9.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_f1a4e9.py index 70a9f566a..ac0a1ad2e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_f1a4e9.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_post_player_binar_f1a4e9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_6424e4.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_6424e4.py index 2bc2f5793..37e5751a6 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_6424e4.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_6424e4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_bcf941.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_bcf941.py index 065db132c..65caa8cd3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_bcf941.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_binary_record/admin_put_player_binary_bcf941.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/__init__.py index 47756622f..f7caba65f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_pub_f11fd7.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_pub_f11fd7.py index 0749f85ce..82c869810 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_pub_f11fd7.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_pub_f11fd7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_rec_168241.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_rec_168241.py index 2de850a85..e007b534f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_rec_168241.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_delete_player_rec_168241.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_public_f015b6.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_public_f015b6.py index 191df1281..d2b11341b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_public_f015b6.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_public_f015b6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_b37faa.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_b37faa.py index b07872d06..6d4c355f0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_b37faa.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_b37faa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_d622c9.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_d622c9.py index 81cd74245..6afc2ddae 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_d622c9.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_d622c9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_f4a5eb.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_f4a5eb.py index d8aefd3a2..3422cb692 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_f4a5eb.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_get_player_record_f4a5eb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_publi_98e39e.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_publi_98e39e.py index bdc6494b7..85134b492 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_publi_98e39e.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_publi_98e39e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -315,6 +315,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_recor_6a96c8.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_recor_6a96c8.py index d519e1add..c1b352bfe 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_recor_6a96c8.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_post_player_recor_6a96c8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -335,6 +335,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_public_819faf.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_public_819faf.py index 5479ea6ab..0be113d7e 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_public_819faf.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_public_819faf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -303,6 +303,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_253e92.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_253e92.py index 7682a0ed4..aefcc5776 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_253e92.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_253e92.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_a8195d.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_a8195d.py index 582fe89cf..a702e13d5 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_a8195d.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_put_player_record_a8195d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -323,6 +323,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_retrieve_player_records.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_retrieve_player_records.py index b7a49603e..463887001 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_retrieve_player_records.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/admin_retrieve_player_records.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/bulk_get_player_record__4627ec.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/bulk_get_player_record__4627ec.py index 99846d66f..7c03c8067 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/bulk_get_player_record__4627ec.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/bulk_get_player_record__4627ec.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/list_player_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/list_player_record_handler_v1.py index b8885756d..c0b904771 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/list_player_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_player_record/list_player_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/__init__.py index 656d7aeb5..b9e13a6d0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_ga_c5c529.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_ga_c5c529.py index f324a37de..6e0133821 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_ga_c5c529.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_ga_c5c529.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_pl_b8e62a.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_pl_b8e62a.py index fb9065535..773e75997 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_pl_b8e62a.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_bulk_get_admin_pl_b8e62a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_game_1f080f.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_game_1f080f.py index 841f23511..3af02ce9c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_game_1f080f.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_game_1f080f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> AdminDeleteAdminGameRecor instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_play_632fe7.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_play_632fe7.py index 20d466186..4283e67b9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_play_632fe7.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_delete_admin_play_632fe7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_game_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_game_record_v1.py index c8c50e217..a7e9630ec 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_game_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_game_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> AdminGetAdminGameRecordV1 instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_player__37ad38.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_player__37ad38.py index 45e688eb8..8c8e5fbfd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_player__37ad38.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_get_admin_player__37ad38.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_game_r_476bfb.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_game_r_476bfb.py index 50d4e46f8..b0a55c344 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_game_r_476bfb.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_game_r_476bfb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_user_r_83dd7a.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_user_r_83dd7a.py index ddffc5d82..a62cb631b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_user_r_83dd7a.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_list_admin_user_r_83dd7a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_admin_game_r_e8f678.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_admin_game_r_e8f678.py index 7b6c5e88d..c5bd89dc9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_admin_game_r_e8f678.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_admin_game_r_e8f678.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -284,6 +284,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_player_admin_b138ee.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_player_admin_b138ee.py index 81bac5670..8dd3be56c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_player_admin_b138ee.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_post_player_admin_b138ee.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -305,6 +305,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_game_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_game_record_v1.py index 574d038d4..070d0dd63 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_game_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_game_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_player__6ed45f.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_player__6ed45f.py index 93dad165b..b8470bd92 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_player__6ed45f.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/admin_put_admin_player__6ed45f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/bulk_get_admin_player_r_e53570.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/bulk_get_admin_player_r_e53570.py index 48d2bbb1a..efc1d2cfc 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/bulk_get_admin_player_r_e53570.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/admin_record/bulk_get_admin_player_r_e53570.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/__init__.py index 2c84d4e97..79d712301 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_game_record_concurr_33e39a.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_game_record_concurr_33e39a.py index 0ad146e46..208d21e5c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_game_record_concurr_33e39a.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_game_record_concurr_33e39a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_public_recor_3f1a7f.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_public_recor_3f1a7f.py index 6a4485597..7ff2a7ae7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_public_recor_3f1a7f.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_public_recor_3f1a7f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -345,6 +345,8 @@ def create( instance.user_id = user_id if response_body is not None: instance.response_body = response_body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_record_concu_385e05.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_record_concu_385e05.py index cc347f783..6e55fdafe 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_record_concu_385e05.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/concurrent_record/put_player_record_concu_385e05.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -345,6 +345,8 @@ def create( instance.user_id = user_id if response_body is not None: instance.response_body = response_body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/__init__.py index 865c25879..2b3d42f18 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/create_plugin_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/create_plugin_config.py index d8916f6c4..b3cdcf5f9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/create_plugin_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/create_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/delete_plugin_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/delete_plugin_config.py index 91171d21b..531331fe3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/delete_plugin_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/delete_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeletePluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/get_plugin_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/get_plugin_config.py index 4fefeed7f..5a44c6982 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/get_plugin_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/get_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/update_plugin_config.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/update_plugin_config.py index 44a0d9cdb..4091492e6 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/update_plugin_config.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/plugin_config/update_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/__init__.py index a547d60e9..e765101c4 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/bulk_get_game_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/bulk_get_game_binary_record_v1.py index 419458573..defe23008 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/bulk_get_game_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/bulk_get_game_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/delete_game_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/delete_game_binary_record_v1.py index 9892a1749..e94618069 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/delete_game_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/delete_game_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> DeleteGameBinaryRecordV1: instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/get_game_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/get_game_binary_record_v1.py index 6e2a0b847..a0237a9f4 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/get_game_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/get_game_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> GetGameBinaryRecordV1: instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/list_game_binary_records_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/list_game_binary_records_v1.py index 82d0a51c4..22c245623 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/list_game_binary_records_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/list_game_binary_records_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_presig_1e4e53.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_presig_1e4e53.py index 88481aa88..074bf8117 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_presig_1e4e53.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_presig_1e4e53.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_record_v1.py index 1a3b2c8d1..2304844b7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/post_game_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/put_game_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/put_game_binary_record_v1.py index 30dff1b84..cab97c818 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/put_game_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_binary_record/put_game_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/__init__.py index 7c0ec9a38..a59a336cd 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/delete_game_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/delete_game_record_handler_v1.py index 92438711a..53c914626 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/delete_game_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/delete_game_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> DeleteGameRecordHandlerV1 instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_record_handler_v1.py index ce9c196ae..f230d96df 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, key: str, namespace: str, **kwargs) -> GetGameRecordHandlerV1: instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_records_bulk.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_records_bulk.py index 0995b22dd..79e5d9967 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_records_bulk.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/get_game_records_bulk.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/post_game_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/post_game_record_handler_v1.py index 084e6c8f9..717d64b17 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/post_game_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/post_game_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/put_game_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/put_game_record_handler_v1.py index 29928fde1..f66b5588b 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/put_game_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_game_record/put_game_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/__init__.py index eedf81274..d073fa048 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_my_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_my_binary_record_v1.py index e647b6e65..ef7def66d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_my_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_my_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_other_player_p_6c2093.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_other_player_p_6c2093.py index 08fca7a2a..1e7b71e3a 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_other_player_p_6c2093.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_other_player_p_6c2093.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_player_public__6635d7.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_player_public__6635d7.py index 1fcac2b80..423438bc1 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_player_public__6635d7.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/bulk_get_player_public__6635d7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/delete_player_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/delete_player_binary_record_v1.py index 11483a40d..a826257af 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/delete_player_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/delete_player_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_binary_record_v1.py index 5a9c4f81e..551b3c584 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_public_binar_e2a2d6.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_public_binar_e2a2d6.py index 0e5d126bb..bb70ca1c4 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_public_binar_e2a2d6.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/get_player_public_binar_e2a2d6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_my_binary_records_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_my_binary_records_v1.py index 9f0c92954..d900d8fe7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_my_binary_records_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_my_binary_records_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_other_player_publi_a9eef5.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_other_player_publi_a9eef5.py index 4e0202974..58292728a 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_other_player_publi_a9eef5.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/list_other_player_publi_a9eef5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_pres_38c5b5.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_pres_38c5b5.py index 885bb55dc..bd2d148fc 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_pres_38c5b5.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_pres_38c5b5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_record_v1.py index d63410cf4..ab32920eb 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/post_player_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_recor_012bcd.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_recor_012bcd.py index 4bee75891..73c26b6c0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_recor_012bcd.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_recor_012bcd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_record_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_record_v1.py index 851827b10..3b063d169 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_record_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_binary_record/put_player_binary_record_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/__init__.py index ec886d434..6667bf3c8 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/bulk_get_player_public__28e43c.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/bulk_get_player_public__28e43c.py index 31acbadc6..92c92209d 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/bulk_get_player_public__28e43c.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/bulk_get_player_public__28e43c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/delete_player_record_ha_3addde.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/delete_player_record_ha_3addde.py index be967c30c..472815cd7 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/delete_player_record_ha_3addde.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/delete_player_record_ha_3addde.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_17685a.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_17685a.py index 53dc382a3..a7eb4acd9 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_17685a.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_17685a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_4438d8.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_4438d8.py index a25017ef9..c386ee1d0 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_4438d8.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_other_player_public_4438d8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_public_recor_5ea27d.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_public_recor_5ea27d.py index 7cc44ce1f..64e9278a5 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_public_recor_5ea27d.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_public_recor_5ea27d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_record_handler_v1.py index bbe88e715..0d0e3cf32 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_records_bulk_b10df3.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_records_bulk_b10df3.py index 88ba3d88e..311c457c2 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_records_bulk_b10df3.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/get_player_records_bulk_b10df3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_public_reco_b8589e.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_public_reco_b8589e.py index 9854200cb..11d22b974 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_public_reco_b8589e.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_public_reco_b8589e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -323,6 +323,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_record_handler_v1.py index 50c764266..82cc25d7f 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/post_player_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -324,6 +324,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/public_delete_player_pu_0cc8b5.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/public_delete_player_pu_0cc8b5.py index ecfc036d4..362e0c5c2 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/public_delete_player_pu_0cc8b5.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/public_delete_player_pu_0cc8b5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_public_recor_7928cf.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_public_recor_7928cf.py index 675939afc..d327c73e3 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_public_recor_7928cf.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_public_recor_7928cf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -311,6 +311,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_record_handler_v1.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_record_handler_v1.py index e7b7f719f..1b35ca078 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_record_handler_v1.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/put_player_record_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -312,6 +312,8 @@ def create( instance.key = key instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/retrieve_player_records.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/retrieve_player_records.py index 7f5ecced2..eaee2b570 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/retrieve_player_records.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/operations/public_player_record/retrieve_player_records.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Cloudsave Service (3.13.0) +# AccelByte Gaming Services Cloudsave Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/wrappers/__init__.py b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/wrappers/__init__.py index af68ee7f9..94179fc6c 100644 --- a/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/wrappers/__init__.py +++ b/src/services/cloudsave/accelbyte_py_sdk/api/cloudsave/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Cloudsave Service.""" -__version__ = "3.13.0" +__version__ = "3.14.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/cloudsave/pyproject.toml b/src/services/cloudsave/pyproject.toml index a242cc32d..096abc31e 100644 --- a/src/services/cloudsave/pyproject.toml +++ b/src/services/cloudsave/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-cloudsave" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Cloudsave Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/log_app_message_declaration.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/log_app_message_declaration.py index 77480bf38..7fbd901ac 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/log_app_message_declaration.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/log_app_message_declaration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_allocation_event.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_allocation_event.py index ecd801ccd..e7e66615a 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_allocation_event.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_allocation_event.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_batch_download_logs_request.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_batch_download_logs_request.py index 4bfc7680e..faffca67d 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_batch_download_logs_request.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_batch_download_logs_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_download_logs_request.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_download_logs_request.py index c0dc369ad..d09b7708c 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_download_logs_request.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_download_logs_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_list_terminated_servers_response.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_list_terminated_servers_response.py index a57093f37..2b68688e7 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_list_terminated_servers_response.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_list_terminated_servers_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_log_file_status.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_log_file_status.py index 2db429537..3a09a4c4f 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_log_file_status.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_log_file_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_match_result.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_match_result.py index 7062c98c4..6aba83c28 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_match_result.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_match_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_notif_payload_server_status_change.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_notif_payload_server_status_change.py index e2f9af7d7..da70c852b 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_notif_payload_server_status_change.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_notif_payload_server_status_change.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_paging_cursor.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_paging_cursor.py index 5947f5b7f..9c7e98dc8 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_paging_cursor.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_paging_cursor.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_member.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_member.py index 1e35a3b4b..e29cbb0b0 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_member.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_party.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_party.py index 37ea7d2c7..bb3a4084f 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_party.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_match_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_matching_ally.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_matching_ally.py index 811848085..ad402800c 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_matching_ally.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_request_matching_ally.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server.py index b52bb1651..26398b036 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server_logs.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server_logs.py index f5985f218..1c5f1074d 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server_logs.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_server_logs.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_status_history.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_status_history.py index b07760ac5..00b27d13f 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_status_history.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/models_status_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/response_error.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/response_error.py index 0aabbc6de..c92d45080 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/response_error.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/admin/get_server_logs.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/admin/get_server_logs.py index b8b95d3c1..bcfe35134 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/admin/get_server_logs.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/admin/get_server_logs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.offset = offset if origin is not None: instance.origin = origin + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/batch_download_server_logs.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/batch_download_server_logs.py index 0f69c666d..ec364e9ad 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/batch_download_server_logs.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/batch_download_server_logs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create( ) -> BatchDownloadServerLogs: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/list_all_terminated_servers.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/list_all_terminated_servers.py index bf63f9fa7..b94391361 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/list_all_terminated_servers.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/all_terminated_servers/list_all_terminated_servers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -436,6 +436,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/dslogmanager_operations/public_get_messages.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/dslogmanager_operations/public_get_messages.py index f6bb41858..63ae92a21 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/dslogmanager_operations/public_get_messages.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/dslogmanager_operations/public_get_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMessages: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/check_server_logs.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/check_server_logs.py index 53ee61748..0a58c765d 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/check_server_logs.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/check_server_logs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> CheckServerLogs: instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/download_server_logs.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/download_server_logs.py index 813f23298..c862ee7f4 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/download_server_logs.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/download_server_logs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> DownloadServerLogs: instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/list_terminated_servers.py b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/list_terminated_servers.py index 0f93a0737..7690d8a75 100644 --- a/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/list_terminated_servers.py +++ b/src/services/dslogmanager/accelbyte_py_sdk/api/dslogmanager/operations/terminated_servers/list_terminated_servers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ds Log Manager Service (3.4.1) +# AccelByte Gaming Services Ds Log Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -458,6 +458,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dslogmanager/pyproject.toml b/src/services/dslogmanager/pyproject.toml index 38f3cb0cd..599c54246 100644 --- a/src/services/dslogmanager/pyproject.toml +++ b/src/services/dslogmanager/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-dslogmanager" readme = "README.md" -version = "0.2.0" +version = "0.3.0" description = "AccelByte Python SDK - AccelByte Gaming Services Ds Log Manager Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/log_app_message_declaration.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/log_app_message_declaration.py index 874828e1b..50ee94604 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/log_app_message_declaration.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/log_app_message_declaration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_allocation_event.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_allocation_event.py index 967cd781a..9646bcd13 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_allocation_event.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_allocation_event.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_claim_session_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_claim_session_request.py index b03e1de61..6d6dd1dd3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_claim_session_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_claim_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_server_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_server_response.py index 7e0a3ab9d..8183b96b9 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_server_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_server_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_session_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_session_response.py index 20b488435..0d1de427c 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_session_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_count_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_override_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_override_request.py index 619b00d0c..38c62690f 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_override_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_override_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_request.py index e47413929..4724530d7 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_deployment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_dsm_config_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_dsm_config_request.py index c7033af00..0ddd093a1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_dsm_config_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_dsm_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_patch_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_patch_request.py index 6a37bb6c8..9c6602a01 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_patch_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_patch_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_request.py index aa19d5f33..28926b241 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_image_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_pod_config_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_pod_config_request.py index 0a5140795..71d4387bf 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_pod_config_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_pod_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_port_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_port_request.py index c144ef300..0b6e7ab13 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_port_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_port_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_region_override_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_region_override_request.py index af8ca0742..88d9c7ce1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_region_override_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_region_override_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_repository_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_repository_request.py index 3dfbed286..202110500 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_repository_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_repository_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_session_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_session_request.py index b23a111cf..1bc91a040 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_session_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_create_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_default_provider.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_default_provider.py index 07d732210..311818c00 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_default_provider.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_default_provider.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_config_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_config_override.py index c7d36cbf4..00fa0e4fe 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_config_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_config_override.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_with_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_with_override.py index 9015c7fdf..e6eaa82dd 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_with_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deployment_with_override.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deregister_local_server_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deregister_local_server_request.py index 07e2074fc..4327b2ddc 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deregister_local_server_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_deregister_local_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_detailed_count_server_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_detailed_count_server_response.py index 961b93929..6f0046c07 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_detailed_count_server_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_detailed_count_server_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_ds_heartbeat_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_ds_heartbeat_request.py index 315056dc6..2dd9f7a23 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_ds_heartbeat_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_ds_heartbeat_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_dsm_config_record.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_dsm_config_record.py index 86253ae25..c146a713e 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_dsm_config_record.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_dsm_config_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_detail_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_detail_response.py index c15eca0c9..1c87dfbc6 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_detail_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_detail_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response.py index e853c0e25..8c1bf3ad9 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response_data.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response_data.py index dbb486a9d..d390bc334 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response_data.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_limit_response_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_patch_detail_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_patch_detail_response.py index 8326d5795..f8e52b7a2 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_patch_detail_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_get_image_patch_detail_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record.py index f178fc4d8..f752b2880 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record_update.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record_update.py index d188b4138..79ced1b6e 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record_update.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_record_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_replication.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_replication.py index f2e2a5b88..fd14b88f9 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_replication.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_image_replication.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_import_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_import_response.py index cb57d36b0..1617fdf1f 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_import_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_import_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_instance_spec.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_instance_spec.py index 17addf24e..5c0f75c4d 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_instance_spec.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_instance_spec.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_config_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_config_response.py index 6de84edc5..f4018b437 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_config_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_deployment_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_deployment_response.py index eed48db0f..816e46c72 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_deployment_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_deployment_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_patches_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_patches_response.py index da9a0c37c..5d07fe8f3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_patches_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_patches_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_response.py index 9a6ac5bd5..2add1d499 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_image_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_pod_config_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_pod_config_response.py index d721e59f5..f63571e91 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_pod_config_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_pod_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_server_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_server_response.py index 04a38bbab..4d7805aa5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_server_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_server_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_session_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_session_response.py index efb968309..29a7ce35d 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_session_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_list_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_match_result_notification_payload.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_match_result_notification_payload.py index b7955682f..4c27cb317 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_match_result_notification_payload.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_match_result_notification_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_paging_cursor.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_paging_cursor.py index efaa1a529..1e9cf4dd3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_paging_cursor.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_paging_cursor.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_patch_image_record.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_patch_image_record.py index b0da56454..193d5a768 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_patch_image_record.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_patch_image_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_config_record.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_config_record.py index 04fc14568..d16bff8fc 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_config_record.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_config_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_count_config_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_count_config_override.py index 7474f39d0..94d89ef73 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_count_config_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_pod_count_config_override.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_local_server_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_local_server_request.py index d718eff1a..fd1e17ea4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_local_server_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_local_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_server_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_server_request.py index 78d019554..3da69fd43 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_server_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_register_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_repository_record.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_repository_record.py index 17032e85e..4380069d1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_repository_record.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_repository_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_member.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_member.py index 8fc6e68c5..f85a957c1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_member.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_party.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_party.py index d19ed26eb..0a2925410 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_party.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_match_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_matching_ally.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_matching_ally.py index 914978e05..222d77eb2 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_matching_ally.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_request_matching_ally.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server.py index 861d2c07f..42135433e 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_deployment_config_session_timeout_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_deployment_config_session_timeout_response.py index 23731507c..957768a2f 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_deployment_config_session_timeout_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_deployment_config_session_timeout_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_session_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_session_response.py index d7a49144c..06aced0e4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_session_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_server_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session.py index 3f60fa80d..f7aff53ff 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session_response.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session_response.py index 69727bb2b..0ece53fed 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session_response.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_shutdown_server_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_shutdown_server_request.py index a619558a3..b0fa5b050 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_shutdown_server_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_shutdown_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_status_history.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_status_history.py index af40ffebb..27d4883c5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_status_history.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_status_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_override_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_override_request.py index 51593ab76..d8dfe153b 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_override_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_override_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_request.py index 6a31336f9..e9b515c6c 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_deployment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_dsm_config_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_dsm_config_request.py index 7b677c058..7a9dec5fb 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_dsm_config_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_dsm_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_pod_config_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_pod_config_request.py index c65df78c4..1abe9deb3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_pod_config_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_pod_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_port_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_port_request.py index 20835551e..1238dc0e3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_port_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_port_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_region_override_request.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_region_override_request.py index b9afbc9d3..8f81500d5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_region_override_request.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/models_update_region_override_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/response_error.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/response_error.py index d7bb89aa6..879d6223d 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/response_error.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server.py index 1cdd48d9e..7ddd3eba3 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> CountServer: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server_detailed.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server_detailed.py index c1cfab5cd..4214dd15f 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server_detailed.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_server_detailed.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.namespace = namespace if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_session.py index 2f4e8a623..89da324aa 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/count_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.namespace = namespace if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_local_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_local_server.py index e4c2a619e..4b4d0f85d 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_local_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_local_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> DeleteLocalServer: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_server.py index 9a7b02410..8b98e5ef0 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> DeleteServer: instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_session.py index f738eb6d7..99140bfe4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/delete_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> DeleteSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/get_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/get_server.py index 2ecc27971..c931b277c 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/get_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/get_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> GetServer: instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_local_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_local_server.py index 86c8a3a5b..1558f0a2e 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_local_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_local_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ListLocalServer: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_server.py index f529c15c2..c0cf0e675 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.offset = offset if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_session.py index 5bde2aedf..5061d75f2 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/admin/list_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.region = region if with_server is not None: instance.with_server = with_server + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/add_port.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/add_port.py index 7ab0c9c5b..e9a111150 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/add_port.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/add_port.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/clear_cache.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/clear_cache.py index 9e00889f8..6421f3cb4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/clear_cache.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/clear_cache.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ClearCache: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/create_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/create_config.py index 4813e310a..3d952f641 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/create_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/create_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_config.py index 72cacaa42..11016e757 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_port.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_port.py index 2d7dad823..1a2f0a1f4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_port.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/delete_port.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> DeletePort: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/export_config_v1.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/export_config_v1.py index 6b16417a9..08cbe8c67 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/export_config_v1.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/export_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportConfigV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/get_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/get_config.py index 3dbe87e19..40424cf34 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/get_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/get_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/import_config_v1.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/import_config_v1.py index 79236cc2f..ee103505c 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/import_config_v1.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/import_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/list_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/list_config.py index 028cbcd15..af78309e6 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/list_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/list_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> ListConfig: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/save_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/save_config.py index 24fb661a7..709423160 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/save_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/save_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def parse_response( def create(cls, body: ModelsDSMConfigRecord, **kwargs) -> SaveConfig: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_config.py index 9fcfc03e4..182fcb309 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_port.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_port.py index 13fa46a60..abefe295a 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_port.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/config/update_port.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment.py index 70918e135..e1234cbab 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.body = body instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_client.py index c89305a8a..93f708baa 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_override.py index eb5222583..f18cff8e5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_deployment_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_override_region__89178f.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_override_region__89178f.py index c2dcffbfa..abc624eed 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_override_region__89178f.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_override_region__89178f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.namespace = namespace instance.region = region instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_root_region_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_root_region_override.py index 6623b7470..4d958317a 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_root_region_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/create_root_region_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment.py index 8382661e7..b0e7ea383 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create(cls, deployment: str, namespace: str, **kwargs) -> DeleteDeployment: instance = cls() instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_client.py index 8f862e869..3cfc869db 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_override.py index b8de2bf51..b8683f4c5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_deployment_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_override_region__2e7e2d.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_override_region__2e7e2d.py index 4af7ec26a..ca9a83e63 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_override_region__2e7e2d.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_override_region__2e7e2d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.namespace = namespace instance.region = region instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_root_region_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_root_region_override.py index 9cb4541c5..77f363114 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_root_region_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/delete_root_region_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment.py index 58590dfc7..4ac69fd9a 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -267,6 +267,8 @@ def create( instance.offset = offset if name is not None: instance.name = name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment_client.py index 71445176a..d58ffcc7b 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_all_deployment_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -267,6 +267,8 @@ def create( instance.offset = offset if name is not None: instance.name = name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_deployment.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_deployment.py index 43a00f3cd..27badb6d0 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_deployment.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/get_deployment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, deployment: str, namespace: str, **kwargs) -> GetDeployment: instance = cls() instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment.py index 921bc8fd4..348be00a1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.body = body instance.deployment = deployment instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment_override.py index 98b64cf36..b78d993c1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_deployment_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_override_region__fb90bf.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_override_region__fb90bf.py index 07fc19f45..60f06edd8 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_override_region__fb90bf.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_override_region__fb90bf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.namespace = namespace instance.region = region instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_root_region_override.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_root_region_override.py index 787841842..03d9934cb 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_root_region_override.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/deployment_config/update_root_region_override.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.deployment = deployment instance.namespace = namespace instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/dsmc_operations/public_get_messages.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/dsmc_operations/public_get_messages.py index 382055d7d..b0d68aa96 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/dsmc_operations/public_get_messages.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/dsmc_operations/public_get_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMessages: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image.py index 5a921affb..cfe7210e9 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def parse_response( def create(cls, body: ModelsCreateImageRequest, **kwargs) -> CreateImage: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image_patch.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image_patch.py index 128d9f39e..fa4fe4336 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image_patch.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_image_patch.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def parse_response( def create(cls, body: ModelsCreateImagePatchRequest, **kwargs) -> CreateImagePatch: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_repository.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_repository.py index 548f962b7..3dd947fd8 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_repository.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/create_repository.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, body: ModelsCreateRepositoryRequest, **kwargs) -> CreateRepository: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image.py index 07456e8ce..c42597123 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace instance.image_uri = image_uri instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image_patch.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image_patch.py index b5b605dce..7bf890b6c 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image_patch.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/delete_image_patch.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -267,6 +267,8 @@ def create( instance.image_uri = image_uri instance.version = version instance.version_patch = version_patch + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/export_images.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/export_images.py index 0f6e2e7dc..fd80aa868 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/export_images.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/export_images.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportImages: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_detail.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_detail.py index a0b0bac48..2edfe3ffa 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_detail.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_detail.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, namespace: str, version: str, **kwargs) -> GetImageDetail: instance = cls() instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_limit.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_limit.py index f0a741a2f..c107b5044 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_limit.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_limit.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetImageLimit: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patch_detail.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patch_detail.py index b0b20d737..430ce5d6d 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patch_detail.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patch_detail.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.namespace = namespace instance.version = version instance.version_patch = version_patch + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patches.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patches.py index e83232fc2..22b247ace 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patches.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_image_patches.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, namespace: str, version: str, **kwargs) -> GetImagePatches: instance = cls() instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_repository.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_repository.py index a43c63bf6..423a64fe8 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_repository.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/get_repository.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetRepository: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_detail_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_detail_client.py index 25b05a18c..2d04af381 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_detail_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_detail_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, namespace: str, version: str, **kwargs) -> ImageDetailClient: instance = cls() instance.namespace = namespace instance.version = version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_limit_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_limit_client.py index bdecaf284..3ab737f65 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_limit_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/image_limit_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ImageLimitClient: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/import_images.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/import_images.py index abe3b8d7c..131e4ab01 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/import_images.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/import_images.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def parse_response( def create(cls, file: Any, **kwargs) -> ImportImages: instance = cls() instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images.py index 22fe43798..a101f1965 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -310,6 +310,8 @@ def create( instance.sort_by = sort_by if sort_direction is not None: instance.sort_direction = sort_direction + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images_client.py index 28a469648..046ac255a 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/list_images_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -314,6 +314,8 @@ def create( instance.sort_by = sort_by if sort_direction is not None: instance.sort_direction = sort_direction + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/update_image.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/update_image.py index 7aab85ca6..65f6f21cc 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/update_image.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/image_config/update_image.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, body: ModelsImageRecordUpdate, **kwargs) -> UpdateImage: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config.py index 91358af67..95585cf96 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config_client.py index 1602d5a17..c670fbc26 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/create_pod_config_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config.py index 8f0376a46..5710840a7 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> DeletePodConfig: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config_client.py index d808ab2ba..8c12be954 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/delete_pod_config_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> DeletePodConfigClient: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config.py index 2e5936231..05aadbc38 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.namespace = namespace instance.count = count instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config_client.py index f9f48a672..acf135815 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_all_pod_config_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.namespace = namespace instance.count = count instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_lowest_instance_spec.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_lowest_instance_spec.py index f3ce55af3..149e057bb 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_lowest_instance_spec.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_lowest_instance_spec.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetLowestInstanceSpec: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_pod_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_pod_config.py index 615207746..9cdd508f6 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_pod_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/get_pod_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> GetPodConfig: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/update_pod_config.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/update_pod_config.py index 33e6e5ec2..614fabba8 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/update_pod_config.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/pod_config/update_pod_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/get_default_provider.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/get_default_provider.py index d2bee22dc..5e6abe2b5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/get_default_provider.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/get_default_provider.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetDefaultProvider: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers.py index 54a50eabc..c957fc9ac 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -155,6 +155,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> ListProviders: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers_by_region.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers_by_region.py index 49df08a99..8f59c8674 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers_by_region.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/public/list_providers_by_region.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -176,6 +176,8 @@ def parse_response( def create(cls, region: str, **kwargs) -> ListProvidersByRegion: instance = cls() instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/deregister_local_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/deregister_local_server.py index 15bc4e92d..168e96cf8 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/deregister_local_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/deregister_local_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session.py index 5480d71ae..d2a071cd6 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> GetServerSession: instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session_timeout.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session_timeout.py index ac634b53d..6df379a6e 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session_timeout.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/get_server_session_timeout.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> GetServerSessionTime instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/list_server_client.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/list_server_client.py index bc4147d7f..32d1f8df5 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/list_server_client.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/list_server_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.offset = offset if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_local_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_local_server.py index f137ab388..25a401e96 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_local_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_local_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_server.py index abb894ffe..46d1f92bd 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/register_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/server_heartbeat.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/server_heartbeat.py index b07ccb09e..2e22be0e4 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/server_heartbeat.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/server_heartbeat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/shutdown_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/shutdown_server.py index d5b67041d..984dbd6be 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/shutdown_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/server/shutdown_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/cancel_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/cancel_session.py index 7e7740052..502eb1dff 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/cancel_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/cancel_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> CancelSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/claim_server.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/claim_server.py index e78b283a5..5e248eb0f 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/claim_server.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/claim_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/create_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/create_session.py index 473b2f1b9..182bfb203 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/create_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/create_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/get_session.py b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/get_session.py index 19370601a..56a9a10b1 100644 --- a/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/get_session.py +++ b/src/services/dsmc/accelbyte_py_sdk/api/dsmc/operations/session/get_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Dsm Controller Service (6.4.7) +# AccelByte Gaming Services Dsm Controller Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> GetSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/dsmc/pyproject.toml b/src/services/dsmc/pyproject.toml index c3e171485..ff6fd838b 100644 --- a/src/services/dsmc/pyproject.toml +++ b/src/services/dsmc/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-dsmc" readme = "README.md" -version = "0.4.0" +version = "0.5.0" description = "AccelByte Python SDK - AccelByte Gaming Services Dsm Controller Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/eventlog/README.md b/src/services/eventlog/README.md index b32b1254f..c43c7f5fe 100644 --- a/src/services/eventlog/README.md +++ b/src/services/eventlog/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Event Log Service -* Version: 2.2.1 +* Version: 2.2.2 ``` ## Setup diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/__init__.py index 01c5f3bbf..b04dbd2e5 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/__init__.py index 55a067b62..ef8998870 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_agent_type.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_agent_type.py index 7eb291ca2..14971b2ce 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_agent_type.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_agent_type.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event.py index 1004624d8..152291439 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_id.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_id.py index eec634335..fde85b2d4 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_id.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_id.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_level.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_level.py index fd0fc33e2..39f94b224 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_level.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_level.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_registry.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_registry.py index e52f07ba5..309fa1ad0 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_registry.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_registry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response.py index 70e8a8690..1cf09f2b4 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response_v2.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response_v2.py index d3575a85f..3c5a3cbc5 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response_v2.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_type.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_type.py index 238ec1432..ddc4c992d 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_type.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_type.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_v2.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_v2.py index b292dcb38..804736623 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_v2.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_event_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_generic_query_payload.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_generic_query_payload.py index 186dd00e5..474c86b04 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_generic_query_payload.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_generic_query_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_agent_type.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_agent_type.py index f492f6a7a..9b1af87c1 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_agent_type.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_agent_type.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_id.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_id.py index 93dd84c98..d798eb2fe 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_id.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_id.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_level.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_level.py index f5cab7787..bc2a91545 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_level.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_level.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_type.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_type.py index 76baf8a1e..d23f2138f 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_type.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_event_type.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_ux.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_ux.py index e06474616..949a17b23 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_ux.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_multiple_ux.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_pagination.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_pagination.py index 20a166dc3..61bb3d7f5 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_pagination.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_paging.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_paging.py index 4dae323fa..9e7d107ac 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_paging.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_user_last_activity.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_user_last_activity.py index 0fc6f99d0..2d4539cda 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_user_last_activity.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_user_last_activity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_ux.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_ux.py index c31be3741..08c2e0773 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_ux.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/models/models_ux.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/__init__.py index f4f501832..1e641aa16 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/__init__.py index 58e31c6ca..78c018703 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_id_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_id_handler.py index e0724debf..fc9987f2c 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_id_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_id_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_8d579c.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_8d579c.py index ac8606455..6ca0a901a 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_8d579c.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_8d579c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -315,6 +315,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_f075bc.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_f075bc.py index b3fe2fffc..68abe642e 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_f075bc.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_event_type_f075bc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_namespace_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_namespace_handler.py index 0830965f8..500cfda43 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_namespace_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_namespace_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_event_af55e0.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_event_af55e0.py index 78e1d638c..10ef9776d 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_event_af55e0.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_event_af55e0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -330,6 +330,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_30e3ad.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_30e3ad.py index 3fa993ce8..e46454274 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_30e3ad.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_30e3ad.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -315,6 +315,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_c0de1a.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_c0de1a.py index be7eb06eb..fde2fddf2 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_c0de1a.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_an_c0de1a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -315,6 +315,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_handler.py index fd63712ed..140296e62 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/get_event_by_user_id_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.start_date = start_date if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/post_event_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/post_event_handler.py index f5eb4e494..cde7e8c9f 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/post_event_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event/post_event_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, body: ModelsEvent, namespace: str, **kwargs) -> PostEventHandler instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/__init__.py index 515675cc1..1c5e6b106 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/agent_type_description_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/agent_type_description_handler.py index 6a755ca9b..f41743d5d 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/agent_type_description_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/agent_type_description_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AgentTypeDescriptionHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_id_description_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_id_description_handler.py index c6261b48a..df281c198 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_id_description_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_id_description_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> EventIDDescriptionHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_level_description_9599c9.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_level_description_9599c9.py index c004283df..9a73ccb3e 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_level_description_9599c9.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_level_description_9599c9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> EventLevelDescriptionHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_type_description_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_type_description_handler.py index 8237d877c..7fc066c6c 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_type_description_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/event_type_description_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> EventTypeDescriptionHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_agent_type_des_abc470.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_agent_type_des_abc470.py index 08763d27a..174aa1f0e 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_agent_type_des_abc470.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_agent_type_des_abc470.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def create( instance = cls() if agent_types is not None: instance.agent_types = agent_types + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_id_descr_a3e19b.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_id_descr_a3e19b.py index b57413d85..7d65558ff 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_id_descr_a3e19b.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_id_descr_a3e19b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def create( instance = cls() if event_ids is not None: instance.event_ids = event_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_level_de_346d03.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_level_de_346d03.py index 644c8fd08..a26c6f7b6 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_level_de_346d03.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_level_de_346d03.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def create( instance = cls() if event_levels is not None: instance.event_levels = event_levels + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_type_des_d1ea80.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_type_des_d1ea80.py index fee53619e..004b88833 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_type_des_d1ea80.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_event_type_des_d1ea80.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def create( instance = cls() if event_types is not None: instance.event_types = event_types + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_ux_description_86d7b4.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_ux_description_86d7b4.py index d98dce814..b96e419fe 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_ux_description_86d7b4.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/specific_ux_description_86d7b4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def create(cls, ux: Optional[str] = None, **kwargs) -> SpecificUXDescriptionHand instance = cls() if ux is not None: instance.ux = ux + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/ux_name_description_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/ux_name_description_handler.py index e02c8e8a0..ce51ee995 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/ux_name_description_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_descriptions/ux_name_description_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -157,6 +157,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> UXNameDescriptionHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/__init__.py index a5b643cee..ffa09051a 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_event_id_f55558.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_event_id_f55558.py index d41d65df0..94941039e 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_event_id_f55558.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_event_id_f55558.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, event_id: str, **kwargs) -> GetRegisteredEventIDHandler: instance = cls() instance.event_id = event_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_b_671cec.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_b_671cec.py index 668688747..61a9b3a18 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_b_671cec.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_b_671cec.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, event_type: str, **kwargs) -> GetRegisteredEventsByEventTypeHandler: instance = cls() instance.event_type = event_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_handler.py index 83916869d..178a5af32 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/get_registered_events_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetRegisteredEventsHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/register_event_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/register_event_handler.py index 8b7098970..a3c862586 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/register_event_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/register_event_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, body: ModelsEventRegistry, **kwargs) -> RegisterEventHandler: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/unregister_event_id_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/unregister_event_id_handler.py index 0bfc9a12f..fc18371f0 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/unregister_event_id_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/unregister_event_id_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def parse_response( def create(cls, event_id: str, **kwargs) -> UnregisterEventIDHandler: instance = cls() instance.event_id = event_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/update_event_registry_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/update_event_registry_handler.py index b761b4fa0..8949ce09d 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/update_event_registry_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_registry/update_event_registry_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.event_id = event_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/__init__.py index a8f9c707a..02ecc2cb9 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_event_specific_user_585e9a.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_event_specific_user_585e9a.py index 9d76b2adf..2acb13616 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_event_specific_user_585e9a.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_event_specific_user_585e9a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -318,6 +318,8 @@ def create( instance.page_size = page_size if start_date is not None: instance.start_date = start_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_public_edit_history.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_public_edit_history.py index 1ec3f1d09..4241725ff 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_public_edit_history.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_public_edit_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -324,6 +324,8 @@ def create( instance.start_date = start_date if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_user_events_v2_public.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_user_events_v2_public.py index 0ed9d4b32..c81b3ba04 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_user_events_v2_public.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/get_user_events_v2_public.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -318,6 +318,8 @@ def create( instance.page_size = page_size if start_date is not None: instance.start_date = start_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/query_event_stream_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/query_event_stream_handler.py index da9a63ac1..b7b893e36 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/query_event_stream_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/event_v2/query_event_stream_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -309,6 +309,8 @@ def create( instance.page_size = page_size if start_date is not None: instance.start_date = start_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/__init__.py index 68f5b00d5..0a5f13c69 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/delete_user_activities_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/delete_user_activities_handler.py index 459c142ca..f3f1832c5 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/delete_user_activities_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/delete_user_activities_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/get_user_activities_handler.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/get_user_activities_handler.py index a16e48a76..367b30e05 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/get_user_activities_handler.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/get_user_activities_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.page_size = page_size if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/last_user_activity_time_4f2a6a.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/last_user_activity_time_4f2a6a.py index 24ee82627..34eed1177 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/last_user_activity_time_4f2a6a.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/operations/user_information/last_user_activity_time_4f2a6a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Event Log Service (2.2.1) +# AccelByte Gaming Services Event Log Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/wrappers/__init__.py b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/wrappers/__init__.py index ebfe175c9..845ac964d 100644 --- a/src/services/eventlog/accelbyte_py_sdk/api/eventlog/wrappers/__init__.py +++ b/src/services/eventlog/accelbyte_py_sdk/api/eventlog/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Event Log Service.""" -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/eventlog/pyproject.toml b/src/services/eventlog/pyproject.toml index 35f6b0b93..94061adcd 100644 --- a/src/services/eventlog/pyproject.toml +++ b/src/services/eventlog/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-eventlog" readme = "README.md" -version = "0.2.0" +version = "0.3.0" description = "AccelByte Python SDK - AccelByte Gaming Services Event Log Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/gametelemetry/README.md b/src/services/gametelemetry/README.md index 13a593b4e..29d8b1476 100644 --- a/src/services/gametelemetry/README.md +++ b/src/services/gametelemetry/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text Analytics Game Telemetry -* Version: 1.22.0 +* Version: 1.23.0 ``` ## Setup diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/__init__.py index 33c7b6103..71f5d66d2 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/__init__.py index f49f86322..996e28918 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/http_validation_error.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/http_validation_error.py index b2668a9d8..2ed0ace04 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/http_validation_error.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/http_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/telemetry_body.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/telemetry_body.py index 0108b0ec4..bb0a4882d 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/telemetry_body.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/telemetry_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/validation_error.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/validation_error.py index 217da8526..edec3ada6 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/validation_error.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/models/validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/__init__.py index 0c066f9a6..e309e3c66 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/__init__.py index 401ec5f62..413ad735b 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_get_playtime__9a0e17.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_get_playtime__9a0e17.py index 2b524586c..44de4f072 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_get_playtime__9a0e17.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_get_playtime__9a0e17.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.steam_id = steam_id if cookie is not None: instance.cookie = cookie + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_save_events_g_832bbb.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_save_events_g_832bbb.py index 00a4ff79e..39cdc7457 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_save_events_g_832bbb.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_save_events_g_832bbb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.body = body if cookie is not None: instance.cookie = cookie + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_update_playti_4b5b85.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_update_playti_4b5b85.py index cbfd17547..425da065d 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_update_playti_4b5b85.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/gametelemetry_operations/protected_update_playti_4b5b85.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.steam_id = steam_id if cookie is not None: instance.cookie = cookie + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/__init__.py index f481fb559..7808425b3 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_events_game_telemet_b2983d.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_events_game_telemet_b2983d.py index 82be3cc3a..64e32fc88 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_events_game_telemet_b2983d.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_events_game_telemet_b2983d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -360,6 +360,8 @@ def create( instance.start_time = start_time if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_namespaces_game_tel_1106fd.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_namespaces_game_tel_1106fd.py index 8edffdc37..7f2917f1f 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_namespaces_game_tel_1106fd.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/operations/telemetry/get_namespaces_game_tel_1106fd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# Analytics Game Telemetry (1.22.0) +# Analytics Game Telemetry from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -156,6 +156,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetNamespacesGameTelemetryV1AdminNamespacesGet: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/wrappers/__init__.py b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/wrappers/__init__.py index 89cb06d6a..ea88fd7b3 100644 --- a/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/wrappers/__init__.py +++ b/src/services/gametelemetry/accelbyte_py_sdk/api/gametelemetry/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the Analytics Game Telemetry.""" -__version__ = "1.22.0" +__version__ = "1.23.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gametelemetry/pyproject.toml b/src/services/gametelemetry/pyproject.toml index cf60847f3..dd3005b8a 100644 --- a/src/services/gametelemetry/pyproject.toml +++ b/src/services/gametelemetry/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-gametelemetry" readme = "README.md" -version = "0.4.0" +version = "0.5.0" description = "AccelByte Python SDK - Analytics Game Telemetry" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/gdpr/README.md b/src/services/gdpr/README.md index 7e85098e2..d85b294e1 100644 --- a/src/services/gdpr/README.md +++ b/src/services/gdpr/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Gdpr Service -* Version: 2.6.0 +* Version: 2.6.2 ``` ## Setup diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/__init__.py index 83bb94ac2..62ea674ec 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/__init__.py index 630a514a0..0a14ff138 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_extend_config_dto.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_extend_config_dto.py index c0174383a..0bb38d77e 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_extend_config_dto.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_extend_config_dto.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_config_dto.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_config_dto.py index 54f950ec6..2fc36386a 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_config_dto.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_config_dto.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_dto.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_dto.py index ba94b6dbc..ad07c786c 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_dto.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_dto.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_update_request.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_update_request.py index c3cd51017..813d8fd6c 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_update_request.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_service_configuration_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_services_configuration_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_services_configuration_response.py index 12cfb8257..038633e61 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_services_configuration_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/dto_services_configuration_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_data_retrieval_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_data_retrieval_response.py index ab05bb48a..0f297a070 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_data_retrieval_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_data_retrieval_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_data.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_data.py index 3666d6820..ee8b024a9 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_data.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_status.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_status.py index 0ddd718e2..cbe791b62 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_status.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_deletion_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_deletion_data_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_deletion_data_response.py index f71b3cc0f..35f22c7c3 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_deletion_data_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_deletion_data_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_personal_data_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_personal_data_response.py index 0f0c82ca4..82fdacc1f 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_personal_data_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_list_personal_data_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_pagination.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_pagination.py index 01556a01f..6fd4b9fe2 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_pagination.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_personal_data.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_personal_data.py index bf4c6aaa9..f89ce0595 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_personal_data.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_personal_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_request_delete_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_request_delete_response.py index bcc082952..a22f19107 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_request_delete_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_request_delete_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_data_url.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_data_url.py index 5855aa37f..7823036a7 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_data_url.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_data_url.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data.py index 4d63e78ef..3dd0193a4 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data_response.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data_response.py index 88fc69069..53274ed24 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data_response.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/models_user_personal_data_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/response_error.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/response_error.py index 91b479615..bfcc09e00 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/response_error.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/__init__.py index 7af1b1b48..aee273c58 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/__init__.py index 7ee555f29..0485a4451 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_get_services_conf_be46ef.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_get_services_conf_be46ef.py index 991f6ff2d..2618eab51 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_get_services_conf_be46ef.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_get_services_conf_be46ef.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetServicesConfiguration: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_reset_services_co_abf06c.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_reset_services_co_abf06c.py index 45c2ba389..f06f3108c 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_reset_services_co_abf06c.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_reset_services_co_abf06c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminResetServicesConfiguration: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_update_services_c_ea010e.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_update_services_c_ea010e.py index 99c8130c9..3d4e260fc 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_update_services_c_ea010e.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/admin_update_services_c_ea010e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/delete_admin_email_conf_009cca.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/delete_admin_email_conf_009cca.py index e15c486ed..c425218ef 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/delete_admin_email_conf_009cca.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/delete_admin_email_conf_009cca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.namespace = namespace instance.emails = emails + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/get_admin_email_configuration.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/get_admin_email_configuration.py index 24e85c409..e9807ea20 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/get_admin_email_configuration.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/get_admin_email_configuration.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetAdminEmailConfiguration: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/save_admin_email_configuration.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/save_admin_email_configuration.py index 83b317094..e887f2c54 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/save_admin_email_configuration.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/save_admin_email_configuration.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/update_admin_email_conf_71e966.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/update_admin_email_conf_71e966.py index 46edbbd2b..8b711d1c4 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/update_admin_email_conf_71e966.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/configuration/update_admin_email_conf_71e966.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/__init__.py index 0f6003717..0059d7f96 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_cancel_user_accou_de1ba5.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_cancel_user_accou_de1ba5.py index 88994344f..9aff1de49 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_cancel_user_accou_de1ba5.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_cancel_user_accou_de1ba5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_list_deletion_227d7d.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_list_deletion_227d7d.py index 4c1c50bde..c2b2c5579 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_list_deletion_227d7d.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_list_deletion_227d7d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -304,6 +304,8 @@ def create( instance.offset = offset if request_date is not None: instance.request_date = request_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_user_account__84ef5a.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_user_account__84ef5a.py index c9da04bed..e3f546119 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_user_account__84ef5a.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_get_user_account__84ef5a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_submit_user_accou_b7780f.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_submit_user_accou_b7780f.py index 6bd795ff6..c2e6f5647 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_submit_user_accou_b7780f.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/admin_submit_user_accou_b7780f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_my_accoun_107811.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_my_accoun_107811.py index 09c05e158..00d5cc882 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_my_accoun_107811.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_my_accoun_107811.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -181,6 +181,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicCancelMyAccountDeletionRequest: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_user_acco_16b962.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_user_acco_16b962.py index 7a545102b..a34a74f09 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_user_acco_16b962.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_cancel_user_acco_16b962.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_my_account_d_8595d0.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_my_account_d_8595d0.py index 73f023a78..9ce644d7f 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_my_account_d_8595d0.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_my_account_d_8595d0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -178,6 +178,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMyAccountDeletionStatus: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_user_account_09e4f2.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_user_account_09e4f2.py index 5a7b107a0..bfc6bbee6 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_user_account_09e4f2.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_get_user_account_09e4f2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_my_accoun_f5ded3.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_my_accoun_f5ded3.py index 63cba82de..43081fb91 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_my_accoun_f5ded3.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_my_accoun_f5ded3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.platform_id = platform_id instance.platform_token = platform_token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_user_acco_a6db4f.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_user_acco_a6db4f.py index 7d0ff285d..985a6c085 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_user_acco_a6db4f.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_deletion/public_submit_user_acco_a6db4f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.password = password instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/__init__.py index ff6633151..9b76aed7e 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_cancel_user_perso_78952d.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_cancel_user_perso_78952d.py index 8069d2054..4ffdcc7d1 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_cancel_user_perso_78952d.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_cancel_user_perso_78952d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.namespace = namespace instance.request_date = request_date instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_generate_personal_48c32b.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_generate_personal_48c32b.py index abc980a34..314c7bb18 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_generate_personal_48c32b.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_generate_personal_48c32b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.namespace = namespace instance.request_date = request_date instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_list_personal_424fda.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_list_personal_424fda.py index d943f3e49..5b1968477 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_list_personal_424fda.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_list_personal_424fda.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.offset = offset if request_date is not None: instance.request_date = request_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_user_personal_a892c0.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_user_personal_a892c0.py index 8074769e6..210e6435d 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_user_personal_a892c0.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_get_user_personal_a892c0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_request_data_retrieval.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_request_data_retrieval.py index 0987d2556..440c5760b 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_request_data_retrieval.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/admin_request_data_retrieval.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.user_id = user_id if password is not None: instance.password = password + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_cancel_user_pers_19dafa.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_cancel_user_pers_19dafa.py index aac452520..1fd335745 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_cancel_user_pers_19dafa.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_cancel_user_pers_19dafa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace instance.request_date = request_date instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_generate_persona_6b68a4.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_generate_persona_6b68a4.py index 55945d219..252745ecb 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_generate_persona_6b68a4.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_generate_persona_6b68a4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace instance.request_date = request_date instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_get_user_persona_7e40c3.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_get_user_persona_7e40c3.py index eba5a594c..2b97760a4 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_get_user_persona_7e40c3.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_get_user_persona_7e40c3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_request_data_retrieval.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_request_data_retrieval.py index a4cdce563..e4721e9c0 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_request_data_retrieval.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/operations/data_retrieval/public_request_data_retrieval.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Gdpr Service (2.6.0) +# AccelByte Gaming Services Gdpr Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.password = password instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/wrappers/__init__.py b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/wrappers/__init__.py index 36808b2b4..03857d0e2 100644 --- a/src/services/gdpr/accelbyte_py_sdk/api/gdpr/wrappers/__init__.py +++ b/src/services/gdpr/accelbyte_py_sdk/api/gdpr/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Gdpr Service.""" -__version__ = "2.6.0" +__version__ = "2.6.2" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/gdpr/pyproject.toml b/src/services/gdpr/pyproject.toml index be1478efa..69e00edb7 100644 --- a/src/services/gdpr/pyproject.toml +++ b/src/services/gdpr/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-gdpr" readme = "README.md" -version = "0.3.0" +version = "0.4.0" description = "AccelByte Python SDK - AccelByte Gaming Services Gdpr Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/group/README.md b/src/services/group/README.md index a780debcc..ffcbff0ae 100644 --- a/src/services/group/README.md +++ b/src/services/group/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Group Service -* Version: 2.18.4 +* Version: 2.18.5 ``` ## Setup diff --git a/src/services/group/accelbyte_py_sdk/api/group/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/__init__.py index 919fe5f1d..6030b5e94 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/models/__init__.py index 8aa5b09dc..b6a839326 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_assign_role_to_member_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_assign_role_to_member_request_v1.py index b78be5d72..d0d86b5e7 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_assign_role_to_member_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_assign_role_to_member_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_cancel_invitation_group_response_v2.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_cancel_invitation_group_response_v2.py index c81ce14b4..02d4e91dc 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_cancel_invitation_group_response_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_cancel_invitation_group_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_request_v1.py index 3e93400e2..e29d80b25 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_response_v1.py index d034a934b..0fc4dc220 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_group_configuration_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_member_role_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_member_role_request_v1.py index 09f6e1248..b2f73d767 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_create_member_role_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_create_member_role_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_configuration_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_configuration_response_v1.py index eee5037a3..6b8c5b096 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_configuration_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_configuration_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_list_request_v2.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_list_request_v2.py index 33375eb81..a7118f29e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_list_request_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_list_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_member_list_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_member_list_response_v1.py index 67d58b3ba..9eb20fbb6 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_member_list_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_group_member_list_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_list_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_list_response_v1.py index 8ee6c4166..e603f59b1 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_list_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_list_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_response_v1.py index 544cc5bcd..5dc115a8c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_groups_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_requests_list_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_requests_list_response_v1.py index 9bfd9c0d2..45247cc1f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_requests_list_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_requests_list_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_roles_list_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_roles_list_response_v1.py index f67d0261e..b033c8df0 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_roles_list_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_member_roles_list_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_user_group_information_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_user_group_information_response_v1.py index 550f328c8..060647363 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_get_user_group_information_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_get_user_group_information_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_member.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_member.py index 8c3d7e124..b44f90be5 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_member.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_response_v1.py index 9152f49e3..6b1f17912 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule.py index 6d4750b7e..b6babdcea 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_group_custom_rule.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_group_custom_rule.py index e7de5ca0e..8ffd1fd69 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_group_custom_rule.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_group_custom_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1.py index 54f721e56..6e94e05ab 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1_group_custom_rule.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1_group_custom_rule.py index 636e00f1a..1a7f53862 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1_group_custom_rule.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_group_rule_response_v1_group_custom_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_join_group_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_join_group_response_v1.py index c541785d9..efc401d56 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_join_group_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_join_group_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_kick_group_member_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_kick_group_member_response_v1.py index cfc84c8ac..791d3f309 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_kick_group_member_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_kick_group_member_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_leave_group_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_leave_group_response_v1.py index 7d39e3c08..c53283faa 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_leave_group_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_leave_group_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_list_configuration_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_list_configuration_response_v1.py index 522f2a3ac..d46dc82c0 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_list_configuration_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_list_configuration_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_group_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_group_response_v1.py index f003202c7..28f419d31 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_group_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_group_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_response_v1.py index e39f48e7c..1a007f9f9 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_request_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_role_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_role_response_v1.py index bf5fc8a04..c039fbb6c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_member_role_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_member_role_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_pagination.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_pagination.py index b4cf6a159..09ef2d19e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_pagination.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_public_create_new_group_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_public_create_new_group_request_v1.py index 1840df493..29a691c71 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_public_create_new_group_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_public_create_new_group_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_remove_role_from_member_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_remove_role_from_member_request_v1.py index 4134c63ef..be8a45acf 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_remove_role_from_member_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_remove_role_from_member_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_role_permission.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_role_permission.py index cc60c61f8..98677c7bc 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_role_permission.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_role_permission.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule.py index 57f2d45ea..3503a4858 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_information.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_information.py index d8a246369..5fef29f18 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_information.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_information.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_response_v1.py index 4667ae723..fcaefdd33 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_rule_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_global_rules_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_global_rules_request_v1.py index d6d63a0ff..5ec837727 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_global_rules_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_global_rules_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_request_v1.py index 1bad14ed5..3259279c3 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_response_v1.py index 7fd7ccf96..6fe3f681e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_configuration_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_attributes_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_attributes_request_v1.py index ed7666201..38d9144b9 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_attributes_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_attributes_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_rule_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_rule_request_v1.py index 48aea3990..6ef47406c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_rule_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_custom_rule_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_predefined_rule_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_predefined_rule_request_v1.py index e5340eff0..cd6ce0d70 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_predefined_rule_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_predefined_rule_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1.py index aa2f53c16..4ef2a766a 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1_custom_attributes.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1_custom_attributes.py index 36399019e..e420fab3f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1_custom_attributes.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_group_request_v1_custom_attributes.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_permissions_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_permissions_request_v1.py index e2591871d..97b54cfff 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_permissions_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_permissions_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_request_v1.py index 4502106b0..ffffb0b5f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_update_member_role_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/models_user_invitation_response_v1.py b/src/services/group/accelbyte_py_sdk/api/group/models/models_user_invitation_response_v1.py index 01caffda2..254f20d3e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/models_user_invitation_response_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/models_user_invitation_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/models/response_error_response.py b/src/services/group/accelbyte_py_sdk/api/group/models/response_error_response.py index c32273c2f..961fd31b0 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/models/response_error_response.py +++ b/src/services/group/accelbyte_py_sdk/api/group/models/response_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/__init__.py index 880eea056..4955d9926 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/__init__.py index d33a25917..a9c6b1fda 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/create_group_configurat_f2dcd2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/create_group_configurat_f2dcd2.py index cf581c35e..dc0b2a54b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/create_group_configurat_f2dcd2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/create_group_configurat_f2dcd2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configurat_db1475.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configurat_db1475.py index 5ab50e1aa..d2bf66df1 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configurat_db1475.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configurat_db1475.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.allowed_action = allowed_action instance.configuration_code = configuration_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configuration_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configuration_v1.py index 0294decd9..5b9166d45 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configuration_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/delete_group_configuration_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance = cls() instance.configuration_code = configuration_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/get_group_configuration_f4178c.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/get_group_configuration_f4178c.py index 548012292..ab25ef07b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/get_group_configuration_f4178c.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/get_group_configuration_f4178c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance = cls() instance.configuration_code = configuration_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/initiate_group_configur_384fb1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/initiate_group_configur_384fb1.py index 71c79e48f..927778e91 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/initiate_group_configur_384fb1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/initiate_group_configur_384fb1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> InitiateGroupConfigurationAdminV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/list_group_configuratio_ada77c.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/list_group_configuratio_ada77c.py index 104906f28..2eebe4ee9 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/list_group_configuratio_ada77c.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/list_group_configuratio_ada77c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_3473ca.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_3473ca.py index b25687862..39fae39b5 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_3473ca.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_3473ca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.allowed_action = allowed_action instance.configuration_code = configuration_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_745686.py b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_745686.py index 4d0b377ec..4e5940522 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_745686.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/configuration/update_group_configurat_745686.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.body = body instance.configuration_code = configuration_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/__init__.py index 851b5e222..8218db1b3 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v1.py index 4b94d3a8a..d8ca6d48d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v2.py index f1169b5b9..30f72162f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/create_new_group_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_admin_v1.py index ccbe8fc3b..8a0d8e443 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> DeleteGroupAdminV1: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_67cb4b.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_67cb4b.py index fad754f56..837789f2a 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_67cb4b.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_67cb4b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.allowed_action = allowed_action instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_dbecca.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_dbecca.py index 72c235af6..15658e583 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_dbecca.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_predefined_dbecca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.allowed_action = allowed_action instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v1.py index 5722a2402..9b3e5e5f2 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> DeleteGroupPublicV1: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v2.py index 1d0607419..ba071e2f1 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/delete_group_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> DeleteGroupPublicV2: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_admin_v1.py index 5c18786fe..b25ba1ee4 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -308,6 +308,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_public_v1.py index e0de16b7e..49f9c9193 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_group_list_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -289,6 +289,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds__72c106.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds__72c106.py index 017ccef7d..ad5fac54d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds__72c106.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds__72c106.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds_v2.py index 292fecd3d..b23e28189 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_list_group_by_i_ds_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_admin_v1.py index 6c9d77cfc..2bb045b7e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> GetSingleGroupAdminV instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_public_v1.py index e0290e5cc..7c9a7ac10 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/get_single_group_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> GetSingleGroupPublic instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_4a1290.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_4a1290.py index d601449bf..6a977dd8e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_4a1290.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_4a1290.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_c48713.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_c48713.py index e1d5474bc..ad6c27971 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_c48713.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_att_c48713.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_0b1934.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_0b1934.py index 6de270e5d..bdadffae5 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_0b1934.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_0b1934.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_f33cbf.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_f33cbf.py index 3304510e0..0fa06125d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_f33cbf.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_custom_rul_f33cbf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_5cebe2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_5cebe2.py index e8df32112..6e8713038 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_5cebe2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_5cebe2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.allowed_action = allowed_action instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_94da96.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_94da96.py index ebb2e8cf6..fcc8c7760 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_94da96.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_group_predefined_94da96.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.allowed_action = allowed_action instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_bb3360.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_bb3360.py index 17aaa9732..e4aa33941 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_bb3360.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_bb3360.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_ce5ae8.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_ce5ae8.py index c7710e4a3..7c3edaa3e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_ce5ae8.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_patch_single_gro_ce5ae8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_put_single_group_5bf5c3.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_put_single_group_5bf5c3.py index 69eff3db9..67d8c2d58 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_put_single_group_5bf5c3.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_put_single_group_5bf5c3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_single_group_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_single_group_v1.py index 146cf9e88..26b75d37d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_single_group_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group/update_single_group_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/__init__.py index 7ac842df8..2cbd55483 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_27bb3d.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_27bb3d.py index f51de9f99..455b508b9 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_27bb3d.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_27bb3d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_eae968.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_eae968.py index 55ed1f924..ed702387f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_eae968.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_invitation_eae968.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_5995a4.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_5995a4.py index 50031894b..a282cfdeb 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_5995a4.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_5995a4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_fe83bc.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_fe83bc.py index 0d9030345..2a789642d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_fe83bc.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/accept_group_join_reque_fe83bc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/admin_get_user_group_st_657089.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/admin_get_user_group_st_657089.py index 9a193d018..dc58a9a6a 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/admin_get_user_group_st_657089.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/admin_get_user_group_st_657089.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_group_join_request_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_group_join_request_v1.py index 417b5b6ac..b26a13bdc 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_group_join_request_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_group_join_request_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_invitation_group_02cc21.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_invitation_group_02cc21.py index f93fb1507..ef16c1a8d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_invitation_group_02cc21.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/cancel_invitation_group_02cc21.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__2e05f5.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__2e05f5.py index 9816b372a..f27866821 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__2e05f5.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__2e05f5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -297,6 +297,8 @@ def create( instance.offset = offset if order is not None: instance.order = order + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__b75ca5.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__b75ca5.py index beb57569d..3fe3a526b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__b75ca5.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_group_members_list__b75ca5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.offset = offset if order is not None: instance.order = order + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_04a815.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_04a815.py index b856dfa33..698fcab53 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_04a815.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_04a815.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_51aafe.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_51aafe.py index 8f16f9683..600b607be 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_51aafe.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_informat_51aafe.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_status_i_e11d20.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_status_i_e11d20.py index ed897158c..f0c5405c7 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_status_i_e11d20.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_group_status_i_e11d20.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_joined_group_i_2e0ab3.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_joined_group_i_2e0ab3.py index a1837ab61..f2c3f11a6 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_joined_group_i_2e0ab3.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/get_user_joined_group_i_2e0ab3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v1.py index 7cdf5248e..0aa92a313 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> InviteGroupPublicV1: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v2.py index 2c53fc6c7..7fad4d781 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/invite_group_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v1.py index 293276a33..dcfb68457 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> JoinGroupV1: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v2.py index a5789e0db..e331fc8e5 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/join_group_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> JoinGroupV2: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v1.py index 6a18c782b..465c6fcb5 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> KickGroupMemberPublic instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v2.py index 6f233977f..8588906fe 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/kick_group_member_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v1.py index 68da48013..79d8a522f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> LeaveGroupPublicV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v2.py index 0a606ffc6..d5a221a0c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/leave_group_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> LeaveGroupPublicV2: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_2bc2a2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_2bc2a2.py index a175fbc93..bde98dc51 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_2bc2a2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_2bc2a2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_c6a225.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_c6a225.py index 29e7ccdb3..87c4badbf 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_c6a225.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_invitation_c6a225.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_70d2ee.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_70d2ee.py index 51c9104ca..3afc470c3 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_70d2ee.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_70d2ee.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_85b3af.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_85b3af.py index ae99d6d31..3f20ee89b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_85b3af.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_member/reject_group_join_reque_85b3af.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/__init__.py index 0ecac5da5..c3ecfc36d 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/create_member_role_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/create_member_role_admin_v1.py index b4450e2ee..9a31b84fc 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/create_member_role_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/create_member_role_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_admin_v1.py index 161f347fe..cf6452c4c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v1.py index 3e174cee5..723debb9b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.body = body instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v2.py index 756a45a14..ff14e3964 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/delete_member_role_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -280,6 +280,8 @@ def create( instance.group_id = group_id instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_admin_v1.py index 378118397..aaba30349 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_25257f.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_25257f.py index 5aff18123..248efaad9 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_25257f.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_25257f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_5c76d5.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_5c76d5.py index db4680d51..adb3a87ec 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_5c76d5.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_member_roles_list_p_5c76d5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_single_member_role__4d5402.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_single_member_role__4d5402.py index f3d7861bc..3c9d7eb57 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_single_member_role__4d5402.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/get_single_member_role__4d5402.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance = cls() instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_admin_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_admin_v1.py index bc7df1a84..a410ba09c 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_admin_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.body = body instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_perm_09ed62.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_perm_09ed62.py index 5963942af..090373a6f 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_perm_09ed62.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_perm_09ed62.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.body = body instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v1.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v1.py index 6c9292769..54a78bef7 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v1.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.body = body instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v2.py index 8d3555ce9..c7fe6dd47 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/group_roles/update_member_role_public_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.group_id = group_id instance.member_role_id = member_role_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/__init__.py index 0cf3d9848..973430a3b 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invitation_re_954909.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invitation_re_954909.py index 6ca6e24b0..3255bb7ff 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invitation_re_954909.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invitation_re_954909.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invite_reques_8cc920.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invite_reques_8cc920.py index 1ccb04b30..7418ed130 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invite_reques_8cc920.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_invite_reques_8cc920.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -284,6 +284,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__01154d.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__01154d.py index c568de774..8d5a3c73a 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__01154d.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__01154d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__0b96ac.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__0b96ac.py index 3241d15f5..784f9cf27 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__0b96ac.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_group_join_request__0b96ac.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_my_group_join_request_v2.py b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_my_group_join_request_v2.py index 0e51444b1..6285372af 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_my_group_join_request_v2.py +++ b/src/services/group/accelbyte_py_sdk/api/group/operations/member_request/get_my_group_join_request_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Group Service (2.18.4) +# AccelByte Gaming Services Group Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/group/accelbyte_py_sdk/api/group/wrappers/__init__.py b/src/services/group/accelbyte_py_sdk/api/group/wrappers/__init__.py index d120ef27d..0ded95b4e 100644 --- a/src/services/group/accelbyte_py_sdk/api/group/wrappers/__init__.py +++ b/src/services/group/accelbyte_py_sdk/api/group/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Group Service.""" -__version__ = "2.18.4" +__version__ = "2.18.5" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/group/pyproject.toml b/src/services/group/pyproject.toml index 32013b1bf..81aed4517 100644 --- a/src/services/group/pyproject.toml +++ b/src/services/group/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-group" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Group Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/iam/README.md b/src/services/iam/README.md index b6c945e94..47b2418da 100644 --- a/src/services/iam/README.md +++ b/src/services/iam/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Iam Service -* Version: 7.8.3 +* Version: 7.9.0 ``` ## Setup diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/__init__.py index dce3aec64..1abce314a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -689,6 +689,8 @@ from .wrappers import admin_bulk_update_user_account_type_v4_async from .wrappers import admin_create_test_users_v4 from .wrappers import admin_create_test_users_v4_async +from .wrappers import admin_create_user_v4 +from .wrappers import admin_create_user_v4_async from .wrappers import admin_disable_my_authenticator_v4 from .wrappers import admin_disable_my_authenticator_v4_async from .wrappers import admin_disable_my_backup_codes_v4 diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/__init__.py index 64e25f4a9..613088093 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_request_v4.py index 2581ad152..72f847829 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_response_v4.py index 965deb14d..1c2e69841 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_user_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_request_v4.py index 3d625e74f..f6e5cfe94 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_response_v4.py index 8009f3c62..d3eb76596 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_test_users_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_request_v4.py index 4005a35c7..957f5dd9e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_response_v4.py index 721c4a574..951ac1619 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_create_user_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_request_v4.py index f2322de54..949b1776f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_with_verification_code_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_with_verification_code_request_v4.py index e94694af8..19fde05d8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_with_verification_code_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_upgrade_headless_account_with_verification_code_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_active_ban_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_active_ban_response_v4.py index 80b543c5a..b6512c4fb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_active_ban_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_active_ban_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_permissions_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_permissions_response_v4.py index b0efe4204..1ad5d5391 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_permissions_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_permissions_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_response_v4.py index a0421ca50..e283e1538 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/account_user_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_avatar_config.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_avatar_config.py index 2f1a9c2ee..09fd3b6e6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_avatar_config.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_avatar_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban.py index b5bb82f63..890cf17d3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason.py index fcef5cdc5..e4137d510 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason_v3.py index 19736cd9e..6134b29b4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reason_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons.py index 564a0bcd6..98dbc817e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons_v3.py index 762df625c..865eee222 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_reasons_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_v3.py index d04272062..83a4b86c8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_ban_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_banned_by_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_banned_by_v3.py index 4a2bc086c..d31d8a03e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_banned_by_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_banned_by_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans.py index d6369944b..a0c170228 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans_v3.py index f7032eefb..b904fd352 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_bans_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission.py index 5c1977b63..bda2b180c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission_v3.py index fc63bcba4..1c7cde0aa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permission_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions.py index 79bbb054f..e347cf7e7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions_v3.py index f48a2c6c3..1da1160d8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_client_permissions_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_conflicted_user_platform_accounts.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_conflicted_user_platform_accounts.py index 4bde932cd..16e9dc5c0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_conflicted_user_platform_accounts.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_conflicted_user_platform_accounts.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country.py index 56fef98b7..fa9fb7037 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country_age_restriction.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country_age_restriction.py index 1f3b0ede3..bf94601c0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country_age_restriction.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_country_age_restriction.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_description.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_description.py index 5fab06858..a34c19889 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_description.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_description.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_linked_platform_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_linked_platform_v3.py index 45c05abb7..2fff2160b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_linked_platform_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_linked_platform_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_platform_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_platform_response_v3.py index c467579db..05c1b9e72 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_platform_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_distinct_platform_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_input_validation_description.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_input_validation_description.py index bda283b8d..db0eb48a0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_input_validation_description.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_input_validation_description.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_jwt_ban_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_jwt_ban_v3.py index 314738c64..f57c962dc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_jwt_ban_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_jwt_ban_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_list_users_with_platform_accounts_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_list_users_with_platform_accounts_response.py index 74fc8b89a..4fd908c30 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_list_users_with_platform_accounts_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_list_users_with_platform_accounts_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_namespace_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_namespace_role.py index 1bffd8527..9c9121144 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_namespace_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_namespace_role.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_netflix_certificates.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_netflix_certificates.py index 50a28c518..f2b68d571 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_netflix_certificates.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_netflix_certificates.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination.py index e9c46a2c5..7c10039aa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination_v3.py index 0a7610aaf..70e225876 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission.py index 33745f176..71ff57508 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission_v3.py index 4bcbc38b4..e5d859040 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permission_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions.py index 80446c6d4..6f2329a50 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions_v3.py index b3b925a52..c77133e70 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_permissions_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_account.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_account.py index e584b80b3..0c5a962c0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_account.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_account.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_linking_history.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_linking_history.py index 6c6dd6549..bc80cd7c7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_linking_history.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_linking_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_user_information_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_user_information_v3.py index 4f266a4c3..7332eaa01 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_user_information_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_platform_user_information_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_registered_domain.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_registered_domain.py index a1985cc4b..c617cab79 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_registered_domain.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_registered_domain.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role.py index 6f3df9d30..85d6e6c56 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager.py index c37c6ba09..ca22fd0de 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager_v3.py index c4a9ea842..8f6cce058 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_manager_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member.py index e0b527fd0..099b5e61a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member_v3.py index 97ff9320c..49209cc5e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_member_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_v3.py index 9ec3298e5..5970b6190 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_role_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_simple_user_platform_info_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_simple_user_platform_info_v3.py index d5f83b66d..4c5d8ab17 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_simple_user_platform_info_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_simple_user_platform_info_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_information_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_information_v3.py index 555eba00d..6c07c08b3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_information_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_information_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform.py index ee8d8c75e..e205d0ae8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform_v3.py index 166921afb..4580fee34 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platform_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platforms_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platforms_response_v3.py index f8df20306..68b5b50b4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platforms_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_linked_platforms_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platform_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platform_info.py index 2485b9f8e..68e9b8e68 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platform_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platforms.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platforms.py index 4c1d88b12..4ccd84a9f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platforms.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_platforms.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_by_platform_id_result.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_by_platform_id_result.py index 62ea76163..b16223824 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_by_platform_id_result.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_by_platform_id_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_result.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_result.py index 7e40141a7..8c65b9086 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_result.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_search_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_linked_platform_accounts.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_linked_platform_accounts.py index 636a290e6..91cab2716 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_linked_platform_accounts.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_linked_platform_accounts.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_platform_accounts.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_platform_accounts.py index dfd06cadb..7c45430bf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_platform_accounts.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/accountcommon_user_with_platform_accounts.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/banned_by.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/banned_by.py index 1ebda8c68..35a5ab155 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/banned_by.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/banned_by.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/bloom_filter_json.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/bloom_filter_json.py index 0540e5846..c2788d843 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/bloom_filter_json.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/bloom_filter_json.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_create_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_create_request.py index 97d358795..449ed0c8b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_create_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_response.py index 7372c4b6e..b846f06bf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_v3_request.py index bf0b58061..a4a7e5ad8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_creation_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_response.py index d0a77c00d..5ddab9a8e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_request.py index 9e749d576..4b530db36 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_secret_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_secret_request.py index f4596cb87..124cc0ba9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_secret_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_secret_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_v3_request.py index c2ef775bb..fe72c86f3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_update_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_v3_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_v3_response.py index c5828e0aa..a1a720ff1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_v3_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_client_v3_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_clients_v3_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_clients_v3_response.py index bd606ff6b..65d128cea 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_clients_v3_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_clients_v3_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_v3_client_update_secret_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_v3_client_update_secret_request.py index 4d5fc1a46..b0da465e9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_v3_client_update_secret_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/clientmodel_v3_client_update_secret_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/legal_accepted_policies_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/legal_accepted_policies_request.py index ddfc859ea..94ae4c84a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/legal_accepted_policies_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/legal_accepted_policies_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_account_progression_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_account_progression_info.py index 666f32d89..86323f00f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_account_progression_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_account_progression_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_add_user_role_v4_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_add_user_role_v4_request.py index 01f36df23..5c35117ee 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_add_user_role_v4_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_add_user_role_v4_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request.py index 579d1a4ac..a2d363d96 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request_v3.py index 927b72ad9..d794a886a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response.py index bfb25f68d..527ccbc19 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response_v3.py index 20bd83c88..213e0cb59 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_age_restriction_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assign_user_v4_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assign_user_v4_request.py index 31ecf7ff4..6300f317b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assign_user_v4_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assign_user_v4_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assigned_user_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assigned_user_v4_response.py index da184ae97..6bf2ee952 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assigned_user_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_assigned_user_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_authenticator_key_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_authenticator_key_response_v4.py index 479a5b89c..15e37d755 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_authenticator_key_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_authenticator_key_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_backup_codes_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_backup_codes_response_v4.py index e1c268993..12d6ee912 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_backup_codes_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_backup_codes_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_create_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_create_request.py index 137211440..a6fac6bfd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_create_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_update_request.py index 43171282c..9395933d3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_ban_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_account_type_update_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_account_type_update_request_v4.py index e33f9c5bf..bd97f79da 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_account_type_update_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_account_type_update_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_ban_create_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_ban_create_request_v3.py index fee7e4d5a..3e4ddd15a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_ban_create_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_ban_create_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_unban_create_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_unban_create_request_v3.py index 12358b19c..e28615f55 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_unban_create_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_bulk_unban_create_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_check_valid_user_id_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_check_valid_user_id_request_v4.py index ce7cd4a7b..1144c6632 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_check_valid_user_id_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_check_valid_user_id_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country.py index c6d5186f6..47f87aa7e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_request.py index a52d74276..81b4bc982 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_v3_request.py index 1de586239..c75140753 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_age_restriction_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_request.py index c62f05e14..6c6497e00 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_response.py index 2d8cde9b4..0e2d037db 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_blacklist_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_response.py index 9b9e05a5f..dd8270340 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_v3_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_v3_response.py index 708abdf1e..b76c95c3d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_v3_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_country_v3_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_create_justice_user_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_create_justice_user_response.py index 01bd47ac1..e581b2a6f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_create_justice_user_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_create_justice_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_request_v4.py index 9ee70af25..188264695 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_response_v4.py index 2cca659c0..845d9eb18 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_update_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_update_request_v4.py index f8c17a7e5..12c3a00ae 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_update_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_ban_update_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_banned_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_banned_response_v4.py index 2a9baffd0..e8c1bd058 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_banned_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_banned_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_bans_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_bans_response_v4.py index 629f279b0..eee8c094b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_bans_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_bans_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_id_decrypt_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_id_decrypt_response_v4.py index 568552f60..ebf004334 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_id_decrypt_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_id_decrypt_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_response_v4.py index 5f010f468..a3ba2e709 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_type_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_type_response_v4.py index 14fdaa837..3353ceaaa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_type_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_type_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_types_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_types_response_v4.py index 51bfaf789..33e1a5c20 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_types_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_types_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_user_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_user_response_v4.py index 1ba42d132..7734956ec 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_user_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_user_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_users_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_users_response_v4.py index 4b54eb919..e406916af 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_users_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_device_users_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_devices_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_devices_response_v4.py index b9e49e5f5..c9082353a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_devices_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_devices_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_disable_user_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_disable_user_request.py index 76874e000..62d890193 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_disable_user_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_disable_user_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_email_update_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_email_update_request_v4.py index a6cfaaa35..3590672ec 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_email_update_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_email_update_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_enabled_factors_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_enabled_factors_response_v4.py index d9fabfd25..200549464 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_enabled_factors_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_enabled_factors_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_failed_ban_unban_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_failed_ban_unban_user_v3.py index cfe9d741c..2fa9445f8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_failed_ban_unban_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_failed_ban_unban_user_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_forgot_password_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_forgot_password_request_v3.py index 9b07d520c..2fc1d3c70 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_forgot_password_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_forgot_password_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_admin_users_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_admin_users_response.py index 1b2bfee7a..adda1f3c8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_admin_users_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_admin_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_bulk_user_bans_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_bulk_user_bans_request.py index 1b13ab82c..70943bbfc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_bulk_user_bans_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_bulk_user_bans_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_link_headless_account_conflict_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_link_headless_account_conflict_response.py index 654eb8fe3..e720ce18f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_link_headless_account_conflict_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_link_headless_account_conflict_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_publisher_user_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_publisher_user_response.py index 2be4bcec1..fdde9ab04 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_publisher_user_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_publisher_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_ban_v3_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_ban_v3_response.py index e823cfe0d..39efe6f1a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_ban_v3_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_ban_v3_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_justice_platform_account_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_justice_platform_account_response.py index 5acdda053..7cfe04c0e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_justice_platform_account_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_justice_platform_account_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping.py index e9106884b..38b04eea6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping_v3.py index bd210a00c..d17b880f7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_user_mapping_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_users_response_with_pagination_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_users_response_with_pagination_v3.py index 2aaa201f7..158057ea2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_users_response_with_pagination_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_get_users_response_with_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_config_version.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_config_version.py index e8d6c5331..91ecacd79 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_config_version.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_config_version.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data.py index 5b8ee72c3..f134671d6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data_public.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data_public.py index 42c004f60..292a08a04 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data_public.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_data_public.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_update_payload.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_update_payload.py index b755ffb9e..84ea4eb77 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_update_payload.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validation_update_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_public_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_public_response.py index 0547a9812..ecc780a7a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_public_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_public_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_response.py index 63b997be0..9ba6e60c8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_input_validations_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v3.py index 93ab0c480..60d368a46 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v4.py index f4f6f1218..a9b21144f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_response_v3.py index f6fd1e536..64f987748 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_invite_user_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_headless_account_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_headless_account_request.py index 760284334..e4fba4f45 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_headless_account_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_headless_account_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_request.py index 52710ee8d..9dd7fc8fa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_with_progression_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_with_progression_request.py index e40df9a29..c5ccf0d06 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_with_progression_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_platform_account_with_progression_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_request.py index 0d14149d0..442cb1c94 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_link_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_linking_history_response_with_pagination_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_linking_history_response_with_pagination_v3.py index 900c47932..6cec0c993 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_linking_history_response_with_pagination_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_linking_history_response_with_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_assigned_users_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_assigned_users_v4_response.py index e948555b2..49f646e9d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_assigned_users_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_assigned_users_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_ban_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_ban_response_v3.py index d54c26af5..8efd79cdc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_ban_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_ban_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_platforms_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_platforms_response.py index c5f3fdd48..2da3f918d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_platforms_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_platforms_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_response.py index 927dd6756..83394b4cd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_bulk_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_email_address_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_email_address_request.py index 671007fb1..d17bd624e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_email_address_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_email_address_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_role_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_role_v4_response.py index 5e2cc08e3..ed10f4458 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_role_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_role_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_information_result.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_information_result.py index a47182226..f15da1c48 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_information_result.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_information_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_response_v3.py index fb70301a9..f0ab90790 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_roles_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_roles_v4_response.py index 96a46cf7b..28d4c75a8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_roles_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_user_roles_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_valid_user_id_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_valid_user_id_response_v4.py index 8b372bdd4..038d64628 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_valid_user_id_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_list_valid_user_id_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_login_histories_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_login_histories_response.py index dcb58f6e3..f58117e00 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_login_histories_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_login_histories_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_namespace_role_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_namespace_role_request.py index 40469bc29..b7aab23e4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_namespace_role_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_namespace_role_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_permission_delete_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_permission_delete_request.py index b28cc7000..501707263 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_permission_delete_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_permission_delete_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_delete_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_delete_request.py index 0d1075c07..e8b7e1926 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_delete_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_delete_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_response.py index 85d5f9eff..413bc940d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_update_request.py index 9ec5ecc7a..6f12f7323 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_domain_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_id_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_id_request.py index 99b46b12e..24195a1b1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_id_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_id_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_information.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_information.py index 1bd84d946..bf6d1d826 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_information.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_platform_user_information.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_invite_user_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_invite_user_request_v4.py index 74472cff8..014685ebd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_invite_user_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_invite_user_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_third_party_platform_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_third_party_platform_info.py index 87bbc5e81..e429d7ac1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_third_party_platform_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_third_party_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_response_v3.py index 1b678b05a..9ed473254 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_v3.py index 3981fdba9..c915dd2f3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_information_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response.py index 657108f77..fa051f835 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response_v3.py index 0c1fef4d5..8efd5c88a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_user_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_users_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_users_response.py index f1e65a836..3fb4b0f6e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_users_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_public_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_remove_user_role_v4_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_remove_user_role_v4_request.py index 75cf5ffaf..0c4db557d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_remove_user_role_v4_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_remove_user_role_v4_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request.py index ce06a84a7..a1e9d0e49 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request_v3.py index ffbec35ac..edd51a63f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_reset_password_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_revoke_user_v4_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_revoke_user_v4_request.py index ce8048189..666b11f54 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_revoke_user_v4_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_revoke_user_v4_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response.py index e981a9a71..4cf5c223c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response_v3.py index 6f858199b..51eef9654 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_admin_status_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_request.py index 1af00d970..15409cc8c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_v3_request.py index 94fbf51ad..fb52bb449 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_create_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request.py index 9e8e4c65d..415ba1373 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request_v3.py index 2a485e218..a78f3d5a8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_response.py index ef0bbe8c2..16e472336 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_responses_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_responses_v3.py index f9db629e4..a0f2c9d55 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_responses_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_managers_responses_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request.py index 512703656..5b59373df 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request_v3.py index 6bdd77bca..24e1324c2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response.py index 4e0d19526..c0aa1a6f3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response_v3.py index 6ba4f830b..165d28626 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_members_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_names_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_names_response_v3.py index e7d3cd79d..0bde64470 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_names_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_names_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response.py index 95c45bec4..f48706c68 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_v3.py index b80988fd1..d7da31dfe 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers.py index 4d278f72d..53c380e5c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_and_pagination_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_and_pagination_v3.py index 20bc3f1fc..4592b326c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_and_pagination_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_and_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_v3.py index 04b0501a8..ea69e41b3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_response_with_managers_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request.py index bed752b42..11ed3babf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request_v3.py index 65a31d365..6ae0d8344 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_update_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_request.py index 9d9a710f4..21076e34c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_response.py index c759bbe2a..e2fd492b1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_role_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_by_platform_id_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_by_platform_id_response.py index 4ae78b5ed..8843a29e9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_by_platform_id_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_by_platform_id_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response.py index 223da8f53..9deff8a4a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response_with_pagination_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response_with_pagination_v3.py index e4adac6ac..f21f51b74 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response_with_pagination_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_search_users_response_with_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_register_verification_code_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_register_verification_code_request.py index aaffc0a46..8ee82a24f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_register_verification_code_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_register_verification_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request.py index 3baa493b1..b5f282006 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request_v3.py index d4af71e43..e1e44f2eb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_code_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_link_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_link_request.py index ac14201fe..4ebf22c92 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_link_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_send_verification_link_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_request.py index f0cdb2dd4..3b9336e68 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_response.py index 443983b99..17eb25417 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_sso_platform_credential_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_request.py index 061bbd64b..88b21c002 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_response.py index 89b4d6fe4..ebb0f1ecf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_third_party_login_platform_credential_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_token_third_party_link_status_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_token_third_party_link_status_response.py index afc8343ca..df89e3fce 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_token_third_party_link_status_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_token_third_party_link_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_unlink_user_platform_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_unlink_user_platform_request.py index 4a53cc1ea..be798bfe5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_unlink_user_platform_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_unlink_user_platform_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_permission_schedule_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_permission_schedule_request.py index 93d0c6b3b..fafacab3d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_permission_schedule_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_permission_schedule_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_deletion_status_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_deletion_status_request.py index 943e0b9fe..a5fe3cd93 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_deletion_status_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_deletion_status_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_status_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_status_request.py index f8e33080a..998e46ad1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_status_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_update_user_status_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_request.py index 715317c5d..992a65fcd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_v3_request.py index 30caca088..8b215d203 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request.py index 2e5fb2930..f58999669 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request_v3.py index 6c22e0c49..303f1b03b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_upgrade_headless_account_with_verification_code_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response.py index e379b9708..e31d1142b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response_v3.py index 209e13fc1..5f68704a0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_active_ban_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response.py index d19e8c4d2..cd60327b0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response_v3.py index a3487c443..212037667 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_ban_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_base_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_base_info.py index c67e011ea..d90fbb589 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_base_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_base_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v3.py index 153ea61fa..12166f142 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v4.py index 34f7eef99..816306cc0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_from_invitation_request_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request.py index 86d6d88e0..c33b9003b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request_v3.py index 403b911f6..42e345be5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response.py index ab587173e..321b915fd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response_v3.py index 067423e57..3e04c3a99 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_create_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_deletion_status_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_deletion_status_response.py index d3c614837..4a28ed2ee 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_deletion_status_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_deletion_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_i_ds_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_i_ds_request.py index 1a598e9aa..932c4d045 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_i_ds_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_i_ds_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_identity_update_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_identity_update_request_v3.py index 6475c9c1b..b541e9141 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_identity_update_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_identity_update_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_info_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_info_response.py index 66430f35f..979e3bf82 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_info_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_info_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_information.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_information.py index 333807b60..9b9d081f6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_information.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_information.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_invitation_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_invitation_v3.py index 5ccef4eb2..5b2f5fb54 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_invitation_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_invitation_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_login_history_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_login_history_response.py index c892b58c2..5ad14e3ad 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_login_history_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_login_history_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_request.py index fa34c5585..23e9ccfbe 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_v3_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_v3_request.py index b555bae92..50f97a9de 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_v3_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_password_update_v3_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_permissions_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_permissions_response_v3.py index f8b9299fa..a1f3e7143 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_permissions_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_permissions_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_info.py index 8d21b3307..49b12816b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_infos.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_infos.py index 64558c43f..9d899e6f1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_infos.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_infos.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_metadata.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_metadata.py index 657aa3be6..a16cd3182 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_metadata.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_platform_metadata.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_public_info_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_public_info_response_v4.py index cedad30d0..ced9ae18d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_public_info_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_public_info_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response.py index 9a123930e..d642c2cb4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response_v3.py index 7aca6fa2a..09d9d96d5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_roles_v4_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_roles_v4_response.py index 10c2dc21e..3b0b39d99 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_roles_v4_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_roles_v4_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_unban_create_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_unban_create_request_v3.py index 81bad545d..ab0a3458b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_unban_create_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_unban_create_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request.py index d1105f0d6..131521090 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request_v3.py index bb694af2f..abd18253a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_update_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request.py index d3681ee05..8b79a8eb3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request_v3.py index 168812fee..34786e89c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_verification_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_with_platform_info.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_with_platform_info.py index 66b59f385..6d311e45d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_with_platform_info.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_user_with_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_request_v3.py index 6c3ea1781..b099df9b5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_request_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_response.py index 3aa2cd2e1..034580d76 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_users_platform_infos_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_valid_user_id_response_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_valid_user_id_response_v4.py index 219a3ed27..0f8d61d32 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_valid_user_id_response_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_valid_user_id_response_v4.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail.py index 82f441885..98fcb62b4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail_public.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail_public.py index 59903cb51..3dbdb0f68 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail_public.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_validation_detail_public.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verification_code_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verification_code_response.py index 3c9a9e3d1..7affc7ed7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verification_code_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verification_code_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verify_registration_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verify_registration_code.py index 14e27d521..0b6dc891b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verify_registration_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_verify_registration_code.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_web_linking_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_web_linking_response.py index 288608035..3dc332603 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/model_web_linking_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/model_web_linking_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthapi_revocation_list.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthapi_revocation_list.py index f2b8ee743..f621cbc77 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthapi_revocation_list.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthapi_revocation_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_key.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_key.py index a446515e7..13a59fff8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_key.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_key.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_set.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_set.py index 03bd43abf..67398f0da 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_set.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_jwk_set.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_user_revocation_list_record.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_user_revocation_list_record.py index cf42cfdbc..98a9a5b30 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_user_revocation_list_record.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthcommon_user_revocation_list_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_country_location_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_country_location_response.py index 062095a4a..2e4db8b3f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_country_location_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_country_location_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_error_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_error_response.py index 77bd3224c..723700461 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_error_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_response.py index ee5640f18..f38c23ccf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_validation_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_validation_response.py index 32d04dc3b..8dcf5c4dd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_validation_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_one_time_linking_code_validation_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_platform_token_refresh_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_platform_token_refresh_response_v3.py index 213d7cc53..408b5bce0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_platform_token_refresh_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_platform_token_refresh_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_target_token_code_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_target_token_code_response.py index b428121e9..379b61fc0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_target_token_code_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_target_token_code_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_introspect_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_introspect_response.py index 4c24df3ed..9a34d6ee4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_introspect_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_introspect_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response.py index d6fae908f..7f1e564fc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response_v3.py index 0114ac75a..5fac9ba01 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_third_party_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_third_party_response.py index 8236cfd9d..e9a3a48c3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_third_party_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_third_party_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_with_device_cookie_response_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_with_device_cookie_response_v3.py index 8201ad18e..b18088714 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_with_device_cookie_response_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_token_with_device_cookie_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_user_ban.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_user_ban.py index 78683e7a9..a053f2a8e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_user_ban.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/oauthmodel_user_ban.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response.py index 6b3bd8b79..9f8d8a2fa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response_with_conflicted_user_platform_accounts.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response_with_conflicted_user_platform_accounts.py index 97805bba3..75e6d0525 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response_with_conflicted_user_platform_accounts.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/rest_error_response_with_conflicted_user_platform_accounts.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/validation.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/validation.py index d405ccab3..4d464374e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/validation.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/validation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/models/validation_description.py b/src/services/iam/accelbyte_py_sdk/api/iam/models/validation_description.py index af874bc77..a16297442 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/models/validation_description.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/models/validation_description.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/__init__.py index b38e63501..32f785d23 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/__init__.py index ea446ac09..a26f516a4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_ban_user_bulk_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_ban_user_bulk_v3.py index b0115038c..0f7c6f3d0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_ban_user_bulk_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_ban_user_bulk_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_banned_users_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_banned_users_v3.py index 322241c9c..e63d7bd37 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_banned_users_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_banned_users_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_v3.py index d4638dcaa..984e2fb43 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -180,6 +180,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetBansTypeV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_wit_95a738.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_wit_95a738.py index 739a559a6..a7f05e4cf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_wit_95a738.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_bans_type_wit_95a738.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetBansTypeWithNamespaceV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_list_ban_reason_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_list_ban_reason_v3.py index f6380bb12..0dea14cf0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_list_ban_reason_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_get_list_ban_reason_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -180,6 +180,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetListBanReasonV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_unban_user_bulk_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_unban_user_bulk_v3.py index 3398c1f2e..9df7c540b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_unban_user_bulk_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/admin_unban_user_bulk_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_bans_type.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_bans_type.py index 082e5a4c9..2b29a9c49 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_bans_type.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_bans_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -175,6 +175,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetBansType: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_list_ban_reason.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_list_ban_reason.py index ac530c894..1a54a5489 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_list_ban_reason.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/bans/get_list_ban_reason.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -176,6 +176,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetListBanReason: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/__init__.py index f25c1b491..f7476b349 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/add_client_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/add_client_permission.py index be613ad1b..cef909e0a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/add_client_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/add_client_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.action = action instance.client_id = client_id instance.resource = resource + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_add_client_permis_b56057.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_add_client_permis_b56057.py index fb45e50c0..4a2b4c2f7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_add_client_permis_b56057.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_add_client_permis_b56057.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_create_client_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_create_client_v3.py index 62a03ea52..b3fcc9c36 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_create_client_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_create_client_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_per_ccba4f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_per_ccba4f.py index 346fc93a4..2ab30a63c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_per_ccba4f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_per_ccba4f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.client_id = client_id instance.namespace = namespace instance.resource = resource + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_v3.py index e08e88ae8..eec4fb679 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_delete_client_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, client_id: str, namespace: str, **kwargs) -> AdminDeleteClientV3 instance = cls() instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clients_by_na_e85014.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clients_by_na_e85014.py index ba7217ebd..fb64e38b1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clients_by_na_e85014.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clients_by_na_e85014.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -289,6 +289,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clientsby_nam_ac2fda.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clientsby_nam_ac2fda.py index 25ae00b4a..a410a7c9c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clientsby_nam_ac2fda.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_get_clientsby_nam_ac2fda.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_per_4db324.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_per_4db324.py index bbd1feeaf..31ff16ac1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_per_4db324.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_per_4db324.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_secret_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_secret_v3.py index 5cb430ed9..e10f030a3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_secret_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_secret_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_v3.py index 07156b6c1..0e76a6f5f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/admin_update_client_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.body = body instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client.py index 590e29bc3..7294ee849 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, body: ClientmodelClientCreateRequest, **kwargs) -> CreateClient: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client_by_namespace.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client_by_namespace.py index 8dddd13cc..a2997ae89 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client_by_namespace.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/create_client_by_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client.py index c416decd5..5bc6625f8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, client_id: str, **kwargs) -> DeleteClient: instance = cls() instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_by_namespace.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_by_namespace.py index 78997dc60..77c59bc84 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_by_namespace.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_by_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_permission.py index 9446ca278..e170d1515 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/delete_client_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.action = action instance.client_id = client_id instance.resource = resource + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_client.py index b0197d67d..27b18a1c5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def parse_response( def create(cls, client_id: str, **kwargs) -> GetClient: instance = cls() instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clients.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clients.py index c6648a3b4..50a17f9de 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clients.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clients.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -178,6 +178,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetClients: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clientsby_namespace.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clientsby_namespace.py index 2bceaeb5b..786f501fe 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clientsby_namespace.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/get_clientsby_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetClientsbyNamespace: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client.py index 5bbe697de..d3f83e1d6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_permission.py index dd3735dab..227de2f64 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_secret.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_secret.py index 0266ddbee..a5125d69e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_secret.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/clients/update_client_secret.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/__init__.py index 9279640ec..11e324208 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_add_country_blacklist_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_add_country_blacklist_v3.py index ac7de0746..85377e423 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_add_country_blacklist_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_add_country_blacklist_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_blacklist_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_blacklist_v3.py index 219982fcf..cf47036b1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_blacklist_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_blacklist_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetCountryBlacklistV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_list_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_list_v3.py index b9cef449c..7ac0c97af 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_list_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/admin_get_country_list_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.namespace = namespace if filter_blacklist is not None: instance.filter_blacklist = filter_blacklist + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/public_get_country_list_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/public_get_country_list_v3.py index d98b05ca0..26def234d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/public_get_country_list_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/country/public_get_country_list_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -188,6 +188,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetCountryListV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/__init__.py index 39afa0f39..3260e9913 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_ban_device_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_ban_device_v4.py index 0391c058a..4b35db2fc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_ban_device_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_ban_device_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_decrypt_device_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_decrypt_device_v4.py index ab729c6e6..fd4ab7282 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_decrypt_device_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_decrypt_device_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, device_id: str, namespace: str, **kwargs) -> AdminDecryptDeviceV instance = cls() instance.device_id = device_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_generate_report_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_generate_report_v4.py index c673b02e9..3645eddfe 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_generate_report_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_generate_report_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.end_date = end_date if start_date is not None: instance.start_date = start_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_banned_devices_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_banned_devices_v4.py index 87997621e..48bb5618a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_banned_devices_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_banned_devices_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -289,6 +289,8 @@ def create( instance.offset = offset if start_date is not None: instance.start_date = start_date + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_ban_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_ban_v4.py index 8588f5d2d..84670ec2b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_ban_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_ban_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, ban_id: str, namespace: str, **kwargs) -> AdminGetDeviceBanV4: instance = cls() instance.ban_id = ban_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_bans_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_bans_v4.py index 9b945d204..1a8757598 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_bans_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_bans_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, device_id: str, namespace: str, **kwargs) -> AdminGetDeviceBansV instance = cls() instance.device_id = device_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_types_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_types_v4.py index 9b9b4e4db..4b8228021 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_types_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_device_types_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetDeviceTypesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_devices_by_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_devices_by_user_v4.py index 92ccfabd2..61f4de51e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_devices_by_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_devices_by_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_user_device_bans_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_user_device_bans_v4.py index 418c561ef..205a296b1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_user_device_bans_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_user_device_bans_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminGetUserDeviceBan instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_users_by_device_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_users_by_device_v4.py index bba3c1951..bbfaf8a5d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_users_by_device_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_get_users_by_device_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.device_id = device_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_unban_device_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_unban_device_v4.py index 9b4d5c7e8..95264aa5b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_unban_device_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_unban_device_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, device_id: str, namespace: str, **kwargs) -> AdminUnbanDeviceV4: instance = cls() instance.device_id = device_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_update_device_ban_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_update_device_ban_v4.py index 6bc4193b7..3ebaa7b00 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_update_device_ban_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/devices_v4/admin_update_device_ban_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.ban_id = ban_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/__init__.py index 9a3fddd82..d0f082ef2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_get_input_validations.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_get_input_validations.py index 88006d1b4..6254ce479 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_get_input_validations.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_get_input_validations.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -174,6 +174,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetInputValidations: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_reset_input_validations.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_reset_input_validations.py index 103ac3d51..dc16fe2f7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_reset_input_validations.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_reset_input_validations.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def parse_response( def create(cls, field: str, **kwargs) -> AdminResetInputValidations: instance = cls() instance.field = field + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_update_input_validations.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_update_input_validations.py index 754e1cb72..b740749e6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_update_input_validations.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/admin_update_input_validations.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( ) -> AdminUpdateInputValidations: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_valida_e97ee4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_valida_e97ee4.py index ace8554d8..845689a28 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_valida_e97ee4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_valida_e97ee4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, field: str, **kwargs) -> PublicGetInputValidationByField: instance = cls() instance.field = field + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_validations.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_validations.py index 85749f3e8..185b12d89 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_validations.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/input_validations/public_get_input_validations.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance.default_on_empty = default_on_empty if language_code is not None: instance.language_code = language_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/__init__.py index c0258ed1b..672470151 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/authorization.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/authorization.py index 86d9a4719..6e8422269 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/authorization.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/authorization.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -313,6 +313,8 @@ def create( instance.scope = scope if state is not None: instance.state = state + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_jwks.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_jwks.py index 296b9b9be..a47fef10d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_jwks.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_jwks.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -171,6 +171,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetJWKS: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_revocation_list.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_revocation_list.py index afc404ef0..2af2aac66 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_revocation_list.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/get_revocation_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -169,6 +169,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetRevocationList: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/platform_token_request_handler.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/platform_token_request_handler.py index f50a21aec..30b4cdd0f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/platform_token_request_handler.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/platform_token_request_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.mac_address = mac_address if platform_token is not None: instance.platform_token = platform_token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_a_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_a_user.py index ee0b9ca29..63aa081bd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_a_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_a_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def parse_response( def create(cls, user_id: str, **kwargs) -> RevokeAUser: instance = cls() instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_token.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_token.py index f9cadffc0..ede790cbe 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_token.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_token.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, token: str, **kwargs) -> RevokeToken: instance = cls() instance.token = token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_user.py index f700140a6..8281b7ae8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/revoke_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> RevokeUser: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/token_grant.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/token_grant.py index ac98cf349..129c5b235 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/token_grant.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/token_grant.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -413,6 +413,8 @@ def create( instance.refresh_token = refresh_token if username is not None: instance.username = username + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/verify_token.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/verify_token.py index aca09ff52..5cf6b0fe6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/verify_token.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth/verify_token.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -190,6 +190,8 @@ def parse_response( def create(cls, token: str, **kwargs) -> VerifyToken: instance = cls() instance.token = token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/__init__.py index 8f0640870..1c2e3082e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/admin_retrieve_user_thi_205ff1.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/admin_retrieve_user_thi_205ff1.py index d0cc08c0a..454e8e1bc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/admin_retrieve_user_thi_205ff1.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/admin_retrieve_user_thi_205ff1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/auth_code_request_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/auth_code_request_v3.py index cda8e1c1b..7a86aba86 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/auth_code_request_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/auth_code_request_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.client_id = client_id if redirect_uri is not None: instance.redirect_uri = redirect_uri + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/authorize_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/authorize_v3.py index 3ba1f5160..e3ca475a3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/authorize_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/authorize_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -396,6 +396,8 @@ def create( instance.use_redirect_uri_as_login_url_when_locked = ( use_redirect_uri_as_login_url_when_locked ) + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/change2fa_method.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/change2fa_method.py index bf169ea1d..c6871d823 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/change2fa_method.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/change2fa_method.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create(cls, factor: str, mfa_token: str, **kwargs) -> Change2faMethod: instance = cls() instance.factor = factor instance.mfa_token = mfa_token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_jwksv3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_jwksv3.py index 1d80d8ba2..d16efa1e4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_jwksv3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_jwksv3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -164,6 +164,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetJWKSV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_revocation_list_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_revocation_list_v3.py index 5b6e540fe..b3e096c1d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_revocation_list_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/get_revocation_list_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -170,6 +170,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetRevocationListV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/platform_token_grant_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/platform_token_grant_v3.py index a6663b47b..bf911556e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/platform_token_grant_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/platform_token_grant_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -388,6 +388,8 @@ def create( instance.platform_token = platform_token if skip_set_cookie is not None: instance.skip_set_cookie = skip_set_cookie + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/retrieve_user_third_par_204b6e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/retrieve_user_third_par_204b6e.py index 1002217ce..37819b9eb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/retrieve_user_third_par_204b6e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/retrieve_user_third_par_204b6e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/revoke_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/revoke_user_v3.py index 709fca0c8..0b75090a5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/revoke_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/revoke_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.user_id = user_id if include_game_namespace is not None: instance.include_game_namespace = include_game_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/send_mfa_authentication_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/send_mfa_authentication_code.py index 93fbb649b..6321ffc9a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/send_mfa_authentication_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/send_mfa_authentication_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.client_id = client_id instance.factor = factor instance.mfa_token = mfa_token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/simultaneous_login_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/simultaneous_login_v3.py index d2c3705f0..103fc0b98 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/simultaneous_login_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/simultaneous_login_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.simultaneous_platform = simultaneous_platform if simultaneous_ticket is not None: instance.simultaneous_ticket = simultaneous_ticket + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_grant_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_grant_v3.py index 5e2222f90..4031b6e06 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_grant_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_grant_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -474,6 +474,8 @@ def create( instance.refresh_token = refresh_token if username is not None: instance.username = username + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_introspection_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_introspection_v3.py index b0450702d..58ca75e42 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_introspection_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_introspection_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def parse_response( def create(cls, token: str, **kwargs) -> TokenIntrospectionV3: instance = cls() instance.token = token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_revocation_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_revocation_v3.py index 3c4a77bc0..135199899 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_revocation_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/token_revocation_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, token: str, **kwargs) -> TokenRevocationV3: instance = cls() instance.token = token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify2fa_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify2fa_code.py index 327c618dd..ef737cba5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify2fa_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify2fa_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.factor = factor instance.mfa_token = mfa_token instance.remember_device = remember_device + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify_token_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify_token_v3.py index 08a89eda3..123cabc5d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify_token_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0/verify_token_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -184,6 +184,8 @@ def parse_response( def create(cls, token: str, **kwargs) -> VerifyTokenV3: instance = cls() instance.token = token + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/__init__.py index bdb90f981..6037ce032 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/authentication_with_pla_4d2d24.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/authentication_with_pla_4d2d24.py index ea3ee28fb..87b0359f9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/authentication_with_pla_4d2d24.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/authentication_with_pla_4d2d24.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.username = username if extend_exp is not None: instance.extend_exp = extend_exp + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/generate_token_by_new_h_af6555.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/generate_token_by_new_h_af6555.py index 11ef0e91b..8bee4b4e4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/generate_token_by_new_h_af6555.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/generate_token_by_new_h_af6555.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.additional_data = additional_data if extend_exp is not None: instance.extend_exp = extend_exp + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/get_country_location_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/get_country_location_v3.py index a7140015b..65ad1af10 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/get_country_location_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/get_country_location_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -159,6 +159,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetCountryLocationV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/logout.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/logout.py index 5938d49e5..c496ddd12 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/logout.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/logout.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -158,6 +158,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> Logout: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_authentication_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_authentication_v3.py index 5e53915bb..874e508b9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_authentication_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_authentication_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -427,6 +427,8 @@ def create( instance.openid_sig = openid_sig if openid_signed is not None: instance.openid_signed = openid_signed + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh__6ab177.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh__6ab177.py index d49147555..13c81dd07 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh__6ab177.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh__6ab177.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.platform_token = platform_token instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh_v3.py index 7097ae65c..b64dd2e79 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/platform_token_refresh_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance = cls() instance.platform_token = platform_token instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_one_time_linkin_a9550a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_one_time_linkin_a9550a.py index 947a6a52c..c30311dca 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_one_time_linkin_a9550a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_one_time_linkin_a9550a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def parse_response( def create(cls, platform_id: str, **kwargs) -> RequestOneTimeLinkingCodeV3: instance = cls() instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_target_token_re_2a2d5b.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_target_token_re_2a2d5b.py index 1ddf76d9c..b29b5e722 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_target_token_re_2a2d5b.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_target_token_re_2a2d5b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -197,6 +197,8 @@ def create( instance.code = code if additional_data is not None: instance.additional_data = additional_data + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_by_one_ti_ace4f2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_by_one_ti_ace4f2.py index 81ba1f3f4..a50a5f12c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_by_one_ti_ace4f2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_by_one_ti_ace4f2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.additional_data = additional_data if is_transient is not None: instance.is_transient = is_transient + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_exchange_code_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_exchange_code_v3.py index 97ddc2527..da33901ac 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_exchange_code_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/request_token_exchange_code_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create( instance = cls() instance.client_id = client_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/user_authentication_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/user_authentication_v3.py index 1583a7b2f..a1082cec8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/user_authentication_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/user_authentication_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.extend_exp = extend_exp if redirect_uri is not None: instance.redirect_uri = redirect_uri + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/validate_one_time_linki_84d856.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/validate_one_time_linki_84d856.py index 6f0ff92f0..b460f2597 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/validate_one_time_linki_84d856.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/o_auth2_0_extension/validate_one_time_linki_84d856.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -187,6 +187,8 @@ def parse_response( def create(cls, one_time_link_code: str, **kwargs) -> ValidateOneTimeLinkingCodeV3: instance = cls() instance.one_time_link_code = one_time_link_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/__init__.py index 90a8a4e2e..16c1e8c47 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_managers.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_managers.py index 1152751b2..00d8a3c7f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_managers.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_managers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_members.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_members.py index 42adb3a49..cabebb988 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_members.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_permission.py index 8bdd41796..693a1b24c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/add_role_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.action = action instance.resource = resource instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_managers_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_managers_v3.py index 5d3b02e5d..00a0bf3bc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_managers_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_managers_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_members_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_members_v3.py index c3698989c..7d37b4d2c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_members_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_members_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v3.py index ef2ca0878..4358f04bb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v4.py index 9db3cd3ea..b1f10516d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_add_role_permissions_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_assign_user_to_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_assign_user_to_role_v4.py index ca5d26ed7..16933c369 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_assign_user_to_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_assign_user_to_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v3.py index 0f76e29e1..8aa0757f8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, body: ModelRoleCreateV3Request, **kwargs) -> AdminCreateRoleV3: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v4.py index bb94258ea..8cb32856e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_create_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, body: ModelRoleV4Request, **kwargs) -> AdminCreateRoleV4: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_02ef33.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_02ef33.py index 39acd9fd7..6f96a6883 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_02ef33.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_02ef33.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.action = action instance.resource = resource instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_22b25a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_22b25a.py index 6b0fb5ded..792c3ce74 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_22b25a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_22b25a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_c227c5.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_c227c5.py index 86365a3ca..8bc22cd31 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_c227c5.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_permi_c227c5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v3.py index 138803003..6df90d5bb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminDeleteRoleV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v4.py index 5801f55c9..595526077 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_delete_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminDeleteRoleV4: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_admin_status_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_admin_status_v3.py index 46c3a618e..7622fe128 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_admin_status_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_admin_status_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminGetRoleAdminStatusV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_managers_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_managers_v3.py index 8a90e1416..42b719735 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_managers_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_managers_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_members_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_members_v3.py index 021a9d62a..e75b65b59 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_members_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_members_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v3.py index a2c9147b8..de967b163 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminGetRoleV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v4.py index 83347a4f3..c0fef70c3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminGetRoleV4: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v3.py index 285ed2b37..7da872e6e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.is_wildcard = is_wildcard if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v4.py index 7e1e72c09..9bd1c799b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_get_roles_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_list_assigned_users_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_list_assigned_users_v4.py index 1cab536e0..b3082b59e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_list_assigned_users_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_list_assigned_users_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_admin_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_admin_v3.py index 2e448954a..51f383ede 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_admin_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_admin_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminRemoveRoleAdminV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_managers_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_managers_v3.py index 0237ffb70..e9d4a5127 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_managers_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_managers_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_members_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_members_v3.py index 7051d5ab4..0558a5a28 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_members_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_remove_role_members_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_revoke_user_from_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_revoke_user_from_role_v4.py index 31d7d73df..1bf31abdd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_revoke_user_from_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_revoke_user_from_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_admin_role_5be907.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_admin_role_5be907.py index bad1ccb55..878996568 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_admin_role_5be907.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_admin_role_5be907.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> AdminUpdateAdminRoleStatusV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_728d52.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_728d52.py index fcc083506..440893479 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_728d52.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_728d52.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_e17189.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_e17189.py index e4353dfb0..ff1c91e94 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_e17189.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_permi_e17189.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v3.py index c6389ff7f..97eeb8f15 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v4.py index 9a23b9a69..98a21de82 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/admin_update_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/create_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/create_role.py index d5e03f84d..820559bc3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/create_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/create_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def parse_response( def create(cls, body: ModelRoleCreateRequest, **kwargs) -> CreateRole: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role.py index 7a4422a5c..2a465af8d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> DeleteRole: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role_permission.py index b76f2a4f8..37bfb3b37 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/delete_role_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.action = action instance.resource = resource instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role.py index bfe061c76..624f4c3e5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> GetRole: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_admin_status.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_admin_status.py index 1e7996528..69c481716 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_admin_status.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_admin_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> GetRoleAdminStatus: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_managers.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_managers.py index 2e7005a16..9160b8de3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_managers.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_managers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> GetRoleManagers: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_members.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_members.py index 2821d0ca7..20dfa272e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_members.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_role_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> GetRoleMembers: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_roles.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_roles.py index 96c286fb3..633db4ea5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_roles.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/get_roles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def create(cls, is_wildcard: Optional[str] = None, **kwargs) -> GetRoles: instance = cls() if is_wildcard is not None: instance.is_wildcard = is_wildcard + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_role_v3.py index cfac9646c..5c12bfa11 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> PublicGetRoleV3: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_roles_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_roles_v3.py index 01efa8e6d..06cb83769 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_roles_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/public_get_roles_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.is_wildcard = is_wildcard if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_admin.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_admin.py index effd6e28a..8d55d9a6b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_admin.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_admin.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> RemoveRoleAdmin: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_managers.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_managers.py index b8f5095c2..4d2565da5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_managers.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_managers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_members.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_members.py index 1512977e3..1e6d87f1d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_members.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/remove_role_members.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/set_role_as_admin.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/set_role_as_admin.py index 17b7fe4c9..6b56d5a54 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/set_role_as_admin.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/set_role_as_admin.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def parse_response( def create(cls, role_id: str, **kwargs) -> SetRoleAsAdmin: instance = cls() instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role.py index 65aded675..0328cc62a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, body: ModelRoleUpdateRequest, role_id: str, **kwargs) -> UpdateR instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role_permissions.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role_permissions.py index 5c419d1aa..8835622d9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role_permissions.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/roles/update_role_permissions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance = cls() instance.body = body instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/__init__.py index 2bb4cf5f3..92262e7ba 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/login_sso_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/login_sso_client.py index b665dc7d1..3332341f3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/login_sso_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/login_sso_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -197,6 +197,8 @@ def create( instance.platform_id = platform_id if payload is not None: instance.payload = payload + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/logout_sso_client.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/logout_sso_client.py index 56b994acc..479679596 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/logout_sso_client.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso/logout_sso_client.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, platform_id: str, **kwargs) -> LogoutSSOClient: instance = cls() instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/__init__.py index b3f7ea15a..fe0acd52b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/add_sso_login_platform__582c7e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/add_sso_login_platform__582c7e.py index d50ddd16a..59ab49345 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/add_sso_login_platform__582c7e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/add_sso_login_platform__582c7e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/delete_sso_login_platfo_2a8ff3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/delete_sso_login_platfo_2a8ff3.py index 1344ffb03..383c73915 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/delete_sso_login_platfo_2a8ff3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/delete_sso_login_platfo_2a8ff3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_all_sso_login__c73ace.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_all_sso_login__c73ace.py index e425d2a67..0cb42372b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_all_sso_login__c73ace.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_all_sso_login__c73ace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_sso_login_plat_90c5f8.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_sso_login_plat_90c5f8.py index 92b5092fb..8c9c73335 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_sso_login_plat_90c5f8.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/retrieve_sso_login_plat_90c5f8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/update_sso_platform_credential.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/update_sso_platform_credential.py index 45d3fdbc7..0a95e7947 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/update_sso_platform_credential.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_credential/update_sso_platform_credential.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/__init__.py index 8e43bd0e4..7fe744760 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/platform_authenticate_s_d9f573.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/platform_authenticate_s_d9f573.py index 971cd942c..6893dfd27 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/platform_authenticate_s_d9f573.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/sso_saml_2_0/platform_authenticate_s_d9f573.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.code = code if error is not None: instance.error = error + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/__init__.py index 3ab8e6439..8d526a21a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/add_third_party_login_p_99d6dd.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/add_third_party_login_p_99d6dd.py index e43470be3..0721dcbe6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/add_third_party_login_p_99d6dd.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/add_third_party_login_p_99d6dd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e29526.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e29526.py index 665bafbfd..eca9174f5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e29526.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e29526.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e59b10.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e59b10.py index 2f73b8001..dd662e96e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e59b10.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/delete_third_party_logi_e59b10.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_active_oidc_cl_08c243.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_active_oidc_cl_08c243.py index ec102d94c..f3376d1c1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_active_oidc_cl_08c243.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_active_oidc_cl_08c243.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance = cls() instance.namespace = namespace instance.client_id = client_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_9dd8d4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_9dd8d4.py index 3afb119ce..86bae0979 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_9dd8d4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_9dd8d4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( ) -> RetrieveAllActiveThirdPartyLoginPlatformCredentialV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_cf6883.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_cf6883.py index ea5431871..e99d94423 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_cf6883.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_active_thi_cf6883.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( ) -> RetrieveAllActiveThirdPartyLoginPlatformCredentialPublicV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_third_part_cc58d5.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_third_part_cc58d5.py index 777fd6524..b467430e2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_third_part_cc58d5.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_all_third_part_cc58d5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( ) -> RetrieveAllThirdPartyLoginPlatformCredentialV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_third_party_lo_3cce91.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_third_party_lo_3cce91.py index 695fc8ae3..83b95561c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_third_party_lo_3cce91.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/retrieve_third_party_lo_3cce91.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_85d26c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_85d26c.py index a8f80eddc..f153b17c0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_85d26c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_85d26c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_d9dd29.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_d9dd29.py index 7d0e02fff..9608ec188 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_d9dd29.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/third_party_credential/update_third_party_logi_d9dd29.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/__init__.py index 22e842c5d..2b78e1a51 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_permission.py index a6d6a274f..a26510504 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -303,6 +303,8 @@ def create( instance.namespace = namespace instance.resource = resource instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_role.py index 926b9f417..295ad4188 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/add_user_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace instance.role_id = role_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_permissions_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_permissions_v3.py index 6040a0a8b..eb8d3fb3a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_permissions_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_permissions_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_role_v3.py index 906213663..080042026 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_add_user_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.namespace = namespace instance.role_id = role_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v2.py index 64b46cef5..b51d6e05e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v3.py index 56ad0e4cb..77cc4ba34 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_ban_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_bulk_get_users_platform.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_bulk_get_users_platform.py index 507bfafee..f31397cb9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_bulk_get_users_platform.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_bulk_get_users_platform.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_justice_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_justice_user.py index 2ca9a54dc..7e5122f8f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_justice_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_justice_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.namespace = namespace instance.target_namespace = target_namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_user_roles_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_user_roles_v2.py index 65924d557..419f43e29 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_user_roles_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_create_user_roles_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_platform_link_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_platform_link_v2.py index 21995d644..a9521606e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_platform_link_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_platform_link_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.user_id = user_id if platform_namespace is not None: instance.platform_namespace = platform_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_infor_aae072.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_infor_aae072.py index 798083279..1348b6199 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_infor_aae072.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_infor_aae072.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_linki_405f1b.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_linki_405f1b.py index 89bb65143..d44566a7a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_linki_405f1b.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_linki_405f1b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_6b5aa5.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_6b5aa5.py index 742ac0f4c..6d2be5ebd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_6b5aa5.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_6b5aa5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_b5683d.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_b5683d.py index 8e874db44..196069919 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_b5683d.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_permi_b5683d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.namespace = namespace instance.resource = resource instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_role_v3.py index 395454ef2..b5f873c60 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.namespace = namespace instance.role_id = role_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_roles_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_roles_v3.py index 19680ce84..a287894ca 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_roles_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_delete_user_roles_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_disable_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_disable_user_v2.py index ebdcb648e..73fd01a22 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_disable_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_disable_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_enable_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_enable_user_v2.py index bc8f9a763..0a9d01abf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_enable_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_enable_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminEnableUserV2: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_48366c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_48366c.py index c5740f817..1ecddc884 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_48366c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_48366c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetAgeRestrictionStatusV2: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_5a6b02.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_5a6b02.py index b57c7b01e..271b7001e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_5a6b02.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_age_restricti_5a6b02.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetAgeRestrictionStatusV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_ban_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_ban_v3.py index 138ff1f8f..e224aae02 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_ban_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_ban_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.active_only = active_only if ban_type is not None: instance.ban_type = ban_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_by__b42a39.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_by__b42a39.py index 96aaa308b..5e585ff76 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_by__b42a39.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_bulk_user_by__b42a39.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_country__a160f3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_country__a160f3.py index d189eb108..c4416c31f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_country__a160f3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_country__a160f3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetListCountryAgeRestrictionV3: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_justice__0399f2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_justice__0399f2.py index 210b5ce3d..1b2377e3d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_justice__0399f2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_list_justice__0399f2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_my_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_my_user_v3.py index 81b76d0c9..4f469c8d8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_my_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_my_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -173,6 +173,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetMyUserV3: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_third_party_p_5d509c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_third_party_p_5d509c.py index 6bdb0023d..c6bfa45cf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_third_party_p_5d509c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_third_party_p_5d509c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -299,6 +299,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v2.py index 960f3738d..e465083a6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.user_id = user_id if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v3.py index dac61ab18..53f647793 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_ban_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -301,6 +301,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_email_160113.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_email_160113.py index 674b096e5..ffb52c7aa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_email_160113.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_email_160113.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace if email_address is not None: instance.email_address = email_address + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_platf_63b0f0.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_platf_63b0f0.py index 79fa5ac85..b233fca63 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_platf_63b0f0.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_platf_63b0f0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.platform_user_id = platform_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v2.py index 69933c11b..52c1b0d46 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminGetUserByUserIdV instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v3.py index 0cafecc46..6c539c0dc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_by_user_id_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminGetUserByUserIdV instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_deletion_d1510f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_deletion_d1510f.py index fad9e0a11..a2b8ebd6e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_deletion_d1510f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_deletion_d1510f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_login_hi_f4b37e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_login_hi_f4b37e.py index 3bd0998a1..c33d58bff 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_login_hi_f4b37e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_login_hi_f4b37e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_mapping.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_mapping.py index 2ff06eea6..b31b3e275 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_mapping.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_mapping.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.namespace = namespace instance.target_namespace = target_namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_platform_6f9923.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_platform_6f9923.py index 1b112e551..4e5196479 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_platform_6f9923.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_platform_6f9923.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -310,6 +310,8 @@ def create( instance.limit = limit if platform_id is not None: instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_single_p_15c89c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_single_p_15c89c.py index e79b30ee5..7c320370c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_single_p_15c89c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_get_user_single_p_15c89c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_invite_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_invite_user_v3.py index 8816ff0bb..d851ddf8e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_invite_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_invite_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_link_platform_account.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_link_platform_account.py index 5be61e876..b7dce90c2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_link_platform_account.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_link_platform_account.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.user_id = user_id if skip_conflict is not None: instance.skip_conflict = skip_conflict + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_p_f86a28.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_p_f86a28.py index 075337a84..51c3e251c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_p_f86a28.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_p_f86a28.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.platform_id = platform_id if raw_pid is not None: instance.raw_pid = raw_pid + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_u_d47f71.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_u_d47f71.py index b9c2b6a18..54e0b575a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_u_d47f71.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_user_id_by_u_d47f71.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_users_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_users_v3.py index badbf7313..cfe0432bb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_users_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_list_users_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_link_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_link_v3.py index 191a605c6..9a0b4122f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_link_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_link_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_unlink_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_unlink_v3.py index 754bb2d70..5fab9aafb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_unlink_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_platform_unlink_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_put_user_roles_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_put_user_roles_v2.py index e094a1a68..c1b4653d6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_put_user_roles_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_put_user_roles_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_query_third_platf_47d017.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_query_third_platf_47d017.py index a86e2d937..7a6690461 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_query_third_platf_47d017.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_query_third_platf_47d017.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.offset = offset if platform_user_id is not None: instance.platform_user_id = platform_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v2.py index 066202999..0c9a0c9b3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v3.py index 55b3f92d4..003199ddc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_reset_password_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_save_user_role_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_save_user_role_v3.py index 368f39bf3..bb94d8d4a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_save_user_role_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_save_user_role_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_user_v3.py index 0286fd82f..f625bc096 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -397,6 +397,8 @@ def create( instance.start_date = start_date if test_account is not None: instance.test_account = test_account + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_users_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_users_v2.py index c23d1e7e8..4bd10c75a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_users_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_search_users_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -355,6 +355,8 @@ def create( instance.role_id = role_id if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_send_verification_c07f19.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_send_verification_c07f19.py index 6bd0aff1f..1994e9195 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_send_verification_c07f19.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_send_verification_c07f19.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_trustly_update_us_d03509.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_trustly_update_us_d03509.py index 381c5ce59..b3cab6306 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_trustly_update_us_d03509.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_trustly_update_us_d03509.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_63e13a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_63e13a.py index 24ef61e8a..2334d82e2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_63e13a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_63e13a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_71a4c3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_71a4c3.py index 6a2c2d818..205777b73 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_71a4c3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_age_restri_71a4c3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_country_ag_e486e0.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_country_ag_e486e0.py index 2f7686f48..8acd18a0e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_country_ag_e486e0.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_country_ag_e486e0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.country_code = country_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_ban_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_ban_v3.py index c7c89b6ea..ec49a495d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_ban_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_ban_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.ban_id = ban_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_delet_586395.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_delet_586395.py index d4f6f954d..2ca156167 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_delet_586395.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_delet_586395.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_permi_7a3e2f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_permi_7a3e2f.py index f9f0bc2db..795d60e7f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_permi_7a3e2f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_permi_7a3e2f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_status_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_status_v3.py index a17d59771..6967d5235 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_status_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_status_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v2.py index 04e0a9b6c..15614de24 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v3.py index 0277a4a5b..2f8fbfbca 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_update_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_upgrade_headless__8c85b9.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_upgrade_headless__8c85b9.py index b2ae63836..3d2ecb6f8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_upgrade_headless__8c85b9.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_upgrade_headless__8c85b9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_account_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_account_v3.py index 972ca4ce1..5355aafc7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_account_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_account_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_user_witho_8cd19e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_user_witho_8cd19e.py index f71b5472c..df6bed1ab 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_user_witho_8cd19e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/admin_verify_user_witho_8cd19e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/ban_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/ban_user.py index a3d4f5d70..8183af390 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/ban_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/ban_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/check_user_availability.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/check_user_availability.py index 55d976338..b44adeb96 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/check_user_availability.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/check_user_availability.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace instance.field = field instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user.py index c14eccccb..0174d1f49 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user_from_invitation_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user_from_invitation_v3.py index f0cba6b06..eef2da1ce 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user_from_invitation_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/create_user_from_invitation_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.invitation_id = invitation_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user.py index cf591dada..80801d470 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteUser: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_information.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_information.py index d70683300..2a479430e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_information.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_information.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteUserInformation instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_permission.py index 9decbf562..b9cbac46a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.namespace = namespace instance.resource = resource instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_role.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_role.py index 6d198bf66..987bca491 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_role.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/delete_user_role.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.namespace = namespace instance.role_id = role_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user.py index ea31e66a5..6085c245c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user_ban.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user_ban.py index c7c901961..4b2fff051 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user_ban.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/disable_user_ban.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.ban_id = ban_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user.py index c0c899745..f0607589e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> EnableUser: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user_ban.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user_ban.py index 077637a78..2a404b9c5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user_ban.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/enable_user_ban.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.ban_id = ban_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/forgot_password.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/forgot_password.py index 05c6d0b74..790be2cdb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/forgot_password.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/forgot_password.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_invitation_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_invitation_v3.py index e96f16ca6..f8c76a202 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_invitation_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_invitation_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def create( instance = cls() instance.invitation_id = invitation_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id.py index 6d71d896c..79e99aaee 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -295,6 +295,8 @@ def create( instance.limit = limit if role_id is not None: instance.role_id = role_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id_v3.py index 58271a0bc..5453cdb53 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_admin_users_by_role_id_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_country_age_re_475567.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_country_age_re_475567.py index 072c82939..43ae8fc88 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_country_age_re_475567.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_country_age_re_475567.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetListCountryAgeRestriction: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_justice_platfo_993905.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_justice_platfo_993905.py index d91a453b0..8f827d426 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_justice_platfo_993905.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_list_justice_platfo_993905.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_publisher_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_publisher_user.py index 3e3ed16eb..15257bbd6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_publisher_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_publisher_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetPublisherUser: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_ban_history.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_ban_history.py index f7ca11851..70acb7cc4 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_ban_history.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_ban_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserBanHistory: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_login_id.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_login_id.py index ed46d304b..490b76537 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_login_id.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_login_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance.namespace = namespace if login_id is not None: instance.login_id = login_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_platform_user_id.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_platform_user_id.py index 07f41a9d3..3ba93fae1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_platform_user_id.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_platform_user_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.platform_user_id = platform_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_user_id.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_user_id.py index 229f497da..b166e0f29 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_user_id.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_by_user_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserByUserID: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_information.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_information.py index 17b671ebd..e3cb1a425 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_information.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_information.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserInformation: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_justice_platfo_879dca.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_justice_platfo_879dca.py index 7c0c12002..136cfffa3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_justice_platfo_879dca.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_justice_platfo_879dca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.namespace = namespace instance.target_namespace = target_namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_login_histories.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_login_histories.py index 8c831df20..05afe2aed 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_login_histories.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_login_histories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_mapping.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_mapping.py index b54a76733..32bfdbd61 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_mapping.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_mapping.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.namespace = namespace instance.target_namespace = target_namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_platform_accounts.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_platform_accounts.py index 7f8e57ff9..b24da2d63 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_platform_accounts.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_platform_accounts.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserPlatformAccoun instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_verification_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_verification_code.py index 3018c5732..c2b92c05c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_verification_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_user_verification_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserVerificationCo instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_users_by_login_ids.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_users_by_login_ids.py index 76c5d78d9..0ad81a931 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_users_by_login_ids.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/get_users_by_login_ids.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.namespace = namespace if login_ids is not None: instance.login_ids = login_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/link_headless_account_t_5cfdc8.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/link_headless_account_t_5cfdc8.py index 799656a43..9dfbe48d9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/link_headless_account_t_5cfdc8.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/link_headless_account_t_5cfdc8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create( ) -> LinkHeadlessAccountToMyAccountV3: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_admins_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_admins_v3.py index afd6f0679..34a3cc155 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_admins_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_admins_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_cross_namespace_ac_234b9e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_cross_namespace_ac_234b9e.py index 0f423c004..bb47fe72b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_cross_namespace_ac_234b9e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/list_cross_namespace_ac_234b9e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.user_id = user_id if platform_id is not None: instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_link.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_link.py index 357aeb0be..28128ba9a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_link.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_link.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_unlink.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_unlink.py index 6cd95a363..15ea7e75f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_unlink.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/platform_unlink.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.user_id = user_id if platform_namespace is not None: instance.platform_namespace = platform_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_bulk_get_users.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_bulk_get_users.py index d36880403..f89a58dcd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_bulk_get_users.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_bulk_get_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_justice_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_justice_user.py index 58921babc..381f83f8c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_justice_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_justice_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.namespace = namespace instance.target_namespace = target_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v2.py index 568755015..561b2c32a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v3.py index f2a2e116a..8898fd74f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_create_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_delete_platform_link_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_delete_platform_link_v2.py index 67089d049..45e96b008 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_delete_platform_link_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_delete_platform_link_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.user_id = user_id if platform_namespace is not None: instance.platform_namespace = platform_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_link_platf_1f3822.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_link_platf_1f3822.py index dfffe9c7d..e6e68d013 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_link_platf_1f3822.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_link_platf_1f3822.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_platform_link_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_platform_link_v3.py index 2bd2f1a6e..88a10f1a5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_platform_link_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_force_platform_link_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.ticket = ticket instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v2.py index a4d55ac78..cdd3bcb34 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v3.py index de5d5e951..320f1cf39 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_forgot_password_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_async_status.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_async_status.py index 4d59fb9ec..c20b0b967 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_async_status.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_async_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, request_id: str, **kwargs) -> PublicGetAsyncStat instance = cls() instance.namespace = namespace instance.request_id = request_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__7cfd03.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__7cfd03.py index 12e954431..a06361565 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__7cfd03.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__7cfd03.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance = cls() instance.country_code = country_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__e3af67.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__e3af67.py index b907310d6..fd831f585 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__e3af67.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_country_age__e3af67.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance = cls() instance.country_code = country_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_link_headles_d2aaa6.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_link_headles_d2aaa6.py index f5b50e395..771c48b46 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_link_headles_d2aaa6.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_link_headles_d2aaa6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( ) -> PublicGetLinkHeadlessAccountToMyAccountConflictV3: instance = cls() instance.one_time_link_code = one_time_link_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_my_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_my_user_v3.py index 19b4f6a60..0c8abffe6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_my_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_my_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create( instance = cls() if include_all_platforms is not None: instance.include_all_platforms = include_all_platforms + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_publisher_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_publisher_user_v3.py index 85fb41452..0ad37a8a8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_publisher_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_publisher_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetPublisherUse instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban.py index f675da5a5..a9bd568b6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.user_id = user_id if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban_history_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban_history_v3.py index f0da7674b..757855e95 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban_history_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_ban_history_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -302,6 +302,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_plat_ae1e0a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_plat_ae1e0a.py index 03d6ec064..bf93af85a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_plat_ae1e0a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_plat_ae1e0a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.platform_user_id = platform_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_id_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_id_v3.py index e33c75fa0..5e3fd0937 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_id_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_id_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetUserByUserId instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_idv2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_idv2.py index 74edd8f76..73249f57c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_idv2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_by_user_idv2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetUserByUserID instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_information_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_information_v3.py index 660986b22..9d38ade65 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_information_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_information_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_login_h_60bd12.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_login_h_60bd12.py index cd1eb7eee..217da7bd8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_login_h_60bd12.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_login_h_60bd12.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_platfor_890bc0.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_platfor_890bc0.py index f3d2348e5..71d14d78d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_platfor_890bc0.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_user_platfor_890bc0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -304,6 +304,8 @@ def create( instance.limit = limit if platform_id is not None: instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_users_platfo_5e87eb.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_users_platfo_5e87eb.py index 5889117c2..1f035d0cb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_users_platfo_5e87eb.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_get_users_platfo_5e87eb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_link_platform_account.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_link_platform_account.py index 2b2ba59f0..7b285da64 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_link_platform_account.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_link_platform_account.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_justice_pla_bd1791.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_justice_pla_bd1791.py index 376c95c64..fcd365fd0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_justice_pla_bd1791.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_justice_pla_bd1791.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_all_pl_0f3031.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_all_pl_0f3031.py index bb2c3aea8..9ce5f2fb1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_all_pl_0f3031.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_all_pl_0f3031.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_id_by__d6f348.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_id_by__d6f348.py index a6bed3a31..62238aef2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_id_by__d6f348.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_list_user_id_by__d6f348.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.platform_id = platform_id if raw_pid is not None: instance.raw_pid = raw_pid + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_partial_update_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_partial_update_user_v3.py index 542d5f48c..f10fa2b9b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_partial_update_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_partial_update_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v2.py index 18df3c4e2..0e6c54080 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.namespace = namespace instance.platform_id = platform_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v3.py index 6e6228ace..bcdcf1a5c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_link_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.platform_id = platform_id if redirect_uri is not None: instance.redirect_uri = redirect_uri + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_all_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_all_v3.py index 1d67718be..f504b7aae 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_all_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_all_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_v3.py index 4d895b0d2..e92654e73 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_platform_unlink_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.body = body instance.namespace = namespace instance.platform_id = platform_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_process_web_link_2f9ff9.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_process_web_link_2f9ff9.py index 05bf8749a..83c5ef719 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_process_web_link_2f9ff9.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_process_web_link_2f9ff9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.platform_id = platform_id if code is not None: instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_reset_password_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_reset_password_v2.py index 1aa605730..83040761d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_reset_password_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_reset_password_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_search_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_search_user_v3.py index 387d89917..8602bfb1d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_search_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_search_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -344,6 +344,8 @@ def create( instance.platform_id = platform_id if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_registration_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_registration_code.py index 659509957..5e0a2c654 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_registration_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_registration_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_1a545f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_1a545f.py index 2a106326a..ed160070d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_1a545f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_1a545f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create( ) -> PublicSendVerificationLinkV3: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_dc732c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_dc732c.py index 102c7a5aa..d7a32a64e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_dc732c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_send_verificatio_dc732c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v2.py index dd0581ec3..42469c304 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v3.py index 7f20d16d6..931031e6c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_password_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_user_v2.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_user_v2.py index cc8b69976..42e835602 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_user_v2.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_update_user_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_upgrade_headless_a93947.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_upgrade_headless_a93947.py index 4e3a0ff99..1002e0fda 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_upgrade_headless_a93947.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_upgrade_headless_a93947.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_user_verification_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_user_verification_v3.py index 4d4f17077..96d4c13df 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_user_verification_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_user_verification_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_validate_user_by_fc4982.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_validate_user_by_fc4982.py index 3f95c5d3b..5a46b2e0d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_validate_user_by_fc4982.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_validate_user_by_fc4982.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.password = password instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_headless__2e6c24.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_headless__2e6c24.py index 505917e5f..8d0075c9d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_headless__2e6c24.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_headless__2e6c24.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.namespace = namespace if need_verification_code is not None: instance.need_verification_code = need_verification_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_registrat_4d06db.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_registrat_4d06db.py index 519dea425..69cb595c9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_registrat_4d06db.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_registrat_4d06db.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_user_by_link_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_user_by_link_v3.py index ad692b2db..e1c36838f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_user_by_link_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_verify_user_by_link_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -184,6 +184,8 @@ def create(cls, code: Optional[str] = None, **kwargs) -> PublicVerifyUserByLinkV instance = cls() if code is not None: instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platfor_667cbd.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platfor_667cbd.py index 5d6e3b0e4..9a7febcb8 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platfor_667cbd.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platfor_667cbd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.state = state if code is not None: instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platform.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platform.py index 9a5f36549..0b39cb2c9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platform.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/public_web_link_platform.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.client_id = client_id if redirect_uri is not None: instance.redirect_uri = redirect_uri + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password.py index 48bd55c79..ea68d6b9f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password_v3.py index 66eba1e0b..f203ffc90 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/reset_password_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_permission.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_permission.py index 38f4d04e2..9c878e65d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_permission.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_permission.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_roles.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_roles.py index bab36be1b..3ab61eb71 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_roles.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/save_user_roles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/search_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/search_user.py index e36a6809b..5bf09e465 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/search_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/search_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace if query is not None: instance.query = query + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/send_verification_code.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/send_verification_code.py index 0b2c97b75..43f771692 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/send_verification_code.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/send_verification_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_country_age_restriction.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_country_age_restriction.py index bb7849cdc..31c2c00cf 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_country_age_restriction.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_country_age_restriction.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.country_code = country_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_password.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_password.py index 22233891c..90f14aa4b 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_password.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_password.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user.py index 9b82f53fc..f0eb901ec 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user_v3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user_v3.py index 6271cc1a4..322aa9cd5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user_v3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/update_user_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_accoun_cd2d1f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_accoun_cd2d1f.py index a7682148d..654a6aa71 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_accoun_cd2d1f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_accoun_cd2d1f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_account.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_account.py index ca55235e3..741f9e841 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_account.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/upgrade_headless_account.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/user_verification.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/user_verification.py index 7b2c9e582..85bac9fe2 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/user_verification.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users/user_verification.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/__init__.py index 026aa5758..c0734e098 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -18,6 +18,7 @@ from .admin_bulk_check_valid__17860c import AdminBulkCheckValidUserIDV4 from .admin_bulk_update_user__8f5f4a import AdminBulkUpdateUserAccountTypeV4 from .admin_create_test_users_v4 import AdminCreateTestUsersV4 +from .admin_create_user_v4 import AdminCreateUserV4 from .admin_disable_my_authen_d71ec4 import AdminDisableMyAuthenticatorV4 from .admin_disable_my_backup_727b56 import AdminDisableMyBackupCodesV4 from .admin_disable_my_email_v4 import AdminDisableMyEmailV4 diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_add_user_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_add_user_role_v4.py index d938d61d8..e64042de1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_add_user_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_add_user_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_check_valid__17860c.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_check_valid__17860c.py index 57ea730a8..d619e9fc6 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_check_valid__17860c.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_check_valid__17860c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_update_user__8f5f4a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_update_user__8f5f4a.py index f6a1858e3..9f001c788 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_update_user__8f5f4a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_update_user__8f5f4a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_test_users_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_test_users_v4.py index 5c012d121..ce1f78617 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_test_users_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_test_users_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_user_v4.py new file mode 100644 index 000000000..f8a3ba7ff --- /dev/null +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_user_v4.py @@ -0,0 +1,288 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Iam Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import AccountCreateUserRequestV4 +from ...models import AccountCreateUserResponseV4 +from ...models import RestErrorResponse + + +class AdminCreateUserV4(Operation): + """Admin Create User (AdminCreateUserV4) + + Create a new user with unique email address and username. + **Required attributes:** + - authType: possible value is EMAILPASSWD + - emailAddress: Please refer to the rule from /v3/public/inputValidations API. + - username: Please refer to the rule from /v3/public/inputValidations API. + - password: Please refer to the rule from /v3/public/inputValidations API. + - country: ISO3166-1 alpha-2 two letter, e.g. US. + - dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date. + + **Not required attributes:** + - displayName: Please refer to the rule from /v3/public/inputValidations API. + This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute. + + Properties: + url: /iam/v4/admin/namespaces/{namespace}/users + + method: POST + + tags: ["Users V4"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + body: (body) REQUIRED AccountCreateUserRequestV4 in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 201: Created - AccountCreateUserResponseV4 (Created) + + 400: Bad Request - RestErrorResponse (20019: unable to parse request body | 20002: validation error | 10130: user under age) + + 401: Unauthorized - RestErrorResponse (20001: unauthorized access) + + 403: Forbidden - RestErrorResponse (20013: insufficient permissions | 20003: forbidden access | 10213: country is blocked) + + 404: Not Found - RestErrorResponse (10154: country not found) + + 409: Conflict - RestErrorResponse (10133: email already used | 10177: username already used) + + 500: Internal Server Error - RestErrorResponse (20000: internal server error) + """ + + # region fields + + _url: str = "/iam/v4/admin/namespaces/{namespace}/users" + _method: str = "POST" + _consumes: List[str] = ["application/json"] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"]] + _location_query: str = None + + body: AccountCreateUserRequestV4 # REQUIRED in [body] + namespace: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "body": self.get_body_params(), + "path": self.get_path_params(), + } + + def get_body_params(self) -> Any: + if not hasattr(self, "body") or self.body is None: + return None + return self.body.to_dict() + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_body(self, value: AccountCreateUserRequestV4) -> AdminCreateUserV4: + self.body = value + return self + + def with_namespace(self, value: str) -> AdminCreateUserV4: + self.namespace = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "body") and self.body: + result["body"] = self.body.to_dict(include_empty=include_empty) + elif include_empty: + result["body"] = AccountCreateUserRequestV4() + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[ + Union[None, AccountCreateUserResponseV4], + Union[None, HttpResponse, RestErrorResponse], + ]: + """Parse the given response. + + 201: Created - AccountCreateUserResponseV4 (Created) + + 400: Bad Request - RestErrorResponse (20019: unable to parse request body | 20002: validation error | 10130: user under age) + + 401: Unauthorized - RestErrorResponse (20001: unauthorized access) + + 403: Forbidden - RestErrorResponse (20013: insufficient permissions | 20003: forbidden access | 10213: country is blocked) + + 404: Not Found - RestErrorResponse (10154: country not found) + + 409: Conflict - RestErrorResponse (10133: email already used | 10177: username already used) + + 500: Internal Server Error - RestErrorResponse (20000: internal server error) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 201: + return AccountCreateUserResponseV4.create_from_dict(content), None + if code == 400: + return None, RestErrorResponse.create_from_dict(content) + if code == 401: + return None, RestErrorResponse.create_from_dict(content) + if code == 403: + return None, RestErrorResponse.create_from_dict(content) + if code == 404: + return None, RestErrorResponse.create_from_dict(content) + if code == 409: + return None, RestErrorResponse.create_from_dict(content) + if code == 500: + return None, RestErrorResponse.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, body: AccountCreateUserRequestV4, namespace: str, **kwargs + ) -> AdminCreateUserV4: + instance = cls() + instance.body = body + instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> AdminCreateUserV4: + instance = cls() + if "body" in dict_ and dict_["body"] is not None: + instance.body = AccountCreateUserRequestV4.create_from_dict( + dict_["body"], include_empty=include_empty + ) + elif include_empty: + instance.body = AccountCreateUserRequestV4() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "body": "body", + "namespace": "namespace", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "body": True, + "namespace": True, + } + + # endregion static methods diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_authen_d71ec4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_authen_d71ec4.py index ed9202121..6f766b2d3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_authen_d71ec4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_authen_d71ec4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -187,6 +187,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDisableMyAuthenticatorV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_backup_727b56.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_backup_727b56.py index fd8dbf48c..fadeb0db1 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_backup_727b56.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_backup_727b56.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -187,6 +187,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDisableMyBackupCodesV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_email_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_email_v4.py index 27f17b0f7..d09c93063 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_email_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_email_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -187,6 +187,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDisableMyEmailV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_user_mfav4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_user_mfav4.py index 790062c21..b9a0b55bd 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_user_mfav4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_user_mfav4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminDisableUserMFAV4 instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_download_my_backu_29ee48.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_download_my_backu_29ee48.py index 0b18309ce..4cb8c959f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_download_my_backu_29ee48.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_download_my_backu_29ee48.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -187,6 +187,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDownloadMyBackupCodesV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_authent_263fb3.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_authent_263fb3.py index 381124d86..3b90222fc 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_authent_263fb3.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_authent_263fb3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance = cls() if code is not None: instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_backup__1f7c71.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_backup__1f7c71.py index c13779237..f284d4fad 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_backup__1f7c71.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_backup__1f7c71.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -197,6 +197,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminEnableMyBackupCodesV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_email_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_email_v4.py index 5eecf0c96..c4c200bc5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_email_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_enable_my_email_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, code: str, **kwargs) -> AdminEnableMyEmailV4: instance = cls() instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_authe_b02d34.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_authe_b02d34.py index 39dfe7259..68583dc1d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_authe_b02d34.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_authe_b02d34.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGenerateMyAuthenticatorKeyV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_backu_fdd3aa.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_backu_fdd3aa.py index d4c6d9083..5acfc486f 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_backu_fdd3aa.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_generate_my_backu_fdd3aa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGenerateMyBackupCodesV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_backup_codes_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_backup_codes_v4.py index c1203cae5..2c8e3baa9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_backup_codes_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_backup_codes_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetMyBackupCodesV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_enabled_fa_206f77.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_enabled_fa_206f77.py index 67433e495..604c1004a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_enabled_fa_206f77.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_get_my_enabled_fa_206f77.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetMyEnabledFactorsV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_new_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_new_v4.py index 7957b5668..5710f6852 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_new_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_new_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def parse_response( def create(cls, body: ModelInviteUserRequestV4, **kwargs) -> AdminInviteUserNewV4: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_v4.py index 3a577150e..5572eb36a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_invite_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def parse_response( def create(cls, body: ModelInviteUserRequestV4, **kwargs) -> AdminInviteUserV4: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_list_user_roles_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_list_user_roles_v4.py index bf6ce467e..a074e298e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_list_user_roles_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_list_user_roles_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminListUserRolesV4: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_make_factor_my_de_88728e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_make_factor_my_de_88728e.py index fd9afc322..ad740f6c5 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_make_factor_my_de_88728e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_make_factor_my_de_88728e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, factor: str, **kwargs) -> AdminMakeFactorMyDefaultV4: instance = cls() instance.factor = factor + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_remove_user_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_remove_user_role_v4.py index 14c6bd7ec..d73d6e65a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_remove_user_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_remove_user_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_send_my_mfa_email_192b77.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_send_my_mfa_email_192b77.py index 2f39ce971..9b5c073f7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_send_my_mfa_email_192b77.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_send_my_mfa_email_192b77.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminSendMyMFAEmailCodeV4: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_my_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_my_user_v4.py index ac14ed435..288f1eec9 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_my_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_my_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, body: ModelUserUpdateRequestV3, **kwargs) -> AdminUpdateMyUserV4: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_email_3f25ce.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_email_3f25ce.py index 58c9533d1..4788c521e 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_email_3f25ce.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_email_3f25ce.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_role_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_role_v4.py index 901ffe2e8..c8fae753c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_role_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_role_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_v4.py index 9f3b60237..55b45d952 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/admin_update_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/create_user_from_invitation_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/create_user_from_invitation_v4.py index 49057b1e4..4b3213a70 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/create_user_from_invitation_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/create_user_from_invitation_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.body = body instance.invitation_id = invitation_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_test_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_test_user_v4.py index 590111ab5..6c49a5207 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_test_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_test_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_user_v4.py index c44807c2b..54dfb3e68 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_create_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_authe_beac3e.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_authe_beac3e.py index 0ad4a9a17..338b2dd21 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_authe_beac3e.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_authe_beac3e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicDisableMyAuthenticatorV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_backu_92ead1.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_backu_92ead1.py index a526a13e7..cdee73290 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_backu_92ead1.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_backu_92ead1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicDisableMyBackupCodesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_email_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_email_v4.py index 446949a6b..4a5912d9c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_email_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_disable_my_email_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicDisableMyEmailV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_download_my_back_3f3640.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_download_my_back_3f3640.py index 8aae1d4f8..81b452e3c 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_download_my_back_3f3640.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_download_my_back_3f3640.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicDownloadMyBackupCodesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_authen_556050.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_authen_556050.py index fabe19725..fd77dfeeb 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_authen_556050.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_authen_556050.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.namespace = namespace if code is not None: instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_backup_e6b7c1.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_backup_e6b7c1.py index 5d10f9881..efa9ea73a 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_backup_e6b7c1.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_backup_e6b7c1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicEnableMyBackupCodesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_email_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_email_v4.py index ee330b270..e1391f5a3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_email_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_enable_my_email_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create(cls, code: str, namespace: str, **kwargs) -> PublicEnableMyEmailV4: instance = cls() instance.code = code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_auth_17372a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_auth_17372a.py index c6c9a252d..5065895b3 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_auth_17372a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_auth_17372a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGenerateMyAuthenticatorKeyV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_back_da569a.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_back_da569a.py index f6621b1e1..580313b6d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_back_da569a.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_generate_my_back_da569a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGenerateMyBackupCodesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_backup_codes_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_backup_codes_v4.py index d78f8a64c..fbb868c4d 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_backup_codes_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_backup_codes_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetMyBackupCodesV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_enabled_f_a93b10.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_enabled_f_a93b10.py index 5f211e646..c2f98e585 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_enabled_f_a93b10.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_my_enabled_f_a93b10.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetMyEnabledFactorsV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_user_public__2645c4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_user_public__2645c4.py index 859689a89..99a248517 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_user_public__2645c4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_get_user_public__2645c4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_invite_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_invite_user_v4.py index ccac75032..1eddbca58 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_invite_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_invite_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( ) -> PublicInviteUserV4: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_make_factor_my_d_4f4f01.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_make_factor_my_d_4f4f01.py index c33e70c6e..ae90fe189 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_make_factor_my_d_4f4f01.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_make_factor_my_d_4f4f01.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.factor = factor instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_remove_trusted_d_78cd8f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_remove_trusted_d_78cd8f.py index 5b5c507fb..2de5e8005 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_remove_trusted_d_78cd8f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_remove_trusted_d_78cd8f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if cookie is not None: instance.cookie = cookie + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_send_my_mfa_emai_3deb3f.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_send_my_mfa_emai_3deb3f.py index f26a43f02..6d423ec20 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_send_my_mfa_emai_3deb3f.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_send_my_mfa_emai_3deb3f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicSendMyMFAEmailCodeV4: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_emai_2d6478.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_emai_2d6478.py index 1689ae63d..405894716 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_emai_2d6478.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_emai_2d6478.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_v4.py index db53aa2c4..333bad8aa 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_update_user_v4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_966239.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_966239.py index c016c137d..f323fd265 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_966239.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_966239.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_a902b1.py b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_a902b1.py index 48dc768c7..480e038b0 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_a902b1.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/operations/users_v4/public_upgrade_headless_a902b1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Iam Service (7.8.3) +# AccelByte Gaming Services Iam Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/__init__.py b/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/__init__.py index 6ec940f87..72bbaa332 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/__init__.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Iam Service.""" -__version__ = "7.8.3" +__version__ = "7.9.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -688,6 +688,8 @@ from ._users_v4 import admin_bulk_update_user_account_type_v4_async from ._users_v4 import admin_create_test_users_v4 from ._users_v4 import admin_create_test_users_v4_async +from ._users_v4 import admin_create_user_v4 +from ._users_v4 import admin_create_user_v4_async from ._users_v4 import admin_disable_my_authenticator_v4 from ._users_v4 import admin_disable_my_authenticator_v4_async from ._users_v4 import admin_disable_my_backup_codes_v4 diff --git a/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/_users_v4.py b/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/_users_v4.py index 3445dee15..96c5559b7 100644 --- a/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/_users_v4.py +++ b/src/services/iam/accelbyte_py_sdk/api/iam/wrappers/_users_v4.py @@ -61,6 +61,7 @@ from ..operations.users_v4 import AdminBulkCheckValidUserIDV4 from ..operations.users_v4 import AdminBulkUpdateUserAccountTypeV4 from ..operations.users_v4 import AdminCreateTestUsersV4 +from ..operations.users_v4 import AdminCreateUserV4 from ..operations.users_v4 import AdminDisableMyAuthenticatorV4 from ..operations.users_v4 import AdminDisableMyBackupCodesV4 from ..operations.users_v4 import AdminDisableMyEmailV4 @@ -543,6 +544,138 @@ async def admin_create_test_users_v4_async( ) +@same_doc_as(AdminCreateUserV4) +def admin_create_user_v4( + body: AccountCreateUserRequestV4, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Admin Create User (AdminCreateUserV4) + + Create a new user with unique email address and username. + **Required attributes:** + - authType: possible value is EMAILPASSWD + - emailAddress: Please refer to the rule from /v3/public/inputValidations API. + - username: Please refer to the rule from /v3/public/inputValidations API. + - password: Please refer to the rule from /v3/public/inputValidations API. + - country: ISO3166-1 alpha-2 two letter, e.g. US. + - dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date. + + **Not required attributes:** + - displayName: Please refer to the rule from /v3/public/inputValidations API. + This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute. + + Properties: + url: /iam/v4/admin/namespaces/{namespace}/users + + method: POST + + tags: ["Users V4"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + body: (body) REQUIRED AccountCreateUserRequestV4 in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 201: Created - AccountCreateUserResponseV4 (Created) + + 400: Bad Request - RestErrorResponse (20019: unable to parse request body | 20002: validation error | 10130: user under age) + + 401: Unauthorized - RestErrorResponse (20001: unauthorized access) + + 403: Forbidden - RestErrorResponse (20013: insufficient permissions | 20003: forbidden access | 10213: country is blocked) + + 404: Not Found - RestErrorResponse (10154: country not found) + + 409: Conflict - RestErrorResponse (10133: email already used | 10177: username already used) + + 500: Internal Server Error - RestErrorResponse (20000: internal server error) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = AdminCreateUserV4.create( + body=body, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(AdminCreateUserV4) +async def admin_create_user_v4_async( + body: AccountCreateUserRequestV4, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Admin Create User (AdminCreateUserV4) + + Create a new user with unique email address and username. + **Required attributes:** + - authType: possible value is EMAILPASSWD + - emailAddress: Please refer to the rule from /v3/public/inputValidations API. + - username: Please refer to the rule from /v3/public/inputValidations API. + - password: Please refer to the rule from /v3/public/inputValidations API. + - country: ISO3166-1 alpha-2 two letter, e.g. US. + - dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date. + + **Not required attributes:** + - displayName: Please refer to the rule from /v3/public/inputValidations API. + This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute. + + Properties: + url: /iam/v4/admin/namespaces/{namespace}/users + + method: POST + + tags: ["Users V4"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + body: (body) REQUIRED AccountCreateUserRequestV4 in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 201: Created - AccountCreateUserResponseV4 (Created) + + 400: Bad Request - RestErrorResponse (20019: unable to parse request body | 20002: validation error | 10130: user under age) + + 401: Unauthorized - RestErrorResponse (20001: unauthorized access) + + 403: Forbidden - RestErrorResponse (20013: insufficient permissions | 20003: forbidden access | 10213: country is blocked) + + 404: Not Found - RestErrorResponse (10154: country not found) + + 409: Conflict - RestErrorResponse (10133: email already used | 10177: username already used) + + 500: Internal Server Error - RestErrorResponse (20000: internal server error) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = AdminCreateUserV4.create( + body=body, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(AdminDisableMyAuthenticatorV4) def admin_disable_my_authenticator_v4( x_additional_headers: Optional[Dict[str, str]] = None, **kwargs diff --git a/src/services/iam/pyproject.toml b/src/services/iam/pyproject.toml index 892b04e74..8a6ed2262 100644 --- a/src/services/iam/pyproject.toml +++ b/src/services/iam/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-iam" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Iam Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_admin_update_item_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_admin_update_item_req.py index 6ffbeb778..a141689ab 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_admin_update_item_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_admin_update_item_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_req.py index 6a5b5dd73..efbf33933 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_resp.py index c4802d878..744880f87 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_chaining_operation_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item.py index f5f97b46e..91ea28d5f 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item_req.py index 4ae9f13dd..110667fe7 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_consume_item_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_configuration_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_configuration_req.py index 4afdb446d..b09919f33 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_configuration_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_configuration_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_req.py index 0d8b38a06..ebd0b6ef3 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_inventory_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item.py index b04825c48..88cc8f313 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_req.py index bdafa8370..e5ec31552 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_resp.py index 34594915c..0a3568ac6 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_item_type_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_req.py index b1b7260dc..9f16443b6 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_resp.py index 6ff9f4aea..62279fb2b 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_create_tag_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_delete_inventory_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_delete_inventory_req.py index 9f6f8c604..7ed614124 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_delete_inventory_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_delete_inventory_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_error_response.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_error_response.py index d4b28ec49..f2ba21f0d 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_error_response.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_req.py index 85c614cfd..77c5c1495 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_resp.py index a3b406588..11f692dee 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_configuration_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_resp.py index 6c6be1931..d92b40c06 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_inventory_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_item_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_item_resp.py index 5ad4b7d3b..9533b8178 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_item_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_item_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_configurations_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_configurations_resp.py index 1be4f908d..af7330f0d 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_configurations_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_configurations_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_resp.py index 48cbc20c9..987389de0 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_inventory_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_resp.py index e44b333a7..7abea2968 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_types_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_types_resp.py index 68d5a547c..97b2076d6 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_types_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_item_types_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_tags_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_tags_resp.py index acfc0d9d3..6c2eed809 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_tags_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_list_tags_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_req.py index a3c4df1f2..76248613d 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_resp.py index 6a3f6600c..2d6c8cb20 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_move_items_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_operation.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_operation.py index 3ea1b94a0..ae5943fab 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_operation.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_operation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_paging.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_paging.py index ee518ce61..977994ca3 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_paging.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_inventory_item_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_inventory_item_req.py index 1aa70e8e1..ee6e3b801 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_inventory_item_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_inventory_item_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_item.py index fb5cb4d6c..faf4bcec6 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_remove_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_req.py index 48fd2282b..a48c99c0e 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_to_inventory_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_to_inventory_req.py index 2942be8e4..92c6f4e94 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_to_inventory_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_save_item_to_inventory_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item.py index 7a7d40dd9..9804cea5f 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item_resp.py index 83c3b9823..c03a2051c 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_trade_item_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_inventory_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_inventory_req.py index 6e63b79d0..6b3f915bf 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_inventory_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_inventory_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item.py index d6641bb66..3201a32b9 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_req.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_req.py index 739c651f2..59da98456 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_req.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_resp.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_resp.py index 053dc9c19..f050242c0 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_resp.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/models/apimodels_update_item_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_chaining_operations/admin_create_chaining_o_8801c9.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_chaining_operations/admin_create_chaining_o_8801c9.py index b72d53aba..c1545b821 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_chaining_operations/admin_create_chaining_o_8801c9.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_chaining_operations/admin_create_chaining_o_8801c9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_create_inventory.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_create_inventory.py index d5d66786c..81f010c3b 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_create_inventory.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_create_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_get_inventory.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_get_inventory.py index ac09e1c1b..53fa1c51b 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_get_inventory.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_get_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, inventory_id: str, namespace: str, **kwargs) -> AdminGetInventor instance = cls() instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_list_inventories.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_list_inventories.py index 35ac1eb9a..256456a86 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_list_inventories.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_list_inventories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -307,6 +307,8 @@ def create( instance.sort_by = sort_by if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_update_inventory.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_update_inventory.py index 689db57c1..1b3b559f6 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_update_inventory.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/admin_update_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/delete_inventory.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/delete_inventory.py index 0c0d6d036..4c571b142 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/delete_inventory.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventories/delete_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_create_inventory__71b514.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_create_inventory__71b514.py index 2969f9545..9d73e0d40 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_create_inventory__71b514.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_create_inventory__71b514.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_delete_inventory__38371e.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_delete_inventory__38371e.py index d803d8d5a..8f0869003 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_delete_inventory__38371e.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_delete_inventory__38371e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.inventory_configuration_id = inventory_configuration_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_get_inventory_con_709281.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_get_inventory_con_709281.py index 7c5526b20..bd1062285 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_get_inventory_con_709281.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_get_inventory_con_709281.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.inventory_configuration_id = inventory_configuration_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_list_inventory_co_67d862.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_list_inventory_co_67d862.py index 292b90fa3..71141021c 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_list_inventory_co_67d862.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_list_inventory_co_67d862.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -291,6 +291,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_update_inventory__e10746.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_update_inventory__e10746.py index 636c60d13..62052a3cf 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_update_inventory__e10746.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_inventory_configurations/admin_update_inventory__e10746.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.body = body instance.inventory_configuration_id = inventory_configuration_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_create_item_type.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_create_item_type.py index a1e4c9748..9cb4710e8 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_create_item_type.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_create_item_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_delete_item_type.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_delete_item_type.py index efe6ba796..95983bfe4 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_delete_item_type.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_delete_item_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance = cls() instance.item_type_name = item_type_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_list_item_types.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_list_item_types.py index d7e05b023..75a845ca2 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_list_item_types.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_item_types/admin_list_item_types.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -267,6 +267,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_remove_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_remove_items.py index 22a37a4de..92caf67ac 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_remove_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_remove_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.inventory_id = inventory_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_update_my_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_update_my_items.py index a5bdd5055..f8c43493e 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_update_my_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_bulk_update_my_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.inventory_id = inventory_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_consume_user_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_consume_user_item.py index d18642acc..7e83da29d 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_consume_user_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_consume_user_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.inventory_id = inventory_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_get_inventory_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_get_inventory_item.py index 7ab9c0b52..4cf504f19 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_get_inventory_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_get_inventory_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace instance.slot_id = slot_id instance.source_item_id = source_item_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_list_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_list_items.py index 59cb0c5ec..b42412ad8 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_list_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_list_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -335,6 +335,8 @@ def create( instance.source_item_id = source_item_id if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item.py index 93d8ff043..d0de67113 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item_to_inventory.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item_to_inventory.py index 940cd5bb7..3b991e5a7 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item_to_inventory.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_items/admin_save_item_to_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.inventory_id = inventory_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_create_tag.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_create_tag.py index 7b3016dc1..ed7bf2fea 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_create_tag.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_create_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_delete_tag.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_delete_tag.py index a523ed711..166d361fa 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_delete_tag.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_delete_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create(cls, namespace: str, tag_name: str, **kwargs) -> AdminDeleteTag: instance = cls() instance.namespace = namespace instance.tag_name = tag_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_list_tags.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_list_tags.py index dcf75087d..29f3dcdca 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_list_tags.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/admin_tags/admin_list_tags.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.owner = owner if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventories/public_list_inventories.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventories/public_list_inventories.py index eb3a94d91..bcef5897e 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventories/public_list_inventories.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventories/public_list_inventories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventory_configurations/public_list_inventory_c_d1722b.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventory_configurations/public_list_inventory_c_d1722b.py index a90f69eeb..f1e055133 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventory_configurations/public_list_inventory_c_d1722b.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_inventory_configurations/public_list_inventory_c_d1722b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_item_types/public_list_item_types.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_item_types/public_list_item_types.py index 427e48094..7ea582bf3 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_item_types/public_list_item_types.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_item_types/public_list_item_types.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_remove_my_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_remove_my_items.py index 7d4771134..a1b21b707 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_remove_my_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_remove_my_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_update_my_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_update_my_items.py index 39eeaf118..fd13cf210 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_update_my_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_bulk_update_my_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_consume_my_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_consume_my_item.py index 57beb00a0..8534df7c7 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_consume_my_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_consume_my_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_get_item.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_get_item.py index 242718cbf..ccfb4c353 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_get_item.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_get_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.namespace = namespace instance.slot_id = slot_id instance.source_item_id = source_item_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_list_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_list_items.py index 113d320da..7f0095f7b 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_list_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_list_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -328,6 +328,8 @@ def create( instance.source_item_id = source_item_id if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_move_my_items.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_move_my_items.py index 6f1db3b72..debb0c2b2 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_move_my_items.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_items/public_move_my_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.body = body instance.inventory_id = inventory_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_tags/public_list_tags.py b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_tags/public_list_tags.py index f04feada9..d677c4790 100644 --- a/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_tags/public_list_tags.py +++ b/src/services/inventory/accelbyte_py_sdk/api/inventory/operations/public_tags/public_list_tags.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Inventory Service (0.1.0) +# AccelByte Gaming Services Inventory Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/inventory/pyproject.toml b/src/services/inventory/pyproject.toml index 241fb3f96..892464704 100644 --- a/src/services/inventory/pyproject.toml +++ b/src/services/inventory/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-inventory" readme = "README.md" -version = "0.2.0" +version = "0.3.0" description = "AccelByte Python SDK - AccelByte Gaming Services Inventory Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/leaderboard/README.md b/src/services/leaderboard/README.md index a51c49994..e2c0c638a 100644 --- a/src/services/leaderboard/README.md +++ b/src/services/leaderboard/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Leaderboard Service -* Version: 2.26.7 +* Version: 2.27.0 ``` ## Setup diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/__init__.py index a397e7f1d..1a155623b 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/__init__.py index df172873c..72b16ede9 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_req.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_req.py index a61596956..e0c616ce5 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_req.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_signed_url_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_signed_url_response.py index b057a0d4f..ba02e75ec 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_signed_url_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_archive_leaderboard_signed_url_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_i_ds_request.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_i_ds_request.py index b107d9249..c87001927 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_i_ds_request.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_i_ds_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_ranking_response_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_ranking_response_v3.py index 3d5443de9..877754c93 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_ranking_response_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_bulk_user_ranking_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_daily_config.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_daily_config.py index 122a890b4..0e65c7751 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_daily_config.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_daily_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboard_failed_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboard_failed_resp.py index 82f189e32..5aab0a451 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboard_failed_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboard_failed_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_req.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_req.py index 4846ef993..7e3bde387 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_req.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_resp.py index aad2cb4af..070f2ecac 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_delete_bulk_leaderboards_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp.py index cd015687d..d97976966 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp_v3.py index 944233003..bf9523961 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_public_resp_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp.py index 574b73c71..790af38cd 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp_v3.py index e20655ace..adcf90c61 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_leaderboard_configs_resp_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp.py index 0cade03e8..59772ecf8 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp_v3.py index 924443df9..ffa8a7ecd 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_all_user_leaderboards_resp_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_hidden_user_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_hidden_user_response.py index 253ef9bc9..bf521f6b8 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_hidden_user_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_hidden_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp.py index d44ed3861..9bd95c673 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp_v3.py index 0618eb02a..4432e7627 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_public_resp_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp.py index 473190ac6..fd550dad4 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp_v3.py index 98e71a4ab..df5d1fba0 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_config_resp_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_ranking_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_ranking_resp.py index f1563994b..eb0b5b01e 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_ranking_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_leaderboard_ranking_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_user_visibility_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_user_visibility_response.py index e3b0c1e38..81c56c742 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_user_visibility_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_get_user_visibility_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req.py index 913784732..4c6879c8f 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req_v3.py index 0e6e35b24..b448b34cd 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_leaderboard_config_req_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_monthly_config.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_monthly_config.py index fadcb9817..823e52508 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_monthly_config.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_monthly_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination.py index ddcdcc444..b5d9ad902 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination_v3.py index d8e75d5c0..46089421d 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_pagination_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_set_user_visibility_request.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_set_user_visibility_request.py index 254e16b24..1eabf8844 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_set_user_visibility_request.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_set_user_visibility_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req.py index 7916272d0..f899a8a5a 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req_v3.py index 2f69a1dbf..d3b4a5bba 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_leaderboard_config_req_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_request.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_request.py index 9e2c515c4..c883f440a 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_request.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_response.py index fe7d3fbb3..4f56010ac 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_update_user_point_admin_v1_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_cycle_ranking_response_detail.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_cycle_ranking_response_detail.py index 82a6bc17a..c6529ac65 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_cycle_ranking_response_detail.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_cycle_ranking_response_detail.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking.py index a81d157cb..049be61ed 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking_v3.py index 6f3c4de26..0c62dd9d5 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_leaderboard_ranking_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_point.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_point.py index c0dd09f24..cb7f65f77 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_point.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_point.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response.py index b2f398eb2..bfb4d30c2 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail.py index 14b1ea7fd..89120a6aa 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail_v3.py index e7f09cf64..a61700c0b 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_detail_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_v3.py index a2738d281..51199e875 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_user_ranking_response_v3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_weekly_config.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_weekly_config.py index 82dc49e7b..2a53a2b85 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_weekly_config.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/models_weekly_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/response_error_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/response_error_response.py index 92a13a791..891077180 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/response_error_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/response_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_entry.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_entry.py index b4c3e43cd..2d6905a1e 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_entry.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_entry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_all_leaderboard_configs_public_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_all_leaderboard_configs_public_resp.py index 424266fb2..2753d0ac9 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_all_leaderboard_configs_public_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_all_leaderboard_configs_public_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_leaderboard_config_public_resp.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_leaderboard_config_public_resp.py index 9aadf7aa1..0bc8b982a 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_leaderboard_config_public_resp.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_leaderboard_config_public_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_public_leaderboard_ranking_response.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_public_leaderboard_ranking_response.py index 1aaa035a1..971427ec3 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_public_leaderboard_ranking_response.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_get_public_leaderboard_ranking_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_pagination.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_pagination.py index abe6cb8f9..df04c93d1 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_pagination.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/models/v2_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/__init__.py index f72daa559..3bded5de2 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/__init__.py index 0fdad5bd0..d4cf81f24 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/admin_anonymize_user_le_6fbe1f.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/admin_anonymize_user_le_6fbe1f.py index ca34846a8..aff0d566f 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/admin_anonymize_user_le_6fbe1f.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/anonymization/admin_anonymize_user_le_6fbe1f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/__init__.py index 006e52bf0..eeaa6779f 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_663810.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_663810.py index 0eecea8da..ce8b69f48 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_663810.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_663810.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_8287f9.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_8287f9.py index 5f8fd2633..ed204e9fc 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_8287f9.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/create_leaderboard_conf_8287f9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_bulk_leaderboard_94414e.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_bulk_leaderboard_94414e.py index cd35ba91e..971aed878 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_bulk_leaderboard_94414e.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_bulk_leaderboard_94414e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_leaderboard_conf_e6fbfe.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_leaderboard_conf_e6fbfe.py index 85fe6c671..5e211f0d6 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_leaderboard_conf_e6fbfe.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/delete_leaderboard_conf_e6fbfe.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_3c85d9.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_3c85d9.py index 63fbe405f..4b37c3851 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_3c85d9.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_3c85d9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_d8a38d.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_d8a38d.py index 470c22ba5..b8d74c124 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_d8a38d.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_d8a38d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_dfbf1e.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_dfbf1e.py index a70f90051..267b8be4e 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_dfbf1e.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_dfbf1e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_e27832.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_e27832.py index 9f16cfcbd..ae1db193a 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_e27832.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/get_leaderboard_configu_e27832.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/hard_delete_leaderboard_e07e01.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/hard_delete_leaderboard_e07e01.py index c439bb5ea..8f8dacd26 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/hard_delete_leaderboard_e07e01.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/hard_delete_leaderboard_e07e01.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/update_leaderboard_conf_ca626e.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/update_leaderboard_conf_ca626e.py index 6f567ff77..6801bf6b3 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/update_leaderboard_conf_ca626e.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration/update_leaderboard_conf_ca626e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.body = body instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/__init__.py index 4c2f6ba48..06ca76dc9 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/create_leaderboard_conf_2ad364.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/create_leaderboard_conf_2ad364.py index fc45b6487..c3e4193a4 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/create_leaderboard_conf_2ad364.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/create_leaderboard_conf_2ad364.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_bulk_leaderboard_f7002d.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_bulk_leaderboard_f7002d.py index dfdf5b94b..19f1a07af 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_bulk_leaderboard_f7002d.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_bulk_leaderboard_f7002d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_leaderboard_conf_8f143c.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_leaderboard_conf_8f143c.py index c91252c30..32392cde3 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_leaderboard_conf_8f143c.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/delete_leaderboard_conf_8f143c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_290af8.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_290af8.py index ad5b59712..a8d031c53 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_290af8.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_290af8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_33150a.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_33150a.py index ae0319c8e..6c67b986f 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_33150a.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_33150a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_9b2b53.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_9b2b53.py index 5e8e21313..72fbec341 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_9b2b53.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_9b2b53.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_b16dd3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_b16dd3.py index b938c676d..6bb2e58bf 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_b16dd3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/get_leaderboard_configu_b16dd3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/hard_delete_leaderboard_c58ff0.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/hard_delete_leaderboard_c58ff0.py index 690d56a5c..020528201 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/hard_delete_leaderboard_c58ff0.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/hard_delete_leaderboard_c58ff0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/update_leaderboard_conf_1b8e6b.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/update_leaderboard_conf_1b8e6b.py index 2a81c5056..3ae052f10 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/update_leaderboard_conf_1b8e6b.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_configuration_v3/update_leaderboard_conf_1b8e6b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.body = body instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/__init__.py index bf81d45e9..9b9c916dd 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/admin_get_archived_lead_191726.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/admin_get_archived_lead_191726.py index 009b410ab..b2f4c53ac 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/admin_get_archived_lead_191726.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/admin_get_archived_lead_191726.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.leaderboard_codes = leaderboard_codes if slug is not None: instance.slug = slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/create_archived_leaderb_5492e4.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/create_archived_leaderb_5492e4.py index 1a9018b85..512b35e41 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/create_archived_leaderb_5492e4.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/create_archived_leaderb_5492e4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_admin_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_admin_v1.py index 5ce134e54..047f9ec84 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_admin_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_by__ed6de1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_by__ed6de1.py index a550405ee..a0595920b 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_by__ed6de1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_by__ed6de1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_public_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_public_v1.py index 5166b081d..03eca7d29 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_public_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_ranking_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_rankings_admin_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_rankings_admin_v1.py index f87b7e7b9..26df118ba 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_rankings_admin_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/delete_user_rankings_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.leaderboard_code = leaderboard_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_358b23.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_358b23.py index ba3acaf17..df22fe848 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_358b23.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_358b23.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_9cbcdd.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_9cbcdd.py index f6d473a9c..7ec521c0c 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_9cbcdd.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_9cbcdd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_d0fb4b.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_d0fb4b.py index ef0a1c8ab..94f86c3c4 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_d0fb4b.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_all_time_leaderboar_d0fb4b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_archived_leaderboar_c023ea.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_archived_leaderboar_c023ea.py index a21a6e290..fe25102de 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_archived_leaderboar_c023ea.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_archived_leaderboar_c023ea.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.leaderboard_codes = leaderboard_codes if slug is not None: instance.slug = slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_26486d.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_26486d.py index a09069ef3..01b59903a 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_26486d.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_26486d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_4373db.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_4373db.py index be1c2b6d0..2d6c1f995 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_4373db.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_month_leade_4373db.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_51d992.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_51d992.py index 97e4c5f1e..a76551b0d 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_51d992.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_51d992.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_a79ffc.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_a79ffc.py index b7732a8f5..b4d4a2ee9 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_a79ffc.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_season_lead_a79ffc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_07d571.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_07d571.py index c8ed45f14..3a26b0df2 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_07d571.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_07d571.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_bdd5ce.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_bdd5ce.py index cfa17c94b..02f95dc0e 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_bdd5ce.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_current_week_leader_bdd5ce.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_2eefd7.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_2eefd7.py index 8351dcc02..79e63ebf6 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_2eefd7.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_2eefd7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -292,6 +292,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_51cbb5.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_51cbb5.py index bbb7327c8..6bbff0233 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_51cbb5.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_today_leaderboard_r_51cbb5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_admin_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_admin_v1.py index 47723cc89..4cba9f93d 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_admin_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.user_id = user_id if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_public_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_public_v1.py index a27c82fcb..33e8b1d2b 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_public_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/get_user_ranking_public_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/update_user_point_admin_v1.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/update_user_point_admin_v1.py index 88e669724..6f808284c 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/update_user_point_admin_v1.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data/update_user_point_admin_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/__init__.py index c2f7d56e1..a46ef467c 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/bulk_get_users_ranking__e7e5b3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/bulk_get_users_ranking__e7e5b3.py index 2a4df618f..b630b0532 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/bulk_get_users_ranking__e7e5b3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/bulk_get_users_ranking__e7e5b3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_admin_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_admin_v3.py index 04fce59c5..76898a1e8 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_admin_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_admin_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_by__c762e5.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_by__c762e5.py index 8561ee277..d81cdd7c5 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_by__c762e5.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_ranking_by__c762e5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.leaderboard_code = leaderboard_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_rankings_admin_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_rankings_admin_v3.py index c6eb07910..ab3b54794 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_rankings_admin_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/delete_user_rankings_admin_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.leaderboard_code = leaderboard_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_489ddb.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_489ddb.py index c1154e77a..1b47302b3 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_489ddb.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_489ddb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_5b0d52.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_5b0d52.py index f9b08c571..cffb0fdab 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_5b0d52.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_all_time_leaderboar_5b0d52.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_2c20ce.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_2c20ce.py index 202c86e2c..3095577c1 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_2c20ce.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_2c20ce.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_f8a4d7.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_f8a4d7.py index a058c1047..f7d802a25 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_f8a4d7.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_current_cycle_leade_f8a4d7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_admin_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_admin_v3.py index 833f377ee..a23f408a5 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_admin_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_admin_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_public_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_public_v3.py index ee32ef23a..31e9b1a62 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_public_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/leaderboard_data_v3/get_user_ranking_public_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/__init__.py index 91dfc4c25..f89c3bc37 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/get_user_leaderboard_ra_d2aae2.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/get_user_leaderboard_ra_d2aae2.py index 52e032c5a..284d020d7 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/get_user_leaderboard_ra_d2aae2.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data/get_user_leaderboard_ra_d2aae2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.offset = offset if previous_version is not None: instance.previous_version = previous_version + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/__init__.py index dcd300ec7..07f8f3877 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/get_user_leaderboard_ra_e5b21a.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/get_user_leaderboard_ra_e5b21a.py index 2b07f110a..1ede41b08 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/get_user_leaderboard_ra_e5b21a.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_data_v3/get_user_leaderboard_ra_e5b21a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/__init__.py index 5a534952e..cdd1689ec 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_hidden_users_v2.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_hidden_users_v2.py index 7c1f6bb2e..747bb9532 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_hidden_users_v2.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_hidden_users_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_user_visibility_status_v2.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_user_visibility_status_v2.py index 4f949c02e..dfe918807 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_user_visibility_status_v2.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/get_user_visibility_status_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_leaderboard_vi_7b0546.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_leaderboard_vi_7b0546.py index ee61711cf..9e53ba884 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_leaderboard_vi_7b0546.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_leaderboard_vi_7b0546.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_visibility_status_v2.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_visibility_status_v2.py index f2f421d9b..fd738eae1 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_visibility_status_v2.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility/set_user_visibility_status_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/__init__.py index bf2f94dc2..748a69180 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_hidden_users_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_hidden_users_v3.py index cce98ef5b..5e0ce89e6 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_hidden_users_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_hidden_users_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_user_visibility_status_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_user_visibility_status_v3.py index f77fd8c7b..9a5415674 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_user_visibility_status_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/get_user_visibility_status_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_leaderboard_vi_da19f8.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_leaderboard_vi_da19f8.py index b48a9b56b..c2a6e3097 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_leaderboard_vi_da19f8.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_leaderboard_vi_da19f8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.leaderboard_code = leaderboard_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_visibility_v3.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_visibility_v3.py index 2a0545005..fd5b87695 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_visibility_v3.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/operations/user_visibility_v3/set_user_visibility_v3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Leaderboard Service (2.26.7) +# AccelByte Gaming Services Leaderboard Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/wrappers/__init__.py b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/wrappers/__init__.py index 755a16c47..94bcdd0a5 100644 --- a/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/wrappers/__init__.py +++ b/src/services/leaderboard/accelbyte_py_sdk/api/leaderboard/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Leaderboard Service.""" -__version__ = "2.26.7" +__version__ = "2.27.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/leaderboard/pyproject.toml b/src/services/leaderboard/pyproject.toml index 6d96237fc..fd9ce9297 100644 --- a/src/services/leaderboard/pyproject.toml +++ b/src/services/leaderboard/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-leaderboard" readme = "README.md" -version = "0.4.0" +version = "0.5.0" description = "AccelByte Python SDK - AccelByte Gaming Services Leaderboard Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/legal/README.md b/src/services/legal/README.md index a88360dc8..e9f134b04 100644 --- a/src/services/legal/README.md +++ b/src/services/legal/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Legal Service -* Version: 1.35.0 +* Version: 1.36.0 ``` ## Setup diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/__init__.py index 20703a881..27cdedee4 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/__init__.py index f30c72338..f3c53e5c7 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_request.py index 739059dc0..12319c622 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_response.py index 66dbfd907..53ee6279f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/accept_agreement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request.py index cb84f6b97..9a67b9e06 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request_v2.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request_v2.py index 7f1d2362c..e7107091b 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request_v2.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_response.py index 92f978c25..37217d2bd 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_base_policy_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_request.py index c12bb00f6..cfe7656ac 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_response.py index cfa59bb27..cb371ff29 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_localized_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_request.py index bbf84d1b3..5c4d4c7a9 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_response.py index 6a221598e..48241d254 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/create_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/error_entity.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/error_entity.py index a2be815b8..4d5afba31 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/error_entity.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/field_validation_error.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/field_validation_error.py index 1a667de80..b45232707 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/field_validation_error.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/field_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/legal_readiness_status_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/legal_readiness_status_response.py index dda32bd50..0102c4da0 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/legal_readiness_status_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/legal_readiness_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/localized_policy_version_object.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/localized_policy_version_object.py index a7a11af5b..6751fee7c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/localized_policy_version_object.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/localized_policy_version_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/paged_retrieve_user_accepted_agreement_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/paged_retrieve_user_accepted_agreement_response.py index a74edff1d..693e15263 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/paged_retrieve_user_accepted_agreement_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/paged_retrieve_user_accepted_agreement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/paging.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/paging.py index 154e0ca24..60a025a6f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/paging.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_object.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_object.py index 4d24fa40c..124d56c38 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_object.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_object.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_object.py index 7ce88062a..9b37ce424 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_object.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_with_localized_version_object.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_with_localized_version_object.py index bfd4f8591..cda807abc 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_with_localized_version_object.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/policy_version_with_localized_version_object.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_accepted_agreement_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_accepted_agreement_response.py index e5e6518f1..8802ff952 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_accepted_agreement_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_accepted_agreement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_base_policy_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_base_policy_response.py index da835afe0..8954be53a 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_base_policy_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_base_policy_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_public_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_public_response.py index 1de411df2..902332175 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_public_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_public_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_response.py index 6db6ffc9a..03344d22f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_localized_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_public_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_public_response.py index cf67e9029..2fee76deb 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_public_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_public_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_response.py index f82c218f9..8dee07493 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_type_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_type_response.py index f5c891c58..683696f96 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_type_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_type_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_version_response.py index e52836856..b3376b7e8 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_accepted_agreement_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_accepted_agreement_response.py index 5c3eb45be..f5311ca1a 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_accepted_agreement_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_accepted_agreement_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_indirect_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_indirect_response.py index f7868fbf5..ff07c3a00 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_indirect_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_indirect_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_response.py index 5076e9231..6ccb79fc5 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_eligibilities_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_info_cache_status_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_info_cache_status_response.py index 9a963a510..5d81cc96c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_info_cache_status_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/retrieve_user_info_cache_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request.py index caddca05d..6062f9f89 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request_v2.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request_v2.py index 61f790a76..1e1665188 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request_v2.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_response.py index be4a45820..9749f4a5d 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_base_policy_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_request.py index ca01c77c1..eaca8f972 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_response.py index b7795d8d1..8261ff64f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_localized_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_request.py index da7a29570..23fab0d5f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_request.py index 62d71970b..19a16aa8b 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_response.py index 31c9abae4..83953fcde 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/update_policy_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_localized_policy_version_attachment_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_localized_policy_version_attachment_response.py index 44108c98d..8dd20891a 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_localized_policy_version_attachment_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_localized_policy_version_attachment_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_policy_version_attachment_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_policy_version_attachment_request.py index e19874452..403580ef4 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_policy_version_attachment_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/upload_policy_version_attachment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/user_agreements_response.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/user_agreements_response.py index d10691edc..d98b00208 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/user_agreements_response.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/user_agreements_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/users_agreements_request.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/users_agreements_request.py index cfc59746b..abf951563 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/users_agreements_request.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/users_agreements_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/models/validation_error_entity.py b/src/services/legal/accelbyte_py_sdk/api/legal/models/validation_error_entity.py index 1f1b16435..dabbe5b71 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/models/validation_error_entity.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/models/validation_error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/__init__.py index 83f61a3d9..779abfc18 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/__init__.py index 98ba040d9..a5dfd6afc 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/indirect_bulk_accept_ve_9d5446.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/indirect_bulk_accept_ve_9d5446.py index 554fbf556..954fc89b6 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/indirect_bulk_accept_ve_9d5446.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_agreement/indirect_bulk_accept_ve_9d5446.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.body = body if publisher_user_id is not None: instance.publisher_user_id = publisher_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/__init__.py index c927f54a6..fb2d07609 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/admin_retrieve_eligibilities.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/admin_retrieve_eligibilities.py index e6270e132..48f01fef4 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/admin_retrieve_eligibilities.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/admin_user_eligibilities/admin_retrieve_eligibilities.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.country_code = country_code if publisher_user_id is not None: instance.publisher_user_id = publisher_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/__init__.py index 60ef3ec1b..f5cfc28f8 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/accept_versioned_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/accept_versioned_policy.py index cad617aa2..5b8538c1f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/accept_versioned_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/accept_versioned_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def create( ) -> AcceptVersionedPolicy: instance = cls() instance.localized_policy_version_id = localized_policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/bulk_accept_versioned_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/bulk_accept_versioned_policy.py index 2fa3a6203..b795636e7 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/bulk_accept_versioned_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/bulk_accept_versioned_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -197,6 +197,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent.py index 7037c763f..de8c11f26 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent_1.py index b351686d6..51d86d26a 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/change_preference_consent_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_34e753.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_34e753.py index 6b5f7f0e5..b3a94f8f1 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_34e753.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_34e753.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_f4345a.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_f4345a.py index 2d3f0f10c..e7aea1247 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_f4345a.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/indirect_bulk_accept_ve_f4345a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_accepted_agreements.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_accepted_agreements.py index 12c5e247c..2a85a690f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_accepted_agreements.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_accepted_agreements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -186,6 +186,8 @@ def parse_response( def create(cls, user_id: str, **kwargs) -> RetrieveAcceptedAgreements: instance = cls() instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_agreements_public.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_agreements_public.py index 16633acfb..86b0f6d21 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_agreements_public.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_agreements_public.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -172,6 +172,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> RetrieveAgreementsPublic: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_all_users_by_p_90a012.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_all_users_by_p_90a012.py index cba07f8ef..d80b4dce9 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_all_users_by_p_90a012.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement/retrieve_all_users_by_p_90a012.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/__init__.py index e4710f46a..111af0cfd 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agree_8c230d.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agree_8c230d.py index 236174437..3cf98169c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agree_8c230d.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agree_8c230d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agreements_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agreements_1.py index 364b13e6d..da4bccf2f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agreements_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_accepted_agreements_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.exclude_other_namespaces_policies = ( exclude_other_namespaces_policies ) + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_all_users_by_p_3f6faa.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_all_users_by_p_3f6faa.py index 94f059761..a5ea158fb 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_all_users_by_p_3f6faa.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/agreement_with_namespace/retrieve_all_users_by_p_3f6faa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/__init__.py index 9da566902..534be78cf 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/anonymize_user_agreement.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/anonymize_user_agreement.py index 52ddb785e..4469a6926 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/anonymize_user_agreement.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/anonymization/anonymize_user_agreement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -188,6 +188,8 @@ def parse_response( def create(cls, user_id: str, **kwargs) -> AnonymizeUserAgreement: instance = cls() instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/__init__.py index 7af216585..898170f5e 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/create_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/create_policy.py index 5267cae9c..68780d92b 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/create_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/create_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -64,7 +64,7 @@ class CreatePolicy(Operation): Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id) + 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 404: Not Found - ErrorEntity (40030: errors.net.accelbyte.platform.legal.policy_type_not_exist) @@ -167,7 +167,7 @@ def parse_response( 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id) + 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 404: Not Found - ErrorEntity (40030: errors.net.accelbyte.platform.legal.policy_type_not_exist) @@ -210,6 +210,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/partial_update_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/partial_update_policy.py index 6ef88a3eb..3c0d6ed38 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/partial_update_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/partial_update_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.base_policy_id = base_policy_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_legal_policies.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_legal_policies.py index 60d30ea00..cfd34e82c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_legal_policies.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_legal_policies.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> RetrieveAllLegalPolicies: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_policy_types.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_policy_types.py index 6f2ad53eb..c048a5ea4 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_policy_types.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_all_policy_types.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_policy_country.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_policy_country.py index 84aa3132c..ca24f0be2 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_policy_country.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_policy_country.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def create( instance = cls() instance.base_policy_id = base_policy_id instance.country_code = country_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_single_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_single_policy.py index efeae1e54..6dc4d4c1f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_single_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies/retrieve_single_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, base_policy_id: str, **kwargs) -> RetrieveSinglePolicy: instance = cls() instance.base_policy_id = base_policy_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/__init__.py index 603640d30..4551520e5 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/create_policy_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/create_policy_1.py index 3f4c254b9..a289f174f 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/create_policy_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/create_policy_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -66,7 +66,7 @@ class CreatePolicy1(Operation): Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match) + 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 409: Conflict - ErrorEntity (40030: errors.net.accelbyte.platform.legal.invalid_policy_type) @@ -185,7 +185,7 @@ def parse_response( 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match) + 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 409: Conflict - ErrorEntity (40030: errors.net.accelbyte.platform.legal.invalid_policy_type) @@ -229,6 +229,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/partial_update_policy_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/partial_update_policy_1.py index cf9591eda..54c01e866 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/partial_update_policy_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/partial_update_policy_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_legal_poli_23dd4c.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_legal_poli_23dd4c.py index 989cf71fc..23164bc05 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_legal_poli_23dd4c.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_legal_poli_23dd4c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -188,6 +188,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> RetrieveAllLegalPoliciesByNamespace: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_policy_types_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_policy_types_1.py index 945ae9058..3a3e19a50 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_policy_types_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_all_policy_types_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_policy_country_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_policy_country_1.py index 096aa7a36..96cc90bf7 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_policy_country_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_policy_country_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.base_policy_id = base_policy_id instance.country_code = country_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_single_policy_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_single_policy_1.py index 724148e45..41503a8d9 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_single_policy_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/base_legal_policies_with_namespace/retrieve_single_policy_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def create( instance = cls() instance.base_policy_id = base_policy_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/__init__.py index 7d9a3b630..e44d3636b 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities__345271.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities__345271.py index 504ca6278..52e879595 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities__345271.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities__345271.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.country_code = country_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities_public.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities_public.py index 45ade7050..86bda8aaa 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities_public.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/eligibilities/retrieve_eligibilities_public.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> RetrieveEligibilitiesPublic: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/__init__.py index 157f5376b..5326ba796 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/create_localized_policy_19e4a3.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/create_localized_policy_19e4a3.py index 2afebea88..2dd260227 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/create_localized_policy_19e4a3.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/create_localized_policy_19e4a3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.policy_version_id = policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/request_presigned_url.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/request_presigned_url.py index 3076ac968..f30b672da 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/request_presigned_url.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/request_presigned_url.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.localized_policy_version_id = localized_policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_localized_poli_24a671.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_localized_poli_24a671.py index 7e81d28f8..d6a9c692b 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_localized_poli_24a671.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_localized_poli_24a671.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def create( ) -> RetrieveLocalizedPolicyVersions: instance = cls() instance.policy_version_id = policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_2f6231.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_2f6231.py index 11b47e0f4..c87bb3834 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_2f6231.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_2f6231.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create( ) -> RetrieveSingleLocalizedPolicyVersion: instance = cls() instance.localized_policy_version_id = localized_policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_6ecc81.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_6ecc81.py index 8b0056af2..cce08ddd0 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_6ecc81.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/retrieve_single_localiz_6ecc81.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -200,6 +200,8 @@ def create( ) -> RetrieveSingleLocalizedPolicyVersion2: instance = cls() instance.localized_policy_version_id = localized_policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/set_default_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/set_default_policy.py index 9d7fa24af..fe2d3dbba 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/set_default_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/set_default_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def parse_response( def create(cls, localized_policy_version_id: str, **kwargs) -> SetDefaultPolicy: instance = cls() instance.localized_policy_version_id = localized_policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/update_localized_policy_a8a90f.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/update_localized_policy_a8a90f.py index 27e3e027a..4a3dcc2ff 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/update_localized_policy_a8a90f.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions/update_localized_policy_a8a90f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.localized_policy_version_id = localized_policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/__init__.py index 427260f4a..af409a62c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/create_localized_policy_b58242.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/create_localized_policy_b58242.py index 937e8ee4d..0491b6851 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/create_localized_policy_b58242.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/create_localized_policy_b58242.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.policy_version_id = policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/request_presigned_url_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/request_presigned_url_1.py index 299c1c43b..8659e8236 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/request_presigned_url_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/request_presigned_url_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_localized_poli_4a4859.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_localized_poli_4a4859.py index c26c2bdf0..86f442bcd 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_localized_poli_4a4859.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_localized_poli_4a4859.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create( instance = cls() instance.namespace = namespace instance.policy_version_id = policy_version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_480659.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_480659.py index cd9e2107e..3bc5f0e39 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_480659.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_480659.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance = cls() instance.localized_policy_version_id = localized_policy_version_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_f21ac4.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_f21ac4.py index 30fc9e685..6a2b4e51e 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_f21ac4.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/retrieve_single_localiz_f21ac4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.localized_policy_version_id = localized_policy_version_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/set_default_policy_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/set_default_policy_1.py index ebd04fdaa..c17b2dd26 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/set_default_policy_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/set_default_policy_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def create( instance = cls() instance.localized_policy_version_id = localized_policy_version_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/update_localized_policy_b28b13.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/update_localized_policy_b28b13.py index 54417cd3b..929e58075 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/update_localized_policy_b28b13.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/localized_policy_versions_with_namespace/update_localized_policy_b28b13.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/__init__.py index 51b2ae7a9..4d94931a2 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_29f65f.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_29f65f.py index a91a025d4..66a6a983a 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_29f65f.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_29f65f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -284,6 +284,8 @@ def create( instance.policy_type = policy_type if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_95ffb6.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_95ffb6.py index e3c127108..849e295ab 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_95ffb6.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policie_95ffb6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -303,6 +303,8 @@ def create( instance.policy_type = policy_type if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policies.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policies.py index 4008e2e9f..c8d6c4265 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policies.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_latest_policies.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.policy_type = policy_type if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_policies.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_policies.py index 3ab246926..7bc1570bf 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_policies.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/retrieve_policies.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -184,6 +184,8 @@ def parse_response( def create(cls, country_code: str, **kwargs) -> RetrievePolicies: instance = cls() instance.country_code = country_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/set_default_policy_2.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/set_default_policy_2.py index 4a4014974..00936ae7d 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/set_default_policy_2.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/set_default_policy_2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -190,6 +190,8 @@ def parse_response( def create(cls, policy_id: str, **kwargs) -> SetDefaultPolicy2: instance = cls() instance.policy_id = policy_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/update_policy.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/update_policy.py index 12de8e1bb..321118fff 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/update_policy.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies/update_policy.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.policy_id = policy_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/__init__.py index c03ef84c1..57cf0ffd6 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/set_default_policy_3.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/set_default_policy_3.py index f08f7ef67..1bc4ee1d8 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/set_default_policy_3.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/set_default_policy_3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, namespace: str, policy_id: str, **kwargs) -> SetDefaultPolicy3: instance = cls() instance.namespace = namespace instance.policy_id = policy_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/update_policy_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/update_policy_1.py index f46d05205..95f03c63c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/update_policy_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policies_with_namespace/update_policy_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.policy_id = policy_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/__init__.py index df3db19a6..6b259158d 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/create_policy_version.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/create_policy_version.py index c1ff363bc..f9778b473 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/create_policy_version.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/create_policy_version.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.policy_id = policy_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/publish_policy_version.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/publish_policy_version.py index ec687eb92..fb2fe05ff 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/publish_policy_version.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/publish_policy_version.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance.policy_version_id = policy_version_id if should_notify is not None: instance.should_notify = should_notify + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/retrieve_single_policy_version.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/retrieve_single_policy_version.py index 958c6e9e3..f1e358a68 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/retrieve_single_policy_version.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/retrieve_single_policy_version.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance.policy_id = policy_id if version_id is not None: instance.version_id = version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/update_policy_version.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/update_policy_version.py index 6541d75e2..bf92db9df 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/update_policy_version.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions/update_policy_version.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.policy_version_id = policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/__init__.py index a3f6576ee..f37b4aab8 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/create_policy_version_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/create_policy_version_1.py index 44ef34bde..093571cb7 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/create_policy_version_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/create_policy_version_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.policy_id = policy_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/publish_policy_version_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/publish_policy_version_1.py index 2be85ab38..7792ed820 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/publish_policy_version_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/publish_policy_version_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.policy_version_id = policy_version_id if should_notify is not None: instance.should_notify = should_notify + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/retrieve_single_policy__f63224.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/retrieve_single_policy__f63224.py index 69e1a172f..c7528ef6c 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/retrieve_single_policy__f63224.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/retrieve_single_policy__f63224.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.policy_id = policy_id if version_id is not None: instance.version_id = version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/update_policy_version_1.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/update_policy_version_1.py index d8a083fe6..f40cdc937 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/update_policy_version_1.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/policy_versions_with_namespace/update_policy_version_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.policy_version_id = policy_version_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/__init__.py index fc7b2a613..0baffa5e9 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/get_user_info_status.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/get_user_info_status.py index 5e5d0bd34..882f36947 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/get_user_info_status.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/get_user_info_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def create(cls, namespaces: Optional[str] = None, **kwargs) -> GetUserInfoStatus instance = cls() if namespaces is not None: instance.namespaces = namespaces + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/invalidate_user_info_cache.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/invalidate_user_info_cache.py index 3f6376e05..f2c5031cf 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/invalidate_user_info_cache.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/invalidate_user_info_cache.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -186,6 +186,8 @@ def create( instance = cls() if namespace is not None: instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/sync_user_info.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/sync_user_info.py index 1c87ce936..90dd1e0a2 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/sync_user_info.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/user_info/sync_user_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -183,6 +183,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> SyncUserInfo: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/__init__.py index c01f188e5..92b6900e9 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/check_readiness.py b/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/check_readiness.py index 9f0c8bae9..a2d021290 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/check_readiness.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/operations/utility/check_readiness.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Legal Service (1.35.0) +# AccelByte Gaming Services Legal Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -162,6 +162,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> CheckReadiness: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/__init__.py b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/__init__.py index e4fd5f9b6..197ca9833 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/__init__.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Legal Service.""" -__version__ = "1.35.0" +__version__ = "1.36.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies.py b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies.py index 166d35045..c9dd5eeea 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies.py @@ -81,7 +81,7 @@ def create_policy( Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id) + 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 404: Not Found - ErrorEntity (40030: errors.net.accelbyte.platform.legal.policy_type_not_exist) @@ -127,7 +127,7 @@ async def create_policy_async( Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id) + 400: Bad Request - ErrorEntity (40038: errors.net.accelbyte.platform.legal.invalid_affected_client_id | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 404: Not Found - ErrorEntity (40030: errors.net.accelbyte.platform.legal.policy_type_not_exist) diff --git a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies_with_namespace.py b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies_with_namespace.py index 4791b428c..6d4f86ae7 100644 --- a/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies_with_namespace.py +++ b/src/services/legal/accelbyte_py_sdk/api/legal/wrappers/_base_legal_policies_with_namespace.py @@ -86,7 +86,7 @@ def create_policy_1( Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match) + 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 409: Conflict - ErrorEntity (40030: errors.net.accelbyte.platform.legal.invalid_policy_type) @@ -140,7 +140,7 @@ async def create_policy_1_async( Responses: 201: Created - CreateBasePolicyResponse (successful operation) - 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match) + 400: Bad Request - ErrorEntity (40032: errors.net.accelbyte.platform.legal.base_policy_namespace_not_match | 40026: errors.net.accelbyte.platform.legal.not_allow_create_studio_policy) 409: Conflict - ErrorEntity (40030: errors.net.accelbyte.platform.legal.invalid_policy_type) diff --git a/src/services/legal/pyproject.toml b/src/services/legal/pyproject.toml index 91c8b66f2..033b218c0 100644 --- a/src/services/legal/pyproject.toml +++ b/src/services/legal/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-legal" readme = "README.md" -version = "0.3.0" +version = "0.4.0" description = "AccelByte Python SDK - AccelByte Gaming Services Legal Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_get_users_presence_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_get_users_presence_response.py index 885c743dc..850cc75aa 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_get_users_presence_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_get_users_presence_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_user_presence.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_user_presence.py index 3d2749b01..dd24048e2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_user_presence.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/handlers_user_presence.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/log_app_message_declaration.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/log_app_message_declaration.py index 444f238a3..43c87eb47 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/log_app_message_declaration.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/log_app_message_declaration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_request.py index 97d9bd4ba..5f288838e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_response.py index b387ae786..0f6dce761 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_friends_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_users_free_form_notification_request_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_users_free_form_notification_request_v1.py index 20ea57314..11dff46da 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_users_free_form_notification_request_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_bulk_users_free_form_notification_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_template_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_template_request.py index 6010ab4ea..1b8c8ea57 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_template_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_template_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request.py index 0dc54c799..96c486f65 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request_v1.py index 12c5ae52a..93d40b311 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_create_topic_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request.py index f68c5fce5..7a36422ff 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request_v1.py index 9640b8281..4983ad3d0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_free_form_notification_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_friend_with_platform.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_friend_with_platform.py index d09b4146b..9f107bac5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_friend_with_platform.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_friend_with_platform.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_template_slug_resp.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_template_slug_resp.py index c7b6542c0..7737f1565 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_template_slug_resp.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_template_slug_resp.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_topics_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_topics_response.py index 7afb4b397..df34a557f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_topics_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_all_notification_topics_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_friends_response.py index ebda3a974..f05d72801 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_friends_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_friends_response.py index 1a945709c..d35282298 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_friends_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_incoming_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_incoming_friends_response.py index e6ceba328..138a7f2f9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_incoming_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_incoming_friends_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_outgoing_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_outgoing_friends_response.py index d0886191a..5a0bf0773 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_outgoing_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_get_user_outgoing_friends_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_global_configuration.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_global_configuration.py index 93cb78212..7753985f4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_global_configuration.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_global_configuration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_incoming_friends_with_time_data.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_incoming_friends_with_time_data.py index 396c9f2a5..9d838bb86 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_incoming_friends_with_time_data.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_incoming_friends_with_time_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_list_bulk_user_platforms_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_list_bulk_user_platforms_response.py index 18f046b37..7cb18b0fe 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_list_bulk_user_platforms_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_list_bulk_user_platforms_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_incoming_friends_with_time_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_incoming_friends_with_time_response.py index ab86f439c..774cb5b2d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_incoming_friends_with_time_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_incoming_friends_with_time_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_outgoing_friends_with_time_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_outgoing_friends_with_time_response.py index e674ff721..523a3f59e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_outgoing_friends_with_time_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_load_outgoing_friends_with_time_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_localization.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_localization.py index 9b6ac1362..749628c9a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_localization.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_localization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_request.py index c6e54ec03..5c4a5c5cb 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_sync_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_sync_response.py index 9d836c643..4fd3d91ec 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_sync_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_native_friend_sync_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_template_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_template_response.py index 22e4de195..58fed138c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_template_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_template_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response.py index 6af063b97..96dc7767a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response_v1.py index 7c72ad453..7ed5b6c48 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_topic_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request.py index e021b80cb..021ea2cc0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request_v1.py index 272518f5a..2db5849aa 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_notification_with_template_request_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_outgoing_friends_with_time_data.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_outgoing_friends_with_time_data.py index acfd3e8cf..61cd5ddf7 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_outgoing_friends_with_time_data.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_outgoing_friends_with_time_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_pagination.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_pagination.py index a4f66c5d2..22f7de703 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_pagination.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_put_global_configuration_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_put_global_configuration_request.py index 476d9633b..de055330b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_put_global_configuration_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_put_global_configuration_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_content.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_content.py index 812ad92ee..2520afbd3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_content.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_content.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization.py index 8702c1feb..11450fcea 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization_response.py index ef2f6cd4f..f016e14f5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_localization_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_response.py index 1b158ec17..2212c1e01 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_template_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_topic_by_namespaces_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_topic_by_namespaces_response.py index d70f5809c..616863d21 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_topic_by_namespaces_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_topic_by_namespaces_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_template_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_template_request.py index 2442ebc38..c1bc86150 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_template_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_template_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_topic_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_topic_request.py index d6a881e4e..c393f695d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_topic_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_update_topic_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_accept_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_accept_friend_request.py index 1935a6f58..81043444f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_accept_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_accept_friend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_cancel_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_cancel_friend_request.py index 78fa7c465..1a8cb5ad0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_cancel_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_cancel_friend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_get_friendship_status_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_get_friendship_status_response.py index c17d2c55f..987c3d077 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_get_friendship_status_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_get_friendship_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_platform_info.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_platform_info.py index 7dee41d48..d4b88873f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_platform_info.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_reject_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_reject_friend_request.py index e8aef944b..ee89a69c0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_reject_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_reject_friend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_request_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_request_friend_request.py index f41d2cf30..f611f5e4c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_request_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_request_friend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_unfriend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_unfriend_request.py index 47b827e83..4a64ff70c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_unfriend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_unfriend_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_with_platform_info.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_with_platform_info.py index dbaf8994a..018aec16e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_with_platform_info.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/model_user_with_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filter_into_list_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filter_into_list_request.py index febd2aa8f..377352d1a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filter_into_list_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filter_into_list_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_filter_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_filter_request.py index 19c5b3eec..5a5de24b1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_filter_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_filter_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_request.py index 434d65ce3..a708da3d2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_add_profanity_filters_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_create_profanity_list_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_create_profanity_list_request.py index fafc0c576..3f1677a98 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_create_profanity_list_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_create_profanity_list_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_delete_profanity_filter_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_delete_profanity_filter_request.py index b09215b8e..5988230c5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_delete_profanity_filter_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_delete_profanity_filter_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_list_filters_v1_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_list_filters_v1_response.py index 37c52a0fb..1d4e5b67c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_list_filters_v1_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_list_filters_v1_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_lists_list_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_lists_list_response.py index 2e16f7787..3d4dadb93 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_lists_list_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_get_profanity_lists_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_set_profanity_rule_for_namespace_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_set_profanity_rule_for_namespace_request.py index 9b79c0ba1..fcc0a2996 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_set_profanity_rule_for_namespace_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_set_profanity_rule_for_namespace_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_update_profanity_list.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_update_profanity_list.py index 9b4dc2fd4..0570064c3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_update_profanity_list.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_update_profanity_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_request.py index cdd71af4e..20f2ebfea 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_response.py index 071d330b6..9821eb4c3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_admin_verify_message_profanity_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_by_player_data.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_by_player_data.py index 969f43052..78ff72f51 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_by_player_data.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_by_player_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_player_data.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_player_data.py index 9b429a5df..784d10e4b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_player_data.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_blocked_player_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config.py index 3540b31bd..655fcf4ad 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_list.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_list.py index 4d35c9bec..663215c3c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_list.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_req.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_req.py index 07f46830c..65ed506eb 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_req.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_config_req.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_request.py index 6ba1c97e0..66c5aca4e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_response.py index a6cbd8ea5..c2987847a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_create_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_debug_profanity_filter_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_debug_profanity_filter_request.py index 172f20fb5..91ce4154b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_debug_profanity_filter_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_debug_profanity_filter_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_by_users_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_by_users_response.py index c207e9edc..bff982c0e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_by_users_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_by_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_users_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_users_response.py index 862780b5b..fc9182077 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_users_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_blocked_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_session_attribute_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_session_attribute_response.py index 10d2beba6..c26588735 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_session_attribute_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_all_player_session_attribute_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_request.py index 18570aabd..83e3d51b2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_response.py index 3cde6551e..35e0bc63f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_bulk_all_player_blocked_users_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_config_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_config_response.py index c617016cb..914172574 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_config_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_lobby_ccu_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_lobby_ccu_response.py index 39bd4c0a1..a8c86935b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_lobby_ccu_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_lobby_ccu_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_player_session_attribute_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_player_session_attribute_response.py index d5dfe7533..d2c88b307 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_player_session_attribute_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_get_player_session_attribute_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_import_config_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_import_config_response.py index 642751ed6..c6c0c6a81 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_import_config_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_import_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_list_blocked_player_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_list_blocked_player_request.py index 926857a9d..073fd4ee7 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_list_blocked_player_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_list_blocked_player_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_data.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_data.py index 6acebb410..967c698b4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_data.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_custom_attributes_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_custom_attributes_request.py index c857cde6e..c81dae98d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_custom_attributes_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_custom_attributes_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_limit_size_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_limit_size_request.py index 7b9e1f1ed..8c56d72e1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_limit_size_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_party_put_limit_size_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_filter.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_filter.py index ff3222aea..cdc23cc38 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_filter.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_filter.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_rule.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_rule.py index 54b94fd37..51eb52e58 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_rule.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_profanity_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_set_player_session_attribute_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_set_player_session_attribute_request.py index e5be9c980..bb12d181c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_set_player_session_attribute_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_set_player_session_attribute_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_request.py index 73e1c822e..bbd243264 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_response.py index bb9031daf..16fa73b80 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/models_update_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/response_error.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/response_error.py index 5e7ac5c47..7fd54ad9b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/response_error.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_body.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_body.py index 8075e00f0..5887e11bf 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_body.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_v1.py index ed25a9575..3d9ddb1f8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/models/restapi_error_response_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_delete_global_config.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_delete_global_config.py index cbf4f3417..2658aa0a1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_delete_global_config.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_delete_global_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -169,6 +169,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDeleteGlobalConfig: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_get_global_config.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_get_global_config.py index 6322288a7..ecd778f65 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_get_global_config.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_get_global_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetGlobalConfig: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_update_global_config.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_update_global_config.py index 06bcd687f..92638e9f5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_update_global_config.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/admin_update_global_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create( ) -> AdminUpdateGlobalConfig: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/create_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/create_template.py index 4b847d20b..cae3b0bbf 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/create_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/create_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_localization.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_localization.py index 447658361..4e1d8596b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_localization.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_localization.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_slug.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_slug.py index 6cae3ecdf..ab976f5c8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_slug.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/delete_template_slug.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, template_slug: str, **kwargs) -> DeleteTemplateS instance = cls() instance.namespace = namespace instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/free_form_notification.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/free_form_notification.py index 6d2b91efa..07b268f63 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/free_form_notification.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/free_form_notification.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_game_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_game_template.py index 7cb9ca663..614a2e75c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_game_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_game_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetGameTemplate: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_localization_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_localization_template.py index dcc589118..5396a2189 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_localization_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_localization_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_slug_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_slug_template.py index da4d9f243..5c9fc9a68 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_slug_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/get_slug_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/notification_with_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/notification_with_template.py index d4951b2ae..45db113e8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/notification_with_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/notification_with_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/publish_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/publish_template.py index cb6a828a0..d500df4ba 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/publish_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/publish_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/update_localization_template.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/update_localization_template.py index 3438bb6f1..8e93ec7a2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/update_localization_template.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/admin/update_localization_template.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_export_config_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_export_config_v1.py index 009ea6c7c..8143b397c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_export_config_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_export_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -515,6 +515,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminExportConfigV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_all_config_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_all_config_v1.py index dcec7f2bc..21cd3558a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_all_config_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_all_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetAllConfigV1: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_config_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_config_v1.py index 1d1c7b263..470f535e3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_config_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_get_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetConfigV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_import_config_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_import_config_v1.py index 6e27b38a0..2ef489e0e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_import_config_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_import_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_update_config_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_update_config_v1.py index 57949ad76..27f6ccd50 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_update_config_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/config/admin_update_config_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/add_friends_without_con_a5cd59.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/add_friends_without_con_a5cd59.py index 2386c7c73..acb4a6f87 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/add_friends_without_con_a5cd59.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/add_friends_without_con_a5cd59.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/bulk_delete_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/bulk_delete_friends.py index 59865c0fa..aa4b2e0a2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/bulk_delete_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/bulk_delete_friends.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_incoming_friend_requests.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_incoming_friend_requests.py index 9ba3e1f2f..b8e5cca59 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_incoming_friend_requests.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_incoming_friend_requests.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_list_of_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_list_of_friends.py index e92243d9b..414d1c67b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_list_of_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_list_of_friends.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_outgoing_friend_requests.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_outgoing_friend_requests.py index 2cbc4ce66..a9605c78e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_outgoing_friend_requests.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_outgoing_friend_requests.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_updated.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_updated.py index 9e59bd426..4f966cb45 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_updated.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_updated.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_with_platform.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_with_platform.py index 4468f9bfb..78c954b0b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_with_platform.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_friends_with_platform.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_frien_a30279.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_frien_a30279.py index 59e571aaf..8e9dca342 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_frien_a30279.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_frien_a30279.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_friends.py index 50d5e9d93..9e6dcefd4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_incoming_friends.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_frien_132c7c.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_frien_132c7c.py index dc7c6cf67..316e9f4b2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_frien_132c7c.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_frien_132c7c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_friends.py index 5f9ce7db8..0cfd1027e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/get_user_outgoing_friends.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/sync_native_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/sync_native_friends.py index 97ffe49e1..d50ec349f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/sync_native_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/sync_native_friends.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_accept_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_accept_friend_request.py index 85c1a28f8..cd16df31a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_accept_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_accept_friend_request.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_cancel_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_cancel_friend_request.py index 148f92a9a..b06fe2221 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_cancel_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_cancel_friend_request.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_get_friendship_status.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_get_friendship_status.py index 6b9179523..76df5743b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_get_friendship_status.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_get_friendship_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.friend_id = friend_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_reject_friend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_reject_friend_request.py index 9b3e293e2..285d86992 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_reject_friend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_reject_friend_request.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_request_friend.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_request_friend.py index 2fec00440..f61cb9aaa 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_request_friend.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_request_friend.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_unfriend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_unfriend_request.py index 847874998..a02765805 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_unfriend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/friends/user_unfriend_request.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_join_party_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_join_party_v1.py index 13a850a61..efb491590 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_join_party_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_join_party_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace instance.party_id = party_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_update_party_attr_920eb3.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_update_party_attr_920eb3.py index 9657fe35f..172dbd024 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_update_party_attr_920eb3.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/admin_update_party_attr_920eb3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/public_get_messages.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/public_get_messages.py index dab66e589..2697d98fd 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/public_get_messages.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/lobby_operations/public_get_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMessages: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_tem_590da9.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_tem_590da9.py index c964e1e9f..6ba22487c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_tem_590da9.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_tem_590da9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_top_701ddd.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_top_701ddd.py index 26ab76750..454a6c9e1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_top_701ddd.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_notification_top_701ddd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_topic.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_topic.py index 130ddc2ba..4480eafa4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_topic.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/create_topic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_tem_8c8a06.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_tem_8c8a06.py index 600136353..addd7cf55 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_tem_8c8a06.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_tem_8c8a06.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.namespace = namespace instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_top_00eb0a.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_top_00eb0a.py index 94363c422..a192e39b4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_top_00eb0a.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_notification_top_00eb0a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.namespace = namespace instance.topic_name = topic_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_template_localiz_55eb81.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_template_localiz_55eb81.py index 052dc6f05..8c2e49ecb 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_template_localiz_55eb81.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_template_localiz_55eb81.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_topic_by_topic_name.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_topic_by_topic_name.py index bc610a2a2..9905364c3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_topic_by_topic_name.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/delete_topic_by_topic_name.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, topic: str, **kwargs) -> DeleteTopicByTopicName: instance = cls() instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/free_form_notification__54ba50.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/free_form_notification__54ba50.py index 983cadab2..91ea9f721 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/free_form_notification__54ba50.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/free_form_notification__54ba50.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_te_0053f8.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_te_0053f8.py index 5ede5e19e..4522f2288 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_te_0053f8.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_te_0053f8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetAllNotificationTemplatesV1Admin: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_to_761be1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_to_761be1.py index e9159a0ae..7b2715ffe 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_to_761be1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_all_notification_to_761be1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_notification_topic__b8a441.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_notification_topic__b8a441.py index 4fb5c9f69..70e9ef103 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_notification_topic__b8a441.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_notification_topic__b8a441.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.namespace = namespace instance.topic_name = topic_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_single_template_loc_d01d4b.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_single_template_loc_d01d4b.py index 0afc55d0f..543b864c1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_single_template_loc_d01d4b.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_single_template_loc_d01d4b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_template_slug_local_385ba4.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_template_slug_local_385ba4.py index 94acbcd3a..f803b9740 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_template_slug_local_385ba4.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_template_slug_local_385ba4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_namespace.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_namespace.py index 958b18457..c0c247b6c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_namespace.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.before = before if limit is not None: instance.limit = limit + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_topic_name.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_topic_name.py index ad53d8cda..5cad019ca 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_topic_name.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/get_topic_by_topic_name.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create(cls, namespace: str, topic: str, **kwargs) -> GetTopicByTopicName: instance = cls() instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/notification_with_templ_f80964.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/notification_with_templ_f80964.py index 4f9d38c43..09472fe18 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/notification_with_templ_f80964.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/notification_with_templ_f80964.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/publish_template_locali_b4f377.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/publish_template_locali_b4f377.py index 4d6c5ae6d..4aed1dce8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/publish_template_locali_b4f377.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/publish_template_locali_b4f377.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_multiple_users_fre_78d5b0.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_multiple_users_fre_78d5b0.py index c26c078f1..0f99ff907 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_multiple_users_fre_78d5b0.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_multiple_users_fre_78d5b0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_freeform_not_1f36fa.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_freeform_not_1f36fa.py index 19ab52163..4d50f42c4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_freeform_not_1f36fa.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_freeform_not_1f36fa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_templated_no_8a9ca4.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_templated_no_8a9ca4.py index 01aa1e448..8a92cfbf0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_templated_no_8a9ca4.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_party_templated_no_8a9ca4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_free_3a173d.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_free_3a173d.py index 4e067774b..7e7bb3b7b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_free_3a173d.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_free_3a173d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_temp_0499f2.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_temp_0499f2.py index 14f0f8482..3c105c792 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_temp_0499f2.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_specific_user_temp_0499f2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_freeform_not_3d805f.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_freeform_not_3d805f.py index 2207a72bf..c8e17e79c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_freeform_not_3d805f.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_freeform_not_3d805f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_templated_no_9d39cc.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_templated_no_9d39cc.py index d29b34fa9..89e6ff4ca 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_templated_no_9d39cc.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/send_users_templated_no_9d39cc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_notification_top_0e4c05.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_notification_top_0e4c05.py index 41adf7333..53d800642 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_notification_top_0e4c05.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_notification_top_0e4c05.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic_name = topic_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_template_localiz_cc6e6e.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_template_localiz_cc6e6e.py index f6836b9d3..687b116c1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_template_localiz_cc6e6e.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_template_localiz_cc6e6e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.namespace = namespace instance.template_language = template_language instance.template_slug = template_slug + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_topic_by_topic_name.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_topic_by_topic_name.py index 291136118..bf2a4abd5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_topic_by_topic_name.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/notification/update_topic_by_topic_name.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.body = body instance.namespace = namespace instance.topic = topic + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_party_data_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_party_data_v1.py index f99e53aba..be4422830 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_party_data_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_party_data_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> AdminGetPartyDataV1: instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_user_party_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_user_party_v1.py index 6c0764172..824698848 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_user_party_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/admin_get_user_party_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminGetUserPartyV1: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_get_party_data_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_get_party_data_v1.py index 1c0a82276..00771a1a8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_get_party_data_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_get_party_data_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicGetPartyDataV1 instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_set_party_limit_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_set_party_limit_v1.py index 4f425a7fc..31861ed41 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_set_party_limit_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_set_party_limit_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_update_party_att_aeeff0.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_update_party_att_aeeff0.py index ed0cc65d2..bca4c3db1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_update_party_att_aeeff0.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/party/public_update_party_att_aeeff0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_bulk_block_players_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_bulk_block_players_v1.py index 91225f61a..7cb6a92b0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_bulk_block_players_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_bulk_block_players_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_all_player_se_b925d7.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_all_player_se_b925d7.py index 9398e5854..5e5b6e1a2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_all_player_se_b925d7.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_all_player_se_b925d7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_bulk_player_b_0addc5.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_bulk_player_b_0addc5.py index 2e5f2281b..a06388ec3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_bulk_player_b_0addc5.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_bulk_player_b_0addc5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_lobby_ccu.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_lobby_ccu.py index e8bff0b27..57d08b076 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_lobby_ccu.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_lobby_ccu.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetLobbyCCU: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_7da3f3.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_7da3f3.py index 347dd0cc7..b9c8a84d0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_7da3f3.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_7da3f3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_8955db.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_8955db.py index 744c71b7e..4bc0f12ee 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_8955db.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_blocke_8955db.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_sessio_625ce8.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_sessio_625ce8.py index d556e8e6b..43d02c384 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_sessio_625ce8.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_get_player_sessio_625ce8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.attribute = attribute instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_set_player_sessio_1bc722.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_set_player_sessio_1bc722.py index c999b476b..3fdb1fc45 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_set_player_sessio_1bc722.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/admin_set_player_sessio_1bc722.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_0dc6b7.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_0dc6b7.py index 09af2cea5..848054679 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_0dc6b7.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_0dc6b7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetPlayerBlockedByPlayersV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_55d58a.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_55d58a.py index fc2d63dbd..15b835673 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_55d58a.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/player/public_get_player_block_55d58a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetPlayerBlockedPlayersV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/presence/users_presence_handler_v1.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/presence/users_presence_handler_v1.py index 27b10bb36..dccfea779 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/presence/users_presence_handler_v1.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/presence/users_presence_handler_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.user_ids = user_ids if count_only is not None: instance.count_only = count_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_fil_e31341.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_fil_e31341.py index ae71cb9d7..e82c2ad69 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_fil_e31341.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_fil_e31341.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_filters.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_filters.py index 65eb227ed..50bb6da9f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_filters.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_add_profanity_filters.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_create_profanity_list.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_create_profanity_list.py index 683eb63bc..c7a4b0f8a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_create_profanity_list.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_create_profanity_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_debug_profanity_filters.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_debug_profanity_filters.py index 8e093a946..ea54485bc 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_debug_profanity_filters.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_debug_profanity_filters.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_filter.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_filter.py index 5a49a3efe..917bf9a5f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_filter.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_filter.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_list.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_list.py index 3836c34e4..9f173eb9e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_list.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_delete_profanity_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, list_: str, namespace: str, **kwargs) -> AdminDeleteProfanityLis instance = cls() instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lis_fd0d45.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lis_fd0d45.py index 3fd6d9b71..51f12be22 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lis_fd0d45.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lis_fd0d45.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lists.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lists.py index 6944579bd..5031663d8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lists.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_lists.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetProfanityLists: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_rule.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_rule.py index 47e4c40f7..fc4fb65b7 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_rule.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_get_profanity_rule.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetProfanityRule: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_import_profanity__286711.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_import_profanity__286711.py index ad23fc443..30abb2048 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_import_profanity__286711.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_import_profanity__286711.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.body = body instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_set_profanity_rul_e9d9e0.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_set_profanity_rul_e9d9e0.py index 30fe9223c..44db7f1b6 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_set_profanity_rul_e9d9e0.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_set_profanity_rul_e9d9e0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_update_profanity_list.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_update_profanity_list.py index 68b588dc5..341c76cd8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_update_profanity_list.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_update_profanity_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.list_ = list_ instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_verify_message_pr_169572.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_verify_message_pr_169572.py index af4c2ed9c..efaf359d7 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_verify_message_pr_169572.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/profanity/admin_verify_message_pr_169572.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_create_third_part_225a9c.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_create_third_part_225a9c.py index 8734881d0..4d54f0ebd 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_create_third_part_225a9c.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_create_third_part_225a9c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_delete_third_part_c9d441.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_delete_third_part_c9d441.py index b27881841..95e610461 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_delete_third_part_c9d441.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_delete_third_part_c9d441.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminDeleteThirdPartyConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_get_third_party_config.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_get_third_party_config.py index bc091cb41..d90cbf460 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_get_third_party_config.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_get_third_party_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetThirdPartyConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_update_third_part_9b81f7.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_update_third_part_9b81f7.py index 7f1b0fefc..10ad91ad9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_update_third_part_9b81f7.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/operations/third_party/admin_update_third_part_9b81f7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Lobby Server (3.33.2) +# AccelByte Gaming Services Lobby Server from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_notif.py index e602c2aee..816121341 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_request.py index 55c5df1ac..9bffbdbbb 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_response.py index e0808ffcd..b01145ad8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/accept_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_notif.py index 1135dbf9d..509607a8b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_request.py index 88ac8e0f8..95961c8e4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_response.py index 774c80bcc..006bdbd95 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/block_player_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_notif.py index e121425bf..b56286632 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_request.py index 464554ccf..5272ee3b3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_response.py index 546036627..8f1202495 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_request.py index 28112112e..26babc5aa 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_response.py index a49c58c20..7dd2aa938 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/cancel_matchmaking_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/channel_chat_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/channel_chat_notif.py index 76097f79d..d0e28f936 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/channel_chat_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/channel_chat_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/client_reset_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/client_reset_request.py index dac187941..670773570 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/client_reset_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/client_reset_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/connect_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/connect_notif.py index 4a882ab75..3bb1fadb4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/connect_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/connect_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/disconnect_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/disconnect_notif.py index 1235ac39c..46ee7f14f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/disconnect_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/disconnect_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/ds_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/ds_notif.py index bf96ff52f..e7fcc179b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/ds_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/ds_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/error_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/error_notif.py index ca6e82f2c..747fc04d0 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/error_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/error_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/exit_all_channel.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/exit_all_channel.py index 5b42354a3..6b018c930 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/exit_all_channel.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/exit_all_channel.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_request.py index 0c9880ed5..70b781c1a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_response.py index 8d2698692..e54ddfed5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/friends_status_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_request.py index 8b1ef050a..4096d07d6 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_response.py index 968654754..d4e9cd39e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_all_session_attribute_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_request.py index 5a7e17500..c6a18049e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_response.py index 6e5de8902..f7ea86960 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_friendship_status_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_request.py index 54ff1987c..53acbbee2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_response.py index 6adedb583..eeef01408 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/get_session_attribute_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/heartbeat.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/heartbeat.py index aaf5b92af..a1f872148 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/heartbeat.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/heartbeat.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_request.py index 56fdf6998..ce4616c62 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_response.py index 5bc357af7..5f4129d10 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/join_default_channel_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_request.py index 01729fbac..70e79b9a3 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_response.py index 967976e57..46be2afd1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_incoming_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_request.py index 2ad391e26..c88204045 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_response.py index a3e9c8be2..3a6efbd6c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_of_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_online_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_online_friends_request.py index f2d27ec97..4c3a2381c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_online_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_online_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_request.py index 2b68ef53b..725c792f8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_response.py index 5cdd5b871..68d8dbc91 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/list_outgoing_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/matchmaking_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/matchmaking_notif.py index bd4826ee8..22fa2b8b9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/matchmaking_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/matchmaking_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/message_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/message_notif.py index 963c9ce79..542dab6f5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/message_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/message_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_request.py index 03409c965..269b43e52 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_response.py index 4fec2f254..7a021078a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/offline_notification_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/online_friends.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/online_friends.py index f17fb61c9..358e3e9c8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/online_friends.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/online_friends.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_notif.py index 540ad68ec..cff7d7829 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_request.py index 1513827b1..91a0e3e6d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_response.py index 283aaaa0c..1f49319f5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_chat_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_request.py index c421dc6e1..125e8b426 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_response.py index 75f16d40f..90c3ceedd 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_create_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_data_update_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_data_update_notif.py index 284e41b33..02035637c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_data_update_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_data_update_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_get_invited_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_get_invited_notif.py index 525bc0455..ee9ac67d1 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_get_invited_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_get_invited_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_request.py index 617cdc06e..c9fe2afac 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_response.py index 204422870..64a1a5044 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_info_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_notif.py index ccaffa812..c2622c114 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_request.py index 2863535e3..b6cf22a01 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_response.py index b9864cf0c..8f0ee79e9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_invite_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_notif.py index c59eea056..615532087 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_request.py index b89c1e29a..b33f94e25 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_response.py index bde81e76f..f4c30965c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_join_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_notif.py index 2ab47fda9..4d72da96b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_request.py index 6c645d787..c957a8a37 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_response.py index 5030db264..6ea4ffc27 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_kick_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_notif.py index f5ddb4662..25361dd81 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_request.py index a539f488a..5808b3b45 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_response.py index fe1163cf3..f5fcafac6 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_leave_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_request.py index 4008b92cc..b68a2bd03 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_response.py index 6fe764486..3432f7aee 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_promote_leader_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_notif.py index 446e69871..6deb29af9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_request.py index 15c097d3c..18d116a59 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_response.py index b28d3943a..ec23a7ba6 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/party_reject_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_request.py index d3772c9ff..2152ab38f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_response.py index 24eeb56da..2ebfa4f55 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_history_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_notif.py index bb94f9b55..542352303 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_request.py index 9f850d141..3e2d11bc5 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_response.py index 77b722ce5..423553245 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/personal_chat_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_request.py index 5f2b263ff..6bf966239 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_response.py index 0e5efb54e..113c6e5a8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/refresh_token_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_notif.py index ba5ca4f59..e26ad94fd 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_request.py index beaf2ca03..05987715f 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_response.py index ff9f683f4..73c53fc74 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/reject_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/rematchmaking_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/rematchmaking_notif.py index 4ce900189..bd7a13dda 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/rematchmaking_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/rematchmaking_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_notif.py index 5850d6655..72edbdc30 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_request.py index a7b3ccd0b..83117175a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_response.py index 9c7afd670..30e57082d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/request_friends_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_request.py index 79caa0cb0..56a34166a 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_response.py index 6f027dd91..9e2a4d9a2 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/send_channel_chat_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_notif.py index ef475f3a6..8da104bbb 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_request.py index 6272e0323..3d55d5439 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_response.py index cdd14771a..78a242a6e 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_ready_consent_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_request.py index dbff75e9c..8f12d66f9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_response.py index 0ff2f2bea..6ab567df9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_session_attribute_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_request.py index b0f95422c..e9b946e4c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_response.py index ac15823e7..a115a294c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/set_user_status_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/shutdown_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/shutdown_notif.py index fe3e75514..e59f5f5bd 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/shutdown_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/shutdown_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/signaling_p2p_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/signaling_p2p_notif.py index 7aeedc9c9..f3a5ae014 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/signaling_p2p_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/signaling_p2p_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_request.py index 3a1e203f4..ec677545c 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_response.py index e9ff5f677..67cf4d1ca 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/start_matchmaking_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_notif.py index 13770957a..97d808177 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_request.py index 4d50680c3..efa917643 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_response.py index 8e0612c21..a4f52015b 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unblock_player_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_notif.py index e6d425fa8..a86c583c7 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_request.py index 75746ae80..d2ee3e3ec 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_response.py index 9df3407b7..34dcceba9 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/unfriend_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_banned_notification.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_banned_notification.py index dfdc0b5d5..636b0db52 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_banned_notification.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_banned_notification.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_request.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_request.py index 9812f9e86..a7bb7b5c8 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_request.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_request.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_response.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_response.py index 2ebb212e4..505b17ec4 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_response.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_metric_response.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_status_notif.py b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_status_notif.py index 2cef20b21..5d9e3975d 100644 --- a/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_status_notif.py +++ b/src/services/lobby/accelbyte_py_sdk/api/lobby/wss_models/user_status_notif.py @@ -6,7 +6,7 @@ # template file: ws-model.j2 -# AccelByte Gaming Services Lobby Ws Service (0.1.0) +# AccelByte Gaming Services Lobby Ws Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/lobby/pyproject.toml b/src/services/lobby/pyproject.toml index 4b89474b4..dfabc3724 100644 --- a/src/services/lobby/pyproject.toml +++ b/src/services/lobby/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-lobby" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Lobby Server" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/match2/README.md b/src/services/match2/README.md index 26d890f21..16af03fe2 100644 --- a/src/services/match2/README.md +++ b/src/services/match2/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Match Service V2 -* Version: 2.14.1 +* Version: 2.15.1 ``` ## Setup diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/__init__.py index b7488950d..e5f4d72c2 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/__init__.py index 9ee0963b3..aa540ab58 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_accept_request.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_accept_request.py index 9c5e8bfa9..5492eff01 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_accept_request.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_accept_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_create_request.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_create_request.py index d1d8454e8..d90b6a43f 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_create_request.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_create_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_reject_request.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_reject_request.py index 17930302b..83a359949 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_reject_request.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_back_fill_reject_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_create_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_create_response.py index 6fc4747db..10002de46 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_create_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_create_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_get_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_get_response.py index c8c0d628b..471da3c6f 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_get_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_get_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_proposal_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_proposal_response.py index e6592736a..09740f440 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_proposal_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_backfill_proposal_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_environment_variables_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_environment_variables_response.py index 13935c6b8..ffb2dfa61 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_environment_variables_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_environment_variables_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_functions_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_functions_response.py index 4aa9b5e54..2191ca287 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_functions_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_functions_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pool_tickets_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pool_tickets_response.py index 8921ec9a1..c594cfb4c 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pool_tickets_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pool_tickets_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pools_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pools_response.py index 42b5604a6..25dc98ebf 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pools_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_match_pools_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_rule_sets_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_rule_sets_response.py index 9b599ea7c..f22d05bed 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_rule_sets_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_list_rule_sets_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match.py index 23feb40f0..5b32b9346 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_config.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_config.py index 1b1bc37e5..f5c5e7da7 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_config.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_override.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_override.py index e2101f1d1..4a05a746a 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_override.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_override.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_request.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_request.py index 652c22b98..6ffb6b0e5 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_request.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_function_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool.py index faa82c773..7020e7be3 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool_config.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool_config.py index f164f6671..2510eeee2 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool_config.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_pool_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_rule_set_name_data.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_rule_set_name_data.py index 0de3f69c1..7d825f607 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_rule_set_name_data.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_rule_set_name_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_request.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_request.py index a018fa937..d9d33c91b 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_request.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_response.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_response.py index 0f73b375c..b1b0f4897 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_response.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_status.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_status.py index 764f7ac72..a3f13ba15 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_status.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_statuses.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_statuses.py index fc2ddc2c5..86a37d443 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_statuses.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_match_ticket_statuses.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_party.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_party.py index 71a8f99b0..d0072c4a5 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_party.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_data.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_data.py index b20244e79..c3ab5a1ca 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_data.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_metric_record.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_metric_record.py index 2938285aa..fddf67bab 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_metric_record.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_player_metric_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_proposed_proposal.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_proposed_proposal.py index 641dfae27..1cf973694 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_proposed_proposal.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_proposed_proposal.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_rule_set_payload.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_rule_set_payload.py index f53f725c5..9d399dcec 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_rule_set_payload.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_rule_set_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_team.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_team.py index b6c013c59..3e8e8af08 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_team.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_team.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket.py index 7a8566cd1..254a8d335 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket_metric_result_record.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket_metric_result_record.py index 494935ee4..3390a793a 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket_metric_result_record.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/api_ticket_metric_result_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/config_environment_variable.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/config_environment_variable.py index 851a993d8..2d8f84fcc 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/config_environment_variable.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/config_environment_variable.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_match_ticket_record.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_match_ticket_record.py index 63620bfb3..2388c76a5 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_match_ticket_record.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_match_ticket_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_party.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_party.py index 1428944be..ef4b28176 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_party.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_proposed_proposal.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_proposed_proposal.py index 3327ea6f4..764349747 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_proposed_proposal.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_proposed_proposal.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_team.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_team.py index e61892283..0009e44c6 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_team.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_team.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_ticket.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_ticket.py index 21e2119b3..c5ebf9d0b 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_ticket.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/matchmaker_ticket.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_configuration.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_configuration.py index 659bdc249..bc1a589eb 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_configuration.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_configuration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_ds_information.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_ds_information.py index 08e20fc6b..9d59f6441 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_ds_information.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_ds_information.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_game_session.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_game_session.py index 8a0501e69..e4a0d63c3 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_game_session.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_game_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_pagination.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_pagination.py index b901fb1b3..5dc6dcd3e 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_pagination.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_server.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_server.py index 33db9f3e5..1515d86bc 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_server.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_user.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_user.py index a73cd3d78..3a3c6e569 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/models_user.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/models_user.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/player_player_data.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/player_player_data.py index eb6697610..8b7b604a9 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/player_player_data.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/player_player_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/models/response_error.py b/src/services/match2/accelbyte_py_sdk/api/match2/models/response_error.py index 8cd214de2..e8457ea3e 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/models/response_error.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/__init__.py index f5a29ddac..591b910fc 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/__init__.py index c00eaa2d4..42d1317d6 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/accept_backfill.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/accept_backfill.py index c7c08c4f8..353031859 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/accept_backfill.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/accept_backfill.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.backfill_id = backfill_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/create_backfill.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/create_backfill.py index 9bb9ef128..6ba9e8450 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/create_backfill.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/create_backfill.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/delete_backfill.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/delete_backfill.py index 0729a1f61..67373c894 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/delete_backfill.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/delete_backfill.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, backfill_id: str, namespace: str, **kwargs) -> DeleteBackfill: instance = cls() instance.backfill_id = backfill_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill.py index 5f410ccf0..30f96e8e0 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create(cls, backfill_id: str, namespace: str, **kwargs) -> GetBackfill: instance = cls() instance.backfill_id = backfill_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill_proposal.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill_proposal.py index 5165c49e6..5de7203e4 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill_proposal.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/get_backfill_proposal.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> GetBackfillProposa instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/reject_backfill.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/reject_backfill.py index 14aa46553..84d62e0c4 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/reject_backfill.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/backfill/reject_backfill.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.backfill_id = backfill_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/__init__.py index 4cdb39271..030ac2d1b 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/environment_variable_list.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/environment_variable_list.py index 51f5be0cc..2eba1823e 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/environment_variable_list.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/environment_variables/environment_variable_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -173,6 +173,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> EnvironmentVariableList: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/__init__.py index 46e555726..aea42c493 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/create_match_function.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/create_match_function.py index 88f1dfa6b..a6aee04f9 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/create_match_function.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/create_match_function.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/delete_match_function.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/delete_match_function.py index f2bfbe3ea..cd50cdb36 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/delete_match_function.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/delete_match_function.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, name: str, namespace: str, **kwargs) -> DeleteMatchFunction: instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/match_function_list.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/match_function_list.py index 865221ee7..9f5471db7 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/match_function_list.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/match_function_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/update_match_function.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/update_match_function.py index 37828da9c..eb0fce158 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/update_match_function.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_functions/update_match_function.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/__init__.py index f33bc8279..2d7007387 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/admin_get_match_pool_tickets.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/admin_get_match_pool_tickets.py index 6bbd91112..734a911c2 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/admin_get_match_pool_tickets.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/admin_get_match_pool_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/create_match_pool.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/create_match_pool.py index 2c6396790..ed01fd64e 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/create_match_pool.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/create_match_pool.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create(cls, body: ApiMatchPool, namespace: str, **kwargs) -> CreateMatchPool instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/delete_match_pool.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/delete_match_pool.py index 374672a15..51ba01956 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/delete_match_pool.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/delete_match_pool.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, pool: str, **kwargs) -> DeleteMatchPool: instance = cls() instance.namespace = namespace instance.pool = pool + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/get_player_metric.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/get_player_metric.py index e1fd85e8c..7340bc894 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/get_player_metric.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/get_player_metric.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, pool: str, **kwargs) -> GetPlayerMetric: instance = cls() instance.namespace = namespace instance.pool = pool + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_details.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_details.py index 214a7571c..f92fbdd19 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_details.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_details.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create(cls, namespace: str, pool: str, **kwargs) -> MatchPoolDetails: instance = cls() instance.namespace = namespace instance.pool = pool + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_list.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_list.py index 635e79810..df0ea4ede 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_list.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.name = name if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_metric.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_metric.py index 55d4a03b1..0913c37fd 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_metric.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/match_pool_metric.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, namespace: str, pool: str, **kwargs) -> MatchPoolMetric: instance = cls() instance.namespace = namespace instance.pool = pool + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/update_match_pool.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/update_match_pool.py index ca1551127..cb8156a1e 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/update_match_pool.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_pools/update_match_pool.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.body = body instance.namespace = namespace instance.pool = pool + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/__init__.py index 313792c50..bc0ac3d10 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/create_match_ticket.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/create_match_ticket.py index fd78111e2..372d7030a 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/create_match_ticket.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/create_match_ticket.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/delete_match_ticket.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/delete_match_ticket.py index 013924173..418656c18 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/delete_match_ticket.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/delete_match_ticket.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, ticketid: str, **kwargs) -> DeleteMatchTicket: instance = cls() instance.namespace = namespace instance.ticketid = ticketid + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/get_my_match_tickets.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/get_my_match_tickets.py index 3346bc95c..6a5fe3be7 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/get_my_match_tickets.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/get_my_match_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.match_pool = match_pool if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/match_ticket_details.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/match_ticket_details.py index 19c5cf8da..633de0cf6 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/match_ticket_details.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/match_tickets/match_ticket_details.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, ticketid: str, **kwargs) -> MatchTicketDetails: instance = cls() instance.namespace = namespace instance.ticketid = ticketid + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/__init__.py index 4ca058589..3b3e4ccf6 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info.py index 69922e057..66b21ba60 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetHealthcheckInfo: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info_v1.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info_v1.py index f0c1719ab..977c1db1a 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info_v1.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/get_healthcheck_info_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetHealthcheckInfoV1: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/version_check_handler.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/version_check_handler.py index 0de2f3721..6fb30ba98 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/version_check_handler.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/operations/version_check_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> VersionCheckHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/__init__.py index d057f022b..6915192ff 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/create_rule_set.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/create_rule_set.py index d2c069f1f..b95b492cb 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/create_rule_set.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/create_rule_set.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, body: ApiRuleSetPayload, namespace: str, **kwargs) -> CreateRule instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/delete_rule_set.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/delete_rule_set.py index f129b4428..7bb7c4f8d 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/delete_rule_set.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/delete_rule_set.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, namespace: str, ruleset: str, **kwargs) -> DeleteRuleSet: instance = cls() instance.namespace = namespace instance.ruleset = ruleset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_details.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_details.py index 986566958..0f8565331 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_details.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_details.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, ruleset: str, **kwargs) -> RuleSetDetails: instance = cls() instance.namespace = namespace instance.ruleset = ruleset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_list.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_list.py index b52056ea6..966d69b30 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_list.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/rule_set_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.name = name if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/update_rule_set.py b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/update_rule_set.py index 4f4c32d30..a20c6ce3b 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/update_rule_set.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/operations/rule_sets/update_rule_set.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Match Service V2 (2.14.1) +# AccelByte Gaming Services Match Service V2 from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.body = body instance.namespace = namespace instance.ruleset = ruleset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/match2/accelbyte_py_sdk/api/match2/wrappers/__init__.py b/src/services/match2/accelbyte_py_sdk/api/match2/wrappers/__init__.py index 7b420b55a..1c7732ad4 100644 --- a/src/services/match2/accelbyte_py_sdk/api/match2/wrappers/__init__.py +++ b/src/services/match2/accelbyte_py_sdk/api/match2/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Match Service V2.""" -__version__ = "2.14.1" +__version__ = "2.15.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/match2/pyproject.toml b/src/services/match2/pyproject.toml index 3c0251149..5cec7c52c 100644 --- a/src/services/match2/pyproject.toml +++ b/src/services/match2/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-match2" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Match Service V2" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/matchmaking/README.md b/src/services/matchmaking/README.md index 5b040e001..ecc9ded4e 100644 --- a/src/services/matchmaking/README.md +++ b/src/services/matchmaking/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Matchmaking Service -* Version: 2.29.0 +* Version: 2.29.1 ``` ## Setup diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/__init__.py index 69a35df6b..da244d32b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/__init__.py index 9a197e08c..56b4182e8 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/log_app_message_declaration.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/log_app_message_declaration.py index d813b7ef5..83c7ad385 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/log_app_message_declaration.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/log_app_message_declaration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_flexing_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_flexing_rule.py index cc09ca8c9..e8a5e55db 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_flexing_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_flexing_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule.py index 2215b46a7..c6f1da337 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule_v1.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule_v1.py index 92394a94f..c091bb621 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule_v1.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_alliance_rule_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_bucket_mmr_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_bucket_mmr_rule.py index 16adcb9e4..eb1b4e872 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_bucket_mmr_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_bucket_mmr_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel.py index 2a3fe328b..a5344f632 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_request.py index 3221317a2..15d657109 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_v1.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_v1.py index 7390f7e98..f42df5e71 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_v1.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_channel_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_combination.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_combination.py index c92df6a24..75e642bbd 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_combination.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_combination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_channel_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_channel_response.py index 473d849a7..75f3588e4 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_channel_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_channel_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_mock_ticket.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_mock_ticket.py index 7e567b67e..8abde21ac 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_mock_ticket.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_create_mock_ticket.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_dequeue_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_dequeue_request.py index d09b8b400..94b774988 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_dequeue_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_dequeue_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_flexing_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_flexing_rule.py index 5a61e7058..bf6f8ae9b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_flexing_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_flexing_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_channels_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_channels_response.py index 6cf804b1c..8ed803f5a 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_channels_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_channels_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_matches_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_matches_response.py index b24a73834..f9254f3a7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_matches_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_matches_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_tickets_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_tickets_response.py index 5e6078bc0..6dbe2ced8 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_tickets_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_get_mock_tickets_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_import_config_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_import_config_response.py index 949fbb1d3..a0741a4b5 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_import_config_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_import_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_add_user_into_session_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_add_user_into_session_request.py index b88f98dfa..69a655110 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_add_user_into_session_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_add_user_into_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option.py index 596d1d03e..f4ddab218 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option_rule.py index 93886ad04..db1a35c98 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_option_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_request.py index bf16a408d..296e55852 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_response.py index 9df9d74dc..670469e22 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_match_result_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_ally.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_ally.py index 2979bde15..6840d0d3c 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_ally.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_ally.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_party.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_party.py index 2670af280..8a562ab9d 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_party.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_rule.py index 4c60c0c5f..4826561a9 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matching_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matchmaking_result.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matchmaking_result.py index 91a3eb09b..770bede44 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matchmaking_result.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_matchmaking_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_match.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_match.py index c15337adf..bbbd8070e 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_match.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_match.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_ticket.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_ticket.py index b3f9ac249..70b745380 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_ticket.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_mock_ticket.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_pagination.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_pagination.py index 7382eca7e..29b966b51 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_pagination.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_party_member.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_party_member.py index d42956608..d8dd1f5e5 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_party_member.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_party_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_request.py index 61e334938..5f010a3d6 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_response.py index 8f695c592..c39baa726 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_player_result_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_query_mock_by.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_query_mock_by.py index a2c3cf805..cbe1c04dc 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_query_mock_by.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_query_mock_by.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_request.py index 53ab78d8f..081231d61 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_response.py index da1d14171..be0a43c0d 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rebalance_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_region.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_region.py index e740fa764..7af6055f7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_region.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_region.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_request.py index 1044bae54..5bc6b1cdb 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_response.py index 4d2d3c9f9..e14e95019 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_result_attribute_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_role.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_role.py index becb3edb1..92c5994d5 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_role.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_role.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set.py index b4866b9da..34c30558f 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set_v1.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set_v1.py index 4f151432c..68d633cf7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set_v1.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_rule_set_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_selection_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_selection_rule.py index 86fe1ca43..03b295cc2 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_selection_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_selection_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket.py index 540354966..640423797 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket_rule.py index d44e976a3..5c011e5fb 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sort_ticket_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_stat_resume_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_stat_resume_response.py index d157b06e5..16dd98ae4 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_stat_resume_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_stat_resume_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sub_game_mode.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sub_game_mode.py index 62e156b86..6958b5ea3 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sub_game_mode.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_sub_game_mode.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_ticket_metric_result_record.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_ticket_metric_result_record.py index e165c31da..bc675f9cf 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_ticket_metric_result_record.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_ticket_metric_result_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_alliance_rule.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_alliance_rule.py index b804e731a..9bb5b60b7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_alliance_rule.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_alliance_rule.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_channel_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_channel_request.py index b4e02f61a..0c3f1a48d 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_channel_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_channel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_play_time_weight_request.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_play_time_weight_request.py index 1f68a3346..631ee737e 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_play_time_weight_request.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_play_time_weight_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_player_playtime_weight_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_player_playtime_weight_response.py index 6cc69e10b..3ee9c54e0 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_player_playtime_weight_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_player_playtime_weight_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset.py index 3d491fd6a..d903348b2 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset_sub_game_modes.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset_sub_game_modes.py index 9f575f017..24fd98576 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset_sub_game_modes.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/models_update_ruleset_sub_game_modes.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error.py index 22d8847e4..321ac3475 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error_v1.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error_v1.py index cf7222d3b..ba100910a 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error_v1.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/response_error_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_detailed_response_item.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_detailed_response_item.py index e5e513e8e..30ebcdc62 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_detailed_response_item.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_detailed_response_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response.py index d13e36537..d6901eaf3 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item.py index 6004d1662..d28c5c994 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item_v2.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item_v2.py index 1bfd9fe13..375e7c5d7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item_v2.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_item_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_v2.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_v2.py index dac0d1aaa..4f9abbb7b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_v2.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/models/service_get_session_history_search_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/__init__.py index c591b54a4..cf89683a6 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/__init__.py index 778f9ed72..4afcb753c 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/add_user_into_session_i_3d8cc3.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/add_user_into_session_i_3d8cc3.py index 698a59fe1..fbc5149ce 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/add_user_into_session_i_3d8cc3.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/add_user_into_session_i_3d8cc3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.channel_name = channel_name instance.match_id = match_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/bulk_get_sessions.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/bulk_get_sessions.py index d6da5dcd7..fe2a3ab26 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/bulk_get_sessions.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/bulk_get_sessions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if match_i_ds is not None: instance.match_i_ds = match_i_ds + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/create_channel_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/create_channel_handler.py index 4184ce2a9..e9a3765d4 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/create_channel_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/create_channel_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_channel_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_channel_handler.py index 8fbad37ba..5ac725a8b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_channel_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_channel_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, channel: str, namespace: str, **kwargs) -> DeleteChannelHandler: instance = cls() instance.channel = channel instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_session_in_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_session_in_channel.py index 81678bde4..b3312b78f 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_session_in_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_session_in_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.channel_name = channel_name instance.match_id = match_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_user_from_sessio_8c8e34.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_user_from_sessio_8c8e34.py index b7633314f..56d25a584 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_user_from_sessio_8c8e34.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/delete_user_from_sessio_8c8e34.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.match_id = match_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/dequeue_session_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/dequeue_session_handler.py index d030cfa6b..39a921f26 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/dequeue_session_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/dequeue_session_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/export_channels.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/export_channels.py index d83b49d61..0c81ee027 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/export_channels.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/export_channels.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportChannels: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_channels_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_channels_handler.py index 3d5270617..04edc763c 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_channels_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_channels_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_all_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_all_channel.py index b70a8bb7e..4c78837b8 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_all_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_all_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetAllPartyInAllChannel: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_channel.py index 4325a1992..0b52e9e48 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_party_in_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_sessions_in_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_sessions_in_channel.py index f7c454713..1f151c422 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_sessions_in_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_all_sessions_in_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_match_pool_metric.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_match_pool_metric.py index 821761b08..bf8ed976b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_match_pool_metric.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_match_pool_metric.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, channel_name: str, namespace: str, **kwargs) -> GetMatchPoolMetr instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_session_history_detailed.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_session_history_detailed.py index 931f7b76f..ec635317f 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_session_history_detailed.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_session_history_detailed.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance = cls() instance.match_id = match_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_single_matchmaking_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_single_matchmaking_channel.py index aaf8b21bc..bdf1fd5f2 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_single_matchmaking_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_single_matchmaking_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_stat_data.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_stat_data.py index 902885f1c..884e77abf 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_stat_data.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/get_stat_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, channel_name: str, namespace: str, **kwargs) -> GetStatData: instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/import_channels.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/import_channels.py index e9fb914f9..bdb722a0b 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/import_channels.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/import_channels.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.file = file if strategy is not None: instance.strategy = strategy + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_all_matchmak_cd6d3e.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_all_matchmak_cd6d3e.py index c1571cb73..93ed10691 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_all_matchmak_cd6d3e.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_all_matchmak_cd6d3e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetAllMatchmakingChannel: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_single_match_188a61.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_single_match_188a61.py index a3a2a5210..db28389ae 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_single_match_188a61.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/public_get_single_match_188a61.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/query_session_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/query_session_handler.py index 59b0f626a..c8ed53255 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/query_session_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/query_session_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create(cls, match_id: str, namespace: str, **kwargs) -> QuerySessionHandler: instance = cls() instance.match_id = match_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/queue_session_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/queue_session_handler.py index fa1a53740..9d0e986f9 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/queue_session_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/queue_session_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/rebalance.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/rebalance.py index f7d5562f5..7aacf790c 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/rebalance.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/rebalance.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions.py index 31a4d5851..235d89814 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -352,6 +352,8 @@ def create( instance.party_id = party_id if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions_v2.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions_v2.py index da9b533db..8f19f5ab7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions_v2.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/search_sessions_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -353,6 +353,8 @@ def create( instance.party_id = party_id if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/store_match_results.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/store_match_results.py index b62d91401..f8203ad5a 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/store_match_results.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/store_match_results.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/update_matchmaking_channel.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/update_matchmaking_channel.py index 592575970..4606def00 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/update_matchmaking_channel.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking/update_matchmaking_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/__init__.py index 7e0054264..98eea49b7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/get_healthcheck_info.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/get_healthcheck_info.py index bce8778b4..4c33e48ef 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/get_healthcheck_info.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/get_healthcheck_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetHealthcheckInfo: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/handler_v3_healthz.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/handler_v3_healthz.py index 9fc7166ed..88010461a 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/handler_v3_healthz.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/handler_v3_healthz.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> HandlerV3Healthz: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/public_get_messages.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/public_get_messages.py index 0754a2690..7ca40365a 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/public_get_messages.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/public_get_messages.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -167,6 +167,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> PublicGetMessages: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/version_check_handler.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/version_check_handler.py index 48a7a713f..dd0e20598 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/version_check_handler.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/matchmaking_operations/version_check_handler.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> VersionCheckHandler: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/__init__.py index fa62867d7..b60b73d95 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/bulk_create_mock_tickets.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/bulk_create_mock_tickets.py index f3a88d228..9d0c262e3 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/bulk_create_mock_tickets.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/bulk_create_mock_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.body = body instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/clean_all_mocks.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/clean_all_mocks.py index 56fec5ae4..3d04f8660 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/clean_all_mocks.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/clean_all_mocks.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create(cls, channel_name: str, namespace: str, **kwargs) -> CleanAllMocks: instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/create_mock_tickets.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/create_mock_tickets.py index d20e52489..b92e649d4 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/create_mock_tickets.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/create_mock_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_matches.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_matches.py index ed8f28aef..9b137c4a7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_matches.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_matches.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, channel_name: str, namespace: str, **kwargs) -> GetAllMockMatche instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_tickets.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_tickets.py index 399e3d19c..fd14d9e3e 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_tickets.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_all_mock_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, channel_name: str, namespace: str, **kwargs) -> GetAllMockTicket instance = cls() instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_matches_by_timestamp.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_matches_by_timestamp.py index 11688abec..646c97137 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_matches_by_timestamp.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_matches_by_timestamp.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_tickets_by_timestamp.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_tickets_by_timestamp.py index 5aa4fc4ce..c148b9ea7 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_tickets_by_timestamp.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/mock_matchmaking/get_mock_tickets_by_timestamp.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.body = body instance.channel_name = channel_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/__init__.py index 64b4c2c33..ada514fb0 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/update_play_time_weight.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/update_play_time_weight.py index a77467b1a..7f0fe3eda 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/update_play_time_weight.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/operations/social_matchmaking/update_play_time_weight.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Matchmaking Service (2.29.0) +# AccelByte Gaming Services Matchmaking Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/wrappers/__init__.py b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/wrappers/__init__.py index 5a2ede42f..fbc92b364 100644 --- a/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/wrappers/__init__.py +++ b/src/services/matchmaking/accelbyte_py_sdk/api/matchmaking/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Matchmaking Service.""" -__version__ = "2.29.0" +__version__ = "2.29.1" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/matchmaking/pyproject.toml b/src/services/matchmaking/pyproject.toml index c4df8c81d..8f5863096 100644 --- a/src/services/matchmaking/pyproject.toml +++ b/src/services/matchmaking/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-matchmaking" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Matchmaking Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/platform/README.md b/src/services/platform/README.md index 6fcf3b614..683f14624 100644 --- a/src/services/platform/README.md +++ b/src/services/platform/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Platform Service -* Version: 4.44.0 +* Version: 4.45.0 ``` ## Setup diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/__init__.py index 5f3056b64..580bee9ef 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -251,12 +251,18 @@ from .wrappers import public_get_user_entitlement_ownership_by_item_ids_async from .wrappers import public_get_user_entitlement_ownership_by_sku from .wrappers import public_get_user_entitlement_ownership_by_sku_async +from .wrappers import public_get_user_entitlements_by_ids +from .wrappers import public_get_user_entitlements_by_ids_async from .wrappers import public_query_user_entitlements from .wrappers import public_query_user_entitlements_async from .wrappers import public_query_user_entitlements_by_app_type from .wrappers import public_query_user_entitlements_by_app_type_async from .wrappers import public_sell_user_entitlement from .wrappers import public_sell_user_entitlement_async +from .wrappers import public_split_user_entitlement +from .wrappers import public_split_user_entitlement_async +from .wrappers import public_transfer_user_entitlement +from .wrappers import public_transfer_user_entitlement_async from .wrappers import query_entitlements from .wrappers import query_entitlements_async from .wrappers import query_entitlements_1 @@ -809,10 +815,16 @@ from .wrappers import delete_published_store_async from .wrappers import delete_store from .wrappers import delete_store_async +from .wrappers import download_csv_templates +from .wrappers import download_csv_templates_async from .wrappers import export_store from .wrappers import export_store_async from .wrappers import export_store_1 from .wrappers import export_store_1_async +from .wrappers import export_store_by_csv +from .wrappers import export_store_by_csv_async +from .wrappers import get_catalog_definition +from .wrappers import get_catalog_definition_async from .wrappers import get_published_store from .wrappers import get_published_store_async from .wrappers import get_published_store_backup @@ -823,10 +835,14 @@ from .wrappers import import_store_async from .wrappers import import_store_1 from .wrappers import import_store_1_async +from .wrappers import import_store_by_csv +from .wrappers import import_store_by_csv_async from .wrappers import list_stores from .wrappers import list_stores_async from .wrappers import public_list_stores from .wrappers import public_list_stores_async +from .wrappers import query_import_history +from .wrappers import query_import_history_async from .wrappers import rollback_published_store from .wrappers import rollback_published_store_async from .wrappers import update_store diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/__init__.py index a0cfcd9aa..5cd94b198 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -23,6 +23,9 @@ from .admin_entitlement_decrement import AdminEntitlementDecrement from .admin_entitlement_sold_request import AdminEntitlementSoldRequest from .admin_order_create import AdminOrderCreate +from .admin_order_create import ( + EntitlementPlatformEnum as AdminOrderCreateEntitlementPlatformEnum, +) from .admin_order_create import PlatformEnum as AdminOrderCreatePlatformEnum from .adyen_config import AdyenConfig from .ali_pay_config import AliPayConfig @@ -114,6 +117,8 @@ from .catalog_change_info import TypeEnum as CatalogChangeInfoTypeEnum from .catalog_change_paging_result import CatalogChangePagingResult from .catalog_change_statistics import CatalogChangeStatistics +from .catalog_definition_info import CatalogDefinitionInfo +from .catalog_definition_info import ItemTypeEnum as CatalogDefinitionInfoItemTypeEnum from .category_create import CategoryCreate from .category_info import CategoryInfo from .category_update import CategoryUpdate @@ -259,10 +264,14 @@ from .entitlement_revoke_result import EntitlementRevokeResult from .entitlement_sold_request import EntitlementSoldRequest from .entitlement_sold_result import EntitlementSoldResult +from .entitlement_split_request import EntitlementSplitRequest +from .entitlement_split_result import EntitlementSplitResult from .entitlement_summary import EntitlementSummary from .entitlement_summary import ClazzEnum as EntitlementSummaryClazzEnum from .entitlement_summary import TypeEnum as EntitlementSummaryTypeEnum from .entitlement_summary import OriginEnum as EntitlementSummaryOriginEnum +from .entitlement_transfer_request import EntitlementTransferRequest +from .entitlement_transfer_result import EntitlementTransferResult from .entitlement_update import EntitlementUpdate from .entitlement_update import OriginEnum as EntitlementUpdateOriginEnum from .entitlement_update import StatusEnum as EntitlementUpdateStatusEnum @@ -279,6 +288,10 @@ from .event_additional_data import EventAdditionalData from .event_payload import EventPayload from .export_store_request import ExportStoreRequest +from .export_store_to_csv_request import ExportStoreToCSVRequest +from .export_store_to_csv_request import ( + CatalogTypeEnum as ExportStoreToCSVRequestCatalogTypeEnum, +) from .extension_fulfillment_summary import ExtensionFulfillmentSummary from .extension_fulfillment_summary import ( ItemTypeEnum as ExtensionFulfillmentSummaryItemTypeEnum, @@ -376,12 +389,18 @@ from .import_store_category_info import ImportStoreCategoryInfo from .import_store_error import ImportStoreError from .import_store_error import TypeEnum as ImportStoreErrorTypeEnum +from .import_store_history_info import ImportStoreHistoryInfo +from .import_store_history_info import ( + ImportFileFormatEnum as ImportStoreHistoryInfoImportFileFormatEnum, +) +from .import_store_history_paging_result import ImportStoreHistoryPagingResult from .import_store_item_info import ImportStoreItemInfo from .import_store_item_info import ItemTypeEnum as ImportStoreItemInfoItemTypeEnum from .import_store_result import ImportStoreResult from .import_store_section_info import ImportStoreSectionInfo from .import_store_view_info import ImportStoreViewInfo from .in_game_item_sync import InGameItemSync +from .inventory_config import InventoryConfig from .invoice_currency_summary import InvoiceCurrencySummary from .invoice_summary import InvoiceSummary from .item_acquire_request import ItemAcquireRequest diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/achievement_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/achievement_info.py index d20ad470e..43bf8c700 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/achievement_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/achievement_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/action.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/action.py index 41b85a8c7..53d4a5ed7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/action.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/action.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/action_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/action_request.py index 42f59905c..6305de45a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/action_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/action_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data.py index 9497e04a8..e28b26967 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data_entitlement.py index 577389382..ae08dcb5e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/additional_data_entitlement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_decrement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_decrement.py index ab7e8027b..ca1ae2a5f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_decrement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_decrement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_sold_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_sold_request.py index b1b2488b4..d1eddf98e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_sold_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_entitlement_sold_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_order_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_order_create.py index 664dfed60..24ba7d294 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_order_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/admin_order_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -31,6 +31,18 @@ from ..models.order_creation_options import OrderCreationOptions +class EntitlementPlatformEnum(StrEnum): + EPIC = "Epic" + GOOGLEPLAY = "GooglePlay" + IOS = "IOS" + NINTENDO = "Nintendo" + OCULUS = "Oculus" + OTHER = "Other" + PLAYSTATION = "Playstation" + STEAM = "Steam" + XBOX = "Xbox" + + class PlatformEnum(StrEnum): EPIC = "Epic" GOOGLEPLAY = "GooglePlay" @@ -59,6 +71,8 @@ class AdminOrderCreate(Model): currency_namespace: (currencyNamespace) OPTIONAL str + entitlement_platform: (entitlementPlatform) OPTIONAL Union[str, EntitlementPlatformEnum] + ext: (ext) OPTIONAL Dict[str, Any] language: (language) OPTIONAL str @@ -84,6 +98,7 @@ class AdminOrderCreate(Model): quantity: int # REQUIRED region: str # REQUIRED currency_namespace: str # OPTIONAL + entitlement_platform: Union[str, EntitlementPlatformEnum] # OPTIONAL ext: Dict[str, Any] # OPTIONAL language: str # OPTIONAL options: OrderCreationOptions # OPTIONAL @@ -121,6 +136,12 @@ def with_currency_namespace(self, value: str) -> AdminOrderCreate: self.currency_namespace = value return self + def with_entitlement_platform( + self, value: Union[str, EntitlementPlatformEnum] + ) -> AdminOrderCreate: + self.entitlement_platform = value + return self + def with_ext(self, value: Dict[str, Any]) -> AdminOrderCreate: self.ext = value return self @@ -183,6 +204,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["currencyNamespace"] = str(self.currency_namespace) elif include_empty: result["currencyNamespace"] = "" + if hasattr(self, "entitlement_platform"): + result["entitlementPlatform"] = str(self.entitlement_platform) + elif include_empty: + result["entitlementPlatform"] = Union[str, EntitlementPlatformEnum]() if hasattr(self, "ext"): result["ext"] = {str(k0): v0 for k0, v0 in self.ext.items()} elif include_empty: @@ -230,6 +255,7 @@ def create( quantity: int, region: str, currency_namespace: Optional[str] = None, + entitlement_platform: Optional[Union[str, EntitlementPlatformEnum]] = None, ext: Optional[Dict[str, Any]] = None, language: Optional[str] = None, options: Optional[OrderCreationOptions] = None, @@ -248,6 +274,8 @@ def create( instance.region = region if currency_namespace is not None: instance.currency_namespace = currency_namespace + if entitlement_platform is not None: + instance.entitlement_platform = entitlement_platform if ext is not None: instance.ext = ext if language is not None: @@ -297,6 +325,10 @@ def create_from_dict( instance.currency_namespace = str(dict_["currencyNamespace"]) elif include_empty: instance.currency_namespace = "" + if "entitlementPlatform" in dict_ and dict_["entitlementPlatform"] is not None: + instance.entitlement_platform = str(dict_["entitlementPlatform"]) + elif include_empty: + instance.entitlement_platform = Union[str, EntitlementPlatformEnum]() if "ext" in dict_ and dict_["ext"] is not None: instance.ext = {str(k0): v0 for k0, v0 in dict_["ext"].items()} elif include_empty: @@ -376,6 +408,7 @@ def get_field_info() -> Dict[str, str]: "quantity": "quantity", "region": "region", "currencyNamespace": "currency_namespace", + "entitlementPlatform": "entitlement_platform", "ext": "ext", "language": "language", "options": "options", @@ -395,6 +428,7 @@ def get_required_map() -> Dict[str, bool]: "quantity": True, "region": True, "currencyNamespace": False, + "entitlementPlatform": False, "ext": False, "language": False, "options": False, @@ -408,6 +442,17 @@ def get_required_map() -> Dict[str, bool]: @staticmethod def get_enum_map() -> Dict[str, List[Any]]: return { + "entitlementPlatform": [ + "Epic", + "GooglePlay", + "IOS", + "Nintendo", + "Oculus", + "Other", + "Playstation", + "Steam", + "Xbox", + ], "platform": [ "Epic", "GooglePlay", diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/adyen_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/adyen_config.py index bf6f097fd..d4d1c3a94 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/adyen_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/adyen_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ali_pay_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ali_pay_config.py index dab6378df..636254c54 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ali_pay_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ali_pay_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_config.py index 6f30d850c..135e29221 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_info.py index 80d0bdd4d..49305e907 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -76,6 +76,8 @@ class AppEntitlementInfo(Model): app_type: (appType) OPTIONAL Union[str, AppTypeEnum] + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str item_id: (itemId) OPTIONAL str @@ -101,6 +103,7 @@ class AppEntitlementInfo(Model): user_id: str # REQUIRED app_id: str # OPTIONAL app_type: Union[str, AppTypeEnum] # OPTIONAL + collection_id: str # OPTIONAL end_date: str # OPTIONAL item_id: str # OPTIONAL item_snapshot: ItemSnapshot # OPTIONAL @@ -138,6 +141,10 @@ def with_app_type(self, value: Union[str, AppTypeEnum]) -> AppEntitlementInfo: self.app_type = value return self + def with_collection_id(self, value: str) -> AppEntitlementInfo: + self.collection_id = value + return self + def with_end_date(self, value: str) -> AppEntitlementInfo: self.end_date = value return self @@ -200,6 +207,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["appType"] = str(self.app_type) elif include_empty: result["appType"] = Union[str, AppTypeEnum]() + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -249,6 +260,7 @@ def create( user_id: str, app_id: Optional[str] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, + collection_id: Optional[str] = None, end_date: Optional[str] = None, item_id: Optional[str] = None, item_snapshot: Optional[ItemSnapshot] = None, @@ -268,6 +280,8 @@ def create( instance.app_id = app_id if app_type is not None: instance.app_type = app_type + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if item_id is not None: @@ -317,6 +331,10 @@ def create_from_dict( instance.app_type = str(dict_["appType"]) elif include_empty: instance.app_type = Union[str, AppTypeEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -398,6 +416,7 @@ def get_field_info() -> Dict[str, str]: "userId": "user_id", "appId": "app_id", "appType": "app_type", + "collectionId": "collection_id", "endDate": "end_date", "itemId": "item_id", "itemSnapshot": "item_snapshot", @@ -417,6 +436,7 @@ def get_required_map() -> Dict[str, bool]: "userId": True, "appId": False, "appType": False, + "collectionId": False, "endDate": False, "itemId": False, "itemSnapshot": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_paging_sliced_result.py index ce78c182d..34d4fc209 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_entitlement_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_info.py index 50932a96d..d8a917a99 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_localization.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_localization.py index 97f7b5dd5..b425cba00 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_localization.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_localization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_update.py index 6df7fe814..bd9889dfe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/app_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/app_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_info.py index f0ca6587f..23148da52 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_request.py index 2d2bc4d07..379b1bd29 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_receipt.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_receipt.py index a87beb3e8..8503218ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_receipt.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/apple_iap_receipt.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_comparison.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_comparison.py index 8e9b5a71f..3798298f4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_comparison.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_comparison.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_predicate.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_predicate.py index bff01b833..ca66f50ca 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_predicate.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_predicate.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_price.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_price.py index 5a767129f..b276e50d8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/available_price.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/available_price.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/base_custom_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/base_custom_config.py index ab388319f..8d137f55e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/base_custom_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/base_custom_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/base_tls_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/base_tls_config.py index 3c798f88e..0694f0d29 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/base_tls_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/base_tls_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_category_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_category_info.py index 763f3e370..658124580 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_category_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_category_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_item.py index 61d4bd6e4..2ef882aaf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/basic_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_account.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_account.py index e1a737d60..f06d69fa4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_account.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_account.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_info.py index 15ecaeb53..b338b0368 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_paging_sliced_result.py index 2040d3e84..f70e1c51d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/billing_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/box_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/box_item.py index 052cfe3d6..7cede78f8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/box_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/box_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_request.py index 68255443a..a6b29cece 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_result.py index 4b939b689..d9195aca1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_credit_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_request.py index 710534a67..008fcc8f6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_result.py index 4a9c8e7d4..2fb095e20 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_debit_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_request.py index 65a03b63d..4a4844f74 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_result.py index 078038752..63eeb543a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_grant_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_revoke_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_revoke_result.py index de76ea19e..29ad0873d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_revoke_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_entitlement_revoke_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_operation_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_operation_result.py index 22b2fe375..d1853c7dc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_operation_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_operation_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_region_data_change_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_region_data_change_request.py index 4459388ff..44ada5933 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_region_data_change_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bulk_region_data_change_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/bundled_item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/bundled_item_info.py index 92e4fb216..7e6b42e48 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/bundled_item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/bundled_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import StrEnum from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig from ..models.purchase_condition import PurchaseCondition @@ -129,6 +130,8 @@ class BundledItemInfo(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -208,6 +211,7 @@ class BundledItemInfo(Model): flexible: bool # OPTIONAL fresh: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -344,6 +348,10 @@ def with_images(self, value: List[Image]) -> BundledItemInfo: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> BundledItemInfo: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> BundledItemInfo: self.item_ids = value return self @@ -556,6 +564,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -699,6 +713,7 @@ def create( flexible: Optional[bool] = None, fresh: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -767,6 +782,8 @@ def create( instance.fresh = fresh if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -933,6 +950,12 @@ def create_from_dict( ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -1113,6 +1136,7 @@ def get_field_info() -> Dict[str, str]: "flexible": "flexible", "fresh": "fresh", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -1169,6 +1193,7 @@ def get_required_map() -> Dict[str, bool]: "flexible": False, "fresh": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_create.py index fdca74a06..570354c3a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_dynamic_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_dynamic_info.py index 502e6f7e7..4ae8f65bc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_dynamic_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_dynamic_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_info.py index b8aebe579..6e641a220 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_paging_sliced_result.py index 143db458b..58b5327ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_update.py index 46081de5b..b37eec817 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/campaign_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/cancel_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/cancel_request.py index fb7fe780c..158433b31 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/cancel_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/cancel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_info.py index 7a254a363..58c5dbdc8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_paging_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_paging_result.py index 74e1b4e46..42dce9622 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_paging_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_paging_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_statistics.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_statistics.py index 9b2084582..fd02b0c64 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_statistics.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_change_statistics.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_definition_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_definition_info.py new file mode 100644 index 000000000..bf89acb94 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/catalog_definition_info.py @@ -0,0 +1,230 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model +from accelbyte_py_sdk.core import StrEnum + + +class ItemTypeEnum(StrEnum): + APP = "APP" + BUNDLE = "BUNDLE" + CODE = "CODE" + COINS = "COINS" + EXTENSION = "EXTENSION" + INGAMEITEM = "INGAMEITEM" + LOOTBOX = "LOOTBOX" + MEDIA = "MEDIA" + OPTIONBOX = "OPTIONBOX" + SEASON = "SEASON" + SUBSCRIPTION = "SUBSCRIPTION" + + +class CatalogDefinitionInfo(Model): + """Catalog definition info (CatalogDefinitionInfo) + + Properties: + field: (field) REQUIRED str + + name: (name) REQUIRED str + + required: (required) REQUIRED bool + + item_type: (itemType) OPTIONAL Union[str, ItemTypeEnum] + """ + + # region fields + + field: str # REQUIRED + name: str # REQUIRED + required: bool # REQUIRED + item_type: Union[str, ItemTypeEnum] # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_field(self, value: str) -> CatalogDefinitionInfo: + self.field = value + return self + + def with_name(self, value: str) -> CatalogDefinitionInfo: + self.name = value + return self + + def with_required(self, value: bool) -> CatalogDefinitionInfo: + self.required = value + return self + + def with_item_type(self, value: Union[str, ItemTypeEnum]) -> CatalogDefinitionInfo: + self.item_type = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "field"): + result["field"] = str(self.field) + elif include_empty: + result["field"] = "" + if hasattr(self, "name"): + result["name"] = str(self.name) + elif include_empty: + result["name"] = "" + if hasattr(self, "required"): + result["required"] = bool(self.required) + elif include_empty: + result["required"] = False + if hasattr(self, "item_type"): + result["itemType"] = str(self.item_type) + elif include_empty: + result["itemType"] = Union[str, ItemTypeEnum]() + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + field: str, + name: str, + required: bool, + item_type: Optional[Union[str, ItemTypeEnum]] = None, + **kwargs, + ) -> CatalogDefinitionInfo: + instance = cls() + instance.field = field + instance.name = name + instance.required = required + if item_type is not None: + instance.item_type = item_type + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> CatalogDefinitionInfo: + instance = cls() + if not dict_: + return instance + if "field" in dict_ and dict_["field"] is not None: + instance.field = str(dict_["field"]) + elif include_empty: + instance.field = "" + if "name" in dict_ and dict_["name"] is not None: + instance.name = str(dict_["name"]) + elif include_empty: + instance.name = "" + if "required" in dict_ and dict_["required"] is not None: + instance.required = bool(dict_["required"]) + elif include_empty: + instance.required = False + if "itemType" in dict_ and dict_["itemType"] is not None: + instance.item_type = str(dict_["itemType"]) + elif include_empty: + instance.item_type = Union[str, ItemTypeEnum]() + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, CatalogDefinitionInfo]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[CatalogDefinitionInfo]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + CatalogDefinitionInfo, + List[CatalogDefinitionInfo], + Dict[Any, CatalogDefinitionInfo], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "field": "field", + "name": "name", + "required": "required", + "itemType": "item_type", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "field": True, + "name": True, + "required": True, + "itemType": False, + } + + @staticmethod + def get_enum_map() -> Dict[str, List[Any]]: + return { + "itemType": [ + "APP", + "BUNDLE", + "CODE", + "COINS", + "EXTENSION", + "INGAMEITEM", + "LOOTBOX", + "MEDIA", + "OPTIONBOX", + "SEASON", + "SUBSCRIPTION", + ], + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_create.py index d023dbef1..1f81e43f5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_info.py index eff598fa9..86c27d39f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_update.py index 582a36199..5773c398a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/category_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/category_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/checkout_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/checkout_config.py index e7c97ef0c..18ba3d838 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/checkout_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/checkout_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/clawback_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/clawback_info.py index ec54d2407..a18c9a648 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/clawback_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/clawback_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/client_request_parameter.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/client_request_parameter.py index dd6003486..7683f5963 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/client_request_parameter.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/client_request_parameter.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/client_transaction.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/client_transaction.py index 04697bbc2..bdf6ed024 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/client_transaction.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/client_transaction.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create.py index 7346e3013..12a059189 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create_result.py index b3629cff0..24ce33d6b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_create_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info.py index 211f428da..51f820d4b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info_paging_sliced_result.py index a0febb109..bb6bdcad6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/code_info_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group.py index 6fd53e1ae..3dd2c00fd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group_validate_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group_validate_result.py index 1b8177cf4..84a70c998 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group_validate_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_group_validate_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_match_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_match_result.py index 92559ad92..6d931e20c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_match_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/condition_match_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/consumable_entitlement_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/consumable_entitlement_revocation_config.py index cfb917b8c..70220c268 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/consumable_entitlement_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/consumable_entitlement_revocation_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/consume_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/consume_item.py index 68f2a0fa1..8c99782fc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/consume_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/consume_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_payload.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_payload.py index 0ff97bdb8..d873c753b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_payload.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_request.py index 1f6c7d059..0c9c7bf8a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_result.py index 007834202..c4d50e7a0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_revocation.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_revocation.py index d86142898..e03f625c6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_revocation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_revocation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_summary.py index dbac2d568..f44ec5cd8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/credit_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_config.py index 8a06af648..84b563537 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_create.py index 147c99508..7df773465 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_info.py index 293e2b50a..07b74258c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_summary.py index 58af98f84..c8d67f709 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_update.py index d7ddca54d..c9d05dc9b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_wallet.py index df38a333a..036a6c63d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/currency_wallet.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/customization.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/customization.py index 546b52b35..1592a628c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/customization.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/customization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_currency_code_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_currency_code_request.py index 5cbba65d7..94f935534 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_currency_code_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_currency_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_wallet_platform_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_wallet_platform_request.py index abdf6d84b..9e56e32bb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_wallet_platform_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_by_wallet_platform_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_payload.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_payload.py index 546b372cc..7467ea6c1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_payload.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_request.py index 5c7dd2375..7d9a76336 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_result.py index a7eb35d0e..bb3b71aa5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/debit_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/delete_reward_condition_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/delete_reward_condition_request.py index 5b8844c47..51cc48360 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/delete_reward_condition_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/delete_reward_condition_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_info.py index 8679cf623..c9ef73a3b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_paging_sliced_result.py index 1e064f45e..af1bee8c9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/detailed_wallet_transaction_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_config_reward_short_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_config_reward_short_info.py index 3c73ba2fc..de5bbbf8f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_config_reward_short_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_config_reward_short_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item.py index 79221e8ad..f719889ba 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_info.py index 6f496eb0e..d3eb5b8d2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_update.py index 60e10d4d8..752c4fb07 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_item_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_record.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_record.py index 5ad4ca768..dc94880d6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_record.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/dlc_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/durable_entitlement_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/durable_entitlement_revocation_config.py index 082bae1ad..28dcb7ff3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/durable_entitlement_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/durable_entitlement_revocation_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_config_info.py index c016aabb2..b9fb4f0d2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement.py index 876fe8712..20edcae3e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement_result.py index c865fc6c4..aef17db2d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_decrement_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -112,6 +112,8 @@ class EntitlementDecrementResult(Model): app_type: (appType) OPTIONAL Union[str, AppTypeEnum] + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str features: (features) OPTIONAL List[str] @@ -128,6 +130,8 @@ class EntitlementDecrementResult(Model): origin: (origin) OPTIONAL Union[str, OriginEnum] + platform_available: (platformAvailable) OPTIONAL bool + replayed: (replayed) OPTIONAL bool request_id: (requestId) OPTIONAL str @@ -163,6 +167,7 @@ class EntitlementDecrementResult(Model): updated_at: str # REQUIRED app_id: str # OPTIONAL app_type: Union[str, AppTypeEnum] # OPTIONAL + collection_id: str # OPTIONAL end_date: str # OPTIONAL features: List[str] # OPTIONAL granted_at: str # OPTIONAL @@ -171,6 +176,7 @@ class EntitlementDecrementResult(Model): name: str # OPTIONAL no_origin: bool # OPTIONAL origin: Union[str, OriginEnum] # OPTIONAL + platform_available: bool # OPTIONAL replayed: bool # OPTIONAL request_id: str # OPTIONAL rewards: List[EntitlementLootBoxReward] # OPTIONAL @@ -229,6 +235,10 @@ def with_app_type( self.app_type = value return self + def with_collection_id(self, value: str) -> EntitlementDecrementResult: + self.collection_id = value + return self + def with_end_date(self, value: str) -> EntitlementDecrementResult: self.end_date = value return self @@ -261,6 +271,10 @@ def with_origin(self, value: Union[str, OriginEnum]) -> EntitlementDecrementResu self.origin = value return self + def with_platform_available(self, value: bool) -> EntitlementDecrementResult: + self.platform_available = value + return self + def with_replayed(self, value: bool) -> EntitlementDecrementResult: self.replayed = value return self @@ -353,6 +367,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["appType"] = str(self.app_type) elif include_empty: result["appType"] = Union[str, AppTypeEnum]() + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -387,6 +405,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["origin"] = str(self.origin) elif include_empty: result["origin"] = Union[str, OriginEnum]() + if hasattr(self, "platform_available"): + result["platformAvailable"] = bool(self.platform_available) + elif include_empty: + result["platformAvailable"] = False if hasattr(self, "replayed"): result["replayed"] = bool(self.replayed) elif include_empty: @@ -452,6 +474,7 @@ def create( updated_at: str, app_id: Optional[str] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, + collection_id: Optional[str] = None, end_date: Optional[str] = None, features: Optional[List[str]] = None, granted_at: Optional[str] = None, @@ -460,6 +483,7 @@ def create( name: Optional[str] = None, no_origin: Optional[bool] = None, origin: Optional[Union[str, OriginEnum]] = None, + platform_available: Optional[bool] = None, replayed: Optional[bool] = None, request_id: Optional[str] = None, rewards: Optional[List[EntitlementLootBoxReward]] = None, @@ -486,6 +510,8 @@ def create( instance.app_id = app_id if app_type is not None: instance.app_type = app_type + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if features is not None: @@ -502,6 +528,8 @@ def create( instance.no_origin = no_origin if origin is not None: instance.origin = origin + if platform_available is not None: + instance.platform_available = platform_available if replayed is not None: instance.replayed = replayed if request_id is not None: @@ -573,6 +601,10 @@ def create_from_dict( instance.app_type = str(dict_["appType"]) elif include_empty: instance.app_type = Union[str, AppTypeEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -607,6 +639,10 @@ def create_from_dict( instance.origin = str(dict_["origin"]) elif include_empty: instance.origin = Union[str, OriginEnum]() + if "platformAvailable" in dict_ and dict_["platformAvailable"] is not None: + instance.platform_available = bool(dict_["platformAvailable"]) + elif include_empty: + instance.platform_available = False if "replayed" in dict_ and dict_["replayed"] is not None: instance.replayed = bool(dict_["replayed"]) elif include_empty: @@ -709,6 +745,7 @@ def get_field_info() -> Dict[str, str]: "updatedAt": "updated_at", "appId": "app_id", "appType": "app_type", + "collectionId": "collection_id", "endDate": "end_date", "features": "features", "grantedAt": "granted_at", @@ -717,6 +754,7 @@ def get_field_info() -> Dict[str, str]: "name": "name", "noOrigin": "no_origin", "origin": "origin", + "platformAvailable": "platform_available", "replayed": "replayed", "requestId": "request_id", "rewards": "rewards", @@ -743,6 +781,7 @@ def get_required_map() -> Dict[str, bool]: "updatedAt": True, "appId": False, "appType": False, + "collectionId": False, "endDate": False, "features": False, "grantedAt": False, @@ -751,6 +790,7 @@ def get_required_map() -> Dict[str, bool]: "name": False, "noOrigin": False, "origin": False, + "platformAvailable": False, "replayed": False, "requestId": False, "rewards": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant.py index f9147522b..1e3b0a0fa 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -66,6 +66,8 @@ class EntitlementGrant(Model): quantity: (quantity) REQUIRED int + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str granted_code: (grantedCode) OPTIONAL str @@ -88,6 +90,7 @@ class EntitlementGrant(Model): item_id: str # REQUIRED item_namespace: str # REQUIRED quantity: int # REQUIRED + collection_id: str # OPTIONAL end_date: str # OPTIONAL granted_code: str # OPTIONAL language: str # OPTIONAL @@ -113,6 +116,10 @@ def with_quantity(self, value: int) -> EntitlementGrant: self.quantity = value return self + def with_collection_id(self, value: str) -> EntitlementGrant: + self.collection_id = value + return self + def with_end_date(self, value: str) -> EntitlementGrant: self.end_date = value return self @@ -163,6 +170,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["quantity"] = int(self.quantity) elif include_empty: result["quantity"] = 0 + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -207,6 +218,7 @@ def create( item_id: str, item_namespace: str, quantity: int, + collection_id: Optional[str] = None, end_date: Optional[str] = None, granted_code: Optional[str] = None, language: Optional[str] = None, @@ -221,6 +233,8 @@ def create( instance.item_id = item_id instance.item_namespace = item_namespace instance.quantity = quantity + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if granted_code is not None: @@ -258,6 +272,10 @@ def create_from_dict( instance.quantity = int(dict_["quantity"]) elif include_empty: instance.quantity = 0 + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -332,6 +350,7 @@ def get_field_info() -> Dict[str, str]: "itemId": "item_id", "itemNamespace": "item_namespace", "quantity": "quantity", + "collectionId": "collection_id", "endDate": "end_date", "grantedCode": "granted_code", "language": "language", @@ -348,6 +367,7 @@ def get_required_map() -> Dict[str, bool]: "itemId": True, "itemNamespace": True, "quantity": True, + "collectionId": False, "endDate": False, "grantedCode": False, "language": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant_result.py index 5b9c1d7c1..53d9bbb26 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_grant_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_history_info.py index c1f05135f..f2772e0e2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ifc.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ifc.py index 40aa74aff..f666aabde 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ifc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ifc.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -83,6 +83,8 @@ class EntitlementIfc(Model): clazz: (clazz) OPTIONAL Union[str, ClazzEnum] + collection_id: (collectionId) OPTIONAL str + created_at: (createdAt) OPTIONAL str end_date: (endDate) OPTIONAL str @@ -127,6 +129,7 @@ class EntitlementIfc(Model): app_id: str # OPTIONAL app_type: Union[str, AppTypeEnum] # OPTIONAL clazz: Union[str, ClazzEnum] # OPTIONAL + collection_id: str # OPTIONAL created_at: str # OPTIONAL end_date: str # OPTIONAL features: List[str] # OPTIONAL @@ -163,6 +166,10 @@ def with_clazz(self, value: Union[str, ClazzEnum]) -> EntitlementIfc: self.clazz = value return self + def with_collection_id(self, value: str) -> EntitlementIfc: + self.collection_id = value + return self + def with_created_at(self, value: str) -> EntitlementIfc: self.created_at = value return self @@ -257,6 +264,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["clazz"] = str(self.clazz) elif include_empty: result["clazz"] = Union[str, ClazzEnum]() + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "created_at"): result["createdAt"] = str(self.created_at) elif include_empty: @@ -345,6 +356,7 @@ def create( app_id: Optional[str] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, clazz: Optional[Union[str, ClazzEnum]] = None, + collection_id: Optional[str] = None, created_at: Optional[str] = None, end_date: Optional[str] = None, features: Optional[List[str]] = None, @@ -373,6 +385,8 @@ def create( instance.app_type = app_type if clazz is not None: instance.clazz = clazz + if collection_id is not None: + instance.collection_id = collection_id if created_at is not None: instance.created_at = created_at if end_date is not None: @@ -432,6 +446,10 @@ def create_from_dict( instance.clazz = str(dict_["clazz"]) elif include_empty: instance.clazz = Union[str, ClazzEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "createdAt" in dict_ and dict_["createdAt"] is not None: instance.created_at = str(dict_["createdAt"]) elif include_empty: @@ -550,6 +568,7 @@ def get_field_info() -> Dict[str, str]: "appId": "app_id", "appType": "app_type", "clazz": "clazz", + "collectionId": "collection_id", "createdAt": "created_at", "endDate": "end_date", "features": "features", @@ -577,6 +596,7 @@ def get_required_map() -> Dict[str, bool]: "appId": False, "appType": False, "clazz": False, + "collectionId": False, "createdAt": False, "endDate": False, "features": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_info.py index c7548d8d7..77426ad3f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -111,6 +111,8 @@ class EntitlementInfo(Model): app_type: (appType) OPTIONAL Union[str, AppTypeEnum] + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str features: (features) OPTIONAL List[str] @@ -127,6 +129,8 @@ class EntitlementInfo(Model): origin: (origin) OPTIONAL Union[str, OriginEnum] + platform_available: (platformAvailable) OPTIONAL bool + sku: (sku) OPTIONAL str source: (source) OPTIONAL Union[str, SourceEnum] @@ -156,6 +160,7 @@ class EntitlementInfo(Model): updated_at: str # REQUIRED app_id: str # OPTIONAL app_type: Union[str, AppTypeEnum] # OPTIONAL + collection_id: str # OPTIONAL end_date: str # OPTIONAL features: List[str] # OPTIONAL granted_at: str # OPTIONAL @@ -164,6 +169,7 @@ class EntitlementInfo(Model): name: str # OPTIONAL no_origin: bool # OPTIONAL origin: Union[str, OriginEnum] # OPTIONAL + platform_available: bool # OPTIONAL sku: str # OPTIONAL source: Union[str, SourceEnum] # OPTIONAL stackable: bool # OPTIONAL @@ -217,6 +223,10 @@ def with_app_type(self, value: Union[str, AppTypeEnum]) -> EntitlementInfo: self.app_type = value return self + def with_collection_id(self, value: str) -> EntitlementInfo: + self.collection_id = value + return self + def with_end_date(self, value: str) -> EntitlementInfo: self.end_date = value return self @@ -249,6 +259,10 @@ def with_origin(self, value: Union[str, OriginEnum]) -> EntitlementInfo: self.origin = value return self + def with_platform_available(self, value: bool) -> EntitlementInfo: + self.platform_available = value + return self + def with_sku(self, value: str) -> EntitlementInfo: self.sku = value return self @@ -327,6 +341,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["appType"] = str(self.app_type) elif include_empty: result["appType"] = Union[str, AppTypeEnum]() + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -361,6 +379,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["origin"] = str(self.origin) elif include_empty: result["origin"] = Union[str, OriginEnum]() + if hasattr(self, "platform_available"): + result["platformAvailable"] = bool(self.platform_available) + elif include_empty: + result["platformAvailable"] = False if hasattr(self, "sku"): result["sku"] = str(self.sku) elif include_empty: @@ -412,6 +434,7 @@ def create( updated_at: str, app_id: Optional[str] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, + collection_id: Optional[str] = None, end_date: Optional[str] = None, features: Optional[List[str]] = None, granted_at: Optional[str] = None, @@ -420,6 +443,7 @@ def create( name: Optional[str] = None, no_origin: Optional[bool] = None, origin: Optional[Union[str, OriginEnum]] = None, + platform_available: Optional[bool] = None, sku: Optional[str] = None, source: Optional[Union[str, SourceEnum]] = None, stackable: Optional[bool] = None, @@ -443,6 +467,8 @@ def create( instance.app_id = app_id if app_type is not None: instance.app_type = app_type + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if features is not None: @@ -459,6 +485,8 @@ def create( instance.no_origin = no_origin if origin is not None: instance.origin = origin + if platform_available is not None: + instance.platform_available = platform_available if sku is not None: instance.sku = sku if source is not None: @@ -524,6 +552,10 @@ def create_from_dict( instance.app_type = str(dict_["appType"]) elif include_empty: instance.app_type = Union[str, AppTypeEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -558,6 +590,10 @@ def create_from_dict( instance.origin = str(dict_["origin"]) elif include_empty: instance.origin = Union[str, OriginEnum]() + if "platformAvailable" in dict_ and dict_["platformAvailable"] is not None: + instance.platform_available = bool(dict_["platformAvailable"]) + elif include_empty: + instance.platform_available = False if "sku" in dict_ and dict_["sku"] is not None: instance.sku = str(dict_["sku"]) elif include_empty: @@ -639,6 +675,7 @@ def get_field_info() -> Dict[str, str]: "updatedAt": "updated_at", "appId": "app_id", "appType": "app_type", + "collectionId": "collection_id", "endDate": "end_date", "features": "features", "grantedAt": "granted_at", @@ -647,6 +684,7 @@ def get_field_info() -> Dict[str, str]: "name": "name", "noOrigin": "no_origin", "origin": "origin", + "platformAvailable": "platform_available", "sku": "sku", "source": "source", "stackable": "stackable", @@ -670,6 +708,7 @@ def get_required_map() -> Dict[str, bool]: "updatedAt": True, "appId": False, "appType": False, + "collectionId": False, "endDate": False, "features": False, "grantedAt": False, @@ -678,6 +717,7 @@ def get_required_map() -> Dict[str, bool]: "name": False, "noOrigin": False, "origin": False, + "platformAvailable": False, "sku": False, "source": False, "stackable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_loot_box_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_loot_box_reward.py index ab111e2ec..794cd6b84 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_loot_box_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_loot_box_reward.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_origin_sync_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_origin_sync_result.py index 90a09f2fe..9d8562b7c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_origin_sync_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_origin_sync_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ownership.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ownership.py index 7bead1c72..40daf959a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ownership.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_ownership.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_paging_sliced_result.py index bdeaa16b6..7e6d17b7b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_info.py index ce6e95a0f..102a5e40c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_update.py index 17d6d40f7..fe261316f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_platform_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_prechek_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_prechek_result.py index ec62ab522..8b8351b9a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_prechek_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_prechek_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation.py index e4fbf25e4..bc91e7bf1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation_config.py index cb3ac7aef..b4919e0e8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revocation_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revoke_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revoke_result.py index cdfe8c8c3..0e11233d9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revoke_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_revoke_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_request.py index 922a609f5..63711fe40 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_result.py index d6c05ea4d..da6117020 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_sold_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_request.py new file mode 100644 index 000000000..bc88b7e45 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_request.py @@ -0,0 +1,138 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + + +class EntitlementSplitRequest(Model): + """Entitlement split request (EntitlementSplitRequest) + + Properties: + use_count: (useCount) OPTIONAL int + """ + + # region fields + + use_count: int # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_use_count(self, value: int) -> EntitlementSplitRequest: + self.use_count = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "use_count"): + result["useCount"] = int(self.use_count) + elif include_empty: + result["useCount"] = 0 + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, use_count: Optional[int] = None, **kwargs + ) -> EntitlementSplitRequest: + instance = cls() + if use_count is not None: + instance.use_count = use_count + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> EntitlementSplitRequest: + instance = cls() + if not dict_: + return instance + if "useCount" in dict_ and dict_["useCount"] is not None: + instance.use_count = int(dict_["useCount"]) + elif include_empty: + instance.use_count = 0 + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, EntitlementSplitRequest]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[EntitlementSplitRequest]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + EntitlementSplitRequest, + List[EntitlementSplitRequest], + Dict[Any, EntitlementSplitRequest], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "useCount": "use_count", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "useCount": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_result.py new file mode 100644 index 000000000..283d9a82e --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_split_result.py @@ -0,0 +1,166 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + +from ..models.entitlement_info import EntitlementInfo + + +class EntitlementSplitResult(Model): + """Entitlement split result (EntitlementSplitResult) + + Properties: + source: (source) OPTIONAL EntitlementInfo + + target: (target) OPTIONAL EntitlementInfo + """ + + # region fields + + source: EntitlementInfo # OPTIONAL + target: EntitlementInfo # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_source(self, value: EntitlementInfo) -> EntitlementSplitResult: + self.source = value + return self + + def with_target(self, value: EntitlementInfo) -> EntitlementSplitResult: + self.target = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "source"): + result["source"] = self.source.to_dict(include_empty=include_empty) + elif include_empty: + result["source"] = EntitlementInfo() + if hasattr(self, "target"): + result["target"] = self.target.to_dict(include_empty=include_empty) + elif include_empty: + result["target"] = EntitlementInfo() + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + source: Optional[EntitlementInfo] = None, + target: Optional[EntitlementInfo] = None, + **kwargs, + ) -> EntitlementSplitResult: + instance = cls() + if source is not None: + instance.source = source + if target is not None: + instance.target = target + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> EntitlementSplitResult: + instance = cls() + if not dict_: + return instance + if "source" in dict_ and dict_["source"] is not None: + instance.source = EntitlementInfo.create_from_dict( + dict_["source"], include_empty=include_empty + ) + elif include_empty: + instance.source = EntitlementInfo() + if "target" in dict_ and dict_["target"] is not None: + instance.target = EntitlementInfo.create_from_dict( + dict_["target"], include_empty=include_empty + ) + elif include_empty: + instance.target = EntitlementInfo() + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, EntitlementSplitResult]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[EntitlementSplitResult]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + EntitlementSplitResult, + List[EntitlementSplitResult], + Dict[Any, EntitlementSplitResult], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "source": "source", + "target": "target", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "source": False, + "target": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_summary.py index c036ee016..7daefce10 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -76,6 +76,8 @@ class EntitlementSummary(Model): user_id: (userId) REQUIRED str + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str granted_code: (grantedCode) OPTIONAL str @@ -106,6 +108,7 @@ class EntitlementSummary(Model): type_: Union[str, TypeEnum] # REQUIRED updated_at: str # REQUIRED user_id: str # REQUIRED + collection_id: str # OPTIONAL end_date: str # OPTIONAL granted_code: str # OPTIONAL item_id: str # OPTIONAL @@ -149,6 +152,10 @@ def with_user_id(self, value: str) -> EntitlementSummary: self.user_id = value return self + def with_collection_id(self, value: str) -> EntitlementSummary: + self.collection_id = value + return self + def with_end_date(self, value: str) -> EntitlementSummary: self.end_date = value return self @@ -223,6 +230,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["userId"] = str(self.user_id) elif include_empty: result["userId"] = "" + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -279,6 +290,7 @@ def create( type_: Union[str, TypeEnum], updated_at: str, user_id: str, + collection_id: Optional[str] = None, end_date: Optional[str] = None, granted_code: Optional[str] = None, item_id: Optional[str] = None, @@ -299,6 +311,8 @@ def create( instance.type_ = type_ instance.updated_at = updated_at instance.user_id = user_id + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if granted_code is not None: @@ -356,6 +370,10 @@ def create_from_dict( instance.user_id = str(dict_["userId"]) elif include_empty: instance.user_id = "" + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -444,6 +462,7 @@ def get_field_info() -> Dict[str, str]: "type": "type_", "updatedAt": "updated_at", "userId": "user_id", + "collectionId": "collection_id", "endDate": "end_date", "grantedCode": "granted_code", "itemId": "item_id", @@ -466,6 +485,7 @@ def get_required_map() -> Dict[str, bool]: "type": True, "updatedAt": True, "userId": True, + "collectionId": False, "endDate": False, "grantedCode": False, "itemId": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_request.py new file mode 100644 index 000000000..fc71f4f44 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_request.py @@ -0,0 +1,160 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + + +class EntitlementTransferRequest(Model): + """Entitlement transfer request (EntitlementTransferRequest) + + Properties: + entitlement_id: (entitlementId) OPTIONAL str + + use_count: (useCount) OPTIONAL int + """ + + # region fields + + entitlement_id: str # OPTIONAL + use_count: int # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_entitlement_id(self, value: str) -> EntitlementTransferRequest: + self.entitlement_id = value + return self + + def with_use_count(self, value: int) -> EntitlementTransferRequest: + self.use_count = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "entitlement_id"): + result["entitlementId"] = str(self.entitlement_id) + elif include_empty: + result["entitlementId"] = "" + if hasattr(self, "use_count"): + result["useCount"] = int(self.use_count) + elif include_empty: + result["useCount"] = 0 + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + entitlement_id: Optional[str] = None, + use_count: Optional[int] = None, + **kwargs, + ) -> EntitlementTransferRequest: + instance = cls() + if entitlement_id is not None: + instance.entitlement_id = entitlement_id + if use_count is not None: + instance.use_count = use_count + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> EntitlementTransferRequest: + instance = cls() + if not dict_: + return instance + if "entitlementId" in dict_ and dict_["entitlementId"] is not None: + instance.entitlement_id = str(dict_["entitlementId"]) + elif include_empty: + instance.entitlement_id = "" + if "useCount" in dict_ and dict_["useCount"] is not None: + instance.use_count = int(dict_["useCount"]) + elif include_empty: + instance.use_count = 0 + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, EntitlementTransferRequest]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[EntitlementTransferRequest]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + EntitlementTransferRequest, + List[EntitlementTransferRequest], + Dict[Any, EntitlementTransferRequest], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "entitlementId": "entitlement_id", + "useCount": "use_count", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "entitlementId": False, + "useCount": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_result.py new file mode 100644 index 000000000..9436e12ed --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_transfer_result.py @@ -0,0 +1,166 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + +from ..models.entitlement_info import EntitlementInfo + + +class EntitlementTransferResult(Model): + """Entitlement transfer result (EntitlementTransferResult) + + Properties: + source: (source) OPTIONAL EntitlementInfo + + target: (target) OPTIONAL EntitlementInfo + """ + + # region fields + + source: EntitlementInfo # OPTIONAL + target: EntitlementInfo # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_source(self, value: EntitlementInfo) -> EntitlementTransferResult: + self.source = value + return self + + def with_target(self, value: EntitlementInfo) -> EntitlementTransferResult: + self.target = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "source"): + result["source"] = self.source.to_dict(include_empty=include_empty) + elif include_empty: + result["source"] = EntitlementInfo() + if hasattr(self, "target"): + result["target"] = self.target.to_dict(include_empty=include_empty) + elif include_empty: + result["target"] = EntitlementInfo() + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + source: Optional[EntitlementInfo] = None, + target: Optional[EntitlementInfo] = None, + **kwargs, + ) -> EntitlementTransferResult: + instance = cls() + if source is not None: + instance.source = source + if target is not None: + instance.target = target + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> EntitlementTransferResult: + instance = cls() + if not dict_: + return instance + if "source" in dict_ and dict_["source"] is not None: + instance.source = EntitlementInfo.create_from_dict( + dict_["source"], include_empty=include_empty + ) + elif include_empty: + instance.source = EntitlementInfo() + if "target" in dict_ and dict_["target"] is not None: + instance.target = EntitlementInfo.create_from_dict( + dict_["target"], include_empty=include_empty + ) + elif include_empty: + instance.target = EntitlementInfo() + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, EntitlementTransferResult]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[EntitlementTransferResult]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + EntitlementTransferResult, + List[EntitlementTransferResult], + Dict[Any, EntitlementTransferResult], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "source": "source", + "target": "target", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "source": False, + "target": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_update.py index ea043b698..4c73975ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/entitlement_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -55,6 +55,8 @@ class EntitlementUpdate(Model): """A DTO object for updating entitlement API call. Leave the field empty if don't want to update. (EntitlementUpdate) Properties: + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str null_field_list: (nullFieldList) OPTIONAL List[str] @@ -72,6 +74,7 @@ class EntitlementUpdate(Model): # region fields + collection_id: str # OPTIONAL end_date: str # OPTIONAL null_field_list: List[str] # OPTIONAL origin: Union[str, OriginEnum] # OPTIONAL @@ -84,6 +87,10 @@ class EntitlementUpdate(Model): # region with_x methods + def with_collection_id(self, value: str) -> EntitlementUpdate: + self.collection_id = value + return self + def with_end_date(self, value: str) -> EntitlementUpdate: self.end_date = value return self @@ -118,6 +125,10 @@ def with_use_count(self, value: int) -> EntitlementUpdate: def to_dict(self, include_empty: bool = False) -> dict: result: dict = {} + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -155,6 +166,7 @@ def to_dict(self, include_empty: bool = False) -> dict: @classmethod def create( cls, + collection_id: Optional[str] = None, end_date: Optional[str] = None, null_field_list: Optional[List[str]] = None, origin: Optional[Union[str, OriginEnum]] = None, @@ -165,6 +177,8 @@ def create( **kwargs, ) -> EntitlementUpdate: instance = cls() + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if null_field_list is not None: @@ -188,6 +202,10 @@ def create_from_dict( instance = cls() if not dict_: return instance + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -257,6 +275,7 @@ def create_from_any( @staticmethod def get_field_info() -> Dict[str, str]: return { + "collectionId": "collection_id", "endDate": "end_date", "nullFieldList": "null_field_list", "origin": "origin", @@ -269,6 +288,7 @@ def get_field_info() -> Dict[str, str]: @staticmethod def get_required_map() -> Dict[str, bool]: return { + "collectionId": False, "endDate": False, "nullFieldList": False, "origin": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_dlc_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_dlc_sync_request.py index f25daefdc..b67b43082 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_dlc_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_dlc_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_info.py index 227c4dcaf..3b89ab00f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_request.py index 7f7d036fc..57db0d801 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_request.py index 6911b431a..48cf02603 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_result.py index 647a80c79..a30e2d1f1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/epic_games_reconcile_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/error_entity.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/error_entity.py index ae08376ae..2f6c5e94b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/error_entity.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/estimated_price_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/estimated_price_info.py index 51613ecde..e36fce4c1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/estimated_price_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/estimated_price_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/event_additional_data.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/event_additional_data.py index e76729fe1..63eca0bb6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/event_additional_data.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/event_additional_data.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/event_payload.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/event_payload.py index 3db3bf5f6..4bea1dbc0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/event_payload.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/event_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_request.py index 1db23f036..d969e9bed 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_to_csv_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_to_csv_request.py new file mode 100644 index 000000000..d6e944d1f --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/export_store_to_csv_request.py @@ -0,0 +1,220 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model +from accelbyte_py_sdk.core import StrEnum + + +class CatalogTypeEnum(StrEnum): + APP = "APP" + CATEGORY = "CATEGORY" + ITEM = "ITEM" + SECTION = "SECTION" + VIEW = "VIEW" + + +class ExportStoreToCSVRequest(Model): + """Export store to CSV request (ExportStoreToCSVRequest) + + Properties: + catalog_type: (catalogType) REQUIRED Union[str, CatalogTypeEnum] + + fields_to_be_included: (fieldsToBeIncluded) OPTIONAL List[str] + + ids_to_be_exported: (idsToBeExported) OPTIONAL List[str] + + store_id: (storeId) OPTIONAL str + """ + + # region fields + + catalog_type: Union[str, CatalogTypeEnum] # REQUIRED + fields_to_be_included: List[str] # OPTIONAL + ids_to_be_exported: List[str] # OPTIONAL + store_id: str # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_catalog_type( + self, value: Union[str, CatalogTypeEnum] + ) -> ExportStoreToCSVRequest: + self.catalog_type = value + return self + + def with_fields_to_be_included(self, value: List[str]) -> ExportStoreToCSVRequest: + self.fields_to_be_included = value + return self + + def with_ids_to_be_exported(self, value: List[str]) -> ExportStoreToCSVRequest: + self.ids_to_be_exported = value + return self + + def with_store_id(self, value: str) -> ExportStoreToCSVRequest: + self.store_id = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "catalog_type"): + result["catalogType"] = str(self.catalog_type) + elif include_empty: + result["catalogType"] = Union[str, CatalogTypeEnum]() + if hasattr(self, "fields_to_be_included"): + result["fieldsToBeIncluded"] = [ + str(i0) for i0 in self.fields_to_be_included + ] + elif include_empty: + result["fieldsToBeIncluded"] = [] + if hasattr(self, "ids_to_be_exported"): + result["idsToBeExported"] = [str(i0) for i0 in self.ids_to_be_exported] + elif include_empty: + result["idsToBeExported"] = [] + if hasattr(self, "store_id"): + result["storeId"] = str(self.store_id) + elif include_empty: + result["storeId"] = "" + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + catalog_type: Union[str, CatalogTypeEnum], + fields_to_be_included: Optional[List[str]] = None, + ids_to_be_exported: Optional[List[str]] = None, + store_id: Optional[str] = None, + **kwargs, + ) -> ExportStoreToCSVRequest: + instance = cls() + instance.catalog_type = catalog_type + if fields_to_be_included is not None: + instance.fields_to_be_included = fields_to_be_included + if ids_to_be_exported is not None: + instance.ids_to_be_exported = ids_to_be_exported + if store_id is not None: + instance.store_id = store_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> ExportStoreToCSVRequest: + instance = cls() + if not dict_: + return instance + if "catalogType" in dict_ and dict_["catalogType"] is not None: + instance.catalog_type = str(dict_["catalogType"]) + elif include_empty: + instance.catalog_type = Union[str, CatalogTypeEnum]() + if "fieldsToBeIncluded" in dict_ and dict_["fieldsToBeIncluded"] is not None: + instance.fields_to_be_included = [ + str(i0) for i0 in dict_["fieldsToBeIncluded"] + ] + elif include_empty: + instance.fields_to_be_included = [] + if "idsToBeExported" in dict_ and dict_["idsToBeExported"] is not None: + instance.ids_to_be_exported = [str(i0) for i0 in dict_["idsToBeExported"]] + elif include_empty: + instance.ids_to_be_exported = [] + if "storeId" in dict_ and dict_["storeId"] is not None: + instance.store_id = str(dict_["storeId"]) + elif include_empty: + instance.store_id = "" + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, ExportStoreToCSVRequest]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[ExportStoreToCSVRequest]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + ExportStoreToCSVRequest, + List[ExportStoreToCSVRequest], + Dict[Any, ExportStoreToCSVRequest], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "catalogType": "catalog_type", + "fieldsToBeIncluded": "fields_to_be_included", + "idsToBeExported": "ids_to_be_exported", + "storeId": "store_id", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "catalogType": True, + "fieldsToBeIncluded": False, + "idsToBeExported": False, + "storeId": False, + } + + @staticmethod + def get_enum_map() -> Dict[str, List[Any]]: + return { + "catalogType": ["APP", "CATEGORY", "ITEM", "SECTION", "VIEW"], + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/extension_fulfillment_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/extension_fulfillment_summary.py index b2e567284..fa31f6cd5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/extension_fulfillment_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/extension_fulfillment_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/external_payment_order_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/external_payment_order_create.py index 9d21ee892..c900ef90e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/external_payment_order_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/external_payment_order_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/field_validation_error.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/field_validation_error.py index 76bbe69e9..078941575 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/field_validation_error.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/field_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fixed_period_rotation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fixed_period_rotation_config.py index 5073f532e..577975411 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fixed_period_rotation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fixed_period_rotation_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ful_fill_item_payload.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ful_fill_item_payload.py index 4ca9ecc44..22a87533b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ful_fill_item_payload.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ful_fill_item_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -58,6 +58,8 @@ class FulFillItemPayload(Model): item_identity_type: (itemIdentityType) REQUIRED Union[str, ItemIdentityTypeEnum] + entitlement_collection_id: (entitlementCollectionId) OPTIONAL str + entitlement_origin: (entitlementOrigin) OPTIONAL Union[str, EntitlementOriginEnum] """ @@ -66,6 +68,7 @@ class FulFillItemPayload(Model): count: int # REQUIRED item_identity: str # REQUIRED item_identity_type: Union[str, ItemIdentityTypeEnum] # REQUIRED + entitlement_collection_id: str # OPTIONAL entitlement_origin: Union[str, EntitlementOriginEnum] # OPTIONAL # endregion fields @@ -86,6 +89,10 @@ def with_item_identity_type( self.item_identity_type = value return self + def with_entitlement_collection_id(self, value: str) -> FulFillItemPayload: + self.entitlement_collection_id = value + return self + def with_entitlement_origin( self, value: Union[str, EntitlementOriginEnum] ) -> FulFillItemPayload: @@ -110,6 +117,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["itemIdentityType"] = str(self.item_identity_type) elif include_empty: result["itemIdentityType"] = Union[str, ItemIdentityTypeEnum]() + if hasattr(self, "entitlement_collection_id"): + result["entitlementCollectionId"] = str(self.entitlement_collection_id) + elif include_empty: + result["entitlementCollectionId"] = "" if hasattr(self, "entitlement_origin"): result["entitlementOrigin"] = str(self.entitlement_origin) elif include_empty: @@ -126,6 +137,7 @@ def create( count: int, item_identity: str, item_identity_type: Union[str, ItemIdentityTypeEnum], + entitlement_collection_id: Optional[str] = None, entitlement_origin: Optional[Union[str, EntitlementOriginEnum]] = None, **kwargs, ) -> FulFillItemPayload: @@ -133,6 +145,8 @@ def create( instance.count = count instance.item_identity = item_identity instance.item_identity_type = item_identity_type + if entitlement_collection_id is not None: + instance.entitlement_collection_id = entitlement_collection_id if entitlement_origin is not None: instance.entitlement_origin = entitlement_origin return instance @@ -156,6 +170,13 @@ def create_from_dict( instance.item_identity_type = str(dict_["itemIdentityType"]) elif include_empty: instance.item_identity_type = Union[str, ItemIdentityTypeEnum]() + if ( + "entitlementCollectionId" in dict_ + and dict_["entitlementCollectionId"] is not None + ): + instance.entitlement_collection_id = str(dict_["entitlementCollectionId"]) + elif include_empty: + instance.entitlement_collection_id = "" if "entitlementOrigin" in dict_ and dict_["entitlementOrigin"] is not None: instance.entitlement_origin = str(dict_["entitlementOrigin"]) elif include_empty: @@ -204,6 +225,7 @@ def get_field_info() -> Dict[str, str]: "count": "count", "itemIdentity": "item_identity", "itemIdentityType": "item_identity_type", + "entitlementCollectionId": "entitlement_collection_id", "entitlementOrigin": "entitlement_origin", } @@ -213,6 +235,7 @@ def get_required_map() -> Dict[str, bool]: "count": True, "itemIdentity": True, "itemIdentityType": True, + "entitlementCollectionId": False, "entitlementOrigin": False, } diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfill_code_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfill_code_request.py index ba86407b9..a655cc239 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfill_code_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfill_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_error.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_error.py index d16a0f9c7..960dca6bc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_error.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_info.py index 3319beec9..fc8074ffe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_paging_sliced_result.py index e59f851dc..b937e9678 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_item.py index d3a2d52c7..c4839a207 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_request.py index 7b72d3680..46a8d7871 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -88,6 +88,8 @@ class FulfillmentRequest(Model): end_date: (endDate) OPTIONAL str + entitlement_collection_id: (entitlementCollectionId) OPTIONAL str + entitlement_origin: (entitlementOrigin) OPTIONAL Union[str, EntitlementOriginEnum] item_id: (itemId) OPTIONAL str @@ -120,6 +122,7 @@ class FulfillmentRequest(Model): quantity: int # REQUIRED duration: int # OPTIONAL end_date: str # OPTIONAL + entitlement_collection_id: str # OPTIONAL entitlement_origin: Union[str, EntitlementOriginEnum] # OPTIONAL item_id: str # OPTIONAL item_sku: str # OPTIONAL @@ -150,6 +153,10 @@ def with_end_date(self, value: str) -> FulfillmentRequest: self.end_date = value return self + def with_entitlement_collection_id(self, value: str) -> FulfillmentRequest: + self.entitlement_collection_id = value + return self + def with_entitlement_origin( self, value: Union[str, EntitlementOriginEnum] ) -> FulfillmentRequest: @@ -224,6 +231,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["endDate"] = str(self.end_date) elif include_empty: result["endDate"] = "" + if hasattr(self, "entitlement_collection_id"): + result["entitlementCollectionId"] = str(self.entitlement_collection_id) + elif include_empty: + result["entitlementCollectionId"] = "" if hasattr(self, "entitlement_origin"): result["entitlementOrigin"] = str(self.entitlement_origin) elif include_empty: @@ -290,6 +301,7 @@ def create( quantity: int, duration: Optional[int] = None, end_date: Optional[str] = None, + entitlement_collection_id: Optional[str] = None, entitlement_origin: Optional[Union[str, EntitlementOriginEnum]] = None, item_id: Optional[str] = None, item_sku: Optional[str] = None, @@ -311,6 +323,8 @@ def create( instance.duration = duration if end_date is not None: instance.end_date = end_date + if entitlement_collection_id is not None: + instance.entitlement_collection_id = entitlement_collection_id if entitlement_origin is not None: instance.entitlement_origin = entitlement_origin if item_id is not None: @@ -358,6 +372,13 @@ def create_from_dict( instance.end_date = str(dict_["endDate"]) elif include_empty: instance.end_date = "" + if ( + "entitlementCollectionId" in dict_ + and dict_["entitlementCollectionId"] is not None + ): + instance.entitlement_collection_id = str(dict_["entitlementCollectionId"]) + elif include_empty: + instance.entitlement_collection_id = "" if "entitlementOrigin" in dict_ and dict_["entitlementOrigin"] is not None: instance.entitlement_origin = str(dict_["entitlementOrigin"]) elif include_empty: @@ -461,6 +482,7 @@ def get_field_info() -> Dict[str, str]: "quantity": "quantity", "duration": "duration", "endDate": "end_date", + "entitlementCollectionId": "entitlement_collection_id", "entitlementOrigin": "entitlement_origin", "itemId": "item_id", "itemSku": "item_sku", @@ -482,6 +504,7 @@ def get_required_map() -> Dict[str, bool]: "quantity": True, "duration": False, "endDate": False, + "entitlementCollectionId": False, "entitlementOrigin": False, "itemId": False, "itemSku": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_result.py index 38b4e4415..29634cd7e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_create.py index 23bf1032a..850e0b15a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_info.py index 4e6094d8b..f40575d91 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_update.py index 7808b3f3f..553bcb4a5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/fulfillment_script_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_app_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_app_info.py index 581dd1ece..061691792 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_app_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_app_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_category_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_category_info.py index 38a188194..ecdc404f2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_category_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_category_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_info.py index d31f422ea..e090b93a1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import StrEnum from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.localization import Localization from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig @@ -122,6 +123,8 @@ class FullItemInfo(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -191,6 +194,7 @@ class FullItemInfo(Model): features: List[str] # OPTIONAL flexible: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -308,6 +312,10 @@ def with_images(self, value: List[Image]) -> FullItemInfo: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> FullItemInfo: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> FullItemInfo: self.item_ids = value return self @@ -498,6 +506,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -623,6 +637,7 @@ def create( features: Optional[List[str]] = None, flexible: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -682,6 +697,8 @@ def create( instance.flexible = flexible if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -833,6 +850,12 @@ def create_from_dict(cls, dict_: dict, include_empty: bool = False) -> FullItemI ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -994,6 +1017,7 @@ def get_field_info() -> Dict[str, str]: "features": "features", "flexible": "flexible", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -1043,6 +1067,7 @@ def get_required_map() -> Dict[str, bool]: "features": False, "flexible": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_result.py index cc714b132..ddeefcea9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_sliced_result.py index 37426c1f9..72f2555c8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_item_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_section_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_section_info.py index 03d4229c4..e0cdc68cf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_section_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_section_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_view_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_view_info.py index 97034f3c6..f7a159096 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/full_view_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/full_view_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_info.py index 246a60a7b..998d65754 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_request.py index 9ea935aaf..3cc32e289 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_receipt.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_receipt.py index fd01be32d..5ce481951 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_receipt.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_iap_receipt.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_receipt_resolve_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_receipt_resolve_result.py index 0c55ad7d6..06cb559cb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/google_receipt_resolve_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/google_receipt_resolve_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/grant_subscription_days_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/grant_subscription_days_request.py index 14d6d073a..5cc56c485 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/grant_subscription_days_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/grant_subscription_days_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/grpc_server_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/grpc_server_info.py index b3fe9eaf8..50fa2ee26 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/grpc_server_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/grpc_server_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/hierarchical_category_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/hierarchical_category_info.py index a17041071..ef34b5aa5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/hierarchical_category_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/hierarchical_category_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_clawback_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_clawback_paging_sliced_result.py index ae64148ca..236080431 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_clawback_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_clawback_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_info.py index f66e6b34c..cf2f1b912 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_paging_sliced_result.py index 1a9f122b1..db5b9ccd4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_consume_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_info.py index f9a350222..482389cef 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_update.py index e7e151058..ca0e9e375 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_entry.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_entry.py index ecdd480eb..78ad6bae8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_entry.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_entry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_flat_entry.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_flat_entry.py index 7531bb7d4..7b4a56092 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_flat_entry.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_flat_entry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_mapping_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_mapping_info.py index caea8bda9..45fb753a6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_mapping_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_item_mapping_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_info.py index fc54d44d3..3babcb885 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_paging_sliced_result.py index 4c90980ad..6fe5ed768 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/iap_order_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/image.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/image.py index 4591cbd82..8e057bc1e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/image.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/image.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_error_details.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_error_details.py index 47972752a..47a147943 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_error_details.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_error_details.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_app_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_app_info.py index 7f4698bec..63f0b78fb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_app_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_app_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_category_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_category_info.py index c7a24dbe4..1a2fba0e7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_category_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_category_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_error.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_error.py index 8680f2747..17c01dbc8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_error.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_info.py new file mode 100644 index 000000000..476045d42 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_info.py @@ -0,0 +1,314 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model +from accelbyte_py_sdk.core import StrEnum + +from ..models.import_store_error import ImportStoreError + + +class ImportFileFormatEnum(StrEnum): + CSV = "CSV" + JSON = "JSON" + + +class ImportStoreHistoryInfo(Model): + """Import store history info (ImportStoreHistoryInfo) + + Properties: + created_at: (createdAt) REQUIRED str + + id_: (id) REQUIRED str + + import_file_format: (importFileFormat) REQUIRED Union[str, ImportFileFormatEnum] + + initiated_by: (initiatedBy) REQUIRED str + + namespace: (namespace) REQUIRED str + + store_id: (storeId) REQUIRED str + + success: (success) REQUIRED bool + + errors: (errors) OPTIONAL List[ImportStoreError] + + note: (note) OPTIONAL str + """ + + # region fields + + created_at: str # REQUIRED + id_: str # REQUIRED + import_file_format: Union[str, ImportFileFormatEnum] # REQUIRED + initiated_by: str # REQUIRED + namespace: str # REQUIRED + store_id: str # REQUIRED + success: bool # REQUIRED + errors: List[ImportStoreError] # OPTIONAL + note: str # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_created_at(self, value: str) -> ImportStoreHistoryInfo: + self.created_at = value + return self + + def with_id(self, value: str) -> ImportStoreHistoryInfo: + self.id_ = value + return self + + def with_import_file_format( + self, value: Union[str, ImportFileFormatEnum] + ) -> ImportStoreHistoryInfo: + self.import_file_format = value + return self + + def with_initiated_by(self, value: str) -> ImportStoreHistoryInfo: + self.initiated_by = value + return self + + def with_namespace(self, value: str) -> ImportStoreHistoryInfo: + self.namespace = value + return self + + def with_store_id(self, value: str) -> ImportStoreHistoryInfo: + self.store_id = value + return self + + def with_success(self, value: bool) -> ImportStoreHistoryInfo: + self.success = value + return self + + def with_errors(self, value: List[ImportStoreError]) -> ImportStoreHistoryInfo: + self.errors = value + return self + + def with_note(self, value: str) -> ImportStoreHistoryInfo: + self.note = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "created_at"): + result["createdAt"] = str(self.created_at) + elif include_empty: + result["createdAt"] = "" + if hasattr(self, "id_"): + result["id"] = str(self.id_) + elif include_empty: + result["id"] = "" + if hasattr(self, "import_file_format"): + result["importFileFormat"] = str(self.import_file_format) + elif include_empty: + result["importFileFormat"] = Union[str, ImportFileFormatEnum]() + if hasattr(self, "initiated_by"): + result["initiatedBy"] = str(self.initiated_by) + elif include_empty: + result["initiatedBy"] = "" + if hasattr(self, "namespace"): + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "store_id"): + result["storeId"] = str(self.store_id) + elif include_empty: + result["storeId"] = "" + if hasattr(self, "success"): + result["success"] = bool(self.success) + elif include_empty: + result["success"] = False + if hasattr(self, "errors"): + result["errors"] = [ + i0.to_dict(include_empty=include_empty) for i0 in self.errors + ] + elif include_empty: + result["errors"] = [] + if hasattr(self, "note"): + result["note"] = str(self.note) + elif include_empty: + result["note"] = "" + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + created_at: str, + id_: str, + import_file_format: Union[str, ImportFileFormatEnum], + initiated_by: str, + namespace: str, + store_id: str, + success: bool, + errors: Optional[List[ImportStoreError]] = None, + note: Optional[str] = None, + **kwargs, + ) -> ImportStoreHistoryInfo: + instance = cls() + instance.created_at = created_at + instance.id_ = id_ + instance.import_file_format = import_file_format + instance.initiated_by = initiated_by + instance.namespace = namespace + instance.store_id = store_id + instance.success = success + if errors is not None: + instance.errors = errors + if note is not None: + instance.note = note + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> ImportStoreHistoryInfo: + instance = cls() + if not dict_: + return instance + if "createdAt" in dict_ and dict_["createdAt"] is not None: + instance.created_at = str(dict_["createdAt"]) + elif include_empty: + instance.created_at = "" + if "id" in dict_ and dict_["id"] is not None: + instance.id_ = str(dict_["id"]) + elif include_empty: + instance.id_ = "" + if "importFileFormat" in dict_ and dict_["importFileFormat"] is not None: + instance.import_file_format = str(dict_["importFileFormat"]) + elif include_empty: + instance.import_file_format = Union[str, ImportFileFormatEnum]() + if "initiatedBy" in dict_ and dict_["initiatedBy"] is not None: + instance.initiated_by = str(dict_["initiatedBy"]) + elif include_empty: + instance.initiated_by = "" + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "storeId" in dict_ and dict_["storeId"] is not None: + instance.store_id = str(dict_["storeId"]) + elif include_empty: + instance.store_id = "" + if "success" in dict_ and dict_["success"] is not None: + instance.success = bool(dict_["success"]) + elif include_empty: + instance.success = False + if "errors" in dict_ and dict_["errors"] is not None: + instance.errors = [ + ImportStoreError.create_from_dict(i0, include_empty=include_empty) + for i0 in dict_["errors"] + ] + elif include_empty: + instance.errors = [] + if "note" in dict_ and dict_["note"] is not None: + instance.note = str(dict_["note"]) + elif include_empty: + instance.note = "" + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, ImportStoreHistoryInfo]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[ImportStoreHistoryInfo]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + ImportStoreHistoryInfo, + List[ImportStoreHistoryInfo], + Dict[Any, ImportStoreHistoryInfo], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "createdAt": "created_at", + "id": "id_", + "importFileFormat": "import_file_format", + "initiatedBy": "initiated_by", + "namespace": "namespace", + "storeId": "store_id", + "success": "success", + "errors": "errors", + "note": "note", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "createdAt": True, + "id": True, + "importFileFormat": True, + "initiatedBy": True, + "namespace": True, + "storeId": True, + "success": True, + "errors": False, + "note": False, + } + + @staticmethod + def get_enum_map() -> Dict[str, List[Any]]: + return { + "importFileFormat": ["CSV", "JSON"], + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_paging_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_paging_result.py new file mode 100644 index 000000000..153620e4d --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_history_paging_result.py @@ -0,0 +1,191 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + +from ..models.import_store_history_info import ImportStoreHistoryInfo +from ..models.paging import Paging + + +class ImportStoreHistoryPagingResult(Model): + """Import store history paging result (ImportStoreHistoryPagingResult) + + Properties: + data: (data) REQUIRED List[ImportStoreHistoryInfo] + + paging: (paging) OPTIONAL Paging + + total: (total) OPTIONAL int + """ + + # region fields + + data: List[ImportStoreHistoryInfo] # REQUIRED + paging: Paging # OPTIONAL + total: int # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_data( + self, value: List[ImportStoreHistoryInfo] + ) -> ImportStoreHistoryPagingResult: + self.data = value + return self + + def with_paging(self, value: Paging) -> ImportStoreHistoryPagingResult: + self.paging = value + return self + + def with_total(self, value: int) -> ImportStoreHistoryPagingResult: + self.total = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "data"): + result["data"] = [ + i0.to_dict(include_empty=include_empty) for i0 in self.data + ] + elif include_empty: + result["data"] = [] + if hasattr(self, "paging"): + result["paging"] = self.paging.to_dict(include_empty=include_empty) + elif include_empty: + result["paging"] = Paging() + if hasattr(self, "total"): + result["total"] = int(self.total) + elif include_empty: + result["total"] = 0 + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + data: List[ImportStoreHistoryInfo], + paging: Optional[Paging] = None, + total: Optional[int] = None, + **kwargs, + ) -> ImportStoreHistoryPagingResult: + instance = cls() + instance.data = data + if paging is not None: + instance.paging = paging + if total is not None: + instance.total = total + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> ImportStoreHistoryPagingResult: + instance = cls() + if not dict_: + return instance + if "data" in dict_ and dict_["data"] is not None: + instance.data = [ + ImportStoreHistoryInfo.create_from_dict(i0, include_empty=include_empty) + for i0 in dict_["data"] + ] + elif include_empty: + instance.data = [] + if "paging" in dict_ and dict_["paging"] is not None: + instance.paging = Paging.create_from_dict( + dict_["paging"], include_empty=include_empty + ) + elif include_empty: + instance.paging = Paging() + if "total" in dict_ and dict_["total"] is not None: + instance.total = int(dict_["total"]) + elif include_empty: + instance.total = 0 + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, ImportStoreHistoryPagingResult]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[ImportStoreHistoryPagingResult]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[ + ImportStoreHistoryPagingResult, + List[ImportStoreHistoryPagingResult], + Dict[Any, ImportStoreHistoryPagingResult], + ]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "data": "data", + "paging": "paging", + "total": "total", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "data": True, + "paging": False, + "total": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_item_info.py index d3beb4916..b12608e41 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -51,12 +51,12 @@ class ImportStoreItemInfo(Model): Properties: item_type: (itemType) REQUIRED Union[str, ItemTypeEnum] - localizations: (localizations) REQUIRED Dict[str, Localization] - category_path: (categoryPath) OPTIONAL str item_id: (itemId) OPTIONAL str + localizations: (localizations) OPTIONAL Dict[str, Localization] + name: (name) OPTIONAL str sku: (sku) OPTIONAL str @@ -65,9 +65,9 @@ class ImportStoreItemInfo(Model): # region fields item_type: Union[str, ItemTypeEnum] # REQUIRED - localizations: Dict[str, Localization] # REQUIRED category_path: str # OPTIONAL item_id: str # OPTIONAL + localizations: Dict[str, Localization] # OPTIONAL name: str # OPTIONAL sku: str # OPTIONAL @@ -79,10 +79,6 @@ def with_item_type(self, value: Union[str, ItemTypeEnum]) -> ImportStoreItemInfo self.item_type = value return self - def with_localizations(self, value: Dict[str, Localization]) -> ImportStoreItemInfo: - self.localizations = value - return self - def with_category_path(self, value: str) -> ImportStoreItemInfo: self.category_path = value return self @@ -91,6 +87,10 @@ def with_item_id(self, value: str) -> ImportStoreItemInfo: self.item_id = value return self + def with_localizations(self, value: Dict[str, Localization]) -> ImportStoreItemInfo: + self.localizations = value + return self + def with_name(self, value: str) -> ImportStoreItemInfo: self.name = value return self @@ -109,13 +109,6 @@ def to_dict(self, include_empty: bool = False) -> dict: result["itemType"] = str(self.item_type) elif include_empty: result["itemType"] = Union[str, ItemTypeEnum]() - if hasattr(self, "localizations"): - result["localizations"] = { - str(k0): v0.to_dict(include_empty=include_empty) - for k0, v0 in self.localizations.items() - } - elif include_empty: - result["localizations"] = {} if hasattr(self, "category_path"): result["categoryPath"] = str(self.category_path) elif include_empty: @@ -124,6 +117,13 @@ def to_dict(self, include_empty: bool = False) -> dict: result["itemId"] = str(self.item_id) elif include_empty: result["itemId"] = "" + if hasattr(self, "localizations"): + result["localizations"] = { + str(k0): v0.to_dict(include_empty=include_empty) + for k0, v0 in self.localizations.items() + } + elif include_empty: + result["localizations"] = {} if hasattr(self, "name"): result["name"] = str(self.name) elif include_empty: @@ -142,20 +142,21 @@ def to_dict(self, include_empty: bool = False) -> dict: def create( cls, item_type: Union[str, ItemTypeEnum], - localizations: Dict[str, Localization], category_path: Optional[str] = None, item_id: Optional[str] = None, + localizations: Optional[Dict[str, Localization]] = None, name: Optional[str] = None, sku: Optional[str] = None, **kwargs, ) -> ImportStoreItemInfo: instance = cls() instance.item_type = item_type - instance.localizations = localizations if category_path is not None: instance.category_path = category_path if item_id is not None: instance.item_id = item_id + if localizations is not None: + instance.localizations = localizations if name is not None: instance.name = name if sku is not None: @@ -173,13 +174,6 @@ def create_from_dict( instance.item_type = str(dict_["itemType"]) elif include_empty: instance.item_type = Union[str, ItemTypeEnum]() - if "localizations" in dict_ and dict_["localizations"] is not None: - instance.localizations = { - str(k0): Localization.create_from_dict(v0, include_empty=include_empty) - for k0, v0 in dict_["localizations"].items() - } - elif include_empty: - instance.localizations = {} if "categoryPath" in dict_ and dict_["categoryPath"] is not None: instance.category_path = str(dict_["categoryPath"]) elif include_empty: @@ -188,6 +182,13 @@ def create_from_dict( instance.item_id = str(dict_["itemId"]) elif include_empty: instance.item_id = "" + if "localizations" in dict_ and dict_["localizations"] is not None: + instance.localizations = { + str(k0): Localization.create_from_dict(v0, include_empty=include_empty) + for k0, v0 in dict_["localizations"].items() + } + elif include_empty: + instance.localizations = {} if "name" in dict_ and dict_["name"] is not None: instance.name = str(dict_["name"]) elif include_empty: @@ -238,9 +239,9 @@ def create_from_any( def get_field_info() -> Dict[str, str]: return { "itemType": "item_type", - "localizations": "localizations", "categoryPath": "category_path", "itemId": "item_id", + "localizations": "localizations", "name": "name", "sku": "sku", } @@ -249,9 +250,9 @@ def get_field_info() -> Dict[str, str]: def get_required_map() -> Dict[str, bool]: return { "itemType": True, - "localizations": True, "categoryPath": False, "itemId": False, + "localizations": False, "name": False, "sku": False, } diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_result.py index 35b50415f..f27455f1e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_section_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_section_info.py index 093210ee9..9cd3afce7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_section_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_section_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_view_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_view_info.py index 60d86d460..27da68f58 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_view_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/import_store_view_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/in_game_item_sync.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/in_game_item_sync.py index d293d0111..1abed1ae7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/in_game_item_sync.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/in_game_item_sync.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/inventory_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/inventory_config.py new file mode 100644 index 000000000..7c3276991 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/inventory_config.py @@ -0,0 +1,187 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: model.j2 + +# AccelByte Gaming Services Platform Service + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Model + + +class InventoryConfig(Model): + """Inventory config (InventoryConfig) + + Properties: + custom_attributes: (customAttributes) OPTIONAL Dict[str, Any] + + server_custom_attributes: (serverCustomAttributes) OPTIONAL Dict[str, Any] + + slot_used: (slotUsed) OPTIONAL int + """ + + # region fields + + custom_attributes: Dict[str, Any] # OPTIONAL + server_custom_attributes: Dict[str, Any] # OPTIONAL + slot_used: int # OPTIONAL + + # endregion fields + + # region with_x methods + + def with_custom_attributes(self, value: Dict[str, Any]) -> InventoryConfig: + self.custom_attributes = value + return self + + def with_server_custom_attributes(self, value: Dict[str, Any]) -> InventoryConfig: + self.server_custom_attributes = value + return self + + def with_slot_used(self, value: int) -> InventoryConfig: + self.slot_used = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "custom_attributes"): + result["customAttributes"] = { + str(k0): v0 for k0, v0 in self.custom_attributes.items() + } + elif include_empty: + result["customAttributes"] = {} + if hasattr(self, "server_custom_attributes"): + result["serverCustomAttributes"] = { + str(k0): v0 for k0, v0 in self.server_custom_attributes.items() + } + elif include_empty: + result["serverCustomAttributes"] = {} + if hasattr(self, "slot_used"): + result["slotUsed"] = int(self.slot_used) + elif include_empty: + result["slotUsed"] = 0 + return result + + # endregion to methods + + # region static methods + + @classmethod + def create( + cls, + custom_attributes: Optional[Dict[str, Any]] = None, + server_custom_attributes: Optional[Dict[str, Any]] = None, + slot_used: Optional[int] = None, + **kwargs, + ) -> InventoryConfig: + instance = cls() + if custom_attributes is not None: + instance.custom_attributes = custom_attributes + if server_custom_attributes is not None: + instance.server_custom_attributes = server_custom_attributes + if slot_used is not None: + instance.slot_used = slot_used + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> InventoryConfig: + instance = cls() + if not dict_: + return instance + if "customAttributes" in dict_ and dict_["customAttributes"] is not None: + instance.custom_attributes = { + str(k0): v0 for k0, v0 in dict_["customAttributes"].items() + } + elif include_empty: + instance.custom_attributes = {} + if ( + "serverCustomAttributes" in dict_ + and dict_["serverCustomAttributes"] is not None + ): + instance.server_custom_attributes = { + str(k0): v0 for k0, v0 in dict_["serverCustomAttributes"].items() + } + elif include_empty: + instance.server_custom_attributes = {} + if "slotUsed" in dict_ and dict_["slotUsed"] is not None: + instance.slot_used = int(dict_["slotUsed"]) + elif include_empty: + instance.slot_used = 0 + return instance + + @classmethod + def create_many_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> Dict[str, InventoryConfig]: + return ( + {k: cls.create_from_dict(v, include_empty=include_empty) for k, v in dict_} + if dict_ + else {} + ) + + @classmethod + def create_many_from_list( + cls, list_: list, include_empty: bool = False + ) -> List[InventoryConfig]: + return ( + [cls.create_from_dict(i, include_empty=include_empty) for i in list_] + if list_ + else [] + ) + + @classmethod + def create_from_any( + cls, any_: any, include_empty: bool = False, many: bool = False + ) -> Union[InventoryConfig, List[InventoryConfig], Dict[Any, InventoryConfig]]: + if many: + if isinstance(any_, dict): + return cls.create_many_from_dict(any_, include_empty=include_empty) + elif isinstance(any_, list): + return cls.create_many_from_list(any_, include_empty=include_empty) + else: + raise ValueError() + else: + return cls.create_from_dict(any_, include_empty=include_empty) + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "customAttributes": "custom_attributes", + "serverCustomAttributes": "server_custom_attributes", + "slotUsed": "slot_used", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "customAttributes": False, + "serverCustomAttributes": False, + "slotUsed": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_currency_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_currency_summary.py index 1c31e9896..e6123841e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_currency_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_currency_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_summary.py index a79926436..91c826768 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/invoice_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_request.py index 617954d28..e214f4dd1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_result.py index 9539c41f9..ea6abc995 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_acquire_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_create.py index cdaddee7b..87a5a2028 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import StrEnum from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.localization import Localization from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig @@ -111,6 +112,8 @@ class ItemCreate(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -171,6 +174,7 @@ class ItemCreate(Model): features: List[str] # OPTIONAL flexible: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -266,6 +270,10 @@ def with_images(self, value: List[Image]) -> ItemCreate: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> ItemCreate: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> ItemCreate: self.item_ids = value return self @@ -428,6 +436,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -538,6 +552,7 @@ def create( features: Optional[List[str]] = None, flexible: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -588,6 +603,8 @@ def create( instance.flexible = flexible if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -715,6 +732,12 @@ def create_from_dict(cls, dict_: dict, include_empty: bool = False) -> ItemCreat ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -861,6 +884,7 @@ def get_field_info() -> Dict[str, str]: "features": "features", "flexible": "flexible", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -903,6 +927,7 @@ def get_required_map() -> Dict[str, bool]: "features": False, "flexible": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_dynamic_data_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_dynamic_data_info.py index ec619eb8f..b5476794c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_dynamic_data_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_dynamic_data_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_id.py index 253fbb2fc..afc672241 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_id.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_info.py index 179aa9c07..67469c520 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import StrEnum from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig from ..models.purchase_condition import PurchaseCondition @@ -127,6 +128,8 @@ class ItemInfo(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -205,6 +208,7 @@ class ItemInfo(Model): flexible: bool # OPTIONAL fresh: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -335,6 +339,10 @@ def with_images(self, value: List[Image]) -> ItemInfo: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> ItemInfo: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> ItemInfo: self.item_ids = value return self @@ -543,6 +551,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -685,6 +699,7 @@ def create( flexible: Optional[bool] = None, fresh: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -751,6 +766,8 @@ def create( instance.fresh = fresh if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -911,6 +928,12 @@ def create_from_dict(cls, dict_: dict, include_empty: bool = False) -> ItemInfo: ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -1090,6 +1113,7 @@ def get_field_info() -> Dict[str, str]: "flexible": "flexible", "fresh": "fresh", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -1145,6 +1169,7 @@ def get_required_map() -> Dict[str, bool]: "flexible": False, "fresh": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_naming.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_naming.py index 80d3397b5..2a0d2f1a7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_naming.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_naming.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_paging_sliced_result.py index b4101325d..ece3b509b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_request.py index 013652212..057897b70 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_result.py index 715129c9e..5e6b76e4a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_purchase_condition_validate_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_return_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_return_request.py index c339b2ca7..c7a69cdc2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_return_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_return_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_revocation.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_revocation.py index b1fea9d70..c88280346 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_revocation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_revocation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_snapshot.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_snapshot.py index 3324255a5..d9bbb772a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_snapshot.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_snapshot.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -28,6 +28,7 @@ from accelbyte_py_sdk.core import Model from accelbyte_py_sdk.core import StrEnum +from ..models.inventory_config import InventoryConfig from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig from ..models.recurring import Recurring @@ -102,6 +103,8 @@ class ItemSnapshot(Model): flexible: (flexible) OPTIONAL bool + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -165,6 +168,7 @@ class ItemSnapshot(Model): description: str # OPTIONAL features: List[str] # OPTIONAL flexible: bool # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -258,6 +262,10 @@ def with_flexible(self, value: bool) -> ItemSnapshot: self.flexible = value return self + def with_inventory_config(self, value: InventoryConfig) -> ItemSnapshot: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> ItemSnapshot: self.item_ids = value return self @@ -416,6 +424,12 @@ def to_dict(self, include_empty: bool = False) -> dict: result["flexible"] = bool(self.flexible) elif include_empty: result["flexible"] = False + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -535,6 +549,7 @@ def create( description: Optional[str] = None, features: Optional[List[str]] = None, flexible: Optional[bool] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -584,6 +599,8 @@ def create( instance.features = features if flexible is not None: instance.flexible = flexible + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -699,6 +716,12 @@ def create_from_dict(cls, dict_: dict, include_empty: bool = False) -> ItemSnaps instance.flexible = bool(dict_["flexible"]) elif include_empty: instance.flexible = False + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -854,6 +877,7 @@ def get_field_info() -> Dict[str, str]: "description": "description", "features": "features", "flexible": "flexible", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -897,6 +921,7 @@ def get_required_map() -> Dict[str, bool]: "description": False, "features": False, "flexible": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_create.py index 2e91361c6..e666269b7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_info.py index 225b40cef..aa66001d3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_update.py index b46bb34aa..2b188f1b4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_type_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_update.py index d32c6abfe..5c40c1031 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/item_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/item_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import StrEnum from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.localization import Localization from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig @@ -103,6 +104,8 @@ class ItemUpdate(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -167,6 +170,7 @@ class ItemUpdate(Model): features: List[str] # OPTIONAL flexible: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL listable: bool # OPTIONAL @@ -250,6 +254,10 @@ def with_images(self, value: List[Image]) -> ItemUpdate: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> ItemUpdate: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> ItemUpdate: self.item_ids = value return self @@ -406,6 +414,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -534,6 +548,7 @@ def create( features: Optional[List[str]] = None, flexible: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, listable: Optional[bool] = None, @@ -585,6 +600,8 @@ def create( instance.flexible = flexible if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -695,6 +712,12 @@ def create_from_dict(cls, dict_: dict, include_empty: bool = False) -> ItemUpdat ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -862,6 +885,7 @@ def get_field_info() -> Dict[str, str]: "features": "features", "flexible": "flexible", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "listable": "listable", @@ -904,6 +928,7 @@ def get_required_map() -> Dict[str, bool]: "features": False, "flexible": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "listable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_create.py index 23b6808fd..bfccce3b3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_dynamic_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_dynamic_info.py index 563ede69d..01adad4ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_dynamic_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_dynamic_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_info.py index b59c052c3..8a340097e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_paging_sliced_result.py index 3e8bceaa0..84eb0ce7e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_update.py index cdb659b1a..878f8fddb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_group_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_info.py index 32443e3bd..d5bf1bed9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_paging_slice_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_paging_slice_result.py index df0a60333..b195f58f7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/key_paging_slice_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/key_paging_slice_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/list_view_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/list_view_info.py index aec3e976e..a72ca2e9f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/list_view_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/list_view_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/localization.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/localization.py index 21e27ec02..5397ab8e4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/localization.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/localization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_config.py index fe914716b..80ed182fd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_info.py index b6e4a14e0..2189d1b00 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_update.py index c6672d724..ef4ad44af 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_plugin_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_reward.py index 0f25a89b5..6b6d10e0c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/loot_box_reward.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/mock_iap_receipt.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/mock_iap_receipt.py index 9f1881f77..e35b6e43d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/mock_iap_receipt.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/mock_iap_receipt.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/notification_process_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/notification_process_result.py index 05ed29be3..ccabb4504 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/notification_process_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/notification_process_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_info.py index a85dd5ee2..e4b5c106c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_request.py index e0f7e2781..47bbcdf40 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_reconcile_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_reconcile_result.py index 75dbd6310..13ed0a732 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_reconcile_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/oculus_reconcile_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/operation.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/operation.py index be762826a..d9312b079 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/operation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/operation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/operation_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/operation_request.py index b7f456681..3b8532db2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/operation_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/operation_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/option_box_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/option_box_config.py index ff46533ee..325cff43c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/option_box_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/option_box_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order.py index 9fab66214..821925099 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_bundle_item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_bundle_item_info.py index f145b3743..a9adc96ff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_bundle_item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_bundle_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_create.py index 92f358232..10f0bbecd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_creation_options.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_creation_options.py index 9fecb21ac..8ddc9ebd0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_creation_options.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_creation_options.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_grant_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_grant_info.py index f1c40fc8f..0af6d9bae 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_grant_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_grant_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_history_info.py index 9c42a964b..211f9ee01 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_info.py index 3f11a3362..8fdc43aba 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_result.py index df870065f..908da03d4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_sliced_result.py index ffe5321e3..60392bc6f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_refund_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_refund_create.py index 7450805ed..d6a0a7f23 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_refund_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_refund_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_statistics.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_statistics.py index f2109435e..4ad507928 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_statistics.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_statistics.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_summary.py index 372708bce..e1f0c7877 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_sync_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_sync_result.py index e18ebce06..8f97ddbd0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_sync_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_sync_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_update.py index 1c3fdb50f..e68012dc7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/order_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/order_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership.py index 414feb9e4..5459b6901 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership_token.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership_token.py index 8a10170a7..db543f69b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership_token.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ownership_token.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/paging.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/paging.py index f0729b815..feceb7770 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/paging.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/pay_pal_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/pay_pal_config.py index 6b21ebeb1..7989073a0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/pay_pal_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/pay_pal_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_account.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_account.py index 618a8f835..111fb5f6c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_account.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_account.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_info.py index b463984d4..ff2bc2da7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_update.py index 0fdfaca30..1e6922ec6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_callback_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_merchant_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_merchant_config_info.py index a786529d5..88894f0d3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_merchant_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_merchant_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_method.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_method.py index 09e4a0b6c..241bff9e4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_method.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_method.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_info.py index 479f4b9a4..d29b57c1d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_paging_sliced_result.py index 116eb3219..d105a32b5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_notification_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order.py index 2afee2f2a..db3356bc3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_request.py index d686c0f73..e96fdac34 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_status.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_status.py index 204f972aa..bf6472cce 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_status.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_charge_status.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create.py index c01b937a3..e0435ee13 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create_result.py index 54a90dc1e..400c30397 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_create_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_details.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_details.py index a22ad70bf..07d627b79 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_details.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_details.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_info.py index 7bee8ccbc..227d40938 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_notify_simulation.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_notify_simulation.py index ae70b2232..7b4fa50ad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_notify_simulation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_notify_simulation.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paging_sliced_result.py index d14131116..21eda10c8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paid_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paid_result.py index fe54b7ee9..527c59957 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paid_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_paid_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund.py index d4974c469..6773e4bd0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund_result.py index 0a7d5791c..76792545f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_refund_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_sync_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_sync_result.py index 0542e4c74..4bc85c537 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_sync_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_order_sync_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_process_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_process_result.py index 326442954..0cbd1df2b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_process_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_process_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_edit.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_edit.py index 35b241919..aa5eaa1a5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_edit.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_edit.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_info.py index caceb35fd..70d10ccc6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_paging_sliced_result.py index 8a4d07112..d59ed1d2b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_provider_config_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_request.py index d6a616251..1351beac3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_edit.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_edit.py index d7e27f632..dd29b68b4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_edit.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_edit.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_info.py index bbc041843..df2074fbe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_tax_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_token.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_token.py index a8c27c0d4..56d8d0c20 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_token.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_token.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url.py index c8ec66e9d..239cc8958 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url_create.py index bcf6f22fe..4dbf29b24 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/payment_url_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_info.py index 64b5a4d72..9b82e9d28 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_update.py index cc9e3368d..d6ae472ae 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_entry.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_entry.py index 0955ca534..3b9b2be16 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_entry.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_dlc_entry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward.py index 54af99984..3229a0fa7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_currency.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_currency.py index 8c36c1869..f5484feb3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_currency.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_currency.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_item.py index f01e8e7d7..d64f68a44 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_reward_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_subscribe_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_subscribe_request.py index 3ef3cff6c..4777cfca5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_subscribe_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_subscribe_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet.py index dc88a4577..dc9dd925b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_info.py index 4bb4f0ed3..1bd28aaa2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_update.py index 39f41be9b..a56e4dfcb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/platform_wallet_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_multi_service_labels_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_multi_service_labels_request.py index 14d7ad149..799b91e7d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_multi_service_labels_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_multi_service_labels_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_request.py index 0888fab67..f2c478aad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_dlc_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_iap_config_info.py index 74efc7fc0..657938ad2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_multi_service_labels_reconcile_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_multi_service_labels_reconcile_request.py index 4108c8a45..a5a6cfed7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_multi_service_labels_reconcile_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_multi_service_labels_reconcile_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_request.py index 671771d45..6d6c4e8ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_result.py index 0c72be44d..942bc8a24 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/play_station_reconcile_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/playstation_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/playstation_iap_config_request.py index 55590a76d..fcc879bac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/playstation_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/playstation_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/populated_item_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/populated_item_info.py index d12f7bf9b..eb8e39056 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/populated_item_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/populated_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -30,6 +30,7 @@ from ..models.bundled_item_info import BundledItemInfo from ..models.image import Image +from ..models.inventory_config import InventoryConfig from ..models.loot_box_config import LootBoxConfig from ..models.option_box_config import OptionBoxConfig from ..models.purchase_condition import PurchaseCondition @@ -128,6 +129,8 @@ class PopulatedItemInfo(Model): images: (images) OPTIONAL List[Image] + inventory_config: (inventoryConfig) OPTIONAL InventoryConfig + item_ids: (itemIds) OPTIONAL List[str] item_qty: (itemQty) OPTIONAL Dict[str, int] @@ -208,6 +211,7 @@ class PopulatedItemInfo(Model): flexible: bool # OPTIONAL fresh: bool # OPTIONAL images: List[Image] # OPTIONAL + inventory_config: InventoryConfig # OPTIONAL item_ids: List[str] # OPTIONAL item_qty: Dict[str, int] # OPTIONAL items: List[BundledItemInfo] # OPTIONAL @@ -341,6 +345,10 @@ def with_images(self, value: List[Image]) -> PopulatedItemInfo: self.images = value return self + def with_inventory_config(self, value: InventoryConfig) -> PopulatedItemInfo: + self.inventory_config = value + return self + def with_item_ids(self, value: List[str]) -> PopulatedItemInfo: self.item_ids = value return self @@ -553,6 +561,12 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["images"] = [] + if hasattr(self, "inventory_config"): + result["inventoryConfig"] = self.inventory_config.to_dict( + include_empty=include_empty + ) + elif include_empty: + result["inventoryConfig"] = InventoryConfig() if hasattr(self, "item_ids"): result["itemIds"] = [str(i0) for i0 in self.item_ids] elif include_empty: @@ -701,6 +715,7 @@ def create( flexible: Optional[bool] = None, fresh: Optional[bool] = None, images: Optional[List[Image]] = None, + inventory_config: Optional[InventoryConfig] = None, item_ids: Optional[List[str]] = None, item_qty: Optional[Dict[str, int]] = None, items: Optional[List[BundledItemInfo]] = None, @@ -768,6 +783,8 @@ def create( instance.fresh = fresh if images is not None: instance.images = images + if inventory_config is not None: + instance.inventory_config = inventory_config if item_ids is not None: instance.item_ids = item_ids if item_qty is not None: @@ -932,6 +949,12 @@ def create_from_dict( ] elif include_empty: instance.images = [] + if "inventoryConfig" in dict_ and dict_["inventoryConfig"] is not None: + instance.inventory_config = InventoryConfig.create_from_dict( + dict_["inventoryConfig"], include_empty=include_empty + ) + elif include_empty: + instance.inventory_config = InventoryConfig() if "itemIds" in dict_ and dict_["itemIds"] is not None: instance.item_ids = [str(i0) for i0 in dict_["itemIds"]] elif include_empty: @@ -1120,6 +1143,7 @@ def get_field_info() -> Dict[str, str]: "flexible": "flexible", "fresh": "fresh", "images": "images", + "inventoryConfig": "inventory_config", "itemIds": "item_ids", "itemQty": "item_qty", "items": "items", @@ -1176,6 +1200,7 @@ def get_required_map() -> Dict[str, bool]: "flexible": False, "fresh": False, "images": False, + "inventoryConfig": False, "itemIds": False, "itemQty": False, "items": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/pre_check_fulfillment_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/pre_check_fulfillment_request.py index f6ed022de..fb343a2de 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/pre_check_fulfillment_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/pre_check_fulfillment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate.py index 5e12a8037..b1260154b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate_validate_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate_validate_result.py index 55c792d32..d7a1f4c80 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate_validate_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/predicate_validate_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/public_custom_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/public_custom_config_info.py index 7ac9911d2..104004a39 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/public_custom_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/public_custom_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition.py index 3b1c1fb59..e1373272f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition_update.py index b962f71fe..12502ae3a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchase_condition_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchased_item_count.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchased_item_count.py index e947840c0..bede750a2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/purchased_item_count.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/purchased_item_count.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring.py index b6f404fe6..8a68b9a72 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring_charge_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring_charge_result.py index 8e0c8dd1b..82b7f7f3f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring_charge_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/recurring_charge_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_info.py index 359d2a73e..34d98f9f7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_paging_sliced_result.py index 8dc307efa..fc1df9bd6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_request.py index 680e8f6d8..808fcb18b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_result.py index 538ae0d0a..dba296aa3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeem_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeemable_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeemable_item.py index f64d22b36..61773fc5e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/redeemable_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/redeemable_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_change.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_change.py index f2f822935..07b26f893 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_change.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_change.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item.py index 5e043096b..b6497fc26 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item_dto.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item_dto.py index 7fbc3abcd..df31bec36 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item_dto.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/region_data_item_dto.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/request_history.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/request_history.py index c82cb0f09..b64b42c19 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/request_history.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/request_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/requirement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/requirement.py index 90c6f86d1..190e16f05 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/requirement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/requirement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_info.py index 04b6ebc88..842d8e6a1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_update.py index aaf5bfcc7..0059d3d31 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_error.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_error.py index 0e53773bd..b8893beea 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_error.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_info.py index f16e73965..8959bd0a1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_paging_sliced_result.py index bf5c3c4ea..b892fe832 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_info.py index 172742910..c4172302c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_update.py index f7a5e2904..f38632529 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_plugin_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_request.py index 495cdc34a..85f301c93 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_result.py index 8daac6533..4bbdd4d22 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revocation_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_currency.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_currency.py index a7f5a8615..b9d44ed2c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_currency.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_currency.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement.py index 4ca66f648..830d4431c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement_payload.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement_payload.py index 140771bc6..0c7aede52 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement_payload.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entitlement_payload.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entry.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entry.py index 3e7637a9e..3c6e411f4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entry.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_entry.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item.py index 07b30acf2..2e98518d5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item_summary.py index 1695126d5..88354a3af 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_item_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_result.py index 900ba7571..e37870163 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_use_count_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_use_count_request.py index aebe40ed6..8d9490eef 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_use_count_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/revoke_use_count_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_condition.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_condition.py index 3b05fdfd5..4105a05f8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_condition.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_condition.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_create.py index 80f4217a3..be6506c28 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_info.py index 115e8ba65..01f4b2199 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_item.py index 4557f3e3d..e78584ce6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_migration_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_migration_result.py index 41feeb773..a3aec1bfc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_migration_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_migration_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_paging_sliced_result.py index 7af3f784e..5ac9e7e9f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_update.py index f5f0fac02..2acd08f9d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/reward_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/rewards_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/rewards_request.py index 4232bf1a2..1fd578faf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/rewards_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/rewards_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -84,6 +84,8 @@ class RewardsRequest(Model): Properties: rewards: (rewards) REQUIRED List[PlatformReward] + entitlement_collection_id: (entitlementCollectionId) OPTIONAL str + entitlement_origin: (entitlementOrigin) OPTIONAL Union[str, EntitlementOriginEnum] metadata: (metadata) OPTIONAL Dict[str, Any] @@ -98,6 +100,7 @@ class RewardsRequest(Model): # region fields rewards: List[PlatformReward] # REQUIRED + entitlement_collection_id: str # OPTIONAL entitlement_origin: Union[str, EntitlementOriginEnum] # OPTIONAL metadata: Dict[str, Any] # OPTIONAL origin: Union[str, OriginEnum] # OPTIONAL @@ -112,6 +115,10 @@ def with_rewards(self, value: List[PlatformReward]) -> RewardsRequest: self.rewards = value return self + def with_entitlement_collection_id(self, value: str) -> RewardsRequest: + self.entitlement_collection_id = value + return self + def with_entitlement_origin( self, value: Union[str, EntitlementOriginEnum] ) -> RewardsRequest: @@ -146,6 +153,10 @@ def to_dict(self, include_empty: bool = False) -> dict: ] elif include_empty: result["rewards"] = [] + if hasattr(self, "entitlement_collection_id"): + result["entitlementCollectionId"] = str(self.entitlement_collection_id) + elif include_empty: + result["entitlementCollectionId"] = "" if hasattr(self, "entitlement_origin"): result["entitlementOrigin"] = str(self.entitlement_origin) elif include_empty: @@ -176,6 +187,7 @@ def to_dict(self, include_empty: bool = False) -> dict: def create( cls, rewards: List[PlatformReward], + entitlement_collection_id: Optional[str] = None, entitlement_origin: Optional[Union[str, EntitlementOriginEnum]] = None, metadata: Optional[Dict[str, Any]] = None, origin: Optional[Union[str, OriginEnum]] = None, @@ -185,6 +197,8 @@ def create( ) -> RewardsRequest: instance = cls() instance.rewards = rewards + if entitlement_collection_id is not None: + instance.entitlement_collection_id = entitlement_collection_id if entitlement_origin is not None: instance.entitlement_origin = entitlement_origin if metadata is not None: @@ -211,6 +225,13 @@ def create_from_dict( ] elif include_empty: instance.rewards = [] + if ( + "entitlementCollectionId" in dict_ + and dict_["entitlementCollectionId"] is not None + ): + instance.entitlement_collection_id = str(dict_["entitlementCollectionId"]) + elif include_empty: + instance.entitlement_collection_id = "" if "entitlementOrigin" in dict_ and dict_["entitlementOrigin"] is not None: instance.entitlement_origin = str(dict_["entitlementOrigin"]) elif include_empty: @@ -271,6 +292,7 @@ def create_from_any( def get_field_info() -> Dict[str, str]: return { "rewards": "rewards", + "entitlementCollectionId": "entitlement_collection_id", "entitlementOrigin": "entitlement_origin", "metadata": "metadata", "origin": "origin", @@ -282,6 +304,7 @@ def get_field_info() -> Dict[str, str]: def get_required_map() -> Dict[str, bool]: return { "rewards": True, + "entitlementCollectionId": False, "entitlementOrigin": False, "metadata": False, "origin": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/sale_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/sale_config.py index 97283bd2b..3cb116d2a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/sale_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/sale_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_create.py index d46caf49b..de699fad1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_info.py index cdce7262d..b1e52f422 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_item.py index 4f0411151..b64cf2f4e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_paging_sliced_result.py index 1a74bd07f..aa5c03fe7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_info.py index a5bb0c780..de5893f23 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_update.py index 7bd413481..c106128de 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_plugin_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_update.py index 28a6b1dbd..4e0c3110a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/section_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/section_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_info.py index 5ad6eae86..550d104b1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_update.py index 0a36ba881..7a56884ab 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/service_plugin_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/slide.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/slide.py index feaa438bf..26cee7d97 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/slide.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/slide.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/stackable_entitlement_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/stackable_entitlement_info.py index 8bfd46840..747583e26 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/stackable_entitlement_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/stackable_entitlement_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -111,6 +111,8 @@ class StackableEntitlementInfo(Model): app_type: (appType) OPTIONAL Union[str, AppTypeEnum] + collection_id: (collectionId) OPTIONAL str + end_date: (endDate) OPTIONAL str features: (features) OPTIONAL List[str] @@ -127,6 +129,8 @@ class StackableEntitlementInfo(Model): origin: (origin) OPTIONAL Union[str, OriginEnum] + platform_available: (platformAvailable) OPTIONAL bool + sku: (sku) OPTIONAL str source: (source) OPTIONAL Union[str, SourceEnum] @@ -158,6 +162,7 @@ class StackableEntitlementInfo(Model): updated_at: str # REQUIRED app_id: str # OPTIONAL app_type: Union[str, AppTypeEnum] # OPTIONAL + collection_id: str # OPTIONAL end_date: str # OPTIONAL features: List[str] # OPTIONAL granted_at: str # OPTIONAL @@ -166,6 +171,7 @@ class StackableEntitlementInfo(Model): name: str # OPTIONAL no_origin: bool # OPTIONAL origin: Union[str, OriginEnum] # OPTIONAL + platform_available: bool # OPTIONAL sku: str # OPTIONAL source: Union[str, SourceEnum] # OPTIONAL stackable: bool # OPTIONAL @@ -220,6 +226,10 @@ def with_app_type(self, value: Union[str, AppTypeEnum]) -> StackableEntitlementI self.app_type = value return self + def with_collection_id(self, value: str) -> StackableEntitlementInfo: + self.collection_id = value + return self + def with_end_date(self, value: str) -> StackableEntitlementInfo: self.end_date = value return self @@ -252,6 +262,10 @@ def with_origin(self, value: Union[str, OriginEnum]) -> StackableEntitlementInfo self.origin = value return self + def with_platform_available(self, value: bool) -> StackableEntitlementInfo: + self.platform_available = value + return self + def with_sku(self, value: str) -> StackableEntitlementInfo: self.sku = value return self @@ -334,6 +348,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["appType"] = str(self.app_type) elif include_empty: result["appType"] = Union[str, AppTypeEnum]() + if hasattr(self, "collection_id"): + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "end_date"): result["endDate"] = str(self.end_date) elif include_empty: @@ -368,6 +386,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["origin"] = str(self.origin) elif include_empty: result["origin"] = Union[str, OriginEnum]() + if hasattr(self, "platform_available"): + result["platformAvailable"] = bool(self.platform_available) + elif include_empty: + result["platformAvailable"] = False if hasattr(self, "sku"): result["sku"] = str(self.sku) elif include_empty: @@ -423,6 +445,7 @@ def create( updated_at: str, app_id: Optional[str] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, + collection_id: Optional[str] = None, end_date: Optional[str] = None, features: Optional[List[str]] = None, granted_at: Optional[str] = None, @@ -431,6 +454,7 @@ def create( name: Optional[str] = None, no_origin: Optional[bool] = None, origin: Optional[Union[str, OriginEnum]] = None, + platform_available: Optional[bool] = None, sku: Optional[str] = None, source: Optional[Union[str, SourceEnum]] = None, stackable: Optional[bool] = None, @@ -455,6 +479,8 @@ def create( instance.app_id = app_id if app_type is not None: instance.app_type = app_type + if collection_id is not None: + instance.collection_id = collection_id if end_date is not None: instance.end_date = end_date if features is not None: @@ -471,6 +497,8 @@ def create( instance.no_origin = no_origin if origin is not None: instance.origin = origin + if platform_available is not None: + instance.platform_available = platform_available if sku is not None: instance.sku = sku if source is not None: @@ -538,6 +566,10 @@ def create_from_dict( instance.app_type = str(dict_["appType"]) elif include_empty: instance.app_type = Union[str, AppTypeEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "endDate" in dict_ and dict_["endDate"] is not None: instance.end_date = str(dict_["endDate"]) elif include_empty: @@ -572,6 +604,10 @@ def create_from_dict( instance.origin = str(dict_["origin"]) elif include_empty: instance.origin = Union[str, OriginEnum]() + if "platformAvailable" in dict_ and dict_["platformAvailable"] is not None: + instance.platform_available = bool(dict_["platformAvailable"]) + elif include_empty: + instance.platform_available = False if "sku" in dict_ and dict_["sku"] is not None: instance.sku = str(dict_["sku"]) elif include_empty: @@ -661,6 +697,7 @@ def get_field_info() -> Dict[str, str]: "updatedAt": "updated_at", "appId": "app_id", "appType": "app_type", + "collectionId": "collection_id", "endDate": "end_date", "features": "features", "grantedAt": "granted_at", @@ -669,6 +706,7 @@ def get_field_info() -> Dict[str, str]: "name": "name", "noOrigin": "no_origin", "origin": "origin", + "platformAvailable": "platform_available", "sku": "sku", "source": "source", "stackable": "stackable", @@ -693,6 +731,7 @@ def get_required_map() -> Dict[str, bool]: "updatedAt": True, "appId": False, "appType": False, + "collectionId": False, "endDate": False, "features": False, "grantedAt": False, @@ -701,6 +740,7 @@ def get_required_map() -> Dict[str, bool]: "name": False, "noOrigin": False, "origin": False, + "platformAvailable": False, "sku": False, "source": False, "stackable": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement.py index 4f3eea02c..ff5f64ad0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement_update_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement_update_request.py index 318903925..aac4ba23b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement_update_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_achievement_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_dlc_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_dlc_sync_request.py index c4c95b0b8..eb6699cac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_dlc_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_dlc_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config.py index 430710325..439e8bf06 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_info.py index adc183d4a..4bab98d39 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_request.py index e445e4684..68132a0a2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_sync_request.py index 41957ccce..7f198e0f7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/steam_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_backup_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_backup_info.py index c4f45e9d8..2904180ad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_backup_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_backup_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_create.py index 55183849f..ef2f3c1bb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_info.py index 9b968f8fb..cd0c89aa7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_update.py index a6dba2b50..9df14b325 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/store_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/store_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event.py index dc23a9d24..a1d7b53fb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event_body.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event_body.py index e52ecaa05..1ff780a4f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event_body.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/stream_event_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/stripe_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/stripe_config.py index 90ed5400c..3365311cf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/stripe_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/stripe_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/sub_item_available_price.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/sub_item_available_price.py index a47fd54c3..cbae5bd9d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/sub_item_available_price.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/sub_item_available_price.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribable.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribable.py index 44c7f11ca..ec7b873da 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribable.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribable.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribe_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribe_request.py index 3a9cf8b5a..5b8754369 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribe_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscribe_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_info.py index 022c49530..9d5a7eec2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_paging_sliced_result.py index 13bede145..979f69c65 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_activity_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_info.py index 73745031d..5b812dca0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_paging_sliced_result.py index 3a306ee8d..f1641e73a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_summary.py index 46e7008cf..61963a199 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/subscription_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/tax_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/tax_result.py index 7d2415429..d46f639b5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/tax_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/tax_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/test_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/test_result.py index 9f1cf83fd..238b5720f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/test_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/test_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_request.py index ef911c46a..1a235d587 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_result.py index c4e1072a1..edfc82587 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_acquire_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_booth_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_booth_id.py index c98d84724..9cc4bf1f4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_booth_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_booth_id.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_dynamic_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_dynamic_info.py index 39b49f49c..62f1cc0f9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_dynamic_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_dynamic_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_decrement_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_decrement_request.py index 772fc5d02..0b5c6303c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_decrement_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_decrement_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_request.py index 7c9f5ca5b..be0bc775d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_result.py index fa70472a0..50215fbbc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/ticket_sale_increment_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/time_limited_balance.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/time_limited_balance.py index e96d255d8..7ecca5f96 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/time_limited_balance.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/time_limited_balance.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/timed_ownership.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/timed_ownership.py index 71331c3c7..77387d9fa 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/timed_ownership.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/timed_ownership.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/tls_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/tls_config.py index 81f20ff10..2aa2e57e3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/tls_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/tls_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_action_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_action_paging_sliced_result.py index 6619fd8f5..fd1f1d2b4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_action_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_action_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chain_action_history_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chain_action_history_info.py index df03fe710..13280e9b6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chain_action_history_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chain_action_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chained_action_commit_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chained_action_commit_request.py index af8e517f8..ec1a3255f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chained_action_commit_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_chained_action_commit_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_notification.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_notification.py index 7a77f4516..9f9ca25ec 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_notification.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/trade_notification.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction.py index 831f3d980..8024e37fd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction_amount_details.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction_amount_details.py index 14bed1140..00ccc8dad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction_amount_details.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/transaction_amount_details.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_info.py index 34b98fa81..26f88cdfe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_request.py index fa9cd867b..221c5d01d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_request.py index e29a057ab..76d880114 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_result.py index 471e7ca02..24d4bc483 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/twitch_sync_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc.py index 786c46687..4ae85e89a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc_record.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc_record.py index 2daeb5ced..5d0170a09 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc_record.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/user_dlc_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/validation_error_entity.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/validation_error_entity.py index e2d0339ef..5ca0cb5c7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/validation_error_entity.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/validation_error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_create.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_create.py index 54ed0692e..3f975bbeb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_create.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_info.py index a452eaa19..9889823b0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_update.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_update.py index 1b445c156..47935774f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/view_update.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/view_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_info.py index 44384c7ad..345bac990 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_paging_sliced_result.py index 0dfb9b3fc..401a76d85 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_revocation_config.py index 64daf13c8..97a0d6ffb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_revocation_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_info.py index 4f1b1d094..3973f0b8a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_paging_sliced_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_paging_sliced_result.py index ee2e83e26..28ab653e1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_paging_sliced_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wallet_transaction_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_info.py index 94e42c814..9c6117728 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_request.py index 7b636fa2d..269d68d14 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/wx_pay_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_achievement_update_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_achievement_update_request.py index b9f00bdcd..cf054be98 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_achievement_update_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_achievement_update_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_dlc_sync_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_dlc_sync_request.py index e3f443520..e9055d09e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_dlc_sync_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_dlc_sync_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_info.py index c7177e648..ad4d23f68 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_request.py index 04001143e..9185c9c7c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_iap_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_request.py index e51448c8d..55c6ea103 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_result.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_result.py index 6cd6ac3f5..2d71a9f10 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_result.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_reconcile_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_achievements.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_achievements.py index 6837e34ee..17bd3cd1d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_achievements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_achievements.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_session_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_session_request.py index 55fe5a658..035d2c941 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_session_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbl_user_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbox_achievement.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbox_achievement.py index 24b2e4850..81f83f4bd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xbox_achievement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xbox_achievement.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_config.py index be6d4d27d..b18a47937 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config.py index 01e103ca4..58bdfaf8d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config_request.py b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config_request.py index 4b1b8cdc6..e3109919f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config_request.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/models/xsolla_paywall_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/__init__.py index 3dd3f10e0..aac8c6702 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/__init__.py index 70d666695..1305f268d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/get_xbl_user_achievements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/get_xbl_user_achievements.py index 62b2c0689..717a65013 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/get_xbl_user_achievements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/get_xbl_user_achievements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.xbox_user_id = xbox_user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/unlock_steam_user_achievement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/unlock_steam_user_achievement.py index c4babbf5b..a447ffe1c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/unlock_steam_user_achievement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/unlock_steam_user_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/update_xbl_user_achievement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/update_xbl_user_achievement.py index c7d824f71..10cf66f5b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/update_xbl_user_achievement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/achievement_platform/update_xbl_user_achievement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/__init__.py index 0a7c8adb5..012a332c4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_campaign.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_campaign.py index d67b7eb09..7a90d0cbd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_campaign.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_campaign.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeCampaign: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_entitlement.py index 25a1e71e5..f8f902f9d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeEntitlement: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_fulfillment.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_fulfillment.py index d9f67418d..06e75419b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_fulfillment.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_fulfillment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeFulfillment: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_integration.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_integration.py index 898ddedb1..4fc2d4f98 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_integration.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_integration.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeIntegration: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_order.py index 1ded339ed..60c71b949 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeOrder: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_payment.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_payment.py index a89be6310..53cf591f1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_payment.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_payment.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizePayment: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_revocation.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_revocation.py index 7a295bdb6..7c5206012 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_revocation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_revocation.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeRevocation: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_subscription.py index 9a282291a..09673d0d4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -196,6 +196,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeSubscription instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_wallet.py index b92544991..ae64991bc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/anonymization/anonymize_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AnonymizeWallet: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/__init__.py index 8ccb58548..ffbc14d79 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/apply_user_redemption.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/apply_user_redemption.py index 34415bdf9..dfc7f0f91 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/apply_user_redemption.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/apply_user_redemption.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_disable_codes.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_disable_codes.py index b9f543514..44d2c5f82 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_disable_codes.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_disable_codes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.namespace = namespace if batch_no is not None: instance.batch_no = batch_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_enable_codes.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_enable_codes.py index 40f1aa056..3072a0ff5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_enable_codes.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/bulk_enable_codes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance.namespace = namespace if batch_no is not None: instance.batch_no = batch_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_campaign.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_campaign.py index d9977eb0a..4d1b28a02 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_campaign.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_campaign.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_codes.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_codes.py index 163eb1d2f..caaaeea01 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_codes.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/create_codes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/disable_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/disable_code.py index 074fadbbc..11d91e84e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/disable_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/disable_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, code: str, namespace: str, **kwargs) -> DisableCode: instance = cls() instance.code = code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/download.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/download.py index 7b46d3b38..d5d7e9725 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/download.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/download.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance.namespace = namespace if batch_no is not None: instance.batch_no = batch_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/enable_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/enable_code.py index 8c716f7b0..3703c9880 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/enable_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/enable_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, code: str, namespace: str, **kwargs) -> EnableCode: instance = cls() instance.code = code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign.py index 869a2eef0..224267768 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, campaign_id: str, namespace: str, **kwargs) -> GetCampaign: instance = cls() instance.campaign_id = campaign_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign_dynamic.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign_dynamic.py index 929d8d16a..80cafbbe2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign_dynamic.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_campaign_dynamic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, campaign_id: str, namespace: str, **kwargs) -> GetCampaignDynami instance = cls() instance.campaign_id = campaign_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_code.py index 6b3d6ce65..fd29b8ec6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/get_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.namespace = namespace if redeemable is not None: instance.redeemable = redeemable + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_campaigns.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_campaigns.py index e0e14315c..b0542fe9f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_campaigns.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_campaigns.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.offset = offset if tag is not None: instance.tag = tag + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_codes.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_codes.py index dea716f0d..3247df60c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_codes.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_codes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -289,6 +289,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_redeem_history.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_redeem_history.py index c2d46db7a..35354c9c1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_redeem_history.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/query_redeem_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.offset = offset if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/update_campaign.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/update_campaign.py index cde379b5f..ca66dfc67 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/update_campaign.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/campaign/update_campaign.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/__init__.py index 55febaf85..847fe1dfa 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/get_statistic.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/get_statistic.py index 61c4385ae..3c5b60509 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/get_statistic.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/get_statistic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -335,6 +335,8 @@ def create( instance.updated_at_end = updated_at_end if updated_at_start is not None: instance.updated_at_start = updated_at_start + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_all.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_all.py index e54afde16..3bcdc6101 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_all.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_all.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> PublishAll: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_selected.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_selected.py index 4f1cb168a..91581c86f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_selected.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/publish_selected.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> PublishSelected: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/query_changes.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/query_changes.py index 2696db632..47cb047ff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/query_changes.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/query_changes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -445,6 +445,8 @@ def create( instance.updated_at_start = updated_at_start if with_total is not None: instance.with_total = with_total + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records.py index 26d41cf27..5268de6b7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> SelectAllRecords: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records_by_criteria.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records_by_criteria.py index 08b4c411c..791cf8019 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records_by_criteria.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_all_records_by_criteria.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -357,6 +357,8 @@ def create( instance.updated_at_end = updated_at_end if updated_at_start is not None: instance.updated_at_start = updated_at_start + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_record.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_record.py index 24642134c..e47902ed1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_record.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/select_record.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.change_id = change_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_all_records.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_all_records.py index 7075bafc3..5545d4086 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_all_records.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_all_records.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> UnselectAllRecords: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_record.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_record.py index 7a8b9fb14..7e95d90a4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_record.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/catalog_changes/unselect_record.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.change_id = change_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/__init__.py index 0548fcaf2..5fe8dd928 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/create_category.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/create_category.py index 303b40d15..9785ea117 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/create_category.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/create_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/delete_category.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/delete_category.py index ad19bd0df..09ffa6c7b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/delete_category.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/delete_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.category_path = category_path instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/download_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/download_categories.py index bac8843e4..bfdd90b57 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/download_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/download_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_category.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_category.py index b81dea422..6609a4d6d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_category.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_child_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_child_categories.py index 4f4c8b65c..30f4ff018 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_child_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_child_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_descendant_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_descendant_categories.py index 80c4c989b..0e1db0290 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_descendant_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_descendant_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_root_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_root_categories.py index 5d8d34352..02dc18f4e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_root_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/get_root_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/list_categories_basic.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/list_categories_basic.py index 601096b30..38e2afabd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/list_categories_basic.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/list_categories_basic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_category.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_category.py index 487541ad6..cd1528ece 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_category.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_child_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_child_categories.py index 003c80e53..933740de4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_child_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_child_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_descendant_c_c5054d.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_descendant_c_c5054d.py index e66284de9..088df1b85 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_descendant_c_c5054d.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_descendant_c_c5054d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_root_categories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_root_categories.py index 84ccf2ee3..5937837df 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_root_categories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/public_get_root_categories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/update_category.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/update_category.py index a9541fb43..2baa7255b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/update_category.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/category/update_category.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/__init__.py index a8b044ed0..1e924d472 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/mock_play_station_stream_event.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/mock_play_station_stream_event.py index 774a9c603..547a81bb5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/mock_play_station_stream_event.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/mock_play_station_stream_event.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import HeaderStr from accelbyte_py_sdk.core import HttpResponse +from ...models import ClawbackInfo from ...models import StreamEvent @@ -59,7 +60,7 @@ class MockPlayStationStreamEvent(Operation): namespace: (namespace) REQUIRED str in path Responses: - default: (successful operation) + 200: OK - ClawbackInfo (successful operation) """ # region fields @@ -166,10 +167,10 @@ def to_dict(self, include_empty: bool = False) -> dict: # noinspection PyMethodMayBeStatic def parse_response( self, code: int, content_type: str, content: Any - ) -> Tuple[Union[None, HttpResponse], Union[None, HttpResponse]]: + ) -> Tuple[Union[None, ClawbackInfo], Union[None, HttpResponse]]: """Parse the given response. - default: (successful operation) + 200: OK - ClawbackInfo (successful operation) ---: HttpResponse (Undocumented Response) @@ -185,7 +186,7 @@ def parse_response( code, content_type, content = pre_processed_response if code == 200: - return HttpResponse.create(code, "OK"), None + return ClawbackInfo.create_from_dict(content), None return self.handle_undocumented_response( code=code, content_type=content_type, content=content @@ -203,6 +204,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/query_iap_clawback_history.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/query_iap_clawback_history.py index b14de7770..498efcc71 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/query_iap_clawback_history.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/clawback/query_iap_clawback_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -336,6 +336,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/__init__.py index 92c39e08e..cb9c4684b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/create_currency.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/create_currency.py index 9ac2fd6d4..4f099f9f2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/create_currency.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/create_currency.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/delete_currency.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/delete_currency.py index a7bfd1676..1b6957f28 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/delete_currency.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/delete_currency.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, currency_code: str, namespace: str, **kwargs) -> DeleteCurrency: instance = cls() instance.currency_code = currency_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_config.py index 605f96faa..8e9e1bd59 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, currency_code: str, namespace: str, **kwargs) -> GetCurrencyConf instance = cls() instance.currency_code = currency_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_summary.py index 14eebf9f6..b6ebc8b1b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/get_currency_summary.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, currency_code: str, namespace: str, **kwargs) -> GetCurrencySumm instance = cls() instance.currency_code = currency_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/list_currencies.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/list_currencies.py index 4a18205aa..be85d9a93 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/list_currencies.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/list_currencies.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.namespace = namespace if currency_type is not None: instance.currency_type = currency_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/public_list_currencies.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/public_list_currencies.py index 347cbd77b..b088a064c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/public_list_currencies.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/public_list_currencies.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.namespace = namespace if currency_type is not None: instance.currency_type = currency_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/update_currency.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/update_currency.py index f4625c1ab..c906d7a1a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/update_currency.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/currency/update_currency.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/__init__.py index 5775cfb36..e74b1e2fe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_dlc_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_dlc_item_config.py index 8515262ad..cd2e17cff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_dlc_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_dlc_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteDLCItemConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_platform_dlc_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_platform_dlc_config.py index 6c810eb53..80ae6123b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_platform_dlc_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/delete_platform_dlc_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeletePlatformDLCConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/ge_dlc_durable_reward_s_f83f8a.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/ge_dlc_durable_reward_s_f83f8a.py index 5aeb551a8..2ca9231d6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/ge_dlc_durable_reward_s_f83f8a.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/ge_dlc_durable_reward_s_f83f8a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance = cls() instance.namespace = namespace instance.dlc_type = dlc_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_dlc_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_dlc_item_config.py index 0116f0870..71829fbc6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_dlc_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_dlc_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetDLCItemConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_platform_dlc_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_platform_dlc_config.py index eb33aed18..fc65d12f5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_platform_dlc_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_platform_dlc_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPlatformDLCConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc.py index f266481fd..5a58403ff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.user_id = user_id if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc_by_platform.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc_by_platform.py index 772615ab6..b96418bac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc_by_platform.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/get_user_dlc_by_platform.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inv_429118.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inv_429118.py index 743cc204a..6c255bbe2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inv_429118.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inv_429118.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inventory.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inventory.py index 0e7e7264a..b49b91ef6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inventory.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/public_sync_psn_dlc_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_epic_game_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_epic_game_dlc.py index ee95f303f..04e33a11a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_epic_game_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_epic_game_dlc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_oculus_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_oculus_dlc.py index f7a57e18a..a08d4394c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_oculus_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_oculus_dlc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> SyncOculusDLC: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_steam_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_steam_dlc.py index a3abe3d60..d41c88bd2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_steam_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_steam_dlc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_xbox_dlc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_xbox_dlc.py index b2cfd2e7b..5e62b8b10 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_xbox_dlc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/sync_xbox_dlc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_dlc_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_dlc_item_config.py index 004ab9670..30340fc05 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_dlc_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_dlc_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_platform_dlc_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_platform_dlc_config.py index 14212eee9..ef53bfb36 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_platform_dlc_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/dlc/update_platform_dlc_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/__init__.py index bd26ad062..2a19c1a50 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -84,6 +84,7 @@ from .public_get_user_entitle_ee3005 import ( EntitlementClazzEnum as PublicGetUserEntitlementOwnershipBySkuEntitlementClazzEnum, ) +from .public_get_user_entitle_bb9230 import PublicGetUserEntitlementsByIds from .public_query_user_entitlements import PublicQueryUserEntitlements from .public_query_user_entitlements import ( AppTypeEnum as PublicQueryUserEntitlementsAppTypeEnum, @@ -94,6 +95,8 @@ AppTypeEnum as PublicQueryUserEntitlementsByAppTypeAppTypeEnum, ) from .public_sell_user_entitlement import PublicSellUserEntitlement +from .public_split_user_entitlement import PublicSplitUserEntitlement +from .public_transfer_user_en_c358c0 import PublicTransferUserEntitlement from .query_entitlements import QueryEntitlements from .query_entitlements import ( AppTypeEnum as QueryEntitlementsAppTypeEnum, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/consume_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/consume_user_entitlement.py index dd3cc71f8..e18286d75 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/consume_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/consume_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/disable_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/disable_user_entitlement.py index 7a6da7f63..b2476ab2d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/disable_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/disable_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_entitlement_orig_c90935.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_entitlement_orig_c90935.py index 0de872f4a..76b5fc222 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_entitlement_orig_c90935.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_entitlement_orig_c90935.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> EnableEntitlementOriginFeature: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_user_entitlement.py index 2321e779c..ce835bb24 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/enable_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__9d3175.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__9d3175.py index d169bdfc9..e5372150d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__9d3175.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__9d3175.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.item_ids = item_ids if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__fca16a.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__fca16a.py index 5875497e7..11f819d14 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__fca16a.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/exists_any_user_active__fca16a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.platform = platform if skus is not None: instance.skus = skus + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement.py index db791a13c..47d5846ce 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, entitlement_id: str, namespace: str, **kwargs) -> GetEntitlement instance = cls() instance.entitlement_id = entitlement_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement_config_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement_config_info.py index 81ca94b37..3bf60d0b4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement_config_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_entitlement_config_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create( instance.namespace = namespace if without_cache is not None: instance.without_cache = without_cache + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_platform_entitlemen_32e517.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_platform_entitlemen_32e517.py index 3cc8f3a59..a61900fa9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_platform_entitlemen_32e517.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_platform_entitlemen_32e517.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_active_entitle_d52ca8.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_active_entitle_d52ca8.py index dd32ace60..59671fe0c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_active_entitle_d52ca8.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_active_entitle_d52ca8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.ids = ids if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_2375db.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_2375db.py index ba78a6893..e759c19e6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_2375db.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_2375db.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.app_id = app_id if active_only is not None: instance.active_only = active_only + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_282639.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_282639.py index 63b479c44..cc5e5e76b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_282639.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_app_entitlemen_282639.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.app_id = app_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement.py index 9e05782d1..c33514014 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_8ab4a0.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_8ab4a0.py index d9a4b1f01..5683d23e6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_8ab4a0.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_8ab4a0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.entitlement_clazz = entitlement_clazz if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_sku.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_sku.py index 66a88f028..c7104e522 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_sku.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_by_sku.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.entitlement_clazz = entitlement_clazz if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_histories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_histories.py index eae5e38ea..ac3477956 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_histories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_histories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_5a8354.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_5a8354.py index daab79b26..b63fe0f79 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_5a8354.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_5a8354.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.ids = ids if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_dab0ca.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_dab0ca.py index f2177e725..67cf30b32 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_dab0ca.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_dab0ca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.entitlement_clazz = entitlement_clazz if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_ec2b70.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_ec2b70.py index 489052e33..ce0334027 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_ec2b70.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/get_user_entitlement_ow_ec2b70.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.entitlement_clazz = entitlement_clazz if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_entitlements.py index 670f9656e..37551ad29 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_user_entitlement.py index 2e880fafb..2eb3d1b76 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/grant_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/pre_check_revoke_user_e_124298.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/pre_check_revoke_user_e_124298.py index 2c091d31b..f405c8036 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/pre_check_revoke_user_e_124298.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/pre_check_revoke_user_e_124298.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.quantity = quantity + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_consume_user_ent_7254fa.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_consume_user_ent_7254fa.py index 69825018a..b9fde1bee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_consume_user_ent_7254fa.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_consume_user_ent_7254fa.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_my_ac_dbd2a5.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_my_ac_dbd2a5.py index b1a8ea005..64704a31c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_my_ac_dbd2a5.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_my_ac_dbd2a5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.item_ids = item_ids if skus is not None: instance.skus = skus + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_user__3977e5.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_user__3977e5.py index c9b475cc6..e5094330c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_user__3977e5.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_exists_any_user__3977e5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.item_ids = item_ids if skus is not None: instance.skus = skus + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_entitlement__3fdfe7.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_entitlement__3fdfe7.py index a653cceec..dbbe8ef16 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_entitlement__3fdfe7.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_entitlement__3fdfe7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -318,6 +318,8 @@ def create( instance.item_ids = item_ids if skus is not None: instance.skus = skus + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_app_entit_4deb3f.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_app_entit_4deb3f.py index f8af12ce2..68008f732 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_app_entit_4deb3f.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_app_entit_4deb3f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create( instance = cls() instance.namespace = namespace instance.app_id = app_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_22c2fd.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_22c2fd.py index 4cbcc5fbc..d450c960e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_22c2fd.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_22c2fd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.sku = sku if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_cb2911.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_cb2911.py index 08ede6e41..6ac58f782 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_cb2911.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_my_entitleme_cb2911.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.item_id = item_id if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_1e800f.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_1e800f.py index 66995d1a7..fff3ff0d4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_1e800f.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_1e800f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.app_id = app_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_53d109.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_53d109.py index 779d92d48..b286b339a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_53d109.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_app_ent_53d109.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.app_id = app_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_408425.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_408425.py index 0ede030ad..8b8dbc263 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_408425.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_408425.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance.user_id = user_id if ids is not None: instance.ids = ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_815992.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_815992.py index 19ae93a74..ba534c08f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_815992.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_815992.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.sku = sku if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b1671e.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b1671e.py index 286619cd5..fd50aff61 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b1671e.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b1671e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.item_id = item_id if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b313cf.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b313cf.py index c467a5f28..9ffbe17b6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b313cf.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_b313cf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.item_id = item_id if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_bb9230.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_bb9230.py new file mode 100644 index 000000000..c9e761864 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_bb9230.py @@ -0,0 +1,303 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import EntitlementInfo + + +class PublicGetUserEntitlementsByIds(Operation): + """Get user entitlements by ids. (publicGetUserEntitlementsByIds) + + Get user entitlements by ids.. + + Other detail info: + + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=2 (READ) + * Returns : entitlement list + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [READ] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds + + method: GET + + tags: ["Entitlement"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + available_platform_only: (availablePlatformOnly) OPTIONAL bool in query + + ids: (ids) OPTIONAL List[str] in query + + Responses: + 200: OK - List[EntitlementInfo] (successful operation) + """ + + # region fields + + _url: str = ( + "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds" + ) + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + user_id: str # REQUIRED in [path] + available_platform_only: bool # OPTIONAL in [query] + ids: List[str] # OPTIONAL in [query] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + "query": self.get_query_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + if hasattr(self, "user_id"): + result["userId"] = self.user_id + return result + + def get_query_params(self) -> dict: + result = {} + if hasattr(self, "available_platform_only"): + result["availablePlatformOnly"] = self.available_platform_only + if hasattr(self, "ids"): + result["ids"] = self.ids + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> PublicGetUserEntitlementsByIds: + self.namespace = value + return self + + def with_user_id(self, value: str) -> PublicGetUserEntitlementsByIds: + self.user_id = value + return self + + def with_available_platform_only( + self, value: bool + ) -> PublicGetUserEntitlementsByIds: + self.available_platform_only = value + return self + + def with_ids(self, value: List[str]) -> PublicGetUserEntitlementsByIds: + self.ids = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "user_id") and self.user_id: + result["userId"] = str(self.user_id) + elif include_empty: + result["userId"] = "" + if hasattr(self, "available_platform_only") and self.available_platform_only: + result["availablePlatformOnly"] = bool(self.available_platform_only) + elif include_empty: + result["availablePlatformOnly"] = False + if hasattr(self, "ids") and self.ids: + result["ids"] = [str(i0) for i0 in self.ids] + elif include_empty: + result["ids"] = [] + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, List[EntitlementInfo]], Union[None, HttpResponse]]: + """Parse the given response. + + 200: OK - List[EntitlementInfo] (successful operation) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return [EntitlementInfo.create_from_dict(i) for i in content], None + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, + namespace: str, + user_id: str, + available_platform_only: Optional[bool] = None, + ids: Optional[List[str]] = None, + **kwargs, + ) -> PublicGetUserEntitlementsByIds: + instance = cls() + instance.namespace = namespace + instance.user_id = user_id + if available_platform_only is not None: + instance.available_platform_only = available_platform_only + if ids is not None: + instance.ids = ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> PublicGetUserEntitlementsByIds: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "userId" in dict_ and dict_["userId"] is not None: + instance.user_id = str(dict_["userId"]) + elif include_empty: + instance.user_id = "" + if ( + "availablePlatformOnly" in dict_ + and dict_["availablePlatformOnly"] is not None + ): + instance.available_platform_only = bool(dict_["availablePlatformOnly"]) + elif include_empty: + instance.available_platform_only = False + if "ids" in dict_ and dict_["ids"] is not None: + instance.ids = [str(i0) for i0 in dict_["ids"]] + elif include_empty: + instance.ids = [] + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + "userId": "user_id", + "availablePlatformOnly": "available_platform_only", + "ids": "ids", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + "userId": True, + "availablePlatformOnly": False, + "ids": False, + } + + @staticmethod + def get_collection_format_map() -> Dict[str, Union[None, str]]: + return { + "ids": "multi", # in query + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_ee3005.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_ee3005.py index bfe12782e..4d9a7811f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_ee3005.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitle_ee3005.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.sku = sku if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitlement.py index e564abe23..95b41d2f3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_get_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entit_2398e5.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entit_2398e5.py index afe053300..cc5824a68 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entit_2398e5.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entit_2398e5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entitlements.py index 9c9dd6afd..00a736bfb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_query_user_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -344,6 +344,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_sell_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_sell_user_entitlement.py index d4ba18c40..af679ceac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_sell_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_sell_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_split_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_split_user_entitlement.py new file mode 100644 index 000000000..cecd4bfd5 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_split_user_entitlement.py @@ -0,0 +1,303 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import EntitlementSplitRequest +from ...models import EntitlementSplitResult +from ...models import ErrorEntity + + +class PublicSplitUserEntitlement(Operation): + """Split user entitlement (publicSplitUserEntitlement) + + Split a specified use count of entitlement and create a new entitlement with splitting use count.Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementSplitRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementSplitResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 20006: optimistic lock) + """ + + # region fields + + _url: str = "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split" + _method: str = "PUT" + _consumes: List[str] = ["application/json"] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + body: EntitlementSplitRequest # OPTIONAL in [body] + entitlement_id: str # REQUIRED in [path] + namespace: str # REQUIRED in [path] + user_id: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "body": self.get_body_params(), + "path": self.get_path_params(), + } + + def get_body_params(self) -> Any: + if not hasattr(self, "body") or self.body is None: + return None + return self.body.to_dict() + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "entitlement_id"): + result["entitlementId"] = self.entitlement_id + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + if hasattr(self, "user_id"): + result["userId"] = self.user_id + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_body(self, value: EntitlementSplitRequest) -> PublicSplitUserEntitlement: + self.body = value + return self + + def with_entitlement_id(self, value: str) -> PublicSplitUserEntitlement: + self.entitlement_id = value + return self + + def with_namespace(self, value: str) -> PublicSplitUserEntitlement: + self.namespace = value + return self + + def with_user_id(self, value: str) -> PublicSplitUserEntitlement: + self.user_id = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "body") and self.body: + result["body"] = self.body.to_dict(include_empty=include_empty) + elif include_empty: + result["body"] = EntitlementSplitRequest() + if hasattr(self, "entitlement_id") and self.entitlement_id: + result["entitlementId"] = str(self.entitlement_id) + elif include_empty: + result["entitlementId"] = "" + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "user_id") and self.user_id: + result["userId"] = str(self.user_id) + elif include_empty: + result["userId"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[ + Union[None, EntitlementSplitResult], Union[None, ErrorEntity, HttpResponse] + ]: + """Parse the given response. + + 200: OK - EntitlementSplitResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 20006: optimistic lock) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return EntitlementSplitResult.create_from_dict(content), None + if code == 404: + return None, ErrorEntity.create_from_dict(content) + if code == 409: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, + entitlement_id: str, + namespace: str, + user_id: str, + body: Optional[EntitlementSplitRequest] = None, + **kwargs, + ) -> PublicSplitUserEntitlement: + instance = cls() + instance.entitlement_id = entitlement_id + instance.namespace = namespace + instance.user_id = user_id + if body is not None: + instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> PublicSplitUserEntitlement: + instance = cls() + if "body" in dict_ and dict_["body"] is not None: + instance.body = EntitlementSplitRequest.create_from_dict( + dict_["body"], include_empty=include_empty + ) + elif include_empty: + instance.body = EntitlementSplitRequest() + if "entitlementId" in dict_ and dict_["entitlementId"] is not None: + instance.entitlement_id = str(dict_["entitlementId"]) + elif include_empty: + instance.entitlement_id = "" + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "userId" in dict_ and dict_["userId"] is not None: + instance.user_id = str(dict_["userId"]) + elif include_empty: + instance.user_id = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "body": "body", + "entitlementId": "entitlement_id", + "namespace": "namespace", + "userId": "user_id", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "body": False, + "entitlementId": True, + "namespace": True, + "userId": True, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_transfer_user_en_c358c0.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_transfer_user_en_c358c0.py new file mode 100644 index 000000000..d789a8f8b --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/public_transfer_user_en_c358c0.py @@ -0,0 +1,305 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import EntitlementTransferRequest +from ...models import EntitlementTransferResult +from ...models import ErrorEntity + + +class PublicTransferUserEntitlement(Operation): + """Transfer user entitlement (publicTransferUserEntitlement) + + Transfer a specified use count from entitlement A to B..Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementTransferRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementTransferResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 31184: Source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] should have same collectionId, timeRange, origin and itemId | 31185: Transferred source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] can not be set to same | 20006: optimistic lock) + """ + + # region fields + + _url: str = "/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer" + _method: str = "PUT" + _consumes: List[str] = ["application/json"] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + body: EntitlementTransferRequest # OPTIONAL in [body] + entitlement_id: str # REQUIRED in [path] + namespace: str # REQUIRED in [path] + user_id: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "body": self.get_body_params(), + "path": self.get_path_params(), + } + + def get_body_params(self) -> Any: + if not hasattr(self, "body") or self.body is None: + return None + return self.body.to_dict() + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "entitlement_id"): + result["entitlementId"] = self.entitlement_id + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + if hasattr(self, "user_id"): + result["userId"] = self.user_id + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_body( + self, value: EntitlementTransferRequest + ) -> PublicTransferUserEntitlement: + self.body = value + return self + + def with_entitlement_id(self, value: str) -> PublicTransferUserEntitlement: + self.entitlement_id = value + return self + + def with_namespace(self, value: str) -> PublicTransferUserEntitlement: + self.namespace = value + return self + + def with_user_id(self, value: str) -> PublicTransferUserEntitlement: + self.user_id = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "body") and self.body: + result["body"] = self.body.to_dict(include_empty=include_empty) + elif include_empty: + result["body"] = EntitlementTransferRequest() + if hasattr(self, "entitlement_id") and self.entitlement_id: + result["entitlementId"] = str(self.entitlement_id) + elif include_empty: + result["entitlementId"] = "" + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "user_id") and self.user_id: + result["userId"] = str(self.user_id) + elif include_empty: + result["userId"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[ + Union[None, EntitlementTransferResult], Union[None, ErrorEntity, HttpResponse] + ]: + """Parse the given response. + + 200: OK - EntitlementTransferResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 31184: Source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] should have same collectionId, timeRange, origin and itemId | 31185: Transferred source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] can not be set to same | 20006: optimistic lock) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return EntitlementTransferResult.create_from_dict(content), None + if code == 404: + return None, ErrorEntity.create_from_dict(content) + if code == 409: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, + entitlement_id: str, + namespace: str, + user_id: str, + body: Optional[EntitlementTransferRequest] = None, + **kwargs, + ) -> PublicTransferUserEntitlement: + instance = cls() + instance.entitlement_id = entitlement_id + instance.namespace = namespace + instance.user_id = user_id + if body is not None: + instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> PublicTransferUserEntitlement: + instance = cls() + if "body" in dict_ and dict_["body"] is not None: + instance.body = EntitlementTransferRequest.create_from_dict( + dict_["body"], include_empty=include_empty + ) + elif include_empty: + instance.body = EntitlementTransferRequest() + if "entitlementId" in dict_ and dict_["entitlementId"] is not None: + instance.entitlement_id = str(dict_["entitlementId"]) + elif include_empty: + instance.entitlement_id = "" + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "userId" in dict_ and dict_["userId"] is not None: + instance.user_id = str(dict_["userId"]) + elif include_empty: + instance.user_id = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "body": "body", + "entitlementId": "entitlement_id", + "namespace": "namespace", + "userId": "user_id", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "body": False, + "entitlementId": True, + "namespace": True, + "userId": True, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements.py index d84978f20..b9958ddf9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -373,6 +373,8 @@ def create( instance.origin = origin if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements_1.py index ef676bec6..48ac206f5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_entitlements_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements.py index 55e5bcbf9..c5283b50a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -98,6 +98,8 @@ class QueryUserEntitlements(Operation): app_type: (appType) OPTIONAL Union[str, AppTypeEnum] in query + collection_id: (collectionId) OPTIONAL str in query + entitlement_clazz: (entitlementClazz) OPTIONAL Union[str, EntitlementClazzEnum] in query entitlement_name: (entitlementName) OPTIONAL str in query @@ -131,6 +133,7 @@ class QueryUserEntitlements(Operation): user_id: str # REQUIRED in [path] active_only: bool # OPTIONAL in [query] app_type: Union[str, AppTypeEnum] # OPTIONAL in [query] + collection_id: str # OPTIONAL in [query] entitlement_clazz: Union[str, EntitlementClazzEnum] # OPTIONAL in [query] entitlement_name: str # OPTIONAL in [query] features: List[str] # OPTIONAL in [query] @@ -196,6 +199,8 @@ def get_query_params(self) -> dict: result["activeOnly"] = self.active_only if hasattr(self, "app_type"): result["appType"] = self.app_type + if hasattr(self, "collection_id"): + result["collectionId"] = self.collection_id if hasattr(self, "entitlement_clazz"): result["entitlementClazz"] = self.entitlement_clazz if hasattr(self, "entitlement_name"): @@ -238,6 +243,10 @@ def with_app_type(self, value: Union[str, AppTypeEnum]) -> QueryUserEntitlements self.app_type = value return self + def with_collection_id(self, value: str) -> QueryUserEntitlements: + self.collection_id = value + return self + def with_entitlement_clazz( self, value: Union[str, EntitlementClazzEnum] ) -> QueryUserEntitlements: @@ -294,6 +303,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["appType"] = str(self.app_type) elif include_empty: result["appType"] = Union[str, AppTypeEnum]() + if hasattr(self, "collection_id") and self.collection_id: + result["collectionId"] = str(self.collection_id) + elif include_empty: + result["collectionId"] = "" if hasattr(self, "entitlement_clazz") and self.entitlement_clazz: result["entitlementClazz"] = str(self.entitlement_clazz) elif include_empty: @@ -371,6 +384,7 @@ def create( user_id: str, active_only: Optional[bool] = None, app_type: Optional[Union[str, AppTypeEnum]] = None, + collection_id: Optional[str] = None, entitlement_clazz: Optional[Union[str, EntitlementClazzEnum]] = None, entitlement_name: Optional[str] = None, features: Optional[List[str]] = None, @@ -388,6 +402,8 @@ def create( instance.active_only = active_only if app_type is not None: instance.app_type = app_type + if collection_id is not None: + instance.collection_id = collection_id if entitlement_clazz is not None: instance.entitlement_clazz = entitlement_clazz if entitlement_name is not None: @@ -404,6 +420,8 @@ def create( instance.offset = offset if origin is not None: instance.origin = origin + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod @@ -427,6 +445,10 @@ def create_from_dict( instance.app_type = str(dict_["appType"]) elif include_empty: instance.app_type = Union[str, AppTypeEnum]() + if "collectionId" in dict_ and dict_["collectionId"] is not None: + instance.collection_id = str(dict_["collectionId"]) + elif include_empty: + instance.collection_id = "" if "entitlementClazz" in dict_ and dict_["entitlementClazz"] is not None: instance.entitlement_clazz = str(dict_["entitlementClazz"]) elif include_empty: @@ -468,6 +490,7 @@ def get_field_info() -> Dict[str, str]: "userId": "user_id", "activeOnly": "active_only", "appType": "app_type", + "collectionId": "collection_id", "entitlementClazz": "entitlement_clazz", "entitlementName": "entitlement_name", "features": "features", @@ -485,6 +508,7 @@ def get_required_map() -> Dict[str, bool]: "userId": True, "activeOnly": False, "appType": False, + "collectionId": False, "entitlementClazz": False, "entitlementName": False, "features": False, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements_22cea1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements_22cea1.py index 0eac39e49..09f05691f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements_22cea1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/query_user_entitlements_22cea1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_all_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_all_entitlements.py index 9f21105ea..e5e442085 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_all_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_all_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> RevokeAllEntitlements instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_entitlements.py index ae668fbac..ed435ae7a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_use_count.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_use_count.py index 18b660f65..130c24b4c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_use_count.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_use_count.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement.py index eaeaaca5a..325ff75dd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.entitlement_id = entitlement_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement_491388.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement_491388.py index 8e35bf475..2e017eeca 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement_491388.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlement_491388.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlements.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlements.py index 53f27edd6..4b278d73c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlements.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/revoke_user_entitlements.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.entitlement_ids = entitlement_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/sell_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/sell_user_entitlement.py index ad40d7373..826bf5613 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/sell_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/sell_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_platform_entitle_7fbd45.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_platform_entitle_7fbd45.py index a9349b005..8e6abe1c5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_platform_entitle_7fbd45.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_platform_entitle_7fbd45.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.platform = platform if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_user_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_user_entitlement.py index 780f8bc8c..9e6fe9cfb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_user_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/entitlement/update_user_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/__init__.py index 834fc6049..d9ac774ca 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_item.py index cff735a3a..286677e36 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards.py index 980511177..24964e69a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards_v2.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards_v2.py index f4608af41..9674298f0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards_v2.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/fulfill_rewards_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/pre_check_fulfill_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/pre_check_fulfill_item.py index 4d82fead7..31681c8c1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/pre_check_fulfill_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/pre_check_fulfill_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/public_redeem_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/public_redeem_code.py index 0ffb41d48..3d98bebee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/public_redeem_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/public_redeem_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/query_fulfillment_histories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/query_fulfillment_histories.py index c6ffc4438..6908f35f0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/query_fulfillment_histories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/query_fulfillment_histories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/redeem_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/redeem_code.py index 013773622..f8dc52d9d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/redeem_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment/redeem_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/__init__.py index 2ed834075..e686d0717 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/create_fulfillment_script.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/create_fulfillment_script.py index f167233fe..e92fb27b5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/create_fulfillment_script.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/create_fulfillment_script.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance.id_ = id_ if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/delete_fulfillment_script.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/delete_fulfillment_script.py index 2acbe3561..7919d0393 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/delete_fulfillment_script.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/delete_fulfillment_script.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> DeleteFulfillmentScript: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/get_fulfillment_script.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/get_fulfillment_script.py index 68907c249..02541c79e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/get_fulfillment_script.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/get_fulfillment_script.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> GetFulfillmentScript: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/list_fulfillment_scripts.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/list_fulfillment_scripts.py index ca84ba4d5..d3688f527 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/list_fulfillment_scripts.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/list_fulfillment_scripts.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -163,6 +163,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> ListFulfillmentScripts: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/update_fulfillment_script.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/update_fulfillment_script.py index 4b6c995e9..8f0f111af 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/update_fulfillment_script.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/fulfillment_script/update_fulfillment_script.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.id_ = id_ if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/__init__.py index 0761af889..3c671cb0b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_apple_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_apple_iap_config.py index ac1e7a3d0..2d415b116 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_apple_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_apple_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteAppleIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_epic_games_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_epic_games_iap_config.py index da5301e4b..d198aceb0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_epic_games_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_epic_games_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteEpicGamesIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_google_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_google_iap_config.py index 3b965104c..3fd285025 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_google_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_google_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteGoogleIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_iap_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_iap_item_config.py index 01b04b122..21df40747 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_iap_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_iap_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteIAPItemConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_oculus_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_oculus_iap_config.py index 534699426..98b29736b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_oculus_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_oculus_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteOculusIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_playstation_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_playstation_iap_config.py index cbbe31cc4..a73f94319 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_playstation_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_playstation_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeletePlaystationIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_steam_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_steam_iap_config.py index eba4c43a1..37084a7e6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_steam_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_steam_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteSteamIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_twitch_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_twitch_iap_config.py index 84627f51f..2c9d2d1d0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_twitch_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_twitch_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteTwitchIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_xbl_ap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_xbl_ap_config.py index c612cb1c2..d71e7577b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_xbl_ap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/delete_xbl_ap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteXblAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_apple_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_apple_iap_config.py index 055052358..fbfdbc52d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_apple_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_apple_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetAppleIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_epic_games_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_epic_games_iap_config.py index b681a340a..45aa84978 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_epic_games_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_epic_games_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetEpicGamesIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_google_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_google_iap_config.py index d4f6839ac..e1b0f16ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_google_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_google_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetGoogleIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_config.py index 7491bde58..0a81ee677 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetIAPItemConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_mapping.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_mapping.py index bd6e0240e..adf1eac47 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_mapping.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_iap_item_mapping.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace if platform is not None: instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_oculus_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_oculus_iap_config.py index 16a9a0183..d17940de4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_oculus_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_oculus_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetOculusIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_play_station_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_play_station_iap_config.py index ac6baccb2..0b6be3d7b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_play_station_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_play_station_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPlayStationIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_steam_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_steam_iap_config.py index 65232132e..fbe7316e7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_steam_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_steam_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetSteamIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_twitch_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_twitch_iap_config.py index cd906cd1d..a8e6e68f0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_twitch_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_twitch_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetTwitchIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_xbl_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_xbl_iap_config.py index 4091c1132..07dbeee58 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_xbl_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/get_xbl_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetXblIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/mock_fulfill_iap_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/mock_fulfill_iap_item.py index 12c9cb756..0a9d81b34 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/mock_fulfill_iap_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/mock_fulfill_iap_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_apple_iap_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_apple_iap_item.py index dfe2f980d..03262c298 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_apple_iap_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_apple_iap_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_google_iap_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_google_iap_item.py index d35e8e02f..528696337 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_google_iap_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_fulfill_google_iap_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_6be6c0.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_6be6c0.py index 39707011a..64a59ef94 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_6be6c0.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_6be6c0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_7ac4de.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_7ac4de.py index e1c883c97..6f3410a8b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_7ac4de.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/public_reconcile_play_s_7ac4de.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_all_user_iap_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_all_user_iap_orders.py index bd0b87c44..55d8b233b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_all_user_iap_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_all_user_iap_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> QueryAllUserIAPOrders instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_consume_history.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_consume_history.py index 0611527f3..ef1f0dda5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_consume_history.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_consume_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -328,6 +328,8 @@ def create( instance.status = status if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_orders.py index ba2f6aa22..64b623ede 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/query_user_iap_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -340,6 +340,8 @@ def create( instance.status = status if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_epic_games_inventory.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_epic_games_inventory.py index b59904a5d..757893296 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_epic_games_inventory.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_epic_games_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_oculus_consumable__f6c91d.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_oculus_consumable__f6c91d.py index dded393ce..ff3fbf818 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_oculus_consumable__f6c91d.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_oculus_consumable__f6c91d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_steam_inventory.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_steam_inventory.py index a39a57280..8fb7196ea 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_steam_inventory.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_steam_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entit_0c09ca.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entit_0c09ca.py index d70af019b..c91c6c4e9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entit_0c09ca.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entit_0c09ca.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entitlement.py index 12b5c1be3..6d19b4157 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_twitch_drops_entitlement.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_xbox_inventory.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_xbox_inventory.py index fcb1b390b..8ead5a4bd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_xbox_inventory.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/sync_xbox_inventory.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_apple_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_apple_iap_config.py index 8cd754aa3..efaad2626 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_apple_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_apple_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_epic_games_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_epic_games_iap_config.py index bc5867f76..18205da3b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_epic_games_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_epic_games_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_iap_config.py index 041109476..a3ade0717 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_p12_file.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_p12_file.py index 21bcfb2f1..1f216b8ed 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_p12_file.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_google_p12_file.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_iap_item_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_iap_item_config.py index 3076cd3bb..b361906a4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_iap_item_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_iap_item_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_oculus_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_oculus_iap_config.py index 1139e05bf..cdfe6c9cb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_oculus_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_oculus_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_playstation_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_playstation_iap_config.py index 47bec4af4..28066b198 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_playstation_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_playstation_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_steam_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_steam_iap_config.py index 2533c9d01..66f93d55d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_steam_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_steam_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_twitch_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_twitch_iap_config.py index 0632bad49..94039538f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_twitch_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_twitch_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_bp_cert_file.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_bp_cert_file.py index 593ba1b7c..83464052c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_bp_cert_file.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_bp_cert_file.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance.file = file if password is not None: instance.password = password + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_iap_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_iap_config.py index 74fa2f1c2..953257ca0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_iap_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/update_xbl_iap_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_existed_playst_881975.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_existed_playst_881975.py index e5a33210f..06e4c1c66 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_existed_playst_881975.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_existed_playst_881975.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -183,6 +183,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ValidateExistedPlaystationIAPConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_playstation_ia_7dc74e.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_playstation_ia_7dc74e.py index beee6dce4..c66570a87 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_playstation_ia_7dc74e.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/iap/validate_playstation_ia_7dc74e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/__init__.py index dea8cc03d..622db06e2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/download_invoice_details.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/download_invoice_details.py index 3146fef1a..2220a73f5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/download_invoice_details.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/download_invoice_details.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.item_id = item_id if item_type is not None: instance.item_type = item_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/generate_invoice_summary.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/generate_invoice_summary.py index ac8c4887d..95a858c34 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/generate_invoice_summary.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/invoice/generate_invoice_summary.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.item_id = item_id if item_type is not None: instance.item_type = item_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/__init__.py index 6b88d4929..185d98942 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/acquire_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/acquire_item.py index e8c7709ce..a5303e298 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/acquire_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/acquire_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_get_locale_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_get_locale_items.py index 60a23df3f..d523a96ad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_get_locale_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_get_locale_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_update_region_data.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_update_region_data.py index 00fedc76a..1dd527f53 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_update_region_data.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/bulk_update_region_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item.py index 9461bfb51..b29812960 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,7 +260,7 @@ class CreateItem(Operation): - ## Restrictions for item extension and localization extension + ## Restrictions for item extension and localization extension and inventory config custom attributes 1. Cannot use "." as the key name @@ -487,6 +487,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item_type_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item_type_config.py index 9b91c43be..ff327cc0c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item_type_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/create_item_type_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/defeature_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/defeature_item.py index 2a34c43b1..316fbd148 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/defeature_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/defeature_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.item_id = item_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item.py index 897ab68d2..3705085d3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.force = force if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item_type_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item_type_config.py index c8d163402..3817e9fd2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item_type_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/delete_item_type_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -189,6 +189,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> DeleteItemTypeConfig: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/disable_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/disable_item.py index 357d5fbbe..2b61b7930 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/disable_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/disable_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.item_id = item_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/enable_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/enable_item.py index e03d5c8ed..94cf0d4ff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/enable_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/enable_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.item_id = item_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/feature_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/feature_item.py index bd217a17c..273253885 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/feature_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/feature_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.item_id = item_id instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_app.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_app.py index b728b6287..320946656 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_app.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_app.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_available_predicate_types.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_available_predicate_types.py index 28249ecf9..ea08281a5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_available_predicate_types.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_available_predicate_types.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetAvailablePredicateTypes: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_bulk_item_id_by_skus.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_bulk_item_id_by_skus.py index 18722b782..bf31a464f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_bulk_item_id_by_skus.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_bulk_item_id_by_skus.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.sku = sku if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_estimated_price.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_estimated_price.py index 412a4efb2..80edfcdd2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_estimated_price.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_estimated_price.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -53,6 +53,8 @@ class GetEstimatedPrice(Operation): namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + region: (region) OPTIONAL str in query store_id: (storeId) OPTIONAL str in query @@ -77,6 +79,7 @@ class GetEstimatedPrice(Operation): _location_query: str = None namespace: str # REQUIRED in [path] + platform: str # OPTIONAL in [query] region: str # OPTIONAL in [query] store_id: str # OPTIONAL in [query] item_ids: str # REQUIRED in [query] @@ -132,6 +135,8 @@ def get_path_params(self) -> dict: def get_query_params(self) -> dict: result = {} + if hasattr(self, "platform"): + result["platform"] = self.platform if hasattr(self, "region"): result["region"] = self.region if hasattr(self, "store_id"): @@ -154,6 +159,10 @@ def with_namespace(self, value: str) -> GetEstimatedPrice: self.namespace = value return self + def with_platform(self, value: str) -> GetEstimatedPrice: + self.platform = value + return self + def with_region(self, value: str) -> GetEstimatedPrice: self.region = value return self @@ -180,6 +189,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["namespace"] = str(self.namespace) elif include_empty: result["namespace"] = "" + if hasattr(self, "platform") and self.platform: + result["platform"] = str(self.platform) + elif include_empty: + result["platform"] = "" if hasattr(self, "region") and self.region: result["region"] = str(self.region) elif include_empty: @@ -244,6 +257,7 @@ def create( namespace: str, item_ids: str, user_id: str, + platform: Optional[str] = None, region: Optional[str] = None, store_id: Optional[str] = None, **kwargs, @@ -252,10 +266,14 @@ def create( instance.namespace = namespace instance.item_ids = item_ids instance.user_id = user_id + if platform is not None: + instance.platform = platform if region is not None: instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod @@ -267,6 +285,10 @@ def create_from_dict( instance.namespace = str(dict_["namespace"]) elif include_empty: instance.namespace = "" + if "platform" in dict_ and dict_["platform"] is not None: + instance.platform = str(dict_["platform"]) + elif include_empty: + instance.platform = "" if "region" in dict_ and dict_["region"] is not None: instance.region = str(dict_["region"]) elif include_empty: @@ -289,6 +311,7 @@ def create_from_dict( def get_field_info() -> Dict[str, str]: return { "namespace": "namespace", + "platform": "platform", "region": "region", "storeId": "store_id", "itemIds": "item_ids", @@ -299,6 +322,7 @@ def get_field_info() -> Dict[str, str]: def get_required_map() -> Dict[str, bool]: return { "namespace": True, + "platform": False, "region": False, "storeId": False, "itemIds": True, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item.py index f90656821..b8aa48fb3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_app_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_app_id.py index ad94186d3..55c787e34 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_app_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_app_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_sku.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_sku.py index 5a91c3a09..a7049ff15 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_sku.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_by_sku.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_dynamic_data.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_dynamic_data.py index c8a64b061..a86cbb0a3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_dynamic_data.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_dynamic_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, item_id: str, namespace: str, **kwargs) -> GetItemDynamicData: instance = cls() instance.item_id = item_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_id_by_sku.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_id_by_sku.py index d0950e27a..3cdfcc826 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_id_by_sku.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_id_by_sku.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_type_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_type_config.py index bac6df571..df7c937ff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_type_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_item_type_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> GetItemTypeConfig: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_items.py index 56816345a..603c7dcc9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.active_only = active_only if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item.py index 9a078e575..704852924 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -297,6 +297,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item_by_sku.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item_by_sku.py index 245e2a95f..fbd4a8471 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item_by_sku.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/get_locale_item_by_sku.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -297,6 +297,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_basic_items_by_features.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_basic_items_by_features.py index 6abc62e73..5b1b038fd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_basic_items_by_features.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_basic_items_by_features.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.active_only = active_only if features is not None: instance.features = features + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_item_type_configs.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_item_type_configs.py index d95f24292..99dab3753 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_item_type_configs.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/list_item_type_configs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -165,6 +165,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> ListItemTypeConfigs: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_bulk_get_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_bulk_get_items.py index 5f6581484..df5453bc1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_bulk_get_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_bulk_get_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_app.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_app.py index fbfb388c5..67b11d77c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_app.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_app.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_estimated_price.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_estimated_price.py index ed10083b8..d2de284e0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_estimated_price.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_estimated_price.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item.py index 0683efc1d..d361d2370 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -298,6 +298,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_app_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_app_id.py index 7b8470de1..359a420c6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_app_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_app_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_sku.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_sku.py index 1e87d6a3d..6b7fdfc82 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_sku.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_by_sku.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_dynamic_data.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_dynamic_data.py index 02ba417d8..1cb7f1d9b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_dynamic_data.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_get_item_dynamic_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, item_id: str, namespace: str, **kwargs) -> PublicGetItemDynamicD instance = cls() instance.item_id = item_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_query_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_query_items.py index 6161ffd2f..65ad6a82c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_query_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_query_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -479,6 +479,8 @@ def create( instance.store_id = store_id if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_search_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_search_items.py index 296ffd1a5..4703a2a56 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_search_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_search_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -346,6 +346,8 @@ def create( instance.region = region if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_validate_item_pu_bd546e.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_validate_item_pu_bd546e.py index 4242b93fb..5ff9a1a4e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_validate_item_pu_bd546e.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/public_validate_item_pu_bd546e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items.py index 007188515..d3c2890e0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -492,6 +492,8 @@ def create( instance.tags = tags if target_namespace is not None: instance.target_namespace = target_namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items_1.py index c8de5f8c0..de3f37bef 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -549,6 +549,8 @@ def create( instance.target_namespace = target_namespace if with_total is not None: instance.with_total = with_total + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_uncategorized_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_uncategorized_items.py index b22a1a156..f4c8c5a18 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_uncategorized_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/query_uncategorized_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -310,6 +310,8 @@ def create( instance.sort_by = sort_by if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/return_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/return_item.py index 067e95f14..dd95f0254 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/return_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/return_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_item_type_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_item_type_config.py index 78974551e..623a7a6b9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_item_type_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_item_type_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.item_type = item_type if clazz is not None: instance.clazz = clazz + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_items.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_items.py index 85b84fd73..696004edc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_items.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/search_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -345,6 +345,8 @@ def create( instance.sort_by = sort_by if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/sync_in_game_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/sync_in_game_item.py index f63321943..ce2b381ae 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/sync_in_game_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/sync_in_game_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_app.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_app.py index 178a683f2..bc0f2adf9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_app.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_app.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -356,6 +356,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item.py index e3c14951f..a73e41b5c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -508,6 +508,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_purchase_condition.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_purchase_condition.py index 693586a9f..1b746e262 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_purchase_condition.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_purchase_condition.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_type_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_type_config.py index 108a06a59..b14a7ddd0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_type_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/update_item_type_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.id_ = id_ if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/validate_item_purchase__929f78.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/validate_item_purchase__929f78.py index a9a0358b0..9265c9498 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/validate_item_purchase__929f78.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/item/validate_item_purchase__929f78.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -56,6 +56,8 @@ class ValidateItemPurchaseCondition(Operation): namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + user_id: (userId) REQUIRED str in query Responses: @@ -77,6 +79,7 @@ class ValidateItemPurchaseCondition(Operation): body: ItemPurchaseConditionValidateRequest # OPTIONAL in [body] namespace: str # REQUIRED in [path] + platform: str # OPTIONAL in [query] user_id: str # REQUIRED in [query] # endregion fields @@ -135,6 +138,8 @@ def get_path_params(self) -> dict: def get_query_params(self) -> dict: result = {} + if hasattr(self, "platform"): + result["platform"] = self.platform if hasattr(self, "user_id"): result["userId"] = self.user_id return result @@ -157,6 +162,10 @@ def with_namespace(self, value: str) -> ValidateItemPurchaseCondition: self.namespace = value return self + def with_platform(self, value: str) -> ValidateItemPurchaseCondition: + self.platform = value + return self + def with_user_id(self, value: str) -> ValidateItemPurchaseCondition: self.user_id = value return self @@ -175,6 +184,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["namespace"] = str(self.namespace) elif include_empty: result["namespace"] = "" + if hasattr(self, "platform") and self.platform: + result["platform"] = str(self.platform) + elif include_empty: + result["platform"] = "" if hasattr(self, "user_id") and self.user_id: result["userId"] = str(self.user_id) elif include_empty: @@ -232,6 +245,7 @@ def create( namespace: str, user_id: str, body: Optional[ItemPurchaseConditionValidateRequest] = None, + platform: Optional[str] = None, **kwargs, ) -> ValidateItemPurchaseCondition: instance = cls() @@ -239,6 +253,10 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if platform is not None: + instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod @@ -256,6 +274,10 @@ def create_from_dict( instance.namespace = str(dict_["namespace"]) elif include_empty: instance.namespace = "" + if "platform" in dict_ and dict_["platform"] is not None: + instance.platform = str(dict_["platform"]) + elif include_empty: + instance.platform = "" if "userId" in dict_ and dict_["userId"] is not None: instance.user_id = str(dict_["userId"]) elif include_empty: @@ -267,6 +289,7 @@ def get_field_info() -> Dict[str, str]: return { "body": "body", "namespace": "namespace", + "platform": "platform", "userId": "user_id", } @@ -275,6 +298,7 @@ def get_required_map() -> Dict[str, bool]: return { "body": False, "namespace": True, + "platform": False, "userId": True, } diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/__init__.py index 54ec4345d..879992210 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/create_key_group.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/create_key_group.py index dad1a3c67..54029c233 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/create_key_group.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/create_key_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group.py index b471a7ba9..f1d26091d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, key_group_id: str, namespace: str, **kwargs) -> GetKeyGroup: instance = cls() instance.key_group_id = key_group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_by_booth_name.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_by_booth_name.py index 0a6365306..a71ed6eac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_by_booth_name.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_by_booth_name.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance = cls() instance.namespace = namespace instance.booth_name = booth_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_dynamic.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_dynamic.py index a3b61feeb..1c48f07e4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_dynamic.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/get_key_group_dynamic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, key_group_id: str, namespace: str, **kwargs) -> GetKeyGroupDynam instance = cls() instance.key_group_id = key_group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/list_keys.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/list_keys.py index d3157af2e..13c31d4a3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/list_keys.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/list_keys.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/query_key_groups.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/query_key_groups.py index d3c71ec5e..ab811839d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/query_key_groups.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/query_key_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.offset = offset if tag is not None: instance.tag = tag + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/update_key_group.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/update_key_group.py index 249067157..c56c66292 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/update_key_group.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/update_key_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/upload_keys.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/upload_keys.py index a4ffaf35b..baa8e21f9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/upload_keys.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/key_group/upload_keys.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/__init__.py index 96540b4eb..e775d91f9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/admin_create_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/admin_create_user_order.py index 47efe9038..31825fa56 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/admin_create_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/admin_create_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -281,6 +281,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/count_of_purchased_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/count_of_purchased_item.py index 67e25f370..8e6c0509f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/count_of_purchased_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/count_of_purchased_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.item_id = item_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/download_user_order_receipt.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/download_user_order_receipt.py index fe1368c12..75211a8ad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/download_user_order_receipt.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/download_user_order_receipt.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/fulfill_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/fulfill_user_order.py index 1594d3a08..62eb9dfff 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/fulfill_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/fulfill_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -236,6 +236,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order.py index 51f1d1e00..c7b6c7fe5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, namespace: str, order_no: str, **kwargs) -> GetOrder: instance = cls() instance.namespace = namespace instance.order_no = order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order_statistics.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order_statistics.py index 10a7d9661..806c72d53 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order_statistics.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_order_statistics.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetOrderStatistics: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order.py index e648d3a70..c36a07cab 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_grant.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_grant.py index d8ac282fc..d59c4b535 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_grant.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_grant.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_histories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_histories.py index ca2e79075..e38dc9c51 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_histories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/get_user_order_histories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/process_user_order_noti_fdd9f8.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/process_user_order_noti_fdd9f8.py index 22c9bb9f4..13568754f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/process_user_order_noti_fdd9f8.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/process_user_order_noti_fdd9f8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_cancel_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_cancel_user_order.py index 5592e42f1..450ed2bde 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_cancel_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_cancel_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_create_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_create_user_order.py index 2b092f0a0..977438195 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_create_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_create_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_download_user_or_6ea3e8.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_download_user_or_6ea3e8.py index 66675302d..a4d9b39ec 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_download_user_or_6ea3e8.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_download_user_or_6ea3e8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order.py index 752870bfb..31ffb09bf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order_h_063753.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order_h_063753.py index 4a04aee74..75e85f728 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order_h_063753.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_get_user_order_h_063753.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance.namespace = namespace instance.order_no = order_no instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_query_user_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_query_user_orders.py index b20cff518..82e8d6001 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_query_user_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/public_query_user_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.offset = offset if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_orders.py index d27a68529..a986c3aac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -346,6 +346,8 @@ def create( instance.status = status if with_total is not None: instance.with_total = with_total + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_user_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_user_orders.py index 922aa3bbe..3d395b392 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_user_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/query_user_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -288,6 +288,8 @@ def create( instance.offset = offset if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/refund_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/refund_order.py index 1b5d54533..b0151b3c7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/refund_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/refund_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.order_no = order_no if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/update_user_order_status.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/update_user_order_status.py index 0e7d3d118..46e178bc7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/update_user_order_status.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order/update_user_order_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/__init__.py index 439ce3fec..a3e48fade 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/sync_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/sync_orders.py index e64904873..adefc4c15 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/sync_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/order_dedicated/sync_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.start = start if next_evaluated_key is not None: instance.next_evaluated_key = next_evaluated_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/__init__.py index 294ed419a..31472b7a2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/charge_payment_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/charge_payment_order.py index 77a9444a7..ef87f4bb0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/charge_payment_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/charge_payment_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.payment_order_no = payment_order_no if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/create_user_payment_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/create_user_payment_order.py index 450c7eb24..0870e8949 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/create_user_payment_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/create_user_payment_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order.py index e2de8fbe4..37a216f2f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, namespace: str, payment_order_no: str, **kwargs) -> GetPaymentOr instance = cls() instance.namespace = namespace instance.payment_order_no = payment_order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order_charg_9acbf8.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order_charg_9acbf8.py index ff271db44..327778c89 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order_charg_9acbf8.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/get_payment_order_charg_9acbf8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance = cls() instance.namespace = namespace instance.payment_order_no = payment_order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/list_ext_order_no_by_ext_tx_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/list_ext_order_no_by_ext_tx_id.py index c8596eb5c..5bfd14fc2 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/list_ext_order_no_by_ext_tx_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/list_ext_order_no_by_ext_tx_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create( instance = cls() instance.namespace = namespace instance.ext_tx_id = ext_tx_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_notifications.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_notifications.py index f1f62c05e..381651ee9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_notifications.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_notifications.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -361,6 +361,8 @@ def create( instance.start_date = start_date if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_orders.py index 6e7c8217f..f1ea10ac4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/query_payment_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -296,6 +296,8 @@ def create( instance.offset = offset if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/refund_user_payment_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/refund_user_payment_order.py index 94f5d0bbb..f83b855b7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/refund_user_payment_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/refund_user_payment_order.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/simulate_payment_order__cf0fbc.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/simulate_payment_order__cf0fbc.py index 0c702a166..0621759f4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/simulate_payment_order__cf0fbc.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment/simulate_payment_order__cf0fbc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.payment_order_no = payment_order_no if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/__init__.py index 06444fa6c..57e71dcd4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_delete_payment_account.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_delete_payment_account.py index 37dd6ee14..96e663e33 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_delete_payment_account.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_delete_payment_account.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance.namespace = namespace instance.type_ = type_ instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_get_payment_accounts.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_get_payment_accounts.py index 31fc915ab..7aad604f8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_get_payment_accounts.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_account/public_get_payment_accounts.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetPaymentAccou instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/__init__.py index 63e3e9ca9..1edd5830b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/get_payment_callback_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/get_payment_callback_config.py index af195d29f..0bf7dc904 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/get_payment_callback_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/get_payment_callback_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPaymentCallbackConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/update_payment_callback_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/update_payment_callback_config.py index 997377a4c..30a658e24 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/update_payment_callback_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_callback_config/update_payment_callback_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/__init__.py index f62120c25..32b1f5dce 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/create_payment_provider_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/create_payment_provider_config.py index e7f56b7dd..f69dd53b1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/create_payment_provider_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/create_payment_provider_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_m_9bf142.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_m_9bf142.py index 51ebda6f9..09fae14a0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_m_9bf142.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_m_9bf142.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_p_02dcf1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_p_02dcf1.py index 865f3037b..840a498db 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_p_02dcf1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/debug_matched_payment_p_02dcf1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/delete_payment_provider_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/delete_payment_provider_config.py index 1fade473e..da0a328fc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/delete_payment_provider_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/delete_payment_provider_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> DeletePaymentProviderConfig: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_aggregate_payment_p_41c63c.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_aggregate_payment_p_41c63c.py index bf12cce56..614eb4afe 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_aggregate_payment_p_41c63c.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_aggregate_payment_p_41c63c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -162,6 +162,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetAggregatePaymentProviders: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_merchant_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_merchant_config.py index 25559c638..ada5913aa 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_merchant_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_merchant_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> GetPaymentMerchantConfig: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_tax_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_tax_config.py index 4a00e514a..d6accc48d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_tax_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_payment_tax_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -164,6 +164,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetPaymentTaxConfig: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_special_payment_providers.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_special_payment_providers.py index b7bf7b30b..4e31cadf3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_special_payment_providers.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/get_special_payment_providers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -162,6 +162,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetSpecialPaymentProviders: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/query_payment_provider_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/query_payment_provider_config.py index e0a80eae2..0638a6c11 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/query_payment_provider_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/query_payment_provider_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.offset = offset if region is not None: instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config.py index 7911d8a76..2289dfe8e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.body = body if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config_by_id.py index 06909cc4f..4561a4f46 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_adyen_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.id_ = id_ if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config.py index 3f3aff6f5..acae51ee9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create( instance.body = body if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config_by_id.py index 7bdfe24c5..b86a0d75e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_ali_pay_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create( instance.id_ = id_ if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config.py index 527aabd14..d277091a8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.body = body if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config_by_id.py index 644ee7146..5c6b08972 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_checkout_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.id_ = id_ if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config.py index b70c3da1e..c6ed67aa7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.body = body if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config_by_id.py index f6f192450..855ec7cbb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_pay_pal_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.id_ = id_ if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config.py index 97944384f..d1117d478 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.body = body if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config_by_id.py index 36ea14de2..2096845b6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_stripe_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.id_ = id_ if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config.py index 3252018cf..ff83aae51 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -188,6 +188,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config_by_id.py index 9b8d5dd25..3b2de8a6b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_wx_pay_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> TestWxPayConfigById: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config.py index 3a90ebc24..f71c4b671 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, body: Optional[XsollaConfig] = None, **kwargs) -> TestXsollaConf instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config_by_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config_by_id.py index 960608c3e..62c7983da 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config_by_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/test_xsolla_config_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -192,6 +192,8 @@ def parse_response( def create(cls, id_: str, **kwargs) -> TestXsollaConfigById: instance = cls() instance.id_ = id_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_adyen_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_adyen_config.py index 99566e467..bb757eccf 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_adyen_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_adyen_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.sandbox = sandbox if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_ali_pay_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_ali_pay_config.py index becf24f2d..43e2f92be 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_ali_pay_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_ali_pay_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.sandbox = sandbox if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_checkout_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_checkout_config.py index 7ba0cb590..f07175ba9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_checkout_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_checkout_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.sandbox = sandbox if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_pay_pal_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_pay_pal_config.py index 277f6bd81..7f2d71255 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_pay_pal_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_pay_pal_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.sandbox = sandbox if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_provider_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_provider_config.py index f89543679..772f5494d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_provider_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_provider_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.id_ = id_ if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_tax_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_tax_config.py index bb7d24b54..f2446b6ab 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_tax_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_payment_tax_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_stripe_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_stripe_config.py index 7651aef81..8f52deec1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_stripe_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_stripe_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.sandbox = sandbox if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config.py index ba475ead2..9fe448118 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.body = body if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config_cert.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config_cert.py index fd3e8f8a9..82853926f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config_cert.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_wx_pay_config_cert.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.id_ = id_ if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_config.py index f830b2e5e..557d7dbe6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.body = body if validate is not None: instance.validate = validate + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_ui_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_ui_config.py index 79edca1c3..7a67870a6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_ui_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_config/update_xsolla_ui_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.id_ = id_ if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/__init__.py index a797b68ba..08958208c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/create_payment_order_by_79f85c.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/create_payment_order_by_79f85c.py index b53ef2e53..54a80ccb7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/create_payment_order_by_79f85c.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/create_payment_order_by_79f85c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -408,6 +408,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/refund_payment_order_by_309df5.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/refund_payment_order_by_309df5.py index 7bde2fc71..fc078ec9b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/refund_payment_order_by_309df5.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/refund_payment_order_by_309df5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -396,6 +396,8 @@ def create( instance.payment_order_no = payment_order_no if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/sync_payment_orders.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/sync_payment_orders.py index 582b68606..c3619e9af 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/sync_payment_orders.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_dedicated/sync_payment_orders.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.start = start if next_evaluated_key is not None: instance.next_evaluated_key = next_evaluated_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/__init__.py index 8a3a8d3ca..c8db8f8a1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_customization.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_customization.py index ba933528b..2c68d8cb3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_customization.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_customization.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.region = region if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_public_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_public_config.py index 7bed958c2..cebd123ba 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_public_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_public_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.region = region if sandbox is not None: instance.sandbox = sandbox + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_tax_value.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_tax_value.py index 4e6bee29c..2f252d97c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_tax_value.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/get_payment_tax_value.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.payment_provider = payment_provider if zip_code is not None: instance.zip_code = zip_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/pay.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/pay.py index 4956d7e4e..4463089fa 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/pay.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/pay.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.payment_provider = payment_provider if zip_code is not None: instance.zip_code = zip_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_check_payment_or_dec069.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_check_payment_or_dec069.py index c58b56faa..5cc6a4016 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_check_payment_or_dec069.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_check_payment_or_dec069.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -209,6 +209,8 @@ def create( instance = cls() instance.namespace = namespace instance.payment_order_no = payment_order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_methods.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_methods.py index 89ef355e2..d31f2749b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_methods.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_methods.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance = cls() instance.namespace = namespace instance.payment_order_no = payment_order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_url.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_url.py index f9a4ce332..e8a5e9cac 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_url.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_payment_url.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_qr_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_qr_code.py index c9fb02cab..f0f8bcf12 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_qr_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_qr_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create(cls, namespace: str, code: str, **kwargs) -> PublicGetQRCode: instance = cls() instance.namespace = namespace instance.code = code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_unpaid_payme_26d8dd.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_unpaid_payme_26d8dd.py index 1eac94aed..c6d87d433 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_unpaid_payme_26d8dd.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_get_unpaid_payme_26d8dd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.payment_order_no = payment_order_no + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_normalize_paymen_6657a5.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_normalize_paymen_6657a5.py index 9f82b88b9..a4c72f5ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_normalize_paymen_6657a5.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/payment_station/public_normalize_paymen_6657a5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -471,6 +471,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/__init__.py index 1eec7d9b6..e5517035d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/delete_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/delete_revocation_config.py index 0b567782e..0077cc4df 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/delete_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/delete_revocation_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -179,6 +179,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteRevocationConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/do_revocation.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/do_revocation.py index dedd5d5d9..a26de1fe9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/do_revocation.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/do_revocation.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/get_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/get_revocation_config.py index 8de8e3a57..3b3fd2455 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/get_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/get_revocation_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -191,6 +191,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetRevocationConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/query_revocation_histories.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/query_revocation_histories.py index db2ea3e76..b0c7c7627 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/query_revocation_histories.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/query_revocation_histories.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -334,6 +334,8 @@ def create( instance.transaction_id = transaction_id if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/update_revocation_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/update_revocation_config.py index 7f491343b..844924d56 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/update_revocation_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/revocation/update_revocation_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/__init__.py index 6f97408b7..262daa346 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/check_event_condition.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/check_event_condition.py index 7bc7cecd1..19e63f9a4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/check_event_condition.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/check_event_condition.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.reward_id = reward_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/create_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/create_reward.py index 8f4f658ac..27e548b13 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/create_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/create_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward.py index 64d4ecf0d..e8a258f24 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, reward_id: str, **kwargs) -> DeleteReward: instance = cls() instance.namespace = namespace instance.reward_id = reward_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward_condition_record.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward_condition_record.py index 664fec05e..5b8d45585 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward_condition_record.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/delete_reward_condition_record.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.reward_id = reward_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/export_rewards.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/export_rewards.py index 738a080e4..052390e77 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/export_rewards.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/export_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -183,6 +183,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportRewards: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward.py index 79dfe1cf3..e5d4f9d83 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, namespace: str, reward_id: str, **kwargs) -> GetReward: instance = cls() instance.namespace = namespace instance.reward_id = reward_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_1.py index fb7ffd4cf..b865c2dcd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, namespace: str, reward_id: str, **kwargs) -> GetReward1: instance = cls() instance.namespace = namespace instance.reward_id = reward_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_by_code.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_by_code.py index 21aa4febd..89f2dc775 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_by_code.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/get_reward_by_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create(cls, namespace: str, reward_code: str, **kwargs) -> GetRewardByCode: instance = cls() instance.namespace = namespace instance.reward_code = reward_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/import_rewards.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/import_rewards.py index 30e402b3f..2983acf94 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/import_rewards.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/import_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.replace_existing = replace_existing if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards.py index b3aaeebe3..7e495aa5a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards_1.py index 0ac3fedd9..f34a5a3d9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/query_rewards_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/update_reward.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/update_reward.py index efa521830..9aa2a7967 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/update_reward.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/reward/update_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.reward_id = reward_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/__init__.py index 0ae1daeb2..e05ed63d3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/create_section.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/create_section.py index d00ba32ac..8684d6386 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/create_section.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/create_section.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/delete_section.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/delete_section.py index 0f528f9e2..3d12a9e53 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/delete_section.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/delete_section.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.section_id = section_id instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/get_section.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/get_section.py index ee5d757da..62e33fcf1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/get_section.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/get_section.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.section_id = section_id if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/public_list_active_sections.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/public_list_active_sections.py index 3de6df81c..9104996b5 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/public_list_active_sections.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/public_list_active_sections.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -299,6 +299,8 @@ def create( instance.store_id = store_id if view_id is not None: instance.view_id = view_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/purge_expired_section.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/purge_expired_section.py index 8a52fffd0..8f82a0c71 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/purge_expired_section.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/purge_expired_section.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> PurgeExpiredSection: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/query_sections.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/query_sections.py index c0ac4cb1e..c2104c570 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/query_sections.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/query_sections.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -308,6 +308,8 @@ def create( instance.store_id = store_id if view_id is not None: instance.view_id = view_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/update_section.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/update_section.py index db6ba60a1..94c483dd7 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/update_section.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/section/update_section.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/__init__.py index 28b492fba..a7371378e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_loot_box_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_loot_box_plugin_config.py index 0030f6ae9..cb3b6543d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_loot_box_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_loot_box_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -179,6 +179,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteLootBoxPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_revocation_plugi_c2651d.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_revocation_plugi_c2651d.py index 166fbb301..c880fd256 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_revocation_plugi_c2651d.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_revocation_plugi_c2651d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -179,6 +179,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteRevocationPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_section_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_section_plugin_config.py index 51b3f84cb..29b93ba6b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_section_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_section_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -179,6 +179,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteSectionPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_service_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_service_plugin_config.py index 999703c16..9a1d70f42 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_service_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/delete_service_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -180,6 +180,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteServicePluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_grpc_info.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_grpc_info.py index 8ccccb925..d2d17068e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_grpc_info.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_grpc_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -205,6 +205,8 @@ def create( instance.namespace = namespace if force is not None: instance.force = force + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_plugin_config.py index 1072f162b..a66d19410 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_loot_box_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -181,6 +181,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetLootBoxPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_revocation_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_revocation_plugin_config.py index 50a5bca3e..079b28ae3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_revocation_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_revocation_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -181,6 +181,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetRevocationPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_section_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_section_plugin_config.py index f84f9939e..f11aba24e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_section_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_section_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -181,6 +181,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetSectionPluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_service_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_service_plugin_config.py index 1c8311407..1cc952b8a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_service_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/get_service_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetServicePluginConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_loot_box_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_loot_box_plugin_config.py index b87aa3d37..b43c68acc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_loot_box_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_loot_box_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_revocation_plugi_c19001.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_revocation_plugi_c19001.py index 04126d27f..2e111722b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_revocation_plugi_c19001.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_revocation_plugi_c19001.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_section_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_section_plugin_config.py index 02031638d..ae49e51ce 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_section_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_section_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_service_plugin_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_service_plugin_config.py index bb9b1ef64..d88170b89 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_service_plugin_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/update_service_plugin_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_revocation_plugi_6c586a.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_revocation_plugi_6c586a.py index dc5d68e67..2bb21d109 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_revocation_plugi_6c586a.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_revocation_plugi_6c586a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_section_plugin_c_780cdd.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_section_plugin_c_780cdd.py index bd18d7ce5..4efbe75ec 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_section_plugin_c_780cdd.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/upload_section_plugin_c_780cdd.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/uplod_loot_box_plugin_c_5c5812.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/uplod_loot_box_plugin_c_5c5812.py index 60b6e86f5..28383c4ed 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/uplod_loot_box_plugin_c_5c5812.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/service_plugin_config/uplod_loot_box_plugin_c_5c5812.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace if file is not None: instance.file = file + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/__init__.py index 5e869ed1a..716ccce25 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/register_xbl_sessions.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/register_xbl_sessions.py index 6521ddd68..7d77f0e03 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/register_xbl_sessions.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/session_platform/register_xbl_sessions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/__init__.py index 735fc3b13..56ce1363d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -18,14 +18,22 @@ from .create_store import CreateStore from .delete_published_store import DeletePublishedStore from .delete_store import DeleteStore +from .download_csv_templates import DownloadCSVTemplates from .export_store import ExportStore from .export_store_1 import ExportStore1 +from .export_store_by_csv import ExportStoreByCSV +from .get_catalog_definition import GetCatalogDefinition +from .get_catalog_definition import ( + CatalogTypeEnum as GetCatalogDefinitionCatalogTypeEnum, +) from .get_published_store import GetPublishedStore from .get_published_store_backup import GetPublishedStoreBackup from .get_store import GetStore from .import_store import ImportStore from .import_store_1 import ImportStore1 +from .import_store_by_csv import ImportStoreByCSV from .list_stores import ListStores from .public_list_stores import PublicListStores +from .query_import_history import QueryImportHistory from .rollback_published_store import RollbackPublishedStore from .update_store import UpdateStore diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/clone_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/clone_store.py index edcc33296..d16a33610 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/clone_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/clone_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.store_id = store_id if target_store_id is not None: instance.target_store_id = target_store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/create_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/create_store.py index 831c08bb0..ce1dae869 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/create_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/create_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_published_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_published_store.py index 513ab78c7..070e22964 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_published_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_published_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeletePublishedStore: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_store.py index f06d01b0e..2b07ebaca 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/delete_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> DeleteStore: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/download_csv_templates.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/download_csv_templates.py new file mode 100644 index 000000000..9f9e4cb47 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/download_csv_templates.py @@ -0,0 +1,213 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + + +class DownloadCSVTemplates(Operation): + """Download store csv templates (downloadCSVTemplates) + + This API is used to download store csv templates for store importing by CSV feature + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/zip"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + """ + + # region fields + + _url: str = "/platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates" + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/zip"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> DownloadCSVTemplates: + self.namespace = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, Any], Union[None, HttpResponse]]: + """Parse the given response. + + 200: OK - Any (Successful operation) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return content, None + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create(cls, namespace: str, **kwargs) -> DownloadCSVTemplates: + instance = cls() + instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> DownloadCSVTemplates: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store.py index a590bc89d..ff77a81b9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> ExportStore: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_1.py index 6b82e0060..17495fab8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_by_csv.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_by_csv.py new file mode 100644 index 000000000..e927cea14 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/export_store_by_csv.py @@ -0,0 +1,263 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import ErrorEntity +from ...models import ExportStoreToCSVRequest + + +class ExportStoreByCSV(Operation): + """Export a store to CSV format (exportStoreByCSV) + + This API is used to export a store to CSV format + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/exportByCSV + + method: POST + + tags: ["Store"] + + consumes: ["application/json"] + + produces: ["text/csv"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL ExportStoreToCSVRequest in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + + 400: Bad Request - ErrorEntity (30025: [{header}] is required by CSV import/export for catalogType [{catalogType}]) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}] | 30341: Item [{itemId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}]) + """ + + # region fields + + _url: str = "/platform/admin/namespaces/{namespace}/stores/exportByCSV" + _method: str = "POST" + _consumes: List[str] = ["application/json"] + _produces: List[str] = ["text/csv"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + body: ExportStoreToCSVRequest # OPTIONAL in [body] + namespace: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "body": self.get_body_params(), + "path": self.get_path_params(), + } + + def get_body_params(self) -> Any: + if not hasattr(self, "body") or self.body is None: + return None + return self.body.to_dict() + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_body(self, value: ExportStoreToCSVRequest) -> ExportStoreByCSV: + self.body = value + return self + + def with_namespace(self, value: str) -> ExportStoreByCSV: + self.namespace = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "body") and self.body: + result["body"] = self.body.to_dict(include_empty=include_empty) + elif include_empty: + result["body"] = ExportStoreToCSVRequest() + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, Any], Union[None, ErrorEntity, HttpResponse]]: + """Parse the given response. + + 200: OK - Any (Successful operation) + + 400: Bad Request - ErrorEntity (30025: [{header}] is required by CSV import/export for catalogType [{catalogType}]) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}] | 30341: Item [{itemId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}]) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return content, None + if code == 400: + return None, ErrorEntity.create_from_dict(content) + if code == 404: + return None, ErrorEntity.create_from_dict(content) + if code == 409: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, namespace: str, body: Optional[ExportStoreToCSVRequest] = None, **kwargs + ) -> ExportStoreByCSV: + instance = cls() + instance.namespace = namespace + if body is not None: + instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> ExportStoreByCSV: + instance = cls() + if "body" in dict_ and dict_["body"] is not None: + instance.body = ExportStoreToCSVRequest.create_from_dict( + dict_["body"], include_empty=include_empty + ) + elif include_empty: + instance.body = ExportStoreToCSVRequest() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "body": "body", + "namespace": "namespace", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "body": False, + "namespace": True, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_catalog_definition.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_catalog_definition.py new file mode 100644 index 000000000..d2ee894af --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_catalog_definition.py @@ -0,0 +1,257 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse +from accelbyte_py_sdk.core import StrEnum + +from ...models import CatalogDefinitionInfo + + +class CatalogTypeEnum(StrEnum): + APP = "APP" + CATEGORY = "CATEGORY" + ITEM = "ITEM" + SECTION = "SECTION" + VIEW = "VIEW" + + +class GetCatalogDefinition(Operation): + """Get catalog definition (getCatalogDefinition) + + This API is used to get catalog definition for import/export store by CSV + + Other detail info: + + * Required permission : resource=ADMIN:NAMESPACE:{namespace}:STORE, action=2 (READ) + * Returns : catalog definition + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/catalogDefinition + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + catalog_type: (catalogType) REQUIRED Union[str, CatalogTypeEnum] in query + + Responses: + 200: OK - List[CatalogDefinitionInfo] (successful operation) + """ + + # region fields + + _url: str = "/platform/admin/namespaces/{namespace}/stores/catalogDefinition" + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + catalog_type: Union[str, CatalogTypeEnum] # REQUIRED in [query] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + "query": self.get_query_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + return result + + def get_query_params(self) -> dict: + result = {} + if hasattr(self, "catalog_type"): + result["catalogType"] = self.catalog_type + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> GetCatalogDefinition: + self.namespace = value + return self + + def with_catalog_type( + self, value: Union[str, CatalogTypeEnum] + ) -> GetCatalogDefinition: + self.catalog_type = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "catalog_type") and self.catalog_type: + result["catalogType"] = str(self.catalog_type) + elif include_empty: + result["catalogType"] = Union[str, CatalogTypeEnum]() + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, List[CatalogDefinitionInfo]], Union[None, HttpResponse]]: + """Parse the given response. + + 200: OK - List[CatalogDefinitionInfo] (successful operation) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return [CatalogDefinitionInfo.create_from_dict(i) for i in content], None + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, namespace: str, catalog_type: Union[str, CatalogTypeEnum], **kwargs + ) -> GetCatalogDefinition: + instance = cls() + instance.namespace = namespace + instance.catalog_type = catalog_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> GetCatalogDefinition: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "catalogType" in dict_ and dict_["catalogType"] is not None: + instance.catalog_type = str(dict_["catalogType"]) + elif include_empty: + instance.catalog_type = Union[str, CatalogTypeEnum]() + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + "catalogType": "catalog_type", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + "catalogType": True, + } + + @staticmethod + def get_enum_map() -> Dict[str, List[Any]]: + return { + "catalogType": ["APP", "CATEGORY", "ITEM", "SECTION", "VIEW"], # in query + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store.py index 9542d715e..b7b01953b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPublishedStore: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store_backup.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store_backup.py index af52cbd75..94501c229 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store_backup.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_published_store_backup.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetPublishedStoreBackup: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_store.py index d4009918b..10aca9916 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/get_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, store_id: str, **kwargs) -> GetStore: instance = cls() instance.namespace = namespace instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store.py index 063c1b807..e5244e2ee 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.file = file if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_1.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_1.py index 141adce7c..74aec024e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_1.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.store_id = store_id if strict_mode is not None: instance.strict_mode = strict_mode + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_by_csv.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_by_csv.py new file mode 100644 index 000000000..1972941e7 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/import_store_by_csv.py @@ -0,0 +1,374 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import ErrorEntity +from ...models import ImportStoreResult + + +class ImportStoreByCSV(Operation): + """Import store using CSV format (importStoreByCSV) + + This API is used to import a store by CSV format. + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [UPDATE] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV + + method: POST + + tags: ["Store"] + + consumes: ["multipart/form-data"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + category: (category) OPTIONAL Any in form_data + + display: (display) OPTIONAL Any in form_data + + item: (item) OPTIONAL Any in form_data + + notes: (notes) OPTIONAL str in form_data + + section: (section) OPTIONAL Any in form_data + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + Responses: + 200: OK - ImportStoreResult (successful operation) + + 400: Bad Request - ErrorEntity (30024: Unable to parse CSV cell [{content}] | 30025: [{header}] is required by CSV import/export for catalogType [{catalogType}] | 30121: Store data is invalid) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}] | 30382: Duplicated Item sku [{sku}]) + """ + + # region fields + + _url: str = "/platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV" + _method: str = "POST" + _consumes: List[str] = ["multipart/form-data"] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + category: Any # OPTIONAL in [form_data] + display: Any # OPTIONAL in [form_data] + item: Any # OPTIONAL in [form_data] + notes: str # OPTIONAL in [form_data] + section: Any # OPTIONAL in [form_data] + namespace: str # REQUIRED in [path] + store_id: str # REQUIRED in [path] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "form_data": self.get_form_data_params(), + "path": self.get_path_params(), + } + + def get_form_data_params(self) -> dict: + result = {} + if hasattr(self, "category"): + result["category"] = self.category + if hasattr(self, "display"): + result["display"] = self.display + if hasattr(self, "item"): + result["item"] = self.item + if hasattr(self, "notes"): + result["notes"] = self.notes + if hasattr(self, "section"): + result["section"] = self.section + return result + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + if hasattr(self, "store_id"): + result["storeId"] = self.store_id + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_category(self, value: Any) -> ImportStoreByCSV: + self.category = value + return self + + def with_display(self, value: Any) -> ImportStoreByCSV: + self.display = value + return self + + def with_item(self, value: Any) -> ImportStoreByCSV: + self.item = value + return self + + def with_notes(self, value: str) -> ImportStoreByCSV: + self.notes = value + return self + + def with_section(self, value: Any) -> ImportStoreByCSV: + self.section = value + return self + + def with_namespace(self, value: str) -> ImportStoreByCSV: + self.namespace = value + return self + + def with_store_id(self, value: str) -> ImportStoreByCSV: + self.store_id = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "category") and self.category: + result["category"] = Any(self.category) + elif include_empty: + result["category"] = Any() + if hasattr(self, "display") and self.display: + result["display"] = Any(self.display) + elif include_empty: + result["display"] = Any() + if hasattr(self, "item") and self.item: + result["item"] = Any(self.item) + elif include_empty: + result["item"] = Any() + if hasattr(self, "notes") and self.notes: + result["notes"] = str(self.notes) + elif include_empty: + result["notes"] = "" + if hasattr(self, "section") and self.section: + result["section"] = Any(self.section) + elif include_empty: + result["section"] = Any() + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "store_id") and self.store_id: + result["storeId"] = str(self.store_id) + elif include_empty: + result["storeId"] = "" + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[Union[None, ImportStoreResult], Union[None, ErrorEntity, HttpResponse]]: + """Parse the given response. + + 200: OK - ImportStoreResult (successful operation) + + 400: Bad Request - ErrorEntity (30024: Unable to parse CSV cell [{content}] | 30025: [{header}] is required by CSV import/export for catalogType [{catalogType}] | 30121: Store data is invalid) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}] | 30382: Duplicated Item sku [{sku}]) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return ImportStoreResult.create_from_dict(content), None + if code == 400: + return None, ErrorEntity.create_from_dict(content) + if code == 404: + return None, ErrorEntity.create_from_dict(content) + if code == 409: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, + namespace: str, + store_id: str, + category: Optional[Any] = None, + display: Optional[Any] = None, + item: Optional[Any] = None, + notes: Optional[str] = None, + section: Optional[Any] = None, + **kwargs, + ) -> ImportStoreByCSV: + instance = cls() + instance.namespace = namespace + instance.store_id = store_id + if category is not None: + instance.category = category + if display is not None: + instance.display = display + if item is not None: + instance.item = item + if notes is not None: + instance.notes = notes + if section is not None: + instance.section = section + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> ImportStoreByCSV: + instance = cls() + if "category" in dict_ and dict_["category"] is not None: + instance.category = Any(dict_["category"]) + elif include_empty: + instance.category = Any() + if "display" in dict_ and dict_["display"] is not None: + instance.display = Any(dict_["display"]) + elif include_empty: + instance.display = Any() + if "item" in dict_ and dict_["item"] is not None: + instance.item = Any(dict_["item"]) + elif include_empty: + instance.item = Any() + if "notes" in dict_ and dict_["notes"] is not None: + instance.notes = str(dict_["notes"]) + elif include_empty: + instance.notes = "" + if "section" in dict_ and dict_["section"] is not None: + instance.section = Any(dict_["section"]) + elif include_empty: + instance.section = Any() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "storeId" in dict_ and dict_["storeId"] is not None: + instance.store_id = str(dict_["storeId"]) + elif include_empty: + instance.store_id = "" + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "category": "category", + "display": "display", + "item": "item", + "notes": "notes", + "section": "section", + "namespace": "namespace", + "storeId": "store_id", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "category": False, + "display": False, + "item": False, + "notes": False, + "section": False, + "namespace": True, + "storeId": True, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/list_stores.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/list_stores.py index c427abf2b..698a2f6d6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/list_stores.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/list_stores.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -186,6 +186,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ListStores: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/public_list_stores.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/public_list_stores.py index 052a10168..23c44d73d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/public_list_stores.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/public_list_stores.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -185,6 +185,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicListStores: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/query_import_history.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/query_import_history.py new file mode 100644 index 000000000..d18063f16 --- /dev/null +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/query_import_history.py @@ -0,0 +1,387 @@ +# Copyright (c) 2021 AccelByte Inc. All Rights Reserved. +# This is licensed software from AccelByte Inc, for limitations +# and restrictions contact your company contract manager. +# +# Code generated. DO NOT EDIT! + +# template file: operation.j2 + +# pylint: disable=duplicate-code +# pylint: disable=line-too-long +# pylint: disable=missing-function-docstring +# pylint: disable=missing-module-docstring +# pylint: disable=too-many-arguments +# pylint: disable=too-many-branches +# pylint: disable=too-many-instance-attributes +# pylint: disable=too-many-lines +# pylint: disable=too-many-locals +# pylint: disable=too-many-public-methods +# pylint: disable=too-many-return-statements +# pylint: disable=too-many-statements +# pylint: disable=unused-import + +# AccelByte Gaming Services Platform Service + +from __future__ import annotations +from typing import Any, Dict, List, Optional, Tuple, Union + +from accelbyte_py_sdk.core import Operation +from accelbyte_py_sdk.core import HeaderStr +from accelbyte_py_sdk.core import HttpResponse + +from ...models import ErrorEntity +from ...models import ImportStoreHistoryPagingResult + + +class QueryImportHistory(Operation): + """Query import store history (queryImportHistory) + + This API is used to query import store history + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/import/history + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + end: (end) OPTIONAL str in query + + limit: (limit) OPTIONAL int in query + + offset: (offset) OPTIONAL int in query + + sort_by: (sortBy) OPTIONAL str in query + + start: (start) OPTIONAL str in query + + success: (success) OPTIONAL bool in query + + Responses: + 200: OK - ImportStoreHistoryPagingResult (successful operation) + + 400: Bad Request - ErrorEntity (20027: Invalid time range) + """ + + # region fields + + _url: str = "/platform/admin/namespaces/{namespace}/stores/{storeId}/import/history" + _method: str = "GET" + _consumes: List[str] = [] + _produces: List[str] = ["application/json"] + _securities: List[List[str]] = [["BEARER_AUTH"], ["BEARER_AUTH"]] + _location_query: str = None + + namespace: str # REQUIRED in [path] + store_id: str # REQUIRED in [path] + end: str # OPTIONAL in [query] + limit: int # OPTIONAL in [query] + offset: int # OPTIONAL in [query] + sort_by: str # OPTIONAL in [query] + start: str # OPTIONAL in [query] + success: bool # OPTIONAL in [query] + + # endregion fields + + # region properties + + @property + def url(self) -> str: + return self._url + + @property + def method(self) -> str: + return self._method + + @property + def consumes(self) -> List[str]: + return self._consumes + + @property + def produces(self) -> List[str]: + return self._produces + + @property + def securities(self) -> List[List[str]]: + return self._securities + + @property + def location_query(self) -> str: + return self._location_query + + # endregion properties + + # region get methods + + # endregion get methods + + # region get_x_params methods + + def get_all_params(self) -> dict: + return { + "path": self.get_path_params(), + "query": self.get_query_params(), + } + + def get_path_params(self) -> dict: + result = {} + if hasattr(self, "namespace"): + result["namespace"] = self.namespace + if hasattr(self, "store_id"): + result["storeId"] = self.store_id + return result + + def get_query_params(self) -> dict: + result = {} + if hasattr(self, "end"): + result["end"] = self.end + if hasattr(self, "limit"): + result["limit"] = self.limit + if hasattr(self, "offset"): + result["offset"] = self.offset + if hasattr(self, "sort_by"): + result["sortBy"] = self.sort_by + if hasattr(self, "start"): + result["start"] = self.start + if hasattr(self, "success"): + result["success"] = self.success + return result + + # endregion get_x_params methods + + # region is/has methods + + # endregion is/has methods + + # region with_x methods + + def with_namespace(self, value: str) -> QueryImportHistory: + self.namespace = value + return self + + def with_store_id(self, value: str) -> QueryImportHistory: + self.store_id = value + return self + + def with_end(self, value: str) -> QueryImportHistory: + self.end = value + return self + + def with_limit(self, value: int) -> QueryImportHistory: + self.limit = value + return self + + def with_offset(self, value: int) -> QueryImportHistory: + self.offset = value + return self + + def with_sort_by(self, value: str) -> QueryImportHistory: + self.sort_by = value + return self + + def with_start(self, value: str) -> QueryImportHistory: + self.start = value + return self + + def with_success(self, value: bool) -> QueryImportHistory: + self.success = value + return self + + # endregion with_x methods + + # region to methods + + def to_dict(self, include_empty: bool = False) -> dict: + result: dict = {} + if hasattr(self, "namespace") and self.namespace: + result["namespace"] = str(self.namespace) + elif include_empty: + result["namespace"] = "" + if hasattr(self, "store_id") and self.store_id: + result["storeId"] = str(self.store_id) + elif include_empty: + result["storeId"] = "" + if hasattr(self, "end") and self.end: + result["end"] = str(self.end) + elif include_empty: + result["end"] = "" + if hasattr(self, "limit") and self.limit: + result["limit"] = int(self.limit) + elif include_empty: + result["limit"] = 0 + if hasattr(self, "offset") and self.offset: + result["offset"] = int(self.offset) + elif include_empty: + result["offset"] = 0 + if hasattr(self, "sort_by") and self.sort_by: + result["sortBy"] = str(self.sort_by) + elif include_empty: + result["sortBy"] = "" + if hasattr(self, "start") and self.start: + result["start"] = str(self.start) + elif include_empty: + result["start"] = "" + if hasattr(self, "success") and self.success: + result["success"] = bool(self.success) + elif include_empty: + result["success"] = False + return result + + # endregion to methods + + # region response methods + + # noinspection PyMethodMayBeStatic + def parse_response( + self, code: int, content_type: str, content: Any + ) -> Tuple[ + Union[None, ImportStoreHistoryPagingResult], + Union[None, ErrorEntity, HttpResponse], + ]: + """Parse the given response. + + 200: OK - ImportStoreHistoryPagingResult (successful operation) + + 400: Bad Request - ErrorEntity (20027: Invalid time range) + + ---: HttpResponse (Undocumented Response) + + ---: HttpResponse (Unexpected Content-Type Error) + + ---: HttpResponse (Unhandled Error) + """ + pre_processed_response, error = self.pre_process_response( + code=code, content_type=content_type, content=content + ) + if error is not None: + return None, None if error.is_no_content() else error + code, content_type, content = pre_processed_response + + if code == 200: + return ImportStoreHistoryPagingResult.create_from_dict(content), None + if code == 400: + return None, ErrorEntity.create_from_dict(content) + + return self.handle_undocumented_response( + code=code, content_type=content_type, content=content + ) + + # endregion response methods + + # region static methods + + @classmethod + def create( + cls, + namespace: str, + store_id: str, + end: Optional[str] = None, + limit: Optional[int] = None, + offset: Optional[int] = None, + sort_by: Optional[str] = None, + start: Optional[str] = None, + success: Optional[bool] = None, + **kwargs, + ) -> QueryImportHistory: + instance = cls() + instance.namespace = namespace + instance.store_id = store_id + if end is not None: + instance.end = end + if limit is not None: + instance.limit = limit + if offset is not None: + instance.offset = offset + if sort_by is not None: + instance.sort_by = sort_by + if start is not None: + instance.start = start + if success is not None: + instance.success = success + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id + return instance + + @classmethod + def create_from_dict( + cls, dict_: dict, include_empty: bool = False + ) -> QueryImportHistory: + instance = cls() + if "namespace" in dict_ and dict_["namespace"] is not None: + instance.namespace = str(dict_["namespace"]) + elif include_empty: + instance.namespace = "" + if "storeId" in dict_ and dict_["storeId"] is not None: + instance.store_id = str(dict_["storeId"]) + elif include_empty: + instance.store_id = "" + if "end" in dict_ and dict_["end"] is not None: + instance.end = str(dict_["end"]) + elif include_empty: + instance.end = "" + if "limit" in dict_ and dict_["limit"] is not None: + instance.limit = int(dict_["limit"]) + elif include_empty: + instance.limit = 0 + if "offset" in dict_ and dict_["offset"] is not None: + instance.offset = int(dict_["offset"]) + elif include_empty: + instance.offset = 0 + if "sortBy" in dict_ and dict_["sortBy"] is not None: + instance.sort_by = str(dict_["sortBy"]) + elif include_empty: + instance.sort_by = "" + if "start" in dict_ and dict_["start"] is not None: + instance.start = str(dict_["start"]) + elif include_empty: + instance.start = "" + if "success" in dict_ and dict_["success"] is not None: + instance.success = bool(dict_["success"]) + elif include_empty: + instance.success = False + return instance + + @staticmethod + def get_field_info() -> Dict[str, str]: + return { + "namespace": "namespace", + "storeId": "store_id", + "end": "end", + "limit": "limit", + "offset": "offset", + "sortBy": "sort_by", + "start": "start", + "success": "success", + } + + @staticmethod + def get_required_map() -> Dict[str, bool]: + return { + "namespace": True, + "storeId": True, + "end": False, + "limit": False, + "offset": False, + "sortBy": False, + "start": False, + "success": False, + } + + # endregion static methods diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/rollback_published_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/rollback_published_store.py index 8ad6656d3..534d5021d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/rollback_published_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/rollback_published_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -193,6 +193,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> RollbackPublishedStore: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/update_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/update_store.py index d76f16528..d7218d44f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/update_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/store/update_store.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/__init__.py index 42e1730a4..769b41857 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/cancel_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/cancel_subscription.py index b987207a3..7b6fdb33c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/cancel_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/cancel_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.body = body if force is not None: instance.force = force + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/check_user_subscription_6c59a6.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/check_user_subscription_6c59a6.py index e559e720b..d9ddf2de0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/check_user_subscription_6c59a6.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/check_user_subscription_6c59a6.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.item_id = item_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/delete_user_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/delete_user_subscription.py index fc4bfce1d..c90df4e64 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/delete_user_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/delete_user_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create( instance.namespace = namespace instance.subscription_id = subscription_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription.py index 737e3f711..0b2e5f2b9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.namespace = namespace instance.subscription_id = subscription_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_a_b2b8e9.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_a_b2b8e9.py index 824596e23..98fd09e26 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_a_b2b8e9.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_a_b2b8e9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -280,6 +280,8 @@ def create( instance.offset = offset if subscription_id is not None: instance.subscription_id = subscription_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_b_a3096e.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_b_a3096e.py index 1ea9fb77b..f48b6b272 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_b_a3096e.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/get_user_subscription_b_a3096e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/grant_days_to_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/grant_days_to_subscription.py index a8101f894..12695ff3c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/grant_days_to_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/grant_days_to_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/platform_subscribe_subs_ad4f3b.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/platform_subscribe_subs_ad4f3b.py index d5483e785..8d662c5cc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/platform_subscribe_subs_ad4f3b.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/platform_subscribe_subs_ad4f3b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/process_user_subscripti_d07750.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/process_user_subscripti_d07750.py index 2ac299678..307bd83cd 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/process_user_subscripti_d07750.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/process_user_subscripti_d07750.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_cancel_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_cancel_subscription.py index 6847f8919..e5a131489 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_cancel_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_cancel_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_change_subscript_350ff2.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_change_subscript_350ff2.py index 4c238242b..42c199ab6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_change_subscript_350ff2.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_change_subscript_350ff2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace instance.subscription_id = subscription_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_check_user_subsc_16fdcb.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_check_user_subsc_16fdcb.py index 40aca086e..f32e15a68 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_check_user_subsc_16fdcb.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_check_user_subsc_16fdcb.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.item_id = item_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscri_c8d5b3.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscri_c8d5b3.py index bc1b3eb8b..dbe685a16 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscri_c8d5b3.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscri_c8d5b3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscription.py index c436135f5..c179a92ad 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_get_user_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create( instance.namespace = namespace instance.subscription_id = subscription_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_query_user_subsc_29ae74.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_query_user_subsc_29ae74.py index f1c2040b9..28b7b248b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_query_user_subsc_29ae74.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_query_user_subsc_29ae74.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -348,6 +348,8 @@ def create( instance.status = status if subscribed_by is not None: instance.subscribed_by = subscribed_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_subscribe_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_subscribe_subscription.py index 5e587ef90..e8371ea88 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_subscribe_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/public_subscribe_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_subscriptions.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_subscriptions.py index 63bddc5b9..6e41c7471 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_subscriptions.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_subscriptions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -347,6 +347,8 @@ def create( instance.subscribed_by = subscribed_by if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_user_subscriptions.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_user_subscriptions.py index 6da11f1c1..3383669e9 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_user_subscriptions.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/query_user_subscriptions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -346,6 +346,8 @@ def create( instance.status = status if subscribed_by is not None: instance.subscribed_by = subscribed_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/recurring_charge_subscription.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/recurring_charge_subscription.py index 98797a189..e675cbf4c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/recurring_charge_subscription.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/subscription/recurring_charge_subscription.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -201,6 +201,8 @@ def create( instance = cls() instance.namespace = namespace instance.subscription_id = subscription_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/__init__.py index 5933f88c6..59e51d97d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/acquire_user_ticket.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/acquire_user_ticket.py index 98da31060..a58d8f8e3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/acquire_user_ticket.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/acquire_user_ticket.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/decrease_ticket_sale.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/decrease_ticket_sale.py index 3fa018a3d..c2ec82119 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/decrease_ticket_sale.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/decrease_ticket_sale.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_booth_id.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_booth_id.py index 2c41abfc7..498eef421 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_booth_id.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_booth_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, booth_name: str, namespace: str, **kwargs) -> GetTicketBoothID: instance = cls() instance.booth_name = booth_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_dynamic.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_dynamic.py index 2a8751148..48b675f23 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_dynamic.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/get_ticket_dynamic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -206,6 +206,8 @@ def create(cls, booth_name: str, namespace: str, **kwargs) -> GetTicketDynamic: instance = cls() instance.booth_name = booth_name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/increase_ticket_sale.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/increase_ticket_sale.py index 88ac42caf..c7c64e36f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/increase_ticket_sale.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/ticket/increase_ticket_sale.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/__init__.py index f43e83337..562f1b0f6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/commit.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/commit.py index be71241d0..2ab82cd9a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/commit.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/commit.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_criteria.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_criteria.py index 47fd4c3da..eda0e68f4 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_criteria.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_criteria.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -279,6 +279,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_tr_8b774c.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_tr_8b774c.py index 181c48752..629ca0d34 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_tr_8b774c.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/trade_action/get_trade_history_by_tr_8b774c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create( instance = cls() instance.namespace = namespace instance.transaction_id = transaction_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/__init__.py index 4fc0cf759..550b2d93e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/create_view.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/create_view.py index a75321b40..84fef90a1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/create_view.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/create_view.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/delete_view.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/delete_view.py index 7d465df65..e3f74e73f 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/delete_view.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/delete_view.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.view_id = view_id instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/get_view.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/get_view.py index fd4b14e4c..aa504ae51 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/get_view.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/get_view.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.view_id = view_id if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/list_views.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/list_views.py index 19d0b9374..2b409b5bc 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/list_views.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/list_views.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/public_list_views.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/public_list_views.py index d4264967e..6591835eb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/public_list_views.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/public_list_views.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.language = language if store_id is not None: instance.store_id = store_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/update_view.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/update_view.py index 7a8171782..d78f5d500 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/update_view.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/view/update_view.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.store_id = store_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/__init__.py index 40f56fed7..8b0366652 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_credit.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_credit.py index 5da92a7d3..037523cf3 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_credit.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_credit.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_debit.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_debit.py index 3269ef665..163444080 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_debit.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/bulk_debit.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_balance.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_balance.py index 7e8145238..fc493e574 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_balance.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_balance.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.currency_code = currency_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_wallet.py index e51a853e0..7aa6f544c 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/check_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.origin = origin + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/credit_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/credit_user_wallet.py index bc4900b06..0cb4dce78 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/credit_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/credit_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_by_wallet_platform.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_by_wallet_platform.py index 5046ec449..c9e171d17 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_by_wallet_platform.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_by_wallet_platform.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.currency_code = currency_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet.py index 977e18f43..65ecbd995 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.wallet_id = wallet_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet_by_cu_54daab.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet_by_cu_54daab.py index 285a1efa2..33568ae00 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet_by_cu_54daab.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/debit_user_wallet_by_cu_54daab.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/disable_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/disable_user_wallet.py index f2a3a8dd2..20b6f637a 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/disable_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/disable_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.wallet_id = wallet_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/enable_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/enable_user_wallet.py index 1cf1967a7..db4f6a991 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/enable_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/enable_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.wallet_id = wallet_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_platform_wallet_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_platform_wallet_config.py index 2221b8d78..4cab3685d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_platform_wallet_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_platform_wallet_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_user_wallet.py index 66d658601..d448e301b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace instance.user_id = user_id instance.wallet_id = wallet_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_wallet.py index 915771237..5c6b26a0d 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/get_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, wallet_id: str, **kwargs) -> GetWallet: instance = cls() instance.namespace = namespace instance.wallet_id = wallet_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_currency_tran_bb67cf.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_currency_tran_bb67cf.py index 23e9b51d7..4203707c0 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_currency_tran_bb67cf.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_currency_tran_bb67cf.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_wallet_transactions.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_wallet_transactions.py index c6e1ab252..a1448525e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_wallet_transactions.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/list_user_wallet_transactions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/pay_with_user_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/pay_with_user_wallet.py index 86bb385e6..1dc9a8323 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/pay_with_user_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/pay_with_user_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_my_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_my_wallet.py index e9894194e..8c036fe39 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_my_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_my_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, currency_code: str, namespace: str, **kwargs) -> PublicGetMyWall instance = cls() instance.currency_code = currency_code instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_wallet.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_wallet.py index f5b010d9e..e6ff4b19e 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_wallet.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_get_wallet.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create( instance.currency_code = currency_code instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_list_user_wallet_ed4de4.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_list_user_wallet_ed4de4.py index bea9afd37..2bd711ae1 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_list_user_wallet_ed4de4.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/public_list_user_wallet_ed4de4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_user_currency_wallets.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_user_currency_wallets.py index c3b66f3ce..39555bc1b 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_user_currency_wallets.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_user_currency_wallets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> QueryUserCurrencyWall instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_wallets.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_wallets.py index 1c1f8cc5b..040ef16bb 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_wallets.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/query_wallets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -290,6 +290,8 @@ def create( instance.origin = origin if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/reset_platform_wallet_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/reset_platform_wallet_config.py index e4a3b1db3..1864e9418 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/reset_platform_wallet_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/reset_platform_wallet_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.namespace = namespace instance.platform = platform + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/update_platform_wallet_config.py b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/update_platform_wallet_config.py index d1224e416..036b32a17 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/update_platform_wallet_config.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/operations/wallet/update_platform_wallet_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Platform Service (4.44.0) +# AccelByte Gaming Services Platform Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.platform = platform if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/__init__.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/__init__.py index 8b1bd66fb..6fc0c15e8 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/__init__.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Platform Service.""" -__version__ = "4.44.0" +__version__ = "4.45.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" @@ -242,12 +242,18 @@ from ._entitlement import public_get_user_entitlement_ownership_by_item_ids_async from ._entitlement import public_get_user_entitlement_ownership_by_sku from ._entitlement import public_get_user_entitlement_ownership_by_sku_async +from ._entitlement import public_get_user_entitlements_by_ids +from ._entitlement import public_get_user_entitlements_by_ids_async from ._entitlement import public_query_user_entitlements from ._entitlement import public_query_user_entitlements_async from ._entitlement import public_query_user_entitlements_by_app_type from ._entitlement import public_query_user_entitlements_by_app_type_async from ._entitlement import public_sell_user_entitlement from ._entitlement import public_sell_user_entitlement_async +from ._entitlement import public_split_user_entitlement +from ._entitlement import public_split_user_entitlement_async +from ._entitlement import public_transfer_user_entitlement +from ._entitlement import public_transfer_user_entitlement_async from ._entitlement import query_entitlements from ._entitlement import query_entitlements_async from ._entitlement import query_entitlements_1 @@ -778,10 +784,16 @@ from ._store import delete_published_store_async from ._store import delete_store from ._store import delete_store_async +from ._store import download_csv_templates +from ._store import download_csv_templates_async from ._store import export_store from ._store import export_store_async from ._store import export_store_1 from ._store import export_store_1_async +from ._store import export_store_by_csv +from ._store import export_store_by_csv_async +from ._store import get_catalog_definition +from ._store import get_catalog_definition_async from ._store import get_published_store from ._store import get_published_store_async from ._store import get_published_store_backup @@ -792,10 +804,14 @@ from ._store import import_store_async from ._store import import_store_1 from ._store import import_store_1_async +from ._store import import_store_by_csv +from ._store import import_store_by_csv_async from ._store import list_stores from ._store import list_stores_async from ._store import public_list_stores from ._store import public_list_stores_async +from ._store import query_import_history +from ._store import query_import_history_async from ._store import rollback_published_store from ._store import rollback_published_store_async from ._store import update_store diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_clawback.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_clawback.py index c418d8fe8..e2eac2f35 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_clawback.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_clawback.py @@ -29,6 +29,7 @@ from accelbyte_py_sdk.core import run_request_async from accelbyte_py_sdk.core import same_doc_as +from ..models import ClawbackInfo from ..models import IAPClawbackPagingSlicedResult from ..models import StreamEvent @@ -38,6 +39,7 @@ QueryIAPClawbackHistoryEventTypeEnum, QueryIAPClawbackHistoryStatusEnum, ) +from ..models import ClawbackInfoFeedbackStatusEnum, ClawbackInfoStatusEnum @same_doc_as(MockPlayStationStreamEvent) @@ -73,7 +75,7 @@ def mock_play_station_stream_event( namespace: (namespace) REQUIRED str in path Responses: - default: (successful operation) + 200: OK - ClawbackInfo (successful operation) """ if namespace is None: namespace, error = get_services_namespace() @@ -119,7 +121,7 @@ async def mock_play_station_stream_event_async( namespace: (namespace) REQUIRED str in path Responses: - default: (successful operation) + 200: OK - ClawbackInfo (successful operation) """ if namespace is None: namespace, error = get_services_namespace() diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_entitlement.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_entitlement.py index c7a37af36..2bc810b49 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_entitlement.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_entitlement.py @@ -52,6 +52,10 @@ from ..models import EntitlementPrechekResult from ..models import EntitlementSoldRequest from ..models import EntitlementSoldResult +from ..models import EntitlementSplitRequest +from ..models import EntitlementSplitResult +from ..models import EntitlementTransferRequest +from ..models import EntitlementTransferResult from ..models import EntitlementUpdate from ..models import ErrorEntity from ..models import Ownership @@ -123,6 +127,7 @@ from ..operations.entitlement import ( PublicGetUserEntitlementOwnershipBySkuEntitlementClazzEnum, ) +from ..operations.entitlement import PublicGetUserEntitlementsByIds from ..operations.entitlement import PublicQueryUserEntitlements from ..operations.entitlement import ( PublicQueryUserEntitlementsAppTypeEnum, @@ -131,6 +136,8 @@ from ..operations.entitlement import PublicQueryUserEntitlementsByAppType from ..operations.entitlement import PublicQueryUserEntitlementsByAppTypeAppTypeEnum from ..operations.entitlement import PublicSellUserEntitlement +from ..operations.entitlement import PublicSplitUserEntitlement +from ..operations.entitlement import PublicTransferUserEntitlement from ..operations.entitlement import QueryEntitlements from ..operations.entitlement import ( QueryEntitlementsAppTypeEnum, @@ -4674,6 +4681,124 @@ async def public_get_user_entitlement_ownership_by_sku_async( ) +@same_doc_as(PublicGetUserEntitlementsByIds) +def public_get_user_entitlements_by_ids( + user_id: str, + available_platform_only: Optional[bool] = None, + ids: Optional[List[str]] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get user entitlements by ids. (publicGetUserEntitlementsByIds) + + Get user entitlements by ids.. + + Other detail info: + + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=2 (READ) + * Returns : entitlement list + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [READ] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds + + method: GET + + tags: ["Entitlement"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + available_platform_only: (availablePlatformOnly) OPTIONAL bool in query + + ids: (ids) OPTIONAL List[str] in query + + Responses: + 200: OK - List[EntitlementInfo] (successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicGetUserEntitlementsByIds.create( + user_id=user_id, + available_platform_only=available_platform_only, + ids=ids, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(PublicGetUserEntitlementsByIds) +async def public_get_user_entitlements_by_ids_async( + user_id: str, + available_platform_only: Optional[bool] = None, + ids: Optional[List[str]] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get user entitlements by ids. (publicGetUserEntitlementsByIds) + + Get user entitlements by ids.. + + Other detail info: + + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=2 (READ) + * Returns : entitlement list + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [READ] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds + + method: GET + + tags: ["Entitlement"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + available_platform_only: (availablePlatformOnly) OPTIONAL bool in query + + ids: (ids) OPTIONAL List[str] in query + + Responses: + 200: OK - List[EntitlementInfo] (successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicGetUserEntitlementsByIds.create( + user_id=user_id, + available_platform_only=available_platform_only, + ids=ids, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(PublicQueryUserEntitlements) def public_query_user_entitlements( user_id: str, @@ -5082,6 +5207,246 @@ async def public_sell_user_entitlement_async( ) +@same_doc_as(PublicSplitUserEntitlement) +def public_split_user_entitlement( + entitlement_id: str, + user_id: str, + body: Optional[EntitlementSplitRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Split user entitlement (publicSplitUserEntitlement) + + Split a specified use count of entitlement and create a new entitlement with splitting use count.Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementSplitRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementSplitResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 20006: optimistic lock) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicSplitUserEntitlement.create( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(PublicSplitUserEntitlement) +async def public_split_user_entitlement_async( + entitlement_id: str, + user_id: str, + body: Optional[EntitlementSplitRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Split user entitlement (publicSplitUserEntitlement) + + Split a specified use count of entitlement and create a new entitlement with splitting use count.Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementSplitRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementSplitResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 20006: optimistic lock) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicSplitUserEntitlement.create( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + +@same_doc_as(PublicTransferUserEntitlement) +def public_transfer_user_entitlement( + entitlement_id: str, + user_id: str, + body: Optional[EntitlementTransferRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Transfer user entitlement (publicTransferUserEntitlement) + + Transfer a specified use count from entitlement A to B..Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementTransferRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementTransferResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 31184: Source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] should have same collectionId, timeRange, origin and itemId | 31185: Transferred source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] can not be set to same | 20006: optimistic lock) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicTransferUserEntitlement.create( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(PublicTransferUserEntitlement) +async def public_transfer_user_entitlement_async( + entitlement_id: str, + user_id: str, + body: Optional[EntitlementTransferRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Transfer user entitlement (publicTransferUserEntitlement) + + Transfer a specified use count from entitlement A to B..Other detail info: + * Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT", action=4 (UPDATE) + * Returns : entitlement + + Required Permission(s): + - NAMESPACE:{namespace}:USER:{userId}:ENTITLEMENT [UPDATE] + + Properties: + url: /platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer + + method: PUT + + tags: ["Entitlement"] + + consumes: ["application/json"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL EntitlementTransferRequest in body + + entitlement_id: (entitlementId) REQUIRED str in path + + namespace: (namespace) REQUIRED str in path + + user_id: (userId) REQUIRED str in path + + Responses: + 200: OK - EntitlementTransferResult (successful operation) + + 404: Not Found - ErrorEntity (31141: Entitlement [{entitlementId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (31171: Entitlement [{entitlementId}] already revoked | 31172: Entitlement [{entitlementId}] not active | 31174: Entitlement [{entitlementId}] already consumed | 31176: Entitlement [{entitlementId}] use count is insufficient | 31178: Entitlement [{entitlementId}] out of time range | 31182: Entitlement [{entitlementId}] already sold | 31183: Entitlement [{entitlementId}] origin [{origin}] not allowed be operated at [{platform}] | 31184: Source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] should have same collectionId, timeRange, origin and itemId | 31185: Transferred source entitlement [{sourceEntitlementId}] and target entitlement [{targetEntitlementId}] can not be set to same | 20006: optimistic lock) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = PublicTransferUserEntitlement.create( + entitlement_id=entitlement_id, + user_id=user_id, + body=body, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(QueryEntitlements) def query_entitlements( active_only: Optional[bool] = None, @@ -5383,6 +5748,7 @@ def query_user_entitlements( user_id: str, active_only: Optional[bool] = None, app_type: Optional[Union[str, QueryUserEntitlementsAppTypeEnum]] = None, + collection_id: Optional[str] = None, entitlement_clazz: Optional[ Union[str, QueryUserEntitlementsEntitlementClazzEnum] ] = None, @@ -5430,6 +5796,8 @@ def query_user_entitlements( app_type: (appType) OPTIONAL Union[str, AppTypeEnum] in query + collection_id: (collectionId) OPTIONAL str in query + entitlement_clazz: (entitlementClazz) OPTIONAL Union[str, EntitlementClazzEnum] in query entitlement_name: (entitlementName) OPTIONAL str in query @@ -5457,6 +5825,7 @@ def query_user_entitlements( user_id=user_id, active_only=active_only, app_type=app_type, + collection_id=collection_id, entitlement_clazz=entitlement_clazz, entitlement_name=entitlement_name, features=features, @@ -5475,6 +5844,7 @@ async def query_user_entitlements_async( user_id: str, active_only: Optional[bool] = None, app_type: Optional[Union[str, QueryUserEntitlementsAppTypeEnum]] = None, + collection_id: Optional[str] = None, entitlement_clazz: Optional[ Union[str, QueryUserEntitlementsEntitlementClazzEnum] ] = None, @@ -5522,6 +5892,8 @@ async def query_user_entitlements_async( app_type: (appType) OPTIONAL Union[str, AppTypeEnum] in query + collection_id: (collectionId) OPTIONAL str in query + entitlement_clazz: (entitlementClazz) OPTIONAL Union[str, EntitlementClazzEnum] in query entitlement_name: (entitlementName) OPTIONAL str in query @@ -5549,6 +5921,7 @@ async def query_user_entitlements_async( user_id=user_id, active_only=active_only, app_type=app_type, + collection_id=collection_id, entitlement_clazz=entitlement_clazz, entitlement_name=entitlement_name, features=features, diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_item.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_item.py index e5cf9e5d2..29a20f280 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_item.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_item.py @@ -800,7 +800,7 @@ def create_item( - ## Restrictions for item extension and localization extension + ## Restrictions for item extension and localization extension and inventory config custom attributes 1. Cannot use "." as the key name @@ -1093,7 +1093,7 @@ async def create_item_async( - ## Restrictions for item extension and localization extension + ## Restrictions for item extension and localization extension and inventory config custom attributes 1. Cannot use "." as the key name @@ -2258,6 +2258,7 @@ async def get_bulk_item_id_by_skus_async( def get_estimated_price( item_ids: str, user_id: str, + platform: Optional[str] = None, region: Optional[str] = None, store_id: Optional[str] = None, namespace: Optional[str] = None, @@ -2283,6 +2284,8 @@ def get_estimated_price( namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + region: (region) OPTIONAL str in query store_id: (storeId) OPTIONAL str in query @@ -2303,6 +2306,7 @@ def get_estimated_price( request = GetEstimatedPrice.create( item_ids=item_ids, user_id=user_id, + platform=platform, region=region, store_id=store_id, namespace=namespace, @@ -2314,6 +2318,7 @@ def get_estimated_price( async def get_estimated_price_async( item_ids: str, user_id: str, + platform: Optional[str] = None, region: Optional[str] = None, store_id: Optional[str] = None, namespace: Optional[str] = None, @@ -2339,6 +2344,8 @@ async def get_estimated_price_async( namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + region: (region) OPTIONAL str in query store_id: (storeId) OPTIONAL str in query @@ -2359,6 +2366,7 @@ async def get_estimated_price_async( request = GetEstimatedPrice.create( item_ids=item_ids, user_id=user_id, + platform=platform, region=region, store_id=store_id, namespace=namespace, @@ -7218,6 +7226,7 @@ async def update_item_type_config_async( def validate_item_purchase_condition( user_id: str, body: Optional[ItemPurchaseConditionValidateRequest] = None, + platform: Optional[str] = None, namespace: Optional[str] = None, x_additional_headers: Optional[Dict[str, str]] = None, **kwargs @@ -7243,6 +7252,8 @@ def validate_item_purchase_condition( namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + user_id: (userId) REQUIRED str in query Responses: @@ -7257,6 +7268,7 @@ def validate_item_purchase_condition( request = ValidateItemPurchaseCondition.create( user_id=user_id, body=body, + platform=platform, namespace=namespace, ) return run_request(request, additional_headers=x_additional_headers, **kwargs) @@ -7266,6 +7278,7 @@ def validate_item_purchase_condition( async def validate_item_purchase_condition_async( user_id: str, body: Optional[ItemPurchaseConditionValidateRequest] = None, + platform: Optional[str] = None, namespace: Optional[str] = None, x_additional_headers: Optional[Dict[str, str]] = None, **kwargs @@ -7291,6 +7304,8 @@ async def validate_item_purchase_condition_async( namespace: (namespace) REQUIRED str in path + platform: (platform) OPTIONAL str in query + user_id: (userId) REQUIRED str in query Responses: @@ -7305,6 +7320,7 @@ async def validate_item_purchase_condition_async( request = ValidateItemPurchaseCondition.create( user_id=user_id, body=body, + platform=platform, namespace=namespace, ) return await run_request_async( diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_order.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_order.py index 6a3332a32..1bc062dc6 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_order.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_order.py @@ -67,7 +67,10 @@ from ..operations.order import QueryUserOrdersStatusEnum from ..operations.order import RefundOrder from ..operations.order import UpdateUserOrderStatus -from ..models import AdminOrderCreatePlatformEnum +from ..models import ( + AdminOrderCreateEntitlementPlatformEnum, + AdminOrderCreatePlatformEnum, +) from ..models import OrderHistoryInfoActionEnum from ..models import OrderInfoPaymentProviderEnum, OrderInfoStatusEnum from ..models import OrderUpdateStatusEnum diff --git a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_store.py b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_store.py index 0b329b363..777469113 100644 --- a/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_store.py +++ b/src/services/platform/accelbyte_py_sdk/api/platform/wrappers/_store.py @@ -30,8 +30,11 @@ from accelbyte_py_sdk.core import deprecated from accelbyte_py_sdk.core import same_doc_as +from ..models import CatalogDefinitionInfo from ..models import ErrorEntity from ..models import ExportStoreRequest +from ..models import ExportStoreToCSVRequest +from ..models import ImportStoreHistoryPagingResult from ..models import ImportStoreResult from ..models import StoreBackupInfo from ..models import StoreCreate @@ -43,17 +46,25 @@ from ..operations.store import CreateStore from ..operations.store import DeletePublishedStore from ..operations.store import DeleteStore +from ..operations.store import DownloadCSVTemplates from ..operations.store import ExportStore from ..operations.store import ExportStore1 +from ..operations.store import ExportStoreByCSV +from ..operations.store import GetCatalogDefinition +from ..operations.store import GetCatalogDefinitionCatalogTypeEnum from ..operations.store import GetPublishedStore from ..operations.store import GetPublishedStoreBackup from ..operations.store import GetStore from ..operations.store import ImportStore from ..operations.store import ImportStore1 +from ..operations.store import ImportStoreByCSV from ..operations.store import ListStores from ..operations.store import PublicListStores +from ..operations.store import QueryImportHistory from ..operations.store import RollbackPublishedStore from ..operations.store import UpdateStore +from ..models import CatalogDefinitionInfoItemTypeEnum +from ..models import ExportStoreToCSVRequestCatalogTypeEnum @same_doc_as(CloneStore) @@ -492,6 +503,98 @@ async def delete_store_async( ) +@same_doc_as(DownloadCSVTemplates) +def download_csv_templates( + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Download store csv templates (downloadCSVTemplates) + + This API is used to download store csv templates for store importing by CSV feature + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/zip"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = DownloadCSVTemplates.create( + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(DownloadCSVTemplates) +async def download_csv_templates_async( + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Download store csv templates (downloadCSVTemplates) + + This API is used to download store csv templates for store importing by CSV feature + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/zip"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = DownloadCSVTemplates.create( + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @deprecated @same_doc_as(ExportStore) def export_store( @@ -712,6 +815,214 @@ async def export_store_1_async( ) +@same_doc_as(ExportStoreByCSV) +def export_store_by_csv( + body: Optional[ExportStoreToCSVRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Export a store to CSV format (exportStoreByCSV) + + This API is used to export a store to CSV format + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/exportByCSV + + method: POST + + tags: ["Store"] + + consumes: ["application/json"] + + produces: ["text/csv"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL ExportStoreToCSVRequest in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + + 400: Bad Request - ErrorEntity (30025: [{header}] is required by CSV import/export for catalogType [{catalogType}]) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}] | 30341: Item [{itemId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}]) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = ExportStoreByCSV.create( + body=body, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(ExportStoreByCSV) +async def export_store_by_csv_async( + body: Optional[ExportStoreToCSVRequest] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Export a store to CSV format (exportStoreByCSV) + + This API is used to export a store to CSV format + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/exportByCSV + + method: POST + + tags: ["Store"] + + consumes: ["application/json"] + + produces: ["text/csv"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + body: (body) OPTIONAL ExportStoreToCSVRequest in body + + namespace: (namespace) REQUIRED str in path + + Responses: + 200: OK - Any (Successful operation) + + 400: Bad Request - ErrorEntity (30025: [{header}] is required by CSV import/export for catalogType [{catalogType}]) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}] | 30341: Item [{itemId}] does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}]) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = ExportStoreByCSV.create( + body=body, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + +@same_doc_as(GetCatalogDefinition) +def get_catalog_definition( + catalog_type: Union[str, GetCatalogDefinitionCatalogTypeEnum], + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get catalog definition (getCatalogDefinition) + + This API is used to get catalog definition for import/export store by CSV + + Other detail info: + + * Required permission : resource=ADMIN:NAMESPACE:{namespace}:STORE, action=2 (READ) + * Returns : catalog definition + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/catalogDefinition + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + catalog_type: (catalogType) REQUIRED Union[str, CatalogTypeEnum] in query + + Responses: + 200: OK - List[CatalogDefinitionInfo] (successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetCatalogDefinition.create( + catalog_type=catalog_type, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(GetCatalogDefinition) +async def get_catalog_definition_async( + catalog_type: Union[str, GetCatalogDefinitionCatalogTypeEnum], + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Get catalog definition (getCatalogDefinition) + + This API is used to get catalog definition for import/export store by CSV + + Other detail info: + + * Required permission : resource=ADMIN:NAMESPACE:{namespace}:STORE, action=2 (READ) + * Returns : catalog definition + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/catalogDefinition + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + catalog_type: (catalogType) REQUIRED Union[str, CatalogTypeEnum] in query + + Responses: + 200: OK - List[CatalogDefinitionInfo] (successful operation) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = GetCatalogDefinition.create( + catalog_type=catalog_type, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(GetPublishedStore) def get_published_store( namespace: Optional[str] = None, @@ -1258,6 +1569,158 @@ async def import_store_1_async( ) +@same_doc_as(ImportStoreByCSV) +def import_store_by_csv( + store_id: str, + category: Optional[Any] = None, + display: Optional[Any] = None, + item: Optional[Any] = None, + notes: Optional[str] = None, + section: Optional[Any] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Import store using CSV format (importStoreByCSV) + + This API is used to import a store by CSV format. + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [UPDATE] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV + + method: POST + + tags: ["Store"] + + consumes: ["multipart/form-data"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + category: (category) OPTIONAL Any in form_data + + display: (display) OPTIONAL Any in form_data + + item: (item) OPTIONAL Any in form_data + + notes: (notes) OPTIONAL str in form_data + + section: (section) OPTIONAL Any in form_data + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + Responses: + 200: OK - ImportStoreResult (successful operation) + + 400: Bad Request - ErrorEntity (30024: Unable to parse CSV cell [{content}] | 30025: [{header}] is required by CSV import/export for catalogType [{catalogType}] | 30121: Store data is invalid) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}] | 30382: Duplicated Item sku [{sku}]) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = ImportStoreByCSV.create( + store_id=store_id, + category=category, + display=display, + item=item, + notes=notes, + section=section, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(ImportStoreByCSV) +async def import_store_by_csv_async( + store_id: str, + category: Optional[Any] = None, + display: Optional[Any] = None, + item: Optional[Any] = None, + notes: Optional[str] = None, + section: Optional[Any] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Import store using CSV format (importStoreByCSV) + + This API is used to import a store by CSV format. + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=4 (UPDATE) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [UPDATE] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV + + method: POST + + tags: ["Store"] + + consumes: ["multipart/form-data"] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + category: (category) OPTIONAL Any in form_data + + display: (display) OPTIONAL Any in form_data + + item: (item) OPTIONAL Any in form_data + + notes: (notes) OPTIONAL str in form_data + + section: (section) OPTIONAL Any in form_data + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + Responses: + 200: OK - ImportStoreResult (successful operation) + + 400: Bad Request - ErrorEntity (30024: Unable to parse CSV cell [{content}] | 30025: [{header}] is required by CSV import/export for catalogType [{catalogType}] | 30121: Store data is invalid) + + 404: Not Found - ErrorEntity (30141: Store [{storeId}] does not exist in namespace [{namespace}] | 30142: Published store does not exist in namespace [{namespace}]) + + 409: Conflict - ErrorEntity (30076: CSV header [{headerName}] is not supported for CatalogType [{catalogType}] | 30382: Duplicated Item sku [{sku}]) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = ImportStoreByCSV.create( + store_id=store_id, + category=category, + display=display, + item=item, + notes=notes, + section=section, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(ListStores) def list_stores( namespace: Optional[str] = None, @@ -1444,6 +1907,158 @@ async def public_list_stores_async( ) +@same_doc_as(QueryImportHistory) +def query_import_history( + store_id: str, + end: Optional[str] = None, + limit: Optional[int] = None, + offset: Optional[int] = None, + sort_by: Optional[str] = None, + start: Optional[str] = None, + success: Optional[bool] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Query import store history (queryImportHistory) + + This API is used to query import store history + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/import/history + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + end: (end) OPTIONAL str in query + + limit: (limit) OPTIONAL int in query + + offset: (offset) OPTIONAL int in query + + sort_by: (sortBy) OPTIONAL str in query + + start: (start) OPTIONAL str in query + + success: (success) OPTIONAL bool in query + + Responses: + 200: OK - ImportStoreHistoryPagingResult (successful operation) + + 400: Bad Request - ErrorEntity (20027: Invalid time range) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = QueryImportHistory.create( + store_id=store_id, + end=end, + limit=limit, + offset=offset, + sort_by=sort_by, + start=start, + success=success, + namespace=namespace, + ) + return run_request(request, additional_headers=x_additional_headers, **kwargs) + + +@same_doc_as(QueryImportHistory) +async def query_import_history_async( + store_id: str, + end: Optional[str] = None, + limit: Optional[int] = None, + offset: Optional[int] = None, + sort_by: Optional[str] = None, + start: Optional[str] = None, + success: Optional[bool] = None, + namespace: Optional[str] = None, + x_additional_headers: Optional[Dict[str, str]] = None, + **kwargs +): + """Query import store history (queryImportHistory) + + This API is used to query import store history + + Other detail info: + + * Required permission : resource="ADMIN:NAMESPACE:{namespace}:STORE", action=2 (READ) + + Required Permission(s): + - ADMIN:NAMESPACE:{namespace}:STORE [READ] + + Properties: + url: /platform/admin/namespaces/{namespace}/stores/{storeId}/import/history + + method: GET + + tags: ["Store"] + + consumes: [] + + produces: ["application/json"] + + securities: [BEARER_AUTH] or [BEARER_AUTH] + + namespace: (namespace) REQUIRED str in path + + store_id: (storeId) REQUIRED str in path + + end: (end) OPTIONAL str in query + + limit: (limit) OPTIONAL int in query + + offset: (offset) OPTIONAL int in query + + sort_by: (sortBy) OPTIONAL str in query + + start: (start) OPTIONAL str in query + + success: (success) OPTIONAL bool in query + + Responses: + 200: OK - ImportStoreHistoryPagingResult (successful operation) + + 400: Bad Request - ErrorEntity (20027: Invalid time range) + """ + if namespace is None: + namespace, error = get_services_namespace() + if error: + return None, error + request = QueryImportHistory.create( + store_id=store_id, + end=end, + limit=limit, + offset=offset, + sort_by=sort_by, + start=start, + success=success, + namespace=namespace, + ) + return await run_request_async( + request, additional_headers=x_additional_headers, **kwargs + ) + + @same_doc_as(RollbackPublishedStore) def rollback_published_store( namespace: Optional[str] = None, diff --git a/src/services/platform/pyproject.toml b/src/services/platform/pyproject.toml index d83f9378c..6178b3a33 100644 --- a/src/services/platform/pyproject.toml +++ b/src/services/platform/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-platform" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Platform Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_heartbeat_request.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_heartbeat_request.py index 4db94e1dc..38f8bdf8d 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_heartbeat_request.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_heartbeat_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_list_server_response.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_list_server_response.py index e84e0fb16..437d3fdc1 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_list_server_response.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_list_server_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_server.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_server.py index 236d183a8..8ce0bdb72 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_server.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_set_alias_request.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_set_alias_request.py index d43fb3cc5..d3cb011bd 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_set_alias_request.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_set_alias_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_update_server_request.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_update_server_request.py index 8292cab33..3ff7ea85a 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_update_server_request.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/models_update_server_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/response_error.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/response_error.py index 41dc32855..51a751308 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/models/response_error.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/delete_server.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/delete_server.py index fd67e3e8a..015707c69 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/delete_server.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/delete_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def parse_response( def create(cls, region: str, **kwargs) -> DeleteServer: instance = cls() instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/set_server_alias.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/set_server_alias.py index db59c290d..1689ae058 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/set_server_alias.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/set_server_alias.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/update_server_config.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/update_server_config.py index c81acc27d..f976a9976 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/update_server_config.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/admin/update_server_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.body = body instance.namespace = namespace instance.region = region + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server.py index 0011caca3..f45d9c6ab 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -182,6 +182,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> ListServer: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server_per_namespace.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server_per_namespace.py index e745162de..80080de6c 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server_per_namespace.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/public/list_server_per_namespace.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/server/heartbeat.py b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/server/heartbeat.py index a6e885a20..10ff27018 100644 --- a/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/server/heartbeat.py +++ b/src/services/qosm/accelbyte_py_sdk/api/qosm/operations/server/heartbeat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Qos Manager Service (1.18.5) +# AccelByte Gaming Services Qos Manager Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def parse_response( def create(cls, body: ModelsHeartbeatRequest, **kwargs) -> Heartbeat: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/qosm/pyproject.toml b/src/services/qosm/pyproject.toml index 80e05e6e1..874164509 100644 --- a/src/services/qosm/pyproject.toml +++ b/src/services/qosm/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-qosm" readme = "README.md" -version = "0.2.0" +version = "0.3.0" description = "AccelByte Python SDK - AccelByte Gaming Services Qos Manager Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/reporting/README.md b/src/services/reporting/README.md index 25bb2a811..1aa23146f 100644 --- a/src/services/reporting/README.md +++ b/src/services/reporting/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Reporting Service -* Version: 0.1.30 +* Version: 0.1.31 ``` ## Setup diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/__init__.py index be7c60d02..d5174d124 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/__init__.py index 569eed33b..9c5d279b6 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_request.py index 9f9f02e1f..24075843f 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_response.py index 79f6b5e55..ee716babc 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_api_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_list_api_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_list_api_response.py index d1f382152..4293f6e2a 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_list_api_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_action_list_api_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_all_reasons_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_all_reasons_response.py index c77162baa..005867233 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_all_reasons_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_all_reasons_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_list_response.py index 05ab37320..20b72e038 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_response.py index 59ac8d13f..47d2c14c1 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_admin_reason_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_request.py index b7451a7ca..d5dcbfbc4 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_response.py index e8b27198c..0417daad1 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ban_account_action_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_category_limit.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_category_limit.py index 3577a58fa..b472381de 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_category_limit.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_category_limit.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_config_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_config_response.py index 6eddc3553..a7a383d90 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_config_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_group_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_group_request.py index 3680a5a4e..723a43206 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_group_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_group_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_request.py index 3bf66f00b..46ec005a1 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_create_reason_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_error_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_error_response.py index 3d835e2c3..0e4e0b4b1 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_error_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_error_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_request.py index b12c89c4c..b548eb8a8 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_response.py index a358cdac5..3eb25a45f 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_api_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_list_api_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_list_api_response.py index ff50dae8c..88a4a827d 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_list_api_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_extension_category_list_api_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_request.py index a69d7acd3..a94fc6f3a 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_response.py index c0f075e2e..980e13555 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_actions_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_active_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_active_request.py index 10ddfaa62..7be010991 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_active_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_active_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_request.py index e0831db04..319ac11a2 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_response.py index 288ddfa4d..61238ccc2 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rule_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rules_list.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rules_list.py index 732b4226a..9a8cf80df 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rules_list.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_moderation_rules_list.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_pagination.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_pagination.py index 612535e88..50abb30f9 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_pagination.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_group_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_group_response.py index 09593d5a0..8f2b8b549 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_group_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_list_response.py index 50697d1c2..2be837ca4 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_response.py index 3a3a4e0e4..a62b0be89 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_public_reason_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_list_response.py index 8cd582eac..dcda7ddc0 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_response.py index 9373c31c3..c9f9aed27 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reason_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_list_response.py index afede706d..2e9228234 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_response.py index 6775a60e8..0eda00fa9 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_report_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reporting_limit.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reporting_limit.py index 68d4d0dcc..488e748d2 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reporting_limit.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_reporting_limit.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_request.py index 0fd91dbd5..860f734db 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_response.py index 45b9968ca..e20d4662b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_submit_report_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_list_response.py index 60a902c1d..55cce2a01 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_response.py index 09abbddba..b21bd4afd 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_statistic_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_statistic_response.py index 24d28aade..3d8b8e984 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_statistic_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_ticket_statistic_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_unused_reason_list_response.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_unused_reason_list_response.py index f5d651963..fed9560d7 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_unused_reason_list_response.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_unused_reason_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_reason_group_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_reason_group_request.py index d004c8692..532cc5b4e 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_reason_group_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_reason_group_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_ticket_resolutions_request.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_ticket_resolutions_request.py index 6d1fd5ca7..c6f72d857 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_ticket_resolutions_request.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/models/restapi_update_ticket_resolutions_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/__init__.py index aee5b2480..2485c698b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/__init__.py index 67be11105..c453f9910 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/get.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/get.py index 8f9b7c293..db1b7cf69 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/get.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/get.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace if category is not None: instance.category = category + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/upsert.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/upsert.py index b7c1a071f..77d5146bb 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/upsert.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_configurations/upsert.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create(cls, body: RestapiReportingLimit, namespace: str, **kwargs) -> Upsert instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/__init__.py index 9257cfbb3..ba73e0788 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_extension__954f3a.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_extension__954f3a.py index f19954431..d8959f2db 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_extension__954f3a.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_extension__954f3a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create( ) -> AdminCreateExtensionCategory: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_mod_action.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_mod_action.py index 14fe47ae2..bec9977f5 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_mod_action.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_create_mod_action.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -194,6 +194,8 @@ def parse_response( def create(cls, body: RestapiActionApiRequest, **kwargs) -> AdminCreateModAction: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_action_list.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_action_list.py index e3d675e4a..10ffa2266 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_action_list.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_action_list.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -173,6 +173,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminFindActionList: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_extension_ca_6e8210.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_extension_ca_6e8210.py index 2b9bfcf3c..f3f58e71b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_extension_ca_6e8210.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_extension_categories_and_auto_moderation_actions/admin_find_extension_ca_6e8210.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.order = order if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/__init__.py index bfa078200..40dd54b2a 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/create_moderation_rule.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/create_moderation_rule.py index 9a96e667a..1f1ed32ec 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/create_moderation_rule.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/create_moderation_rule.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/delete_moderation_rule.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/delete_moderation_rule.py index 82feb538d..818311950 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/delete_moderation_rule.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/delete_moderation_rule.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, namespace: str, rule_id: str, **kwargs) -> DeleteModerationRule: instance = cls() instance.namespace = namespace instance.rule_id = rule_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rule_details.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rule_details.py index 7eef6b2eb..fb99fc016 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rule_details.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rule_details.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, namespace: str, rule_id: str, **kwargs) -> GetModerationRuleDeta instance = cls() instance.namespace = namespace instance.rule_id = rule_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rules.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rules.py index 36d5d5f0e..b2ea66a34 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rules.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/get_moderation_rules.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule.py index 1477db839..aae6f9865 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.rule_id = rule_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule_status.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule_status.py index b3ddcb70b..86351a30b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule_status.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_moderation_rule/update_moderation_rule_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.rule_id = rule_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/__init__.py index 0d1c3d630..ab3a43162 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_all_reasons.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_all_reasons.py index ab45593cd..877ad3466 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_all_reasons.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_all_reasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -188,6 +188,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetAllReasons: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reason.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reason.py index 8776f0497..980e11fc1 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reason.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reason.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, namespace: str, reason_id: str, **kwargs) -> AdminGetReason: instance = cls() instance.namespace = namespace instance.reason_id = reason_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reasons.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reasons.py index 1737dc535..de1a3a87f 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reasons.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_reasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -267,6 +267,8 @@ def create( instance.offset = offset if title is not None: instance.title = title + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_unused_reasons.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_unused_reasons.py index 416e944ba..383d4c4fe 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_unused_reasons.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_get_unused_reasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.category = category if extension_category is not None: instance.extension_category = extension_category + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_list_reason_groups.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_list_reason_groups.py index 51da28406..70c78cde5 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_list_reason_groups.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/admin_list_reason_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason.py index 4e348d2ca..d5f2e2c2b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason_group.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason_group.py index aba922db0..48c55a499 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason_group.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/create_reason_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason.py index b485cddf4..1a96fa2d3 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, namespace: str, reason_id: str, **kwargs) -> DeleteReason: instance = cls() instance.namespace = namespace instance.reason_id = reason_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason_group.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason_group.py index 885f8eac1..17824ff96 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason_group.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/delete_reason_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> DeleteReasonGroup: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/get_reason_group.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/get_reason_group.py index 60985f474..827cd2bdf 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/get_reason_group.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/get_reason_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> GetReasonGroup: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason.py index e5047460f..3033a4c23 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.body = body instance.namespace = namespace instance.reason_id = reason_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason_group.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason_group.py index 5162ebe48..6ec9a81db 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason_group.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reasons/update_reason_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/__init__.py index e6a7a7812..dcba5160d 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/admin_submit_report.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/admin_submit_report.py index 23c6177e5..c50cf66cb 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/admin_submit_report.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/admin_submit_report.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/list_reports.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/list_reports.py index 2912e35d5..837ee86d7 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/list_reports.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_reports/list_reports.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.reported_user_id = reported_user_id if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/__init__.py index b200ebca3..554b28254 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/delete_ticket.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/delete_ticket.py index c8d418030..7b8315c73 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/delete_ticket.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/delete_ticket.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create(cls, namespace: str, ticket_id: str, **kwargs) -> DeleteTicket: instance = cls() instance.namespace = namespace instance.ticket_id = ticket_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_reports_by_ticket.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_reports_by_ticket.py index c3ab5b64a..cf3ffa02b 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_reports_by_ticket.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_reports_by_ticket.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_ticket_detail.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_ticket_detail.py index 0ce5749c8..1372be334 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_ticket_detail.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/get_ticket_detail.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, namespace: str, ticket_id: str, **kwargs) -> GetTicketDetail: instance = cls() instance.namespace = namespace instance.ticket_id = ticket_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/list_tickets.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/list_tickets.py index 0e2c50a00..ced83ba32 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/list_tickets.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/list_tickets.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -328,6 +328,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/ticket_statistic.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/ticket_statistic.py index 9a780b0d9..ace271edf 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/ticket_statistic.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/ticket_statistic.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.category = category if extension_category is not None: instance.extension_category = extension_category + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/update_ticket_resolutions.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/update_ticket_resolutions.py index 98299974d..d8f91e3fb 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/update_ticket_resolutions.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/admin_tickets/update_ticket_resolutions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.body = body instance.namespace = namespace instance.ticket_id = ticket_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/__init__.py index f1be74b21..e7ec07b70 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_get_reasons.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_get_reasons.py index 4d01f0b8f..9115d83da 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_get_reasons.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_get_reasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.offset = offset if title is not None: instance.title = title + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_list_reason_groups.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_list_reason_groups.py index 501a0f670..01b62f1f6 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_list_reason_groups.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reasons/public_list_reason_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/__init__.py index d3e050031..99fcafdc4 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/submit_report.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/submit_report.py index 9101ce77f..fda8c0791 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/submit_report.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/operations/public_reports/submit_report.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Reporting Service (0.1.30) +# AccelByte Gaming Services Reporting Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/reporting/accelbyte_py_sdk/api/reporting/wrappers/__init__.py b/src/services/reporting/accelbyte_py_sdk/api/reporting/wrappers/__init__.py index 4406420c0..d21a6a9c7 100644 --- a/src/services/reporting/accelbyte_py_sdk/api/reporting/wrappers/__init__.py +++ b/src/services/reporting/accelbyte_py_sdk/api/reporting/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Reporting Service.""" -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/reporting/pyproject.toml b/src/services/reporting/pyproject.toml index e7163f51d..e7ce867ae 100644 --- a/src/services/reporting/pyproject.toml +++ b/src/services/reporting/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-reporting" readme = "README.md" -version = "0.3.0" +version = "0.4.0" description = "AccelByte Python SDK - AccelByte Gaming Services Reporting Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/seasonpass/README.md b/src/services/seasonpass/README.md index 5fdb07439..bf7d4cd35 100644 --- a/src/services/seasonpass/README.md +++ b/src/services/seasonpass/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Seasonpass Service -* Version: 1.20.2 +* Version: 1.21.0 ``` ## Setup diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/__init__.py index 44ce76d0c..d82c4afc2 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/__init__.py index c6af47677..2089582ac 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/bulk_user_progression_request.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/bulk_user_progression_request.py index a5297c886..5275f02c6 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/bulk_user_progression_request.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/bulk_user_progression_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_rewards.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_rewards.py index 96d156b66..e49d46fbf 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_rewards.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_rewards.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_user_season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_user_season_info.py index 06515ed7f..7666a5f42 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_user_season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/claimable_user_season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/error_entity.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/error_entity.py index 87a948b88..4ee339f42 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/error_entity.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/excess_strategy.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/excess_strategy.py index f09e09855..5395e96d0 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/excess_strategy.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/excess_strategy.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_info.py index dde63494a..3612c9a10 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_paging_sliced_result.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_paging_sliced_result.py index 5942831f0..3e2b3ce37 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_paging_sliced_result.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/exp_grant_history_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/field_validation_error.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/field_validation_error.py index e06efc116..fd544957c 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/field_validation_error.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/field_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/full_season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/full_season_info.py index 819952051..46eddcf9d 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/full_season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/full_season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/image.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/image.py index 6e1b4aceb..ce4271aa8 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/image.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/image.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info.py index fca353520..8a03ae305 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info_paging_sliced_result.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info_paging_sliced_result.py index 747e53ae0..00f1241cf 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info_paging_sliced_result.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_season_info_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info.py index 09f4a563c..669cdf829 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info_paging_sliced_result.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info_paging_sliced_result.py index 48514bdcb..e4409611b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info_paging_sliced_result.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/list_user_season_info_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localization.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localization.py index 1135442d6..ccd06acc5 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localization.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localization.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_pass_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_pass_info.py index fd8f4ac1e..247fd6915 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_pass_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_pass_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_season_info.py index 5d48289dc..dcba83a4f 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/localized_season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/ownership.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/ownership.py index 04bb2daa1..407dd5759 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/ownership.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/ownership.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/paging.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/paging.py index 7e211e043..e3b0a11b5 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/paging.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_create.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_create.py index 2acaa9608..9fb5f51b7 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_create.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_info.py index 6a15a52c9..41dc07405 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_update.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_update.py index 76984953d..e0fa09930 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_update.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/pass_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reason_tags_result.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reason_tags_result.py index 7320b403c..240c65b8b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reason_tags_result.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reason_tags_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_create.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_create.py index 60855aa5c..ed581011b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_create.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_currency.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_currency.py index 2c32b5540..bd72fb2a6 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_currency.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_currency.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_info.py index b8861c1a9..20241e9d4 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_update.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_update.py index 2de8eaa89..6c4307da9 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_update.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/reward_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_clone_request.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_clone_request.py index 809a02dfb..e8752a506 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_clone_request.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_clone_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_create.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_create.py index b364a4f18..5a9653ac1 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_create.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_info.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_info.py index 8163218cf..ac80faae3 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_info.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_summary.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_summary.py index e0f1a2a35..cfeaf77bf 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_summary.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_update.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_update.py index 6b48c188b..42014dab1 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_update.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/season_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier.py index c6535586a..99ac12a32 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_create.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_create.py index ace978e0a..8c11cd341 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_create.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_input.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_input.py index d46e57ef1..e71d3bf3d 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_input.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_input.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_paging_sliced_result.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_paging_sliced_result.py index b94afe1d0..eeeb1eedd 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_paging_sliced_result.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_reorder.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_reorder.py index 7f917168b..ab35a5fcf 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_reorder.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/tier_reorder.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_exp_grant.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_exp_grant.py index f5ce0378d..b808f1ce7 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_exp_grant.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_exp_grant.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_pass_grant.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_pass_grant.py index b30ab4a35..f83c7e2c3 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_pass_grant.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_pass_grant.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_purchasable.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_purchasable.py index dd87209b3..ee699bec3 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_purchasable.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_purchasable.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_reward_claim.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_reward_claim.py index 224d32066..bd1a465f4 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_reward_claim.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_reward_claim.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_season_summary.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_season_summary.py index 1e73d9838..9b1154779 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_season_summary.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_season_summary.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_tier_grant.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_tier_grant.py index 96333fb0c..e07c7c8ad 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_tier_grant.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/user_tier_grant.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/validation_error_entity.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/validation_error_entity.py index e336a79af..fd0d3fb82 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/validation_error_entity.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/models/validation_error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/__init__.py index cb64635a1..74a4fb21c 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/__init__.py index 7c2dccedb..e9ac14bd5 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/export_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/export_season.py index 7d846eaf4..3c5541901 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/export_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/export/export_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -184,6 +184,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportSeason: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/__init__.py index 4e0e68b63..1ae8561ae 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/create_pass.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/create_pass.py index 486e96be5..23016c6ef 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/create_pass.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/create_pass.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/delete_pass.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/delete_pass.py index c5df43885..b0dfa1537 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/delete_pass.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/delete_pass.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create(cls, code: str, namespace: str, season_id: str, **kwargs) -> DeletePa instance.code = code instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/get_pass.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/get_pass.py index 59c0c7ca3..6b75d828a 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/get_pass.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/get_pass.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, code: str, namespace: str, season_id: str, **kwargs) -> GetPass: instance.code = code instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/grant_user_pass.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/grant_user_pass.py index cca043bbf..4d40a7791 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/grant_user_pass.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/grant_user_pass.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/query_passes.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/query_passes.py index 9d8714b07..b90162d66 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/query_passes.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/query_passes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, season_id: str, **kwargs) -> QueryPasses: instance = cls() instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/update_pass.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/update_pass.py index bb9bfae5b..b07f36207 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/update_pass.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/pass_/update_pass.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/__init__.py index 5b68f114f..b128bbc5b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/create_reward.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/create_reward.py index b8a34a7cd..86161c7b9 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/create_reward.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/create_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/delete_reward.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/delete_reward.py index ac964a157..6133c6557 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/delete_reward.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/delete_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.code = code instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/get_reward.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/get_reward.py index 3400546ce..1dea819a3 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/get_reward.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/get_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, code: str, namespace: str, season_id: str, **kwargs) -> GetRewar instance.code = code instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_bulk_claim_user_rewards.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_bulk_claim_user_rewards.py index 50d36de88..3948d1591 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_bulk_claim_user_rewards.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_bulk_claim_user_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_claim_user_reward.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_claim_user_reward.py index be4989da4..99fa21b4b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_claim_user_reward.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/public_claim_user_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/query_rewards.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/query_rewards.py index 4b47ac5bc..372524aac 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/query_rewards.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/query_rewards.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.season_id = season_id if q is not None: instance.q = q + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/update_reward.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/update_reward.py index 8b952d193..43e0ea2e6 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/update_reward.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/reward/update_reward.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/__init__.py index b3497ad73..dd02c0d9f 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/bulk_get_user_season_pr_a15d63.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/bulk_get_user_season_pr_a15d63.py index 7c99d2379..db58fee36 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/bulk_get_user_season_pr_a15d63.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/bulk_get_user_season_pr_a15d63.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/check_season_purchasable.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/check_season_purchasable.py index 7bc94f4b3..24e65c60c 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/check_season_purchasable.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/check_season_purchasable.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/clone_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/clone_season.py index 32885659b..eda72c2cb 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/clone_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/clone_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/create_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/create_season.py index b4ea30fb0..5d53f38a7 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/create_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/create_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/delete_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/delete_season.py index 7db635193..feaff6fb7 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/delete_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/delete_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def create(cls, namespace: str, season_id: str, **kwargs) -> DeleteSeason: instance = cls() instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/exists_any_pass_by_pass_codes.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/exists_any_pass_by_pass_codes.py index 28165a66f..d85cd7485 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/exists_any_pass_by_pass_codes.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/exists_any_pass_by_pass_codes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance.user_id = user_id if pass_codes is not None: instance.pass_codes = pass_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_season.py index 3aefa1988..d77d97b06 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -195,6 +195,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetCurrentSeason: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_user_season_eed4c8.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_user_season_eed4c8.py index 1a0449376..3006eb646 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_user_season_eed4c8.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_current_user_season_eed4c8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_full_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_full_season.py index 1cbf1f40d..015483c61 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_full_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_full_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, season_id: str, **kwargs) -> GetFullSeason: instance = cls() instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_season.py index c405b7347..60e6548ce 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, season_id: str, **kwargs) -> GetSeason: instance = cls() instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_participated_seasons.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_participated_seasons.py index ab719b744..852920049 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_participated_seasons.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_participated_seasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_season.py index 1912878cf..7c2b42e07 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/get_user_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.namespace = namespace instance.season_id = season_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_season.py index 7feeb0cfa..fe121bc3a 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -220,6 +220,8 @@ def create( instance.namespace = namespace if language is not None: instance.language = language + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_user_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_user_season.py index 8b8f245fe..578940554 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_user_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_current_user_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_user_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_user_season.py index ea9f2b1bf..8006cc945 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_user_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/public_get_user_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.namespace = namespace instance.season_id = season_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/publish_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/publish_season.py index 7aa8eb11b..f77e13bdf 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/publish_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/publish_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, season_id: str, **kwargs) -> PublishSeason: instance = cls() instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_seasons.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_seasons.py index ff2acd074..88a0735ff 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_seasons.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_seasons.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.offset = offset if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_hi_12346c.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_hi_12346c.py index bdc8d21ec..56bde8310 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_hi_12346c.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_hi_12346c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance.user_id = user_id if season_id is not None: instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_history.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_history.py index f48321335..4095a213c 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_history.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/query_user_exp_grant_history.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -341,6 +341,8 @@ def create( instance.tags = tags if to is not None: instance.to = to + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/reset_user_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/reset_user_season.py index 940d83d74..fc346dc9f 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/reset_user_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/reset_user_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> ResetUserSeason: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/retire_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/retire_season.py index 410b89488..5f4d25640 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/retire_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/retire_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.season_id = season_id if force is not None: instance.force = force + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/unpublish_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/unpublish_season.py index 0373d2744..d3fb62eed 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/unpublish_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/unpublish_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.season_id = season_id if force is not None: instance.force = force + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/update_season.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/update_season.py index fccb33649..ca459d65f 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/update_season.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/season/update_season.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/__init__.py index 70245d13f..ea19ef392 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/create_tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/create_tier.py index 1c6dd70f7..eeecd94b7 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/create_tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/create_tier.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/delete_tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/delete_tier.py index 21cc4f12a..904e34bbd 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/delete_tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/delete_tier.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create(cls, id_: str, namespace: str, season_id: str, **kwargs) -> DeleteTie instance.id_ = id_ instance.namespace = namespace instance.season_id = season_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_exp.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_exp.py index 525dc8410..a4cf50935 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_exp.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_exp.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_tier.py index 0bea96972..e26c5e461 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/grant_user_tier.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/query_tiers.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/query_tiers.py index b86f76ac8..c62b7449b 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/query_tiers.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/query_tiers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/reorder_tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/reorder_tier.py index c25975711..b4d46d7ef 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/reorder_tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/reorder_tier.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/update_tier.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/update_tier.py index d8d2b491e..268feb08e 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/update_tier.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/operations/tier/update_tier.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Seasonpass Service (1.20.2) +# AccelByte Gaming Services Seasonpass Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.season_id = season_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/wrappers/__init__.py b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/wrappers/__init__.py index e4f192adc..710729642 100644 --- a/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/wrappers/__init__.py +++ b/src/services/seasonpass/accelbyte_py_sdk/api/seasonpass/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Seasonpass Service.""" -__version__ = "1.20.2" +__version__ = "1.21.0" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/seasonpass/pyproject.toml b/src/services/seasonpass/pyproject.toml index eccdefdce..512883b08 100644 --- a/src/services/seasonpass/pyproject.toml +++ b/src/services/seasonpass/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-seasonpass" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Seasonpass Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/session/README.md b/src/services/session/README.md index 56be911d9..9f0f94225 100644 --- a/src/services/session/README.md +++ b/src/services/session/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Session Service -* Version: 3.13.3 +* Version: 3.13.9 ``` ## Setup diff --git a/src/services/session/accelbyte_py_sdk/api/session/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/__init__.py index e574b54b6..cb10c17db 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/models/__init__.py index 16aca0226..7ed934bbb 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_append_team_game_session_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_append_team_game_session_request.py index 69de31f78..f7fb7d61e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_append_team_game_session_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_append_team_game_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_request_create.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_request_create.py index cfd8082b4..501dc5d5a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_request_create.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_request_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_response.py index d81fb2097..cbfb3fb76 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_config_alert_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_template_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_template_response.py index cffe2e01a..636a38597 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_template_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_template_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -82,6 +82,8 @@ class ApimodelsConfigurationTemplateResponse(Model): leader_election_grace_period: (leaderElectionGracePeriod) OPTIONAL int + manual_rejoin: (manualRejoin) OPTIONAL bool + max_active_sessions: (maxActiveSessions) OPTIONAL int native_session_setting: (nativeSessionSetting) OPTIONAL ModelsNativeSessionSetting @@ -121,6 +123,7 @@ class ApimodelsConfigurationTemplateResponse(Model): fallback_claim_keys: List[str] # OPTIONAL immutable_storage: bool # OPTIONAL leader_election_grace_period: int # OPTIONAL + manual_rejoin: bool # OPTIONAL max_active_sessions: int # OPTIONAL native_session_setting: ModelsNativeSessionSetting # OPTIONAL preferred_claim_keys: List[str] # OPTIONAL @@ -242,6 +245,10 @@ def with_leader_election_grace_period( self.leader_election_grace_period = value return self + def with_manual_rejoin(self, value: bool) -> ApimodelsConfigurationTemplateResponse: + self.manual_rejoin = value + return self + def with_max_active_sessions( self, value: int ) -> ApimodelsConfigurationTemplateResponse: @@ -378,6 +385,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["leaderElectionGracePeriod"] = int(self.leader_election_grace_period) elif include_empty: result["leaderElectionGracePeriod"] = 0 + if hasattr(self, "manual_rejoin"): + result["manualRejoin"] = bool(self.manual_rejoin) + elif include_empty: + result["manualRejoin"] = False if hasattr(self, "max_active_sessions"): result["maxActiveSessions"] = int(self.max_active_sessions) elif include_empty: @@ -437,6 +448,7 @@ def create( fallback_claim_keys: Optional[List[str]] = None, immutable_storage: Optional[bool] = None, leader_election_grace_period: Optional[int] = None, + manual_rejoin: Optional[bool] = None, max_active_sessions: Optional[int] = None, native_session_setting: Optional[ModelsNativeSessionSetting] = None, preferred_claim_keys: Optional[List[str]] = None, @@ -479,6 +491,8 @@ def create( instance.immutable_storage = immutable_storage if leader_election_grace_period is not None: instance.leader_election_grace_period = leader_election_grace_period + if manual_rejoin is not None: + instance.manual_rejoin = manual_rejoin if max_active_sessions is not None: instance.max_active_sessions = max_active_sessions if native_session_setting is not None: @@ -608,6 +622,10 @@ def create_from_dict( ) elif include_empty: instance.leader_election_grace_period = 0 + if "manualRejoin" in dict_ and dict_["manualRejoin"] is not None: + instance.manual_rejoin = bool(dict_["manualRejoin"]) + elif include_empty: + instance.manual_rejoin = False if "maxActiveSessions" in dict_ and dict_["maxActiveSessions"] is not None: instance.max_active_sessions = int(dict_["maxActiveSessions"]) elif include_empty: @@ -711,6 +729,7 @@ def get_field_info() -> Dict[str, str]: "fallbackClaimKeys": "fallback_claim_keys", "immutableStorage": "immutable_storage", "leaderElectionGracePeriod": "leader_election_grace_period", + "manualRejoin": "manual_rejoin", "maxActiveSessions": "max_active_sessions", "nativeSessionSetting": "native_session_setting", "preferredClaimKeys": "preferred_claim_keys", @@ -746,6 +765,7 @@ def get_required_map() -> Dict[str, bool]: "fallbackClaimKeys": False, "immutableStorage": False, "leaderElectionGracePeriod": False, + "manualRejoin": False, "maxActiveSessions": False, "nativeSessionSetting": False, "preferredClaimKeys": False, diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_templates_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_templates_response.py index 0b90ebe35..256d3b7fc 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_templates_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_configuration_templates_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_configuration_template_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_configuration_template_request.py index bc0dc6bbd..1965d93ea 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_configuration_template_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_configuration_template_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -76,6 +76,8 @@ class ApimodelsCreateConfigurationTemplateRequest(Model): leader_election_grace_period: (leaderElectionGracePeriod) OPTIONAL int + manual_rejoin: (manualRejoin) OPTIONAL bool + max_active_sessions: (maxActiveSessions) OPTIONAL int native_session_setting: (NativeSessionSetting) OPTIONAL ModelsNativeSessionSetting @@ -110,6 +112,7 @@ class ApimodelsCreateConfigurationTemplateRequest(Model): fallback_claim_keys: List[str] # OPTIONAL immutable_storage: bool # OPTIONAL leader_election_grace_period: int # OPTIONAL + manual_rejoin: bool # OPTIONAL max_active_sessions: int # OPTIONAL native_session_setting: ModelsNativeSessionSetting # OPTIONAL preferred_claim_keys: List[str] # OPTIONAL @@ -240,6 +243,12 @@ def with_leader_election_grace_period( self.leader_election_grace_period = value return self + def with_manual_rejoin( + self, value: bool + ) -> ApimodelsCreateConfigurationTemplateRequest: + self.manual_rejoin = value + return self + def with_max_active_sessions( self, value: int ) -> ApimodelsCreateConfigurationTemplateRequest: @@ -360,6 +369,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["leaderElectionGracePeriod"] = int(self.leader_election_grace_period) elif include_empty: result["leaderElectionGracePeriod"] = 0 + if hasattr(self, "manual_rejoin"): + result["manualRejoin"] = bool(self.manual_rejoin) + elif include_empty: + result["manualRejoin"] = False if hasattr(self, "max_active_sessions"): result["maxActiveSessions"] = int(self.max_active_sessions) elif include_empty: @@ -412,6 +425,7 @@ def create( fallback_claim_keys: Optional[List[str]] = None, immutable_storage: Optional[bool] = None, leader_election_grace_period: Optional[int] = None, + manual_rejoin: Optional[bool] = None, max_active_sessions: Optional[int] = None, native_session_setting: Optional[ModelsNativeSessionSetting] = None, preferred_claim_keys: Optional[List[str]] = None, @@ -450,6 +464,8 @@ def create( instance.immutable_storage = immutable_storage if leader_election_grace_period is not None: instance.leader_election_grace_period = leader_election_grace_period + if manual_rejoin is not None: + instance.manual_rejoin = manual_rejoin if max_active_sessions is not None: instance.max_active_sessions = max_active_sessions if native_session_setting is not None: @@ -565,6 +581,10 @@ def create_from_dict( ) elif include_empty: instance.leader_election_grace_period = 0 + if "manualRejoin" in dict_ and dict_["manualRejoin"] is not None: + instance.manual_rejoin = bool(dict_["manualRejoin"]) + elif include_empty: + instance.manual_rejoin = False if "maxActiveSessions" in dict_ and dict_["maxActiveSessions"] is not None: instance.max_active_sessions = int(dict_["maxActiveSessions"]) elif include_empty: @@ -661,6 +681,7 @@ def get_field_info() -> Dict[str, str]: "fallbackClaimKeys": "fallback_claim_keys", "immutableStorage": "immutable_storage", "leaderElectionGracePeriod": "leader_election_grace_period", + "manualRejoin": "manual_rejoin", "maxActiveSessions": "max_active_sessions", "NativeSessionSetting": "native_session_setting", "preferredClaimKeys": "preferred_claim_keys", @@ -692,6 +713,7 @@ def get_required_map() -> Dict[str, bool]: "fallbackClaimKeys": False, "immutableStorage": False, "leaderElectionGracePeriod": False, + "manualRejoin": False, "maxActiveSessions": False, "NativeSessionSetting": False, "preferredClaimKeys": False, diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_game_session_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_game_session_request.py index 8e4cd4022..32a51dbca 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_game_session_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_game_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_party_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_party_request.py index bd46a15c5..37015a36e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_party_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_create_party_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_session_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_session_request.py index 822cf9322..7b94df13d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_session_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_sessions_api_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_sessions_api_response.py index 009fd5540..795bb207a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_sessions_api_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_delete_bulk_game_sessions_api_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_ds_information_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_ds_information_response.py index b9d86efc9..cf8f5224b 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_ds_information_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_ds_information_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_list_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_list_response.py index a65a3327a..bcf907feb 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_list_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_list_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_response.py index dfdc5e016..14c550494 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_environment_variable_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_query_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_query_response.py index 889371430..0c28a737a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_query_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_query_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_response.py index b5ae63bb9..97a755119 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_game_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_global_configuration_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_global_configuration_response.py index d880ac889..9f7be23dc 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_global_configuration_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_global_configuration_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_join_by_code_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_join_by_code_request.py index d2e8991f3..428efa0a1 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_join_by_code_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_join_by_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_kick_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_kick_response.py index 8004fc4fc..229ca01f2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_kick_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_kick_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_native_session_paging_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_native_session_paging_response.py index 9217a4533..f2ed717a2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_native_session_paging_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_native_session_paging_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_pagination.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_pagination.py index e7f6507b5..60c7e7a70 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_pagination.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_query_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_query_response.py index 0d55b7a55..8e24f61eb 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_query_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_query_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_session_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_session_response.py index aa3a98273..6ba7029b5 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_session_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_party_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_request_body.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_request_body.py index 709c8d711..27cb49699 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_request_body.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_request_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_response_body.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_response_body.py index 964fb5ce0..ce1d39fc9 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_response_body.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_attributes_response_body.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_platform.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_platform.py index 875c09ba2..8f27f56bb 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_platform.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_player_platform.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_request.py index 03b8b1164..e7b0500a4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_response.py index 806959c27..d74a1594a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_players_current_platform_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_promote_leader_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_promote_leader_request.py index edf469a60..70f48936d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_promote_leader_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_promote_leader_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_public_configuration.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_public_configuration.py index dc99f5acf..ce54cc572 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_public_configuration.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_public_configuration.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -72,6 +72,8 @@ class ApimodelsPublicConfiguration(Model): leader_election_grace_period: (leaderElectionGracePeriod) OPTIONAL int + manual_rejoin: (manualRejoin) OPTIONAL bool + max_active_session: (maxActiveSession) OPTIONAL int native_session_setting: (nativeSessionSetting) OPTIONAL ModelsNativeSessionSetting @@ -106,6 +108,7 @@ class ApimodelsPublicConfiguration(Model): fallback_claim_keys: List[str] # OPTIONAL immutable_storage: bool # OPTIONAL leader_election_grace_period: int # OPTIONAL + manual_rejoin: bool # OPTIONAL max_active_session: int # OPTIONAL native_session_setting: ModelsNativeSessionSetting # OPTIONAL preferred_claim_keys: List[str] # OPTIONAL @@ -197,6 +200,10 @@ def with_leader_election_grace_period( self.leader_election_grace_period = value return self + def with_manual_rejoin(self, value: bool) -> ApimodelsPublicConfiguration: + self.manual_rejoin = value + return self + def with_max_active_session(self, value: int) -> ApimodelsPublicConfiguration: self.max_active_session = value return self @@ -309,6 +316,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["leaderElectionGracePeriod"] = int(self.leader_election_grace_period) elif include_empty: result["leaderElectionGracePeriod"] = 0 + if hasattr(self, "manual_rejoin"): + result["manualRejoin"] = bool(self.manual_rejoin) + elif include_empty: + result["manualRejoin"] = False if hasattr(self, "max_active_session"): result["maxActiveSession"] = int(self.max_active_session) elif include_empty: @@ -363,6 +374,7 @@ def create( fallback_claim_keys: Optional[List[str]] = None, immutable_storage: Optional[bool] = None, leader_election_grace_period: Optional[int] = None, + manual_rejoin: Optional[bool] = None, max_active_session: Optional[int] = None, native_session_setting: Optional[ModelsNativeSessionSetting] = None, preferred_claim_keys: Optional[List[str]] = None, @@ -398,6 +410,8 @@ def create( instance.immutable_storage = immutable_storage if leader_election_grace_period is not None: instance.leader_election_grace_period = leader_election_grace_period + if manual_rejoin is not None: + instance.manual_rejoin = manual_rejoin if max_active_session is not None: instance.max_active_session = max_active_session if native_session_setting is not None: @@ -507,6 +521,10 @@ def create_from_dict( ) elif include_empty: instance.leader_election_grace_period = 0 + if "manualRejoin" in dict_ and dict_["manualRejoin"] is not None: + instance.manual_rejoin = bool(dict_["manualRejoin"]) + elif include_empty: + instance.manual_rejoin = False if "maxActiveSession" in dict_ and dict_["maxActiveSession"] is not None: instance.max_active_session = int(dict_["maxActiveSession"]) elif include_empty: @@ -605,6 +623,7 @@ def get_field_info() -> Dict[str, str]: "fallbackClaimKeys": "fallback_claim_keys", "immutableStorage": "immutable_storage", "leaderElectionGracePeriod": "leader_election_grace_period", + "manualRejoin": "manual_rejoin", "maxActiveSession": "max_active_session", "nativeSessionSetting": "native_session_setting", "preferredClaimKeys": "preferred_claim_keys", @@ -635,6 +654,7 @@ def get_required_map() -> Dict[str, bool]: "fallbackClaimKeys": False, "immutableStorage": False, "leaderElectionGracePeriod": False, + "manualRejoin": False, "maxActiveSession": False, "nativeSessionSetting": False, "preferredClaimKeys": False, diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_global_configuration_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_global_configuration_request.py index 3148280c8..f44c181d8 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_global_configuration_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_global_configuration_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_platform_credentials_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_platform_credentials_request.py index 83208ed94..f755bd65a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_platform_credentials_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_put_platform_credentials_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_request_member.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_request_member.py index 091900c93..722d78ac7 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_request_member.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_request_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_response_delete_bulk_game_sessions.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_response_delete_bulk_game_sessions.py index 0774b63e5..483c73944 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_response_delete_bulk_game_sessions.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_response_delete_bulk_game_sessions.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_server_secret.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_server_secret.py index 50bc63786..e94dd4d7b 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_server_secret.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_server_secret.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_request.py index 9c769b655..094e77dc0 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_response.py index 80ca689b8..fdc842d4f 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_session_invite_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_set_ds_ready_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_set_ds_ready_request.py index 30b67f102..af9022f5f 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_set_ds_ready_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_set_ds_ready_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_configuration_template_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_configuration_template_request.py index d13187c49..d768971d1 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_configuration_template_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_configuration_template_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long @@ -76,6 +76,8 @@ class ApimodelsUpdateConfigurationTemplateRequest(Model): leader_election_grace_period: (leaderElectionGracePeriod) OPTIONAL int + manual_rejoin: (manualRejoin) OPTIONAL bool + max_active_sessions: (maxActiveSessions) OPTIONAL int native_session_setting: (NativeSessionSetting) OPTIONAL ModelsNativeSessionSetting @@ -110,6 +112,7 @@ class ApimodelsUpdateConfigurationTemplateRequest(Model): fallback_claim_keys: List[str] # OPTIONAL immutable_storage: bool # OPTIONAL leader_election_grace_period: int # OPTIONAL + manual_rejoin: bool # OPTIONAL max_active_sessions: int # OPTIONAL native_session_setting: ModelsNativeSessionSetting # OPTIONAL preferred_claim_keys: List[str] # OPTIONAL @@ -240,6 +243,12 @@ def with_leader_election_grace_period( self.leader_election_grace_period = value return self + def with_manual_rejoin( + self, value: bool + ) -> ApimodelsUpdateConfigurationTemplateRequest: + self.manual_rejoin = value + return self + def with_max_active_sessions( self, value: int ) -> ApimodelsUpdateConfigurationTemplateRequest: @@ -360,6 +369,10 @@ def to_dict(self, include_empty: bool = False) -> dict: result["leaderElectionGracePeriod"] = int(self.leader_election_grace_period) elif include_empty: result["leaderElectionGracePeriod"] = 0 + if hasattr(self, "manual_rejoin"): + result["manualRejoin"] = bool(self.manual_rejoin) + elif include_empty: + result["manualRejoin"] = False if hasattr(self, "max_active_sessions"): result["maxActiveSessions"] = int(self.max_active_sessions) elif include_empty: @@ -412,6 +425,7 @@ def create( fallback_claim_keys: Optional[List[str]] = None, immutable_storage: Optional[bool] = None, leader_election_grace_period: Optional[int] = None, + manual_rejoin: Optional[bool] = None, max_active_sessions: Optional[int] = None, native_session_setting: Optional[ModelsNativeSessionSetting] = None, preferred_claim_keys: Optional[List[str]] = None, @@ -449,6 +463,8 @@ def create( instance.immutable_storage = immutable_storage if leader_election_grace_period is not None: instance.leader_election_grace_period = leader_election_grace_period + if manual_rejoin is not None: + instance.manual_rejoin = manual_rejoin if max_active_sessions is not None: instance.max_active_sessions = max_active_sessions if native_session_setting is not None: @@ -564,6 +580,10 @@ def create_from_dict( ) elif include_empty: instance.leader_election_grace_period = 0 + if "manualRejoin" in dict_ and dict_["manualRejoin"] is not None: + instance.manual_rejoin = bool(dict_["manualRejoin"]) + elif include_empty: + instance.manual_rejoin = False if "maxActiveSessions" in dict_ and dict_["maxActiveSessions"] is not None: instance.max_active_sessions = int(dict_["maxActiveSessions"]) elif include_empty: @@ -660,6 +680,7 @@ def get_field_info() -> Dict[str, str]: "fallbackClaimKeys": "fallback_claim_keys", "immutableStorage": "immutable_storage", "leaderElectionGracePeriod": "leader_election_grace_period", + "manualRejoin": "manual_rejoin", "maxActiveSessions": "max_active_sessions", "NativeSessionSetting": "native_session_setting", "preferredClaimKeys": "preferred_claim_keys", @@ -691,6 +712,7 @@ def get_required_map() -> Dict[str, bool]: "fallbackClaimKeys": False, "immutableStorage": False, "leaderElectionGracePeriod": False, + "manualRejoin": False, "maxActiveSessions": False, "NativeSessionSetting": False, "preferredClaimKeys": False, diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_backfill_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_backfill_request.py index ea288fcc5..0b3ab6e81 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_backfill_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_backfill_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_member_status_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_member_status_response.py index f4ee66e86..39c03ff20 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_member_status_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_member_status_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_request.py index a75a0a0a8..1c6ef7158 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_game_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_party_request.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_party_request.py index 4a5fba0a8..c08fde0a6 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_party_request.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_update_party_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_user_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_user_response.py index fe6ee9b08..b297e5686 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_user_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/apimodels_user_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session.py b/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session.py index 63d8682de..4001316de 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session_member.py b/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session_member.py index 9d4987040..50bd4164f 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session_member.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/model_native_session_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_default_dsmc_config.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_default_dsmc_config.py index 3b6d0e2ae..e3300b300 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_default_dsmc_config.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_default_dsmc_config.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_dsm_config_record.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_dsm_config_record.py index 795692ece..cdfa97797 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_dsm_config_record.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_dsm_config_record.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_game_server.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_game_server.py index cee53bde9..c9e6842a5 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_game_server.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_game_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_member_active_session.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_member_active_session.py index 4a113285f..afa704c7e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_member_active_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_member_active_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_native_session_setting.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_native_session_setting.py index 6abca0e9a..57cfbdfdf 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_native_session_setting.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_native_session_setting.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_party_members.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_party_members.py index 05c851b64..6399fb892 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_party_members.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_party_members.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_platform_credentials.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_platform_credentials.py index 91503cc00..449caf056 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_platform_credentials.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_platform_credentials.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_port_configuration_ams.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_port_configuration_ams.py index ed955fd3d..e5ab7fcf9 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_port_configuration_ams.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_port_configuration_ams.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_psn_app_server_credentials.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_psn_app_server_credentials.py index c10092948..3c3826789 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_psn_app_server_credentials.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_psn_app_server_credentials.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_recent_player_query_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_recent_player_query_response.py index 44609f821..7350d8b28 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_recent_player_query_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_recent_player_query_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_request_reconcile_max_active_session.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_request_reconcile_max_active_session.py index b964cdf97..5aaa55e82 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_request_reconcile_max_active_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_request_reconcile_max_active_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_team.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_team.py index 7ff20ed5b..1f947db2b 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_team.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_team.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_user_info_response.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_user_info_response.py index 53fe1ccf8..f917faeaa 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_user_info_response.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_user_info_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/models_user_platform_info.py b/src/services/session/accelbyte_py_sdk/api/session/models/models_user_platform_info.py index c1d248e84..df6be7e46 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/models_user_platform_info.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/models_user_platform_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/models/response_error.py b/src/services/session/accelbyte_py_sdk/api/session/models/response_error.py index 693e66972..ae189a1c9 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/models/response_error.py +++ b/src/services/session/accelbyte_py_sdk/api/session/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/__init__.py index b20a1a037..253ace8c2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/__init__.py index b861fcb1f..d5b6d5b52 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/handle_upload_xbox_pfx__ac7973.py b/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/handle_upload_xbox_pfx__ac7973.py index 66e6770e7..f1a608cd4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/handle_upload_xbox_pfx__ac7973.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/certificate/handle_upload_xbox_pfx__ac7973.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.namespace = namespace if description is not None: instance.description = description + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/__init__.py index c289947ca..2fb44fd97 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_34b9c2.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_34b9c2.py index 852ea9125..32266763a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_34b9c2.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_34b9c2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -75,6 +75,8 @@ class AdminCreateConfigurationTemplateV1(Operation): - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value > 0 if leader disconnect will be wait until value reach and leader will be change after reach + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configuration @@ -275,6 +277,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_f62fb0.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_f62fb0.py index 11a99d759..bac6c8ec7 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_f62fb0.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_create_configurat_f62fb0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_0f97ac.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_0f97ac.py index fc356509b..a2ac87d7d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_0f97ac.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_0f97ac.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminDeleteConfigurationAlertV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_f38a32.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_f38a32.py index 0cacee337..151dcef09 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_f38a32.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_delete_configurat_f38a32.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_all_configura_f8d91f.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_all_configura_f8d91f.py index 474becb25..2bbe60f67 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_all_configura_f8d91f.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_all_configura_f8d91f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -298,6 +298,8 @@ def create( instance.order = order if order_by is not None: instance.order_by = order_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_6c66b1.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_6c66b1.py index 2fb969105..dc55382f4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_6c66b1.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_6c66b1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetConfigurationAlertV1: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_b1005a.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_b1005a.py index 8fe69252a..667ce86b4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_b1005a.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_configuration_b1005a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance = cls() instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_dsmc_configuration.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_dsmc_configuration.py index 3f58fc2b7..bc30ab3f7 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_dsmc_configuration.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_get_dsmc_configuration.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetDSMCConfiguration: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_sync_dsmc_configuration.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_sync_dsmc_configuration.py index 8dd112566..f85fa3ce2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_sync_dsmc_configuration.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_sync_dsmc_configuration.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminSyncDSMCConfiguration: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_5d9582.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_5d9582.py index 2855de414..2712506fd 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_5d9582.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_5d9582.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_b6ef34.py b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_b6ef34.py index a1d8677d6..435d4322d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_b6ef34.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/configuration_template/admin_update_configurat_b6ef34.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -74,7 +74,8 @@ class AdminUpdateConfigurationTemplateV1(Operation): - TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created. + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configurations/{name} @@ -293,6 +294,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/__init__.py index 251b482dd..5878981e7 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/admin_get_dsmc_configur_e05bc8.py b/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/admin_get_dsmc_configur_e05bc8.py index 7638dca81..eda7a7f8b 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/admin_get_dsmc_configur_e05bc8.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/dsmc_default_configuration/admin_get_dsmc_configur_e05bc8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -190,6 +190,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminGetDSMCConfigurationDefault: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/__init__.py index d4cd38b8f..74e510116 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/admin_list_environment__aed044.py b/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/admin_list_environment__aed044.py index 7c53cda2e..8f8c22f30 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/admin_list_environment__aed044.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/environment_variable/admin_list_environment__aed044.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -176,6 +176,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminListEnvironmentVariables: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/__init__.py index 871464cf4..412f8e207 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_delete_bulk_game__144132.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_delete_bulk_game__144132.py index da8e10275..b980ffa28 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_delete_bulk_game__144132.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_delete_bulk_game__144132.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessio_9fd853.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessio_9fd853.py index 4efb7a90b..db92c6533 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessio_9fd853.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessio_9fd853.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessions.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessions.py index 4356a2c4c..965764200 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessions.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_query_game_sessions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -487,6 +487,8 @@ def create( instance.status_v2 = status_v2 if to_time is not None: instance.to_time = to_time + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_set_ds_ready.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_set_ds_ready.py index 0ed8b0388..be3debf4a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_set_ds_ready.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_set_ds_ready.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_update_game_sessi_718745.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_update_game_sessi_718745.py index e4c18ce84..bfd9f1818 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_update_game_sessi_718745.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/admin_update_game_sessi_718745.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.namespace = namespace instance.session_id = session_id instance.status_type = status_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/append_team_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/append_team_game_session.py index ba0f6aedc..fc1f93806 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/append_team_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/append_team_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/create_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/create_game_session.py index a33256ef5..d3532e900 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/create_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/create_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/delete_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/delete_game_session.py index c60ddbd06..300f2f691 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/delete_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/delete_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -210,6 +210,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> DeleteGameSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/game_session_generate_code.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/game_session_generate_code.py index 4bc577662..e79dcf146 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/game_session_generate_code.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/game_session_generate_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session.py index 2029f8b9e..7beb7123d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> GetGameSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session_by_pod_name.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session_by_pod_name.py index 6fef2e026..317cadb42 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session_by_pod_name.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_game_session_by_pod_name.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create(cls, namespace: str, pod_name: str, **kwargs) -> GetGameSessionByPodN instance = cls() instance.namespace = namespace instance.pod_name = pod_name + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_session_server_secret.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_session_server_secret.py index 2b2425ce1..37200d731 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_session_server_secret.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/get_session_server_secret.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/join_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/join_game_session.py index 002d558aa..861acda8a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/join_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/join_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> JoinGameSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/leave_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/leave_game_session.py index e275c0954..e05cb2576 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/leave_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/leave_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> LeaveGameSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/patch_update_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/patch_update_game_session.py index 4e387e784..4c98820e3 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/patch_update_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/patch_update_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_invite.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_invite.py index 68809db46..ecc4dcb71 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_invite.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_invite.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_reject.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_reject.py index ec7e584e4..7b9a9d02e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_reject.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_game_session_reject.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_promote_game_ses_482ff3.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_promote_game_ses_482ff3.py index 8b3c59efc..1ffda3ba8 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_promote_game_ses_482ff3.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_promote_game_ses_482ff3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_game_sessi_875927.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_game_sessi_875927.py index 60fc9ae7d..48b0e778c 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_game_sessi_875927.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_game_sessi_875927.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -238,6 +238,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_my_game_sessions.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_my_game_sessions.py index d51f37311..1566302ad 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_my_game_sessions.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_query_my_game_sessions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.order_by = order_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_revoke_game_sess_c2a52e.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_revoke_game_sess_c2a52e.py index 582649f95..829984d8e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_revoke_game_sess_c2a52e.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_revoke_game_sess_c2a52e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_session_join_code.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_session_join_code.py index 21594aff6..9677c8d0c 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_session_join_code.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/public_session_join_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session.py index e891f1637..d8c7f67dc 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session_bac_df8b84.py b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session_bac_df8b84.py index 1593cdfb5..502995197 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session_bac_df8b84.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/game_session/update_game_session_bac_df8b84.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -249,6 +249,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/__init__.py index 8059f0eef..0e12bed48 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_delete_global_con_ede905.py b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_delete_global_con_ede905.py index 69601f4fc..2c5ae936f 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_delete_global_con_ede905.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_delete_global_con_ede905.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -169,6 +169,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminDeleteGlobalConfiguration: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_list_global_confi_b0d245.py b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_list_global_confi_b0d245.py index 7da3ebb23..d60bb6896 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_list_global_confi_b0d245.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_list_global_confi_b0d245.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -173,6 +173,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> AdminListGlobalConfiguration: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_update_global_con_006df0.py b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_update_global_con_006df0.py index a701a0d56..432a1f71c 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_update_global_con_006df0.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/global_configuration/admin_update_global_con_006df0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -198,6 +198,8 @@ def create( ) -> AdminUpdateGlobalConfiguration: instance = cls() instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/__init__.py index 53af98f43..10df343cb 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_get_member_active_3765c4.py b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_get_member_active_3765c4.py index 18914a96f..35993d2c4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_get_member_active_3765c4.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_get_member_active_3765c4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.name = name instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_reconcile_max_act_4f7653.py b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_reconcile_max_act_4f7653.py index 7bef0401e..60b38809f 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_reconcile_max_act_4f7653.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/max_active/admin_reconcile_max_act_4f7653.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.body = body instance.name = name instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/__init__.py index 30b320be6..702c499e0 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/admin_get_list_native_session.py b/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/admin_get_list_native_session.py index 32f0ba466..f67440e31 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/admin_get_list_native_session.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/native_session/admin_get_list_native_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.offset = offset if order is not None: instance.order = order + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/__init__.py index bd59ea31e..c0dcf2f52 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info.py b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info.py index c4f76eee4..99fd2478c 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetHealthcheckInfo: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info_v1.py b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info_v1.py index 5abd5e445..a7ea5eee5 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info_v1.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/operations/get_healthcheck_info_v1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -154,6 +154,8 @@ def parse_response( @classmethod def create(cls, **kwargs) -> GetHealthcheckInfoV1: instance = cls() + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/__init__.py index 0adb0dcd9..cc8abd1fd 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/admin_query_parties.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/admin_query_parties.py index 2851a30c1..e46cd1e96 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/admin_query_parties.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/admin_query_parties.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -385,6 +385,8 @@ def create( instance.party_id = party_id if value is not None: instance.value = value + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_create_party.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_create_party.py index f7d70d0e4..827f3f8bf 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_create_party.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_create_party.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_generate_party_code.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_generate_party_code.py index 056c25acc..3c6e5524b 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_generate_party_code.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_generate_party_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicGeneratePartyC instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_get_party.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_get_party.py index bbcc3bac8..d2784c304 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_get_party.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_get_party.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicGetParty: instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_invite.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_invite.py index 83ca9437f..5a30580ef 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_invite.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_invite.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -256,6 +256,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join.py index f1739952e..af69eba60 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicPartyJoin: instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join_code.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join_code.py index 8e7599edb..7d97a992d 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join_code.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_join_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_kick.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_kick.py index 8b58c529c..f6881c5de 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_kick.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_kick.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace instance.party_id = party_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_leave.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_leave.py index 73958f25f..2d024b0c8 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_leave.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_leave.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -212,6 +212,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicPartyLeave: instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_reject.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_reject.py index c5dc848f5..c45274d37 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_reject.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_party_reject.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicPartyReject: instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_patch_update_party.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_patch_update_party.py index 2c0ce470d..192100cc1 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_patch_update_party.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_patch_update_party.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_promote_party_leader.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_promote_party_leader.py index 7d7471816..12921a891 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_promote_party_leader.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_promote_party_leader.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_query_my_parties.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_query_my_parties.py index 9d83f2358..b04a8c6a1 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_query_my_parties.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_query_my_parties.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.order_by = order_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_revoke_party_code.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_revoke_party_code.py index e99a9c5aa..96b669cd2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_revoke_party_code.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_revoke_party_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -222,6 +222,8 @@ def create(cls, namespace: str, party_id: str, **kwargs) -> PublicRevokePartyCod instance = cls() instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_update_party.py b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_update_party.py index 75825d69e..e69a4e203 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_update_party.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/party/public_update_party.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.body = body instance.namespace = namespace instance.party_id = party_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/__init__.py index f8548239c..7f01f2151 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_delete_platform_c_b8f2c5.py b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_delete_platform_c_b8f2c5.py index 206dd5fc4..ce7c28703 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_delete_platform_c_b8f2c5.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_delete_platform_c_b8f2c5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminDeletePlatformCredentials: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_get_platform_credentials.py b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_get_platform_credentials.py index 791ac226b..ba1173c9a 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_get_platform_credentials.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_get_platform_credentials.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> AdminGetPlatformCredentials: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_update_platform_c_5be87f.py b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_update_platform_c_5be87f.py index f73013e6b..03c242be7 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_update_platform_c_5be87f.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/platform_credential/admin_update_platform_c_5be87f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/__init__.py index 278f7c8ec..67712a208 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_get_player_attributes.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_get_player_attributes.py index 99cb5b302..d6fbc52ec 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_get_player_attributes.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_get_player_attributes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminGetPlayerAttribu instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_query_player_attributes.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_query_player_attributes.py index 98f6f19d7..de9f69944 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_query_player_attributes.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/admin_query_player_attributes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.namespace = namespace if users is not None: instance.users = users + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_delete_player_at_57835b.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_delete_player_at_57835b.py index f0922cc54..6ea405bd5 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_delete_player_at_57835b.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_delete_player_at_57835b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicDeletePlayerAttributes: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_bulk_player__da8481.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_bulk_player__da8481.py index 758ac23b9..fafd11ae6 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_bulk_player__da8481.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_bulk_player__da8481.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_player_attributes.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_player_attributes.py index dd0a3cfaf..5fed46bf2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_player_attributes.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_get_player_attributes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -217,6 +217,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> PublicGetPlayerAttributes: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_store_player_attributes.py b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_store_player_attributes.py index 291d4152e..13f610a20 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_store_player_attributes.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/player/public_store_player_attributes.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/__init__.py index bc5f6df70..44de2fe87 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/public_get_recent_player.py b/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/public_get_recent_player.py index c6ce4143d..0ab9c0f97 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/public_get_recent_player.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/recent_player/public_get_recent_player.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/__init__.py index d525d2f73..bdd6644d4 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_delete_user_sessi_e92b87.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_delete_user_sessi_e92b87.py index 87af551b2..46c4b70b6 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_delete_user_sessi_e92b87.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_delete_user_sessi_e92b87.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_session_storage.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_session_storage.py index eb7b44abc..1285561d2 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_session_storage.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_session_storage.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_user_session_f101bc.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_user_session_f101bc.py index caa5c0abc..c217dc0fd 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_user_session_f101bc.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/admin_read_user_session_f101bc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.session_id = session_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_4c0538.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_4c0538.py index 11af7cf4b..62dcf947e 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_4c0538.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_4c0538.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_f96597.py b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_f96597.py index 1c90b15e0..ef92f1004 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_f96597.py +++ b/src/services/session/accelbyte_py_sdk/api/session/operations/session_storage/public_update_insert_se_f96597.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Service (3.13.3) +# AccelByte Gaming Services Session Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.namespace = namespace instance.session_id = session_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/session/accelbyte_py_sdk/api/session/wrappers/__init__.py b/src/services/session/accelbyte_py_sdk/api/session/wrappers/__init__.py index 303b351d2..59822e315 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/wrappers/__init__.py +++ b/src/services/session/accelbyte_py_sdk/api/session/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Service.""" -__version__ = "3.13.3" +__version__ = "3.13.9" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/session/accelbyte_py_sdk/api/session/wrappers/_configuration_template.py b/src/services/session/accelbyte_py_sdk/api/session/wrappers/_configuration_template.py index 39956f0ae..fe28ed8ff 100644 --- a/src/services/session/accelbyte_py_sdk/api/session/wrappers/_configuration_template.py +++ b/src/services/session/accelbyte_py_sdk/api/session/wrappers/_configuration_template.py @@ -214,6 +214,8 @@ def admin_create_configuration_template_v1( - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value > 0 if leader disconnect will be wait until value reach and leader will be change after reach + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configuration @@ -303,6 +305,8 @@ async def admin_create_configuration_template_v1_async( - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value > 0 if leader disconnect will be wait until value reach and leader will be change after reach + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configuration @@ -1236,7 +1240,8 @@ def admin_update_configuration_template_v1( - TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created. + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configurations/{name} @@ -1329,7 +1334,8 @@ async def admin_update_configuration_template_v1_async( - TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created + - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created. + - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled. Properties: url: /session/v1/admin/namespaces/{namespace}/configurations/{name} diff --git a/src/services/session/pyproject.toml b/src/services/session/pyproject.toml index 18bf64736..9dee1be41 100644 --- a/src/services/session/pyproject.toml +++ b/src/services/session/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-session" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Session Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/sessionbrowser/README.md b/src/services/sessionbrowser/README.md index 9f32f7038..5e3a4fcd2 100644 --- a/src/services/sessionbrowser/README.md +++ b/src/services/sessionbrowser/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Session Browser Service -* Version: 1.18.1 +* Version: 1.18.3 ``` ## Setup diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/__init__.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/__init__.py index b007aba1e..b4871c1ae 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/__init__.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Browser Service.""" -__version__ = "1.18.1" +__version__ = "1.18.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/__init__.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/__init__.py index 1dca56e67..34e093490 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/__init__.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Browser Service.""" -__version__ = "1.18.1" +__version__ = "1.18.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_custom_game_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_custom_game_response.py index 7392a00d6..8280cd134 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_custom_game_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_custom_game_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_matchmaking_game_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_matchmaking_game_response.py index d191d3802..a1aca1abe 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_matchmaking_game_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_active_matchmaking_game_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_request.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_request.py index ec0ab52fb..82983f49e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_request.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_response.py index 838ba014b..695066707 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_add_player_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_admin_session_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_admin_session_response.py index 756cbcb3c..479c49e11 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_admin_session_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_admin_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_count_active_session_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_count_active_session_response.py index f5535322b..b1586cf9d 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_count_active_session_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_count_active_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_create_session_request.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_create_session_request.py index 8fe3b92c1..9c2b1f15a 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_create_session_request.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_create_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_custom_game_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_custom_game_response.py index 451fdb183..58e64fc79 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_custom_game_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_custom_game_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session.py index 1684cc7e3..0d286fb51 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session_setting.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session_setting.py index f404b42f0..b30aef645 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session_setting.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_game_session_setting.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_detailed_response_item.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_detailed_response_item.py index ef5b71a3f..0cf854046 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_detailed_response_item.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_detailed_response_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_item_v2.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_item_v2.py index 5c02a46f2..73c3fe629 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_item_v2.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_item_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_v2.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_v2.py index c3a2199a7..6b7d28acf 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_v2.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_get_session_history_search_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_join_game_session_request.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_join_game_session_request.py index 972582a69..565ce691e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_join_game_session_request.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_join_game_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_attributes.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_attributes.py index 7961cb735..4d775bcf9 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_attributes.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_attributes.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_making.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_making.py index 084c6cfe2..ad8658f29 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_making.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_match_making.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_ally.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_ally.py index 8039e9af8..14467a354 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_ally.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_ally.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_party.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_party.py index d833b1dbe..d63861bb0 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_party.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_matching_party.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_pagination.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_pagination.py index a5717cf3a..4d1ae4beb 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_pagination.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_pagination.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_paging_cursor.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_paging_cursor.py index bcc61f01e..0d603dfed 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_paging_cursor.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_paging_cursor.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_party_member.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_party_member.py index bdbd4235d..603398938 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_party_member.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_party_member.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_history.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_history.py index a5095e98c..cdf6d9337 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_history.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_query_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_query_response.py index 4e1372377..755405223 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_query_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_recent_player_query_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_server.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_server.py index 23752dfe6..7ea5d59b9 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_server.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_server.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_by_user_i_ds_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_by_user_i_ds_response.py index 8bcec313e..ce926fffb 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_by_user_i_ds_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_by_user_i_ds_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_history.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_history.py index 021acaac9..3d2a4da7e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_history.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_joining.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_joining.py index 6be906407..ee71d7d2e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_joining.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_player_joining.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_query_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_query_response.py index dfe842fe7..ad01f2943 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_query_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_query_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_response.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_response.py index 735f955a2..6790fa06e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_response.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_session_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_status_history.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_status_history.py index 25e880692..fdf9fb4e2 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_status_history.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_status_history.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_session_request.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_session_request.py index e2b06c315..d35ce1d0e 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_session_request.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_session_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_settings_request.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_settings_request.py index df7660cc1..33258f8a0 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_settings_request.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/models_update_settings_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/response_error.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/response_error.py index 6c9b7c302..265763f1b 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/response_error.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_response_v2.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_response_v2.py index 3f06e2218..86e1350c1 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_response_v2.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_v1.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_v1.py index 90a5a928e..2858d9b34 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_v1.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/models/restapi_error_v1.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/__init__.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/__init__.py index 3d291af87..260b23999 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/__init__.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Browser Service.""" -__version__ = "1.18.1" +__version__ = "1.18.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/__init__.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/__init__.py index 8daaafd2a..9f5708b6c 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/__init__.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Browser Service.""" -__version__ = "1.18.1" +__version__ = "1.18.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/add_player_to_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/add_player_to_session.py index a983ab246..4f300af1b 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/add_player_to_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/add_player_to_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_delete_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_delete_session.py index 4a1644866..7e0745e82 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_delete_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_delete_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -214,6 +214,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> AdminDeleteSession instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_get_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_get_session.py index 944d50d3c..b096b1bfb 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_get_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_get_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> AdminGetSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_query_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_query_session.py index 290d0d524..8b7bec222 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_query_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_query_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -362,6 +362,8 @@ def create( instance.server_status = server_status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_search_sessions_v2.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_search_sessions_v2.py index b90b6a9c8..02691149a 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_search_sessions_v2.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/admin_search_sessions_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -362,6 +362,8 @@ def create( instance.status = status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/create_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/create_session.py index 7479f465a..84a39e09b 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/create_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/create_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session.py index f5e3ce841..8c936bdd8 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> DeleteSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session_local_ds.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session_local_ds.py index c42cfcbfe..4fead0685 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session_local_ds.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/delete_session_local_ds.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> DeleteSessionLocal instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_custom_game__cd6755.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_custom_game__cd6755.py index d16e806b1..290fe1d77 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_custom_game__cd6755.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_custom_game__cd6755.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -269,6 +269,8 @@ def create( instance.server_region = server_region if session_id is not None: instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_matchmaking__0b8050.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_matchmaking__0b8050.py index 0bef010f7..ec12eb06d 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_matchmaking__0b8050.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_active_matchmaking__0b8050.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.server_region = server_region if session_id is not None: instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_recent_player.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_recent_player.py index a9937b999..eddbe51d9 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_recent_player.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_recent_player.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -208,6 +208,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetRecentPlayer: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session.py index ce80b5677..11349b17a 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -207,6 +207,8 @@ def create(cls, namespace: str, session_id: str, **kwargs) -> GetSession: instance = cls() instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_by_user_i_ds.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_by_user_i_ds.py index 459042e99..f7d137613 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_by_user_i_ds.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_by_user_i_ds.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_ids: str, **kwargs) -> GetSessionByUserIDs: instance = cls() instance.namespace = namespace instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_history_detailed.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_history_detailed.py index 5475bb96c..117b4eade 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_history_detailed.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_session_history_detailed.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create( instance = cls() instance.match_id = match_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_total_active_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_total_active_session.py index 0828f0205..86e0efbed 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_total_active_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/get_total_active_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance.namespace = namespace if session_type is not None: instance.session_type = session_type + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/join_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/join_session.py index f1e56317b..0476611a8 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/join_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/join_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/remove_player_from_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/remove_player_from_session.py index 6e040d454..6ba84e3ca 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/remove_player_from_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/remove_player_from_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.namespace = namespace instance.session_id = session_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_session.py index e19cc2d2f..43c0c0bd5 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_settings.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_settings.py index 66f184324..66b5ce90b 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_settings.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/update_settings.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.body = body instance.namespace = namespace instance.session_id = session_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/user_query_session.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/user_query_session.py index 168c2186d..c8f3d90e7 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/user_query_session.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/operations/session/user_query_session.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Session Browser Service (1.18.1) +# AccelByte Gaming Services Session Browser Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -362,6 +362,8 @@ def create( instance.server_status = server_status if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/wrappers/__init__.py b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/wrappers/__init__.py index a133b885f..4c7f30a8b 100644 --- a/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/wrappers/__init__.py +++ b/src/services/sessionbrowser/accelbyte_py_sdk/api/sessionbrowser/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Session Browser Service.""" -__version__ = "1.18.1" +__version__ = "1.18.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/sessionbrowser/pyproject.toml b/src/services/sessionbrowser/pyproject.toml index 7874dcf3e..85ab612b5 100644 --- a/src/services/sessionbrowser/pyproject.toml +++ b/src/services/sessionbrowser/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-sessionbrowser" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Session Browser Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/social/README.md b/src/services/social/README.md index 546d1d1fe..a4398ec1b 100644 --- a/src/services/social/README.md +++ b/src/services/social/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Social Service -* Version: 2.11.2 +* Version: 2.11.3 ``` ## Setup diff --git a/src/services/social/accelbyte_py_sdk/api/social/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/__init__.py index 50d3d954e..a37f63b0c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/models/__init__.py index 8bf8286cb..d4ec73d24 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_resetting_user_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_resetting_user_stat_items.py index 837cba233..6f7118e4e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_resetting_user_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_resetting_user_stat_items.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_user_stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_user_stat_item_value.py index fc62be1f7..86ae35ae1 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_user_stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/a_dto_object_for_user_stat_item_value.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/attribute.py b/src/services/social/accelbyte_py_sdk/api/social/models/attribute.py index 43c274c8e..e19b1f40e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/attribute.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/attribute.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_cycle_stats_add.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_cycle_stats_add.py index b3ba2474e..81fc87cf8 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_cycle_stats_add.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_cycle_stats_add.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_operation_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_operation_result.py index 46d3b1e42..f78294859 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_operation_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_operation_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_request.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_request.py index 9ece883ab..a07d81063 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_request.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_result.py index dee26ffdf..2ccd2b23b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_cycle_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_create.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_create.py index befbe85fd..91b7587ee 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_create.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_inc.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_inc.py index e87e5946c..084a2cf82 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_inc.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_inc.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_reset.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_reset.py index 23a428a1e..5e0210342 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_reset.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_reset.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_update.py index bfcb997dc..9f32995b3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_item_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_operation_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_operation_result.py index 40c5049c2..24479c367 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_operation_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_stat_operation_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_inc.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_inc.py index 2db181eed..0ebb8584a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_inc.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_inc.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_reset.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_reset.py index 9f98d44ef..834508dca 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_reset.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_reset.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_update.py index d9d03ca51..73d72d0fa 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/bulk_user_stat_item_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/error_entity.py b/src/services/social/accelbyte_py_sdk/api/social/models/error_entity.py index 05ad8f791..838281d7c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/error_entity.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/field_validation_error.py b/src/services/social/accelbyte_py_sdk/api/social/models/field_validation_error.py index 408f0f8c9..fe8881de3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/field_validation_error.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/field_validation_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_header.py b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_header.py index bc711ab6c..738073ea7 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_header.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_header.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_info.py index 32d1cc27c..df462fd3b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_public_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_public_info.py index 20417276d..4a19d71e0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_public_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_public_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_request.py b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_request.py index cc1ed0239..8c9143cd5 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_request.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/game_profile_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_info.py index 7b84e7919..523ae1aca 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_paging_sliced_result.py index 39e76fcd5..2b425eda3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/global_stat_item_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/namespace_slot_config_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/namespace_slot_config_info.py index 9494442d2..c3716e27b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/namespace_slot_config_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/namespace_slot_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/paging.py b/src/services/social/accelbyte_py_sdk/api/social/models/paging.py index 16aab3bd9..efa63b3ad 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/paging.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/paging.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/slot_config_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/slot_config_update.py index dfb9ef1ea..5bb466489 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/slot_config_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/slot_config_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/slot_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/slot_info.py index 2ad1ba58d..1a3cd5ae9 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/slot_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/slot_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/slot_metadata_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/slot_metadata_update.py index 51ffdf72b..ae8d61b76 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/slot_metadata_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/slot_metadata_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_create.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_create.py index 116f16c15..b8d7ae3a4 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_create.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_create.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_create.py index 1f26b6a61..aad055d7a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_create.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_create.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_info.py index 6c5afc152..fa254e3ee 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_paging_sliced_result.py index 3879ca4d4..7ccbdea42 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_update.py index ac658aaab..a68ccc993 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_cycle_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_import_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_import_info.py index 2d3282234..5776b0e8d 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_import_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_import_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_info.py index 36ddacec5..357ce5f74 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc.py index 6a5b3668a..b50a0ca2f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc_result.py index a94d0544f..bbc99fd3a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_inc_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_update.py index dbb63d11d..e8694b79d 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value.py index ccb1358ac..10078d06f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value_paging_sliced_result.py index 088fddac9..2fc90f635 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_item_value_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_paging_sliced_result.py index ae440c685..150f2479c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_reset_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_reset_info.py index cbf77a282..4a838590b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_reset_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_reset_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/stat_update.py b/src/services/social/accelbyte_py_sdk/api/social/models/stat_update.py index 872561a8f..82b46912e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/stat_update.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/stat_update.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_game_profiles.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_game_profiles.py index 5eab2fb70..d1c94affd 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_game_profiles.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_game_profiles.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_slot_config_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_slot_config_info.py index 9f4de3023..d891d041c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_slot_config_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_slot_config_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_info.py index b224829ea..98b4f1b28 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_paging_sliced_result.py index e29bbae30..48232cfb5 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_cycle_item_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_info.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_info.py index a1530b014..79c1cfd88 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_info.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_info.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_paging_sliced_result.py b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_paging_sliced_result.py index 8b29afae3..46164a5a0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_paging_sliced_result.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/user_stat_item_paging_sliced_result.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/models/validation_error_entity.py b/src/services/social/accelbyte_py_sdk/api/social/models/validation_error_entity.py index 9a82a7365..209071d1c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/models/validation_error_entity.py +++ b/src/services/social/accelbyte_py_sdk/api/social/models/validation_error_entity.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/__init__.py index 878f6fac6..7c00691e6 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/__init__.py index e8878c188..fb54cf3b9 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_profile.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_profile.py index cb10389ed..9381c406d 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_profile.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace instance.profile_id = profile_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_user_profiles.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_user_profiles.py index 29861313f..e4040231c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_user_profiles.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/get_user_profiles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserProfiles: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_create_profile.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_create_profile.py index 735e8ff3c..0f3795f34 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_create_profile.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_create_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -260,6 +260,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_delete_profile.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_delete_profile.py index 0bab01d06..d598d0207 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_delete_profile.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_delete_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.namespace = namespace instance.profile_id = profile_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile.py index a4cd121be..3eb841414 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace instance.profile_id = profile_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile_attribute.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile_attribute.py index 93696e14d..1a1b019d7 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile_attribute.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_profile_attribute.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.namespace = namespace instance.profile_id = profile_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_game_profiles.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_game_profiles.py index e814ef3e3..84daec19c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_game_profiles.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_game_profiles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_profiles.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_profiles.py index ea602f5a8..73517d923 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_profiles.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_get_user_profiles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetUserProfiles instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_attribute.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_attribute.py index 58ed1a7a2..66cf7fcd1 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_attribute.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_attribute.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -295,6 +295,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_profile.py b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_profile.py index 0648f9f13..2b9ba37b3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_profile.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/game_profile/public_update_profile.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -282,6 +282,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/__init__.py index eadf036fc..6077ba6f8 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_4617a3.py b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_4617a3.py index d06a4056a..db34e5f75 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_4617a3.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_4617a3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.namespace = namespace instance.stat_code = stat_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_f4e6d4.py b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_f4e6d4.py index 720bac7dc..d7c7fe090 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_f4e6d4.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_item_by_f4e6d4.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.namespace = namespace instance.stat_code = stat_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items.py index 2ce05367c..6ced2b4b7 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if stat_codes is not None: instance.stat_codes = stat_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items_1.py index 9ad55239e..6969fb1e4 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/global_statistic/get_global_stat_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.offset = offset if stat_codes is not None: instance.stat_codes = stat_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/__init__.py index b08ec1fd2..0f24ca737 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_slot_data.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_slot_data.py index c5c46eb8a..16135cd6e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_slot_data.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_slot_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace instance.slot_id = slot_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_user_namespace_slots.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_user_namespace_slots.py index 2636e0f50..a40be12a6 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_user_namespace_slots.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/get_user_namespace_slots.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserNamespaceSlots instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_create_user_name_1e93c7.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_create_user_name_1e93c7.py index bc96612a6..b9716350b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_create_user_name_1e93c7.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_create_user_name_1e93c7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -309,6 +309,8 @@ def create( instance.label = label if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_delete_user_name_9ed44a.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_delete_user_name_9ed44a.py index d928cce72..c6ba18ff0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_delete_user_name_9ed44a.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_delete_user_name_9ed44a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance.namespace = namespace instance.slot_id = slot_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_slot_data.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_slot_data.py index 0d656878d..c17f2a201 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_slot_data.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_slot_data.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance.namespace = namespace instance.slot_id = slot_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_user_namespa_083368.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_user_namespa_083368.py index e2b17f5a6..78a265e73 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_user_namespa_083368.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_get_user_namespa_083368.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -204,6 +204,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_d493ff.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_d493ff.py index 3e815f7dc..b17f7b7a2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_d493ff.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_d493ff.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -325,6 +325,8 @@ def create( instance.label = label if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_fc60e7.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_fc60e7.py index 54d89f32d..9a5863ede 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_fc60e7.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot/public_update_user_name_fc60e7.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/__init__.py index 61beb4187..9f1ca56de 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_namespace_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_namespace_slot_config.py index 7c172b1c1..a6b740f13 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_namespace_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_namespace_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -186,6 +186,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> DeleteNamespaceSlotConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_user_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_user_slot_config.py index ae3010b7e..372d580f4 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_user_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/delete_user_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -199,6 +199,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteUserSlotConfig: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_namespace_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_namespace_slot_config.py index 1a7d7df4a..701401da0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_namespace_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_namespace_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -189,6 +189,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> GetNamespaceSlotConfig: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_user_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_user_slot_config.py index ab3574216..aa283468e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_user_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/get_user_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -203,6 +203,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> GetUserSlotConfig: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_namespace_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_namespace_slot_config.py index 075760523..d5e3e0929 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_namespace_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_namespace_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -211,6 +211,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_user_slot_config.py b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_user_slot_config.py index 5690ccf0a..d3384ca3f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_user_slot_config.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/slot_config/update_user_slot_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -228,6 +228,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/__init__.py index 09b60c38e..61ed68036 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat.py index a2c1624d5..266ed9b6c 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat_1.py index ef1564dba..d9e8a38e0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/create_stat_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_stat.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_stat.py index 21b97b5b7..5567b8222 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_stat.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_stat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create(cls, namespace: str, stat_code: str, **kwargs) -> DeleteStat: instance = cls() instance.namespace = namespace instance.stat_code = stat_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_tied_stat.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_tied_stat.py index ab0a6608c..7585cc537 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_tied_stat.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/delete_tied_stat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -227,6 +227,8 @@ def create(cls, namespace: str, stat_code: str, **kwargs) -> DeleteTiedStat: instance = cls() instance.namespace = namespace instance.stat_code = stat_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/export_stats.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/export_stats.py index 9602e5e39..e603d466e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/export_stats.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/export_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportStats: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stat.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stat.py index 8391215ac..845f55659 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stat.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, namespace: str, stat_code: str, **kwargs) -> GetStat: instance = cls() instance.namespace = namespace instance.stat_code = stat_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stats.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stats.py index 73a7d18a2..fbd50f2c2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stats.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/get_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/import_stats.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/import_stats.py index 78eb5f9e9..432f1338d 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/import_stats.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/import_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.file = file if replace_existing is not None: instance.replace_existing = replace_existing + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/query_stats.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/query_stats.py index ed08e344e..71f42f3bd 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/query_stats.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/query_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/update_stat.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/update_stat.py index ffaef4516..d7cf69a1a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/update_stat.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_configuration/update_stat.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -251,6 +251,8 @@ def create( instance.stat_code = stat_code if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/__init__.py index b37e30104..bb3eef979 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_add_stats.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_add_stats.py index 0b9da306d..71c7a1c5e 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_add_stats.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_add_stats.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle.py index 14598fc28..3ec19fdad 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle_1.py index fe27be156..002aec159 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/bulk_get_stat_cycle_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/create_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/create_stat_cycle.py index f1bebd051..a89a193d0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/create_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/create_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/delete_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/delete_stat_cycle.py index 1126e4dd5..93398e6f3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/delete_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/delete_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create(cls, cycle_id: str, namespace: str, **kwargs) -> DeleteStatCycle: instance = cls() instance.cycle_id = cycle_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/export_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/export_stat_cycle.py index 0cdf0727b..4a000ecea 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/export_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/export_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -202,6 +202,8 @@ def parse_response( def create(cls, namespace: str, **kwargs) -> ExportStatCycle: instance = cls() instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle.py index 4b5afe60f..a33ae1c76 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, cycle_id: str, namespace: str, **kwargs) -> GetStatCycle: instance = cls() instance.cycle_id = cycle_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle_1.py index 7a2ddbd15..2037e90b2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycle_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create(cls, cycle_id: str, namespace: str, **kwargs) -> GetStatCycle1: instance = cls() instance.cycle_id = cycle_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles.py index 3283f08b9..12cc873c0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -325,6 +325,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles_1.py index 7afd4248f..3ece783a3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/get_stat_cycles_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -325,6 +325,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/import_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/import_stat_cycle.py index 13a8eee24..b6d73ef2b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/import_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/import_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.file = file if replace_existing is not None: instance.replace_existing = replace_existing + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/stop_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/stop_stat_cycle.py index 992d6e058..7ad22735f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/stop_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/stop_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create(cls, cycle_id: str, namespace: str, **kwargs) -> StopStatCycle: instance = cls() instance.cycle_id = cycle_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/update_stat_cycle.py b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/update_stat_cycle.py index f171ddb31..1d646f56b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/update_stat_cycle.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/stat_cycle_configuration/update_stat_cycle.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/__init__.py index 4906bfb58..ae030e279 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/admin_list_users_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/admin_list_users_stat_items.py index 3053a27d7..34cfc6d7b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/admin_list_users_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/admin_list_users_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -301,6 +301,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_create_user_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_create_user_stat_items.py index bc4ed0682..faf1f3f0a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_create_user_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_create_user_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_50dfdc.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_50dfdc.py index 723377106..4ba465a6f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_50dfdc.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_50dfdc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_d6fcc5.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_d6fcc5.py index 886867bd7..f73bea7f7 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_d6fcc5.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_or_default_s_d6fcc5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.user_ids = user_ids if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items.py index 1d7e5a83f..4c9edcc2b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items_1.py index 468b9ead8..b2f0bab59 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_fetch_stat_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_ids = user_ids + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item.py index 231d7e202..2f3e13589 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_0f5ee3.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_0f5ee3.py index 0394f121d..3fb9f494d 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_0f5ee3.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_0f5ee3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_1.py index c5e663073..0d08049f3 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_b0004a.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_b0004a.py index c41453ae6..ea172ebec 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_b0004a.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_b0004a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_value.py index 1c3b3b5e6..7553f97a2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_inc_user_stat_item_value.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_it_ed9334.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_it_ed9334.py index 42c6eabb2..c2f3223a0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_it_ed9334.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_it_ed9334.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -284,6 +284,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item.py index 3900b71ec..48b2640c2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_1.py index 2b9b51437..74e13c764 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_2.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_2.py index 14c7a4035..4aecf6b48 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_2.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -248,6 +248,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_3.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_3.py index be03f4d02..0d4242c14 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_3.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_reset_user_stat_item_3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item.py index fca4aa163..5dbca7e25 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_1.py index 64bc40b11..efa7c19be 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -252,6 +252,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_2.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_2.py index 48666b53c..e9fc89dd0 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_2.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -293,6 +293,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_v2.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_v2.py index 962abe47b..015386c04 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_v2.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/bulk_update_user_stat_item_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/create_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/create_user_stat_item.py index 6c4ba82e0..6b19f4493 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/create_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/create_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items.py index a8853a653..4ab899532 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_1.py index 64a38bb12..ededab3be 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_2.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_2.py index 9119acbea..90c93d111 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_2.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/delete_user_stat_items_2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -274,6 +274,8 @@ def create( instance.user_id = user_id if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_stat_items.py index 02d243370..69251c16b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_user_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_user_stat_items.py index 7d8358490..06ceeaad7 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_user_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/get_user_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -333,6 +333,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/inc_user_stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/inc_user_stat_item_value.py index 873869d32..2e3ddaa0b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/inc_user_stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/inc_user_stat_item_value.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_create_user_ce1688.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_create_user_ce1688.py index 545812711..96d273e43 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_create_user_ce1688.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_create_user_ce1688.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_308993.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_308993.py index 7b07f0ddc..1337800b1 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_308993.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_308993.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_374b4e.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_374b4e.py index 6578b7848..96161ecdd 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_374b4e.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_st_374b4e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -245,6 +245,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_stat_item.py index 850e72730..7cccd1445 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_bulk_inc_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_create_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_create_user_stat_item.py index 86ff1bf24..7eec62a76 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_create_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_create_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_it_1d89c5.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_it_1d89c5.py index fd6308d9a..81993d0b4 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_it_1d89c5.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_it_1d89c5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_item.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_item.py index b50341b22..040512d74 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_item.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_inc_user_stat_item.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.user_id = user_id if body is not None: instance.body = body + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_all_my_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_all_my_stat_items.py index 612787065..a7e058d04 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_all_my_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_all_my_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_my_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_my_stat_items.py index a2ded4ace..e4f3a5365 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_my_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_list_my_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -302,6 +302,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items.py index b5e5b2a17..e4df9978b 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -317,6 +317,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_1.py index 91ec9cfad..b486139b5 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -304,6 +304,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_2.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_2.py index f0e3cd8f9..0cadce5f2 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_2.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/public_query_user_stat_items_2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -304,6 +304,8 @@ def create( instance.stat_codes = stat_codes if tags is not None: instance.tags = tags + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value.py index e00af5e35..2fb8971fa 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -303,6 +303,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value_1.py index b651e070b..fee120283 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/reset_user_stat_item_value_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.namespace = namespace instance.stat_code = stat_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value.py index 1a65956eb..1c08d361f 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -316,6 +316,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value_1.py index 984b8f66a..02f435f0a 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic/update_user_stat_item_value_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -316,6 +316,8 @@ def create( instance.body = body if additional_key is not None: instance.additional_key = additional_key + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/__init__.py index 3205a46b1..3234e3c13 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items.py index a60541813..3d3bab980 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -338,6 +338,8 @@ def create( instance.sort_by = sort_by if stat_codes is not None: instance.stat_codes = stat_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items_1.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items_1.py index b87ca80af..83c67bf99 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items_1.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/get_user_stat_cycle_items_1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -322,6 +322,8 @@ def create( instance.sort_by = sort_by if stat_codes is not None: instance.stat_codes = stat_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/public_list_my_stat_cyc_a54f9a.py b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/public_list_my_stat_cyc_a54f9a.py index 7800c616d..f4596a958 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/public_list_my_stat_cyc_a54f9a.py +++ b/src/services/social/accelbyte_py_sdk/api/social/operations/user_statistic_cycle/public_list_my_stat_cyc_a54f9a.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Social Service (2.11.2) +# AccelByte Gaming Services Social Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -307,6 +307,8 @@ def create( instance.sort_by = sort_by if stat_codes is not None: instance.stat_codes = stat_codes + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/social/accelbyte_py_sdk/api/social/wrappers/__init__.py b/src/services/social/accelbyte_py_sdk/api/social/wrappers/__init__.py index 1ca22a95d..4de2afbce 100644 --- a/src/services/social/accelbyte_py_sdk/api/social/wrappers/__init__.py +++ b/src/services/social/accelbyte_py_sdk/api/social/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Social Service.""" -__version__ = "2.11.2" +__version__ = "2.11.3" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/social/pyproject.toml b/src/services/social/pyproject.toml index 7731e6563..a47e397bf 100644 --- a/src/services/social/pyproject.toml +++ b/src/services/social/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-social" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Social Service" requires-python = ">=3.9" dependencies = [ diff --git a/src/services/ugc/README.md b/src/services/ugc/README.md index fc8c350d2..05d70f396 100644 --- a/src/services/ugc/README.md +++ b/src/services/ugc/README.md @@ -6,7 +6,7 @@ This is a service module for the [AccelByte Modular Python SDK](https://github.c ```text AccelByte Gaming Services Ugc Service -* Version: 2.19.3 +* Version: 2.19.4 ``` ## Setup diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/__init__.py index 09402688e..f968f7904 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/__init__.py index 4b4577b90..82219a052 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_add_download_count_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_add_download_count_response.py index 7da2e091e..f9bd3049d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_add_download_count_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_add_download_count_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_content_request_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_content_request_v2.py index b7b238582..a34ee0ba3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_content_request_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_content_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_get_content_bulk_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_get_content_bulk_request.py index 8a5ad5cd1..ab53013ec 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_get_content_bulk_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_get_content_bulk_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request.py index cb75814a2..926a2a406 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request_v2.py index 3ff009c24..a2a3dfa8f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_admin_update_content_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_approve_staging_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_approve_staging_content_request.py index 8671d5401..84111252f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_approve_staging_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_approve_staging_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_request.py index e77e8ee7d..e198ccaf2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_response.py index 09ba1e0ce..d2d2ac312 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_channel_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_config_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_config_response.py index e64129ac4..19fc54a65 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_config_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_config_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response.py index 9934a0fe9..44da14985 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response_v2.py index d3c81dfba..75db55dba 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_download_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_downloader_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_downloader_response.py index 5a4387aa0..6601bdd05 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_downloader_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_downloader_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_request.py index c63b29b2d..9bf93bdf2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_response.py index c4569d1ab..2a9dbb3fe 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_like_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_likers_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_likers_response.py index e32e1d870..1ceadca1c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_likers_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_likers_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_request_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_request_v2.py index 7bd5abd6a..42a4a9c85 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_request_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_snapshot.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_snapshot.py index 99a9d5edf..48d44eeea 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_snapshot.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_snapshot.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_version_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_version_response.py index 77b504a86..9409d7274 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_version_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_content_version_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request.py index deace8a4b..40af589ea 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request_s3.py index b0b9acdb8..59fb2c77f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_request_s3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response.py index e6b2d73e7..7408cc8cc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response_v2.py index fdd78a618..ce01e76b4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_content_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_request.py index 5dd571c3e..80373be94 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_response.py index ce17423e8..a149d05f4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request.py index c53cc48bf..fed8533c5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request_item.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request_item.py index bf13ab4f1..e6f8b1cb4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request_item.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_request_item.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_response.py index 0096e5a0f..adf480e19 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_screenshot_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_request.py index 9ea4cca2d..c45f2f90d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_response.py index aa5a87d7b..3f090d535 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_tag_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_request.py index b23c330a7..5c1779f44 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_response.py index 1dc76f45d..bd252a6dc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_create_type_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_follow_state.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_follow_state.py index 89e28a916..97efb5247 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_follow_state.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_follow_state.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_overview_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_overview_response.py index 09036f50e..610d3b8ba 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_overview_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_overview_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_response.py index 3aa170b66..a47ed9f4d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_creator_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_request.py index 54b42297c..38f05de45 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_response.py index 7b0cd46f7..4d93d4180 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_generate_content_upload_url_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_bulk_by_share_codes_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_bulk_by_share_codes_request.py index c25663fe1..4f8b499ea 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_bulk_by_share_codes_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_bulk_by_share_codes_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_preview_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_preview_response.py index e50a31bac..68edb8b30 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_preview_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_get_content_preview_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_hide_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_hide_content_request.py index 8299b575b..4496a222c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_hide_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_hide_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_like_state.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_like_state.py index c7db614ec..878c55c6a 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_like_state.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_like_state.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_list_content_versions_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_list_content_versions_response.py index c2ed7ae13..b2ed632cb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_list_content_versions_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_list_content_versions_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response.py index 1444fb946..57c2724bc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response_v2.py index 41eb638ac..624767a19 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_download_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_downloader_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_downloader_response.py index 0daaa6f7e..c0cc9e569 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_downloader_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_downloader_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_likers_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_likers_response.py index c81131a64..97d1007e5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_likers_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_content_likers_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_creator_overview_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_creator_overview_response.py index 347ea6561..d8a808e3e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_creator_overview_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_creator_overview_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_channel_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_channel_response.py index 7c7c840d0..8eb3d1df2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_channel_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_channel_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_configs_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_configs_response.py index ceaaf409a..a75df5a97 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_configs_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_configs_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_tag_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_tag_response.py index d6f09925d..b1ddc75f6 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_tag_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_tag_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_type_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_type_response.py index 8d7676818..e6fe486ab 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_type_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_get_type_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_group_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_group_response.py index 2cbe56aba..adebdb8f0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_group_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_group_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_list_staging_content_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_list_staging_content_response.py index bcd2083a2..e683a3981 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_list_staging_content_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paginated_list_staging_content_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paging_cursor.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paging_cursor.py index 3b03ed266..8bba9b395 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paging_cursor.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_paging_cursor.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_payload_url.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_payload_url.py index f902cb066..75d53f8b0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_payload_url.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_payload_url.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_metadata.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_metadata.py index 896f3d603..0c32a8f50 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_metadata.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_metadata.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_url.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_url.py index 9127e9693..b8e7505cf 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_url.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_preview_url.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_channel_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_channel_request.py index 8967fdcd6..4d69407c0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_channel_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_channel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_create_content_request_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_create_content_request_s3.py index 0eb5f7b69..20a1bbbd1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_create_content_request_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_create_content_request_s3.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_get_content_bulk_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_get_content_bulk_request.py index f8bd4f23d..4992890e3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_get_content_bulk_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_public_get_content_bulk_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_screenshot_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_screenshot_response.py index b324aa0bf..7a7c62129 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_screenshot_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_screenshot_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_staging_content_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_staging_content_response.py index bc8b34015..03ded5af9 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_staging_content_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_staging_content_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_channel_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_channel_request.py index 1b894de65..61abb5dbb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_channel_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_channel_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_config_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_config_request.py index 4a3f57b96..b24691681 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_config_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_config_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request.py index b9f6a3340..8c813a2d7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request_v2.py index fdf9c14e8..f10297682 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_request_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_response_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_response_v2.py index ba0cd0e84..c50eed455 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_response_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_response_v2.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_share_code_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_share_code_request.py index a65379d88..cf8d163d1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_share_code_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_content_share_code_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_file_location_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_file_location_request.py index f68a18a39..c3d95fd7d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_file_location_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_file_location_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot.py index 6bbd3be18..d28c2a9b1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_request.py index 7a1d5921f..259cb421d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_response.py index d573923f8..ffed3f288 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_screenshot_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_staging_content_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_staging_content_request.py index 317febef2..20d42e542 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_staging_content_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_update_staging_content_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_request.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_request.py index d657330dd..8837fc8a5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_request.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_request.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_response.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_response.py index 136333d20..221ddb8c8 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_response.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/models_user_follow_response.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/response_error.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/response_error.py index c206d44fb..22f5bc88c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/models/response_error.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/models/response_error.py @@ -6,7 +6,7 @@ # template file: model.j2 -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service # pylint: disable=duplicate-code # pylint: disable=line-too-long diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/__init__.py index bee25e62c..6ca07ce74 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/__init__.py @@ -8,6 +8,6 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/__init__.py index 33956dd6a..e28bfc73f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_create_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_create_channel.py index 51204ef9e..75111062c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_create_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_create_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_delete_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_delete_channel.py index a3362b227..ed2f4b411 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_delete_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_delete_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_get_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_get_channel.py index fd1bee297..8e7c72c02 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_get_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_get_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.name = name if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_update_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_update_channel.py index 3b6678420..f08db201f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_update_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/admin_update_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_delete_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_delete_channel.py index aad918c16..6142dddae 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_delete_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_delete_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.channel_id = channel_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_get_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_get_channel.py index edf956d91..3a1cf2ac7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_get_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_get_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_update_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_update_channel.py index 391a46b4c..19bf8248f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_update_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_channel/single_admin_update_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.channel_id = channel_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/__init__.py index 405a7976b..4168a8ab4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_get_configs.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_get_configs.py index 97cf57a51..a3fd7f764 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_get_configs.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_get_configs.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_update_config.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_update_config.py index 5a878f402..213bb6c47 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_update_config.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_config/admin_update_config.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.body = body instance.key = key instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/__init__.py index 7a0bfcce8..27f407fb0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content.py index 7f649a556..3e0a31b32 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content_sc_eeb785.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content_sc_eeb785.py index 60b887b71..add0af0e7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content_sc_eeb785.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_delete_content_sc_eeb785.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.screenshot_id = screenshot_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_download_content_preview.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_download_content_preview.py index da97d98a6..6f55c48c0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_download_content_preview.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_download_content_preview.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -221,6 +221,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content.py index bc66ea742..0fb91d72d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk.py index cbf7b1627..25d23175f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -233,6 +233,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk__102504.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk__102504.py index 5ceeeb5eb..df9122b6b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk__102504.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_content_bulk__102504.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_specific_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_specific_content.py index a3bbddd48..22112068f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_specific_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_specific_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_user_content__d4dc92.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_user_content__d4dc92.py index 3975adba9..ab9560ae7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_user_content__d4dc92.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_get_user_content__d4dc92.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.namespace = namespace instance.share_code = share_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_hide_user_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_hide_user_content.py index e55cf0a6b..edc0243b4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_hide_user_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_hide_user_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -265,6 +265,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_channel_sp_40f87c.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_channel_sp_40f87c.py index 466fa0f11..1c1486f60 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_channel_sp_40f87c.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_channel_sp_40f87c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -444,6 +444,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_content.py index 316151420..7a14c82df 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_search_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -427,6 +427,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_direct.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_direct.py index e9d61e8cc..aa5eae156 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_direct.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_direct.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3.py index 636524fcc..ab98328aa 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -308,6 +308,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3_bb64ed.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3_bb64ed.py index 9d5de5751..29964fb14 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3_bb64ed.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_content_s3_bb64ed.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -310,6 +310,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_screenshots.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_screenshots.py index 2e88b4361..8415c0838 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_screenshots.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_update_screenshots.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_direct.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_direct.py index 4f76e71b3..a3ed27258 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_direct.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_direct.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -253,6 +253,8 @@ def create( instance.body = body instance.channel_id = channel_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_s3.py index b08bfe957..e06367a6b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_s3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.body = body instance.channel_id = channel_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_sc_b38ae0.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_sc_b38ae0.py index 2344a89a1..de1f00eb6 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_sc_b38ae0.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/admin_upload_content_sc_b38ae0.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/delete_content_by_share_code.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/delete_content_by_share_code.py index 055c1626b..f0bacceff 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/delete_content_by_share_code.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/delete_content_by_share_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/list_content_versions.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/list_content_versions.py index f70e4f825..f2daf4955 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/list_content_versions.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/list_content_versions.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create(cls, content_id: str, namespace: str, **kwargs) -> ListContentVersion instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/rollback_content_version.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/rollback_content_version.py index 5a5a943ba..4ad64e63f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/rollback_content_version.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/rollback_content_version.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.version_id = version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_delete_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_delete_content.py index cb5e4f4c2..a8c03a929 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_delete_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_delete_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_get_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_get_content.py index ae34f3d27..710a471a8 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_get_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_get_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -247,6 +247,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_con_1f2ab1.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_con_1f2ab1.py index 3abf0a2c3..b211630c5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_con_1f2ab1.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_con_1f2ab1.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_content_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_content_s3.py index d15ed07f0..f26a8a7f1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_content_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content/single_admin_update_content_s3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -295,6 +295,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/__init__.py index 0cb3157bf..f07c47504 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_bulk_get_content__b85ce3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_bulk_get_content__b85ce3.py index 5f02f6b55..5dfe355b3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_bulk_get_content__b85ce3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_bulk_get_content__b85ce3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_create_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_create_content_v2.py index 5868e37eb..b9ec3e972 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_create_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_create_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -254,6 +254,8 @@ def create( instance.body = body instance.channel_id = channel_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_by_cd2201.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_by_cd2201.py index 2eb75ddcb..61197d98a 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_by_cd2201.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_by_cd2201.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_sc_bf1900.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_sc_bf1900.py index 9fe2bc8c6..92b7fb0bc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_sc_bf1900.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_content_sc_bf1900.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.screenshot_id = screenshot_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_official_c_0e2f56.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_official_c_0e2f56.py index 08b76fb3a..c21229871 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_official_c_0e2f56.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_official_c_0e2f56.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_user_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_user_content_v2.py index 295e5f402..95e0d7bc3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_user_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_delete_user_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_official_791850.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_official_791850.py index c36d13c36..f0e019084 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_official_791850.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_official_791850.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_user_con_cdad13.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_user_con_cdad13.py index 91397158a..edafe6cef 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_user_con_cdad13.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_generate_user_con_cdad13.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -283,6 +283,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_bulk__b58c74.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_bulk__b58c74.py index 999c40fd5..2348df656 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_bulk__b58c74.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_bulk__b58c74.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_ch_c1fd57.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_ch_c1fd57.py index 43b166d0d..99ddf3730 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_ch_c1fd57.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_ch_c1fd57.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -294,6 +294,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_co_c26e1e.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_co_c26e1e.py index 4085234ad..db03f0280 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_co_c26e1e.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_co_c26e1e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_sh_03305f.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_sh_03305f.py index 674a56bbc..c3a7a5a52 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_sh_03305f.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_sh_03305f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -219,6 +219,8 @@ def create( instance = cls() instance.namespace = namespace instance.share_code = share_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_user_idv2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_user_idv2.py index 441fe8d05..a6d7ba3cf 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_user_idv2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_get_content_by_user_idv2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_list_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_list_content_v2.py index d496be1c3..14c096d7a 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_list_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_list_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -357,6 +357,8 @@ def create( instance.tags = tags if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_by_e139ff.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_by_e139ff.py index b8c7b95b6..0ba0eea69 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_by_e139ff.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_by_e139ff.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -297,6 +297,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_hi_72a875.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_hi_72a875.py index 42b79277c..63e2ae0db 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_hi_72a875.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_content_hi_72a875.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_348c5f.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_348c5f.py index 806517068..a7cd39f29 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_348c5f.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_348c5f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_e7d890.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_e7d890.py index 911230b91..468e98bfe 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_e7d890.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_official_c_e7d890.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -273,6 +273,8 @@ def create( instance.channel_id = channel_id instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_screenshots_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_screenshots_v2.py index a15b5d129..20cb59fcc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_screenshots_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_screenshots_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -257,6 +257,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_conte_8a8bc8.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_conte_8a8bc8.py index fc283fdd3..26704caac 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_conte_8a8bc8.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_conte_8a8bc8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_content_v2.py index 580057a5b..9a21e296f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_update_user_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -286,6 +286,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_upload_content_sc_3461bc.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_upload_content_sc_3461bc.py index e8dde5513..967af99e0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_upload_content_sc_3461bc.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/admin_upload_content_sc_3461bc.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -261,6 +261,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/list_content_versions_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/list_content_versions_v2.py index 65fc2edff..d3b373de8 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/list_content_versions_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/list_content_versions_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create(cls, content_id: str, namespace: str, **kwargs) -> ListContentVersion instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/rollback_content_version_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/rollback_content_version_v2.py index d150650b8..74dab5964 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/rollback_content_version_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_content_v2/rollback_content_version_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -242,6 +242,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.version_id = version_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/__init__.py index 6a3546ba7..8e02778f3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_create_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_create_group.py index f18e4e302..53bda5f50 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_create_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_create_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -223,6 +223,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_delete_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_delete_group.py index 3b0619f02..421b9208d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_delete_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_delete_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_all_groups.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_all_groups.py index e7f3d147a..637c996e4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_all_groups.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_all_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group.py index 65368c4d3..7b4d137dc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group_contents.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group_contents.py index 4c58ba23d..c89ff9356 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group_contents.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_group_contents.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_official_grou_23b467.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_official_grou_23b467.py index c37a3998e..ba3d46339 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_official_grou_23b467.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_official_grou_23b467.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_user_group_co_73e55d.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_user_group_co_73e55d.py index e7fafe3e0..9927c78dc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_user_group_co_73e55d.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_get_user_group_co_73e55d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_update_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_update_group.py index edfe5c816..1afce9471 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_update_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/admin_update_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_delete_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_delete_group.py index a50467d74..17f064faf 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_delete_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_delete_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> SingleAdminDeleteGro instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_all_groups.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_all_groups.py index 909255abc..e771bb7ee 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_all_groups.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_all_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group.py index e17dfea47..4ecab60c7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, group_id: str, namespace: str, **kwargs) -> SingleAdminGetGroup: instance = cls() instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group__c6800e.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group__c6800e.py index 3cbe31f2c..81e58eaad 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group__c6800e.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_get_group__c6800e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -268,6 +268,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_update_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_update_group.py index 91ba2b30d..272beefed 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_update_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_group/single_admin_update_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.body = body instance.group_id = group_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/__init__.py index ec0fc05c3..12dfc628e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_approve_staging_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_approve_staging_content.py index 34b3517ff..6b0d050b5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_approve_staging_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_approve_staging_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_get_staging_conte_7fe68e.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_get_staging_conte_7fe68e.py index 908191591..89600dbee 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_get_staging_conte_7fe68e.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_get_staging_conte_7fe68e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -225,6 +225,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_staging_contents.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_staging_contents.py index 5b4241ff5..e61f205e0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_staging_contents.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_staging_contents.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_user_staging_d2fe4e.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_user_staging_d2fe4e.py index 3e313ef73..f86d814d6 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_user_staging_d2fe4e.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_staging_content/admin_list_user_staging_d2fe4e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/__init__.py index 2a88c26c3..60eab89aa 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_create_tag.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_create_tag.py index b6b15f112..561af860b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_create_tag.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_create_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_delete_tag.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_delete_tag.py index 113f4d8f5..39f23c6cd 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_delete_tag.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_delete_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, tag_id: str, **kwargs) -> AdminDeleteTag: instance = cls() instance.namespace = namespace instance.tag_id = tag_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_get_tag.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_get_tag.py index ec9f68b90..9824252e1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_get_tag.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_get_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_update_tag.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_update_tag.py index 70511d708..a8b54ba8f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_update_tag.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_tag/admin_update_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.tag_id = tag_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/__init__.py index 292ca1aee..9d3da8698 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_create_type.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_create_type.py index 6fde178ca..9ea8d0b16 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_create_type.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_create_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_delete_type.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_delete_type.py index a17ea07ec..79592ee6c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_delete_type.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_delete_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, type_id: str, **kwargs) -> AdminDeleteType: instance = cls() instance.namespace = namespace instance.type_id = type_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_get_type.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_get_type.py index ff5d70b6b..039db0ed3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_get_type.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_get_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_update_type.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_update_type.py index 55bee04b0..1dd6b3bc2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_update_type.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/admin_type/admin_update_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -250,6 +250,8 @@ def create( instance.body = body instance.namespace = namespace instance.type_id = type_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/__init__.py index 0ca4c811f..0dc8b09f7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_channels.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_channels.py index bc2644d1e..d35805c4d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_channels.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_channels.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_contents.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_contents.py index e47778480..c86e10278 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_contents.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_contents.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -215,6 +215,8 @@ def create( instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_group.py index 4ddac7521..acb4d2517 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminDeleteAllUserGro instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_states.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_states.py index 7207647ec..f2391d194 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_states.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/admin_delete_all_user_states.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> AdminDeleteAllUserSta instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_channel.py index 5f64aaa45..d82a38f8e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteAllUserChannel: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_contents.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_contents.py index 53b76df43..4fe51d7a7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_contents.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_contents.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteAllUserContents instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_group.py index 750ed28ce..dbf0851f3 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteAllUserGroup: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_states.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_states.py index 1f54a2244..aecfdded2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_states.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/anonymization/delete_all_user_states.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> DeleteAllUserStates: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/__init__.py index 9a77b724d..83ab7427c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/delete_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/delete_channel.py index a7819aab0..29d3c4731 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/delete_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/delete_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -231,6 +231,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/get_channels.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/get_channels.py index 7368868de..1c5ec375f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/get_channels.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/get_channels.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -275,6 +275,8 @@ def create( instance.name = name if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/public_create_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/public_create_channel.py index 2cfdf5e31..29653cf0d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/public_create_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/public_create_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/update_channel.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/update_channel.py index 7b7873851..07cee38bc 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/update_channel.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_channel/update_channel.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -264,6 +264,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/__init__.py index 99c3f1a30..3279597d4 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_direct.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_direct.py index 1515105f7..f1cff12db 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_direct.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_direct.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -266,6 +266,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_s3.py index 93e825d02..86bb1d66b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/create_content_s3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content.py index a418ff534..4c499d426 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content_screenshot.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content_screenshot.py index 30a4875cd..bedac245b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content_screenshot.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/delete_content_screenshot.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace instance.screenshot_id = screenshot_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_delete_content_b_e67ae8.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_delete_content_b_e67ae8.py index 9c24be4db..d2c4081ae 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_delete_content_b_e67ae8.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_delete_content_b_e67ae8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_2d5c80.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_2d5c80.py index d99a3cd4f..ec322bc0c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_2d5c80.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_2d5c80.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.namespace = namespace instance.share_code = share_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_32df1f.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_32df1f.py index c8e7f5af5..4e21dc515 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_32df1f.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_32df1f.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -218,6 +218,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_511956.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_511956.py index 1dbf52a70..408baf862 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_511956.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_download_content_511956.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk.py index 40c5c093e..37488be68 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk_382fb9.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk_382fb9.py index a1d2d7c58..aa5a7d5d7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk_382fb9.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_content_bulk_382fb9.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_user_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_user_content.py index 5234ce700..3d1a9962e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_user_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_get_user_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -262,6 +262,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_search_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_search_content.py index 91a71a89e..2ce83b9e5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_search_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_search_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -424,6 +424,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_update_content_b_7f10f2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_update_content_b_7f10f2.py index 9e03b6f3e..94b040547 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_update_content_b_7f10f2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/public_update_content_b_7f10f2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -305,6 +305,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/search_channel_specific_10d5e8.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/search_channel_specific_10d5e8.py index deea95288..3db6d91ed 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/search_channel_specific_10d5e8.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/search_channel_specific_10d5e8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -439,6 +439,8 @@ def create( instance.type_ = type_ if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_direct.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_direct.py index 7032ee786..35916d7e0 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_direct.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_direct.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_s3.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_s3.py index ea4c98a2b..4e82a568a 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_s3.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_s3.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -292,6 +292,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_share_code.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_share_code.py index de4af6560..c428da192 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_share_code.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_content_share_code.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -298,6 +298,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_screenshots.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_screenshots.py index 2904f5933..dacef1ba5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_screenshots.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/update_screenshots.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/upload_content_screenshot.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/upload_content_screenshot.py index fee49068e..791860573 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/upload_content_screenshot.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_legacy/upload_content_screenshot.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/__init__.py index d94a3d5e0..64b8871a2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/delete_content_screenshot_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/delete_content_screenshot_v2.py index 5b1d01d22..9515df89b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/delete_content_screenshot_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/delete_content_screenshot_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -255,6 +255,8 @@ def create( instance.namespace = namespace instance.screenshot_id = screenshot_id instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_bulk_get_content_a86be5.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_bulk_get_content_a86be5.py index 42e58e859..bbc41e8eb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_bulk_get_content_a86be5.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_bulk_get_content_a86be5.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -226,6 +226,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_create_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_create_content_v2.py index 3d4d2bd2d..b65ea0334 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_create_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_create_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.channel_id = channel_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_b_4792d8.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_b_4792d8.py index 7c0bb22ac..2cc704d4d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_b_4792d8.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_b_4792d8.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_v2.py index b45b1b9bf..bb452a8e2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_delete_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -243,6 +243,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_generate_content_ffec28.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_generate_content_ffec28.py index 7ca65ae90..4f1cf4bab 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_generate_content_ffec28.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_generate_content_ffec28.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -289,6 +289,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_bulk_503347.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_bulk_503347.py index 7242ad908..dd6f2fb67 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_bulk_503347.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_bulk_503347.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -232,6 +232,8 @@ def create( instance = cls() instance.body = body instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_c_87966e.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_c_87966e.py index 66d982079..ee970ec00 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_c_87966e.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_c_87966e.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -291,6 +291,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_idv2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_idv2.py index ec30a1eef..5556659ac 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_idv2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_idv2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_s_4f7083.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_s_4f7083.py index 5316f6ca3..1a125055e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_s_4f7083.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_s_4f7083.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create( instance = cls() instance.namespace = namespace instance.share_code = share_code + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_u_635e0b.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_u_635e0b.py index 444198cae..8f3687b36 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_u_635e0b.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_get_content_by_u_635e0b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -278,6 +278,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_list_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_list_content_v2.py index 7b73383d6..2a4bd5734 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_list_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_list_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -353,6 +353,8 @@ def create( instance.tags = tags if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_b_0c4d9c.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_b_0c4d9c.py index 0afa6dda4..0646d4786 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_b_0c4d9c.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_b_0c4d9c.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -292,6 +292,8 @@ def create( instance.namespace = namespace instance.share_code = share_code instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_f_55e48b.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_f_55e48b.py index 739ce88af..4c220c85f 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_f_55e48b.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_f_55e48b.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -287,6 +287,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_v2.py index a44f7c9c0..c037ec2be 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/public_update_content_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -284,6 +284,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_content_share_code_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_content_share_code_v2.py index 8d38060a1..491bd230c 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_content_share_code_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_content_share_code_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -298,6 +298,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_screenshots_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_screenshots_v2.py index 07eee29bd..4ded9f0cb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_screenshots_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/update_screenshots_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/upload_content_screenshot_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/upload_content_screenshot_v2.py index 4c26b84b6..ff01c863e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/upload_content_screenshot_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_content_v2/upload_content_screenshot_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -270,6 +270,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/__init__.py index bf30df243..1a9d1e54d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_get_creator.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_get_creator.py index a6970817e..d1ae77380 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_get_creator.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_get_creator.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -213,6 +213,8 @@ def create(cls, namespace: str, user_id: str, **kwargs) -> PublicGetCreator: instance = cls() instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_search_creator.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_search_creator.py index b4c2f1822..f07ac180b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_search_creator.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_creator/public_search_creator.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -276,6 +276,8 @@ def create( instance.orderby = orderby if sortby is not None: instance.sortby = sortby + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/__init__.py index 357fa6f96..2947f8553 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/add_download_count.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/add_download_count.py index 017390db4..b370552b1 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/add_download_count.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_legacy/add_download_count.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -216,6 +216,8 @@ def create(cls, content_id: str, namespace: str, **kwargs) -> AddDownloadCount: instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/__init__.py index a57a94f55..4de606946 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_add_download_count_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_add_download_count_v2.py index c9e02264f..ba496fc30 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_add_download_count_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_add_download_count_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -224,6 +224,8 @@ def create( instance = cls() instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_list_content_dow_d23b3d.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_list_content_dow_d23b3d.py index 9b4460c43..c18bb7782 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_list_content_dow_d23b3d.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_download_count_v2/public_list_content_dow_d23b3d.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -291,6 +291,8 @@ def create( instance.sort_by = sort_by if user_id is not None: instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/__init__.py index 8b23415f4..8df169b78 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_content.py index 7dc53690e..dc6dfccf6 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_users.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_users.py index 415d56c9e..53fd6e8c2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_users.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_followed_users.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -244,6 +244,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_followers.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_followers.py index c670ed88a..53c88b4bb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_followers.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_followers.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_following.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_following.py index 56cbfec33..a87f7605d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_following.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/get_public_following.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -258,6 +258,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/update_user_follow_status.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/update_user_follow_status.py index 776de1516..dceddbeef 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/update_user_follow_status.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_follow/update_user_follow_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -234,6 +234,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/__init__.py index 0a965b5a9..dbbe6ddd9 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/create_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/create_group.py index 805d25171..1c312d5ce 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/create_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/create_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -237,6 +237,8 @@ def create( instance.body = body instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/delete_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/delete_group.py index ceae35495..f658927d2 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/delete_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/delete_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -229,6 +229,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group.py index 368ad3bba..05149589b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -230,6 +230,8 @@ def create(cls, group_id: str, namespace: str, user_id: str, **kwargs) -> GetGro instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group_content.py index da72281c5..2d156c0c5 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_group_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_groups.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_groups.py index 70b483a03..64ca1274b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_groups.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/get_groups.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -259,6 +259,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/public_get_group_contents_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/public_get_group_contents_v2.py index 91da05fa4..379103ff8 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/public_get_group_contents_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/public_get_group_contents_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -285,6 +285,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/update_group.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/update_group.py index 5a9d3fe07..4d97a68bd 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/update_group.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_group/update_group.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -263,6 +263,8 @@ def create( instance.group_id = group_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/__init__.py index ffd0d6f34..b402df619 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/get_liked_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/get_liked_content.py index 84be9c4cd..a412cacd7 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/get_liked_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/get_liked_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -376,6 +376,8 @@ def create( instance.tags = tags if type_ is not None: instance.type_ = type_ + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/update_content_like_status.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/update_content_like_status.py index 351716694..89b109a39 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/update_content_like_status.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_legacy/update_content_like_status.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -240,6 +240,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/__init__.py index 1648396ce..639544429 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/public_list_content_like_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/public_list_content_like_v2.py index e18f9bb02..03c111755 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/public_list_content_like_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/public_list_content_like_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -272,6 +272,8 @@ def create( instance.offset = offset if sort_by is not None: instance.sort_by = sort_by + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/update_content_like_status_v2.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/update_content_like_status_v2.py index 9dfc1dbb3..aa90d6809 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/update_content_like_status_v2.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_like_v2/update_content_like_status_v2.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -246,6 +246,8 @@ def create( instance.body = body instance.content_id = content_id instance.namespace = namespace + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/__init__.py index 524a2921f..ef7a7881b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/delete_user_staging_con_254bae.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/delete_user_staging_con_254bae.py index b077d8b75..934558d5e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/delete_user_staging_con_254bae.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/delete_user_staging_con_254bae.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -235,6 +235,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/get_user_staging_content_by_id.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/get_user_staging_content_by_id.py index a1801b48f..c439b73b9 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/get_user_staging_content_by_id.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/get_user_staging_content_by_id.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -239,6 +239,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/list_user_staging_contents.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/list_user_staging_contents.py index 0d717ff7d..2aea5a300 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/list_user_staging_contents.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/list_user_staging_contents.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -300,6 +300,8 @@ def create( instance.sort_by = sort_by if status is not None: instance.status = status + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/update_staging_content.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/update_staging_content.py index f7b932fa2..903f4fabb 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/update_staging_content.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_staging_content/update_staging_content.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -271,6 +271,8 @@ def create( instance.content_id = content_id instance.namespace = namespace instance.user_id = user_id + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/__init__.py index 060ded4c3..739c56c0b 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/get_tag.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/get_tag.py index 765948735..632f31e40 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/get_tag.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_tag/get_tag.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/__init__.py index 60a2c1a43..468ce564d 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/get_type.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/get_type.py index 4c0a370e8..2e5edbc3e 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/get_type.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/operations/public_type/get_type.py @@ -20,7 +20,7 @@ # pylint: disable=too-many-statements # pylint: disable=unused-import -# AccelByte Gaming Services Ugc Service (2.19.3) +# AccelByte Gaming Services Ugc Service from __future__ import annotations from typing import Any, Dict, List, Optional, Tuple, Union @@ -241,6 +241,8 @@ def create( instance.limit = limit if offset is not None: instance.offset = offset + if x_flight_id := kwargs.get("x_flight_id", None): + instance.x_flight_id = x_flight_id return instance @classmethod diff --git a/src/services/ugc/accelbyte_py_sdk/api/ugc/wrappers/__init__.py b/src/services/ugc/accelbyte_py_sdk/api/ugc/wrappers/__init__.py index 853ae12ed..c52fbec07 100644 --- a/src/services/ugc/accelbyte_py_sdk/api/ugc/wrappers/__init__.py +++ b/src/services/ugc/accelbyte_py_sdk/api/ugc/wrappers/__init__.py @@ -8,7 +8,7 @@ """Auto-generated package that contains models used by the AccelByte Gaming Services Ugc Service.""" -__version__ = "2.19.3" +__version__ = "2.19.4" __author__ = "AccelByte" __email__ = "dev@accelbyte.net" diff --git a/src/services/ugc/pyproject.toml b/src/services/ugc/pyproject.toml index 19fc0a74a..ee1cfd87f 100644 --- a/src/services/ugc/pyproject.toml +++ b/src/services/ugc/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "accelbyte-py-sdk-service-ugc" readme = "README.md" -version = "0.5.0" +version = "0.6.0" description = "AccelByte Python SDK - AccelByte Gaming Services Ugc Service" requires-python = ">=3.9" dependencies = [