diff --git a/.codegen.json b/.codegen.json index 7ef7e419..71f3d593 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "4421f42", "specHash": "1715587", "version": "4.0.0" } +{ "engineHash": "e6b1577", "specHash": "1715587", "version": "4.0.0" } diff --git a/box_sdk_gen/schemas/v2025_r0/collaboration_restriction_v2025_r0.py b/box_sdk_gen/schemas/v2025_r0/collaboration_restriction_v2025_r0.py deleted file mode 100644 index ee9f7ac7..00000000 --- a/box_sdk_gen/schemas/v2025_r0/collaboration_restriction_v2025_r0.py +++ /dev/null @@ -1,8 +0,0 @@ -from enum import Enum - -from box_sdk_gen.box.errors import BoxSDKError - - -class CollaborationRestrictionV2025R0(str, Enum): - INTERNAL = 'internal' - EXTERNAL = 'external'