Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "205c0e9", "specHash": "5bf3652", "version": "0.1.0" }
{ "engineHash": "be39be6", "specHash": "24fbeb9", "version": "0.1.0" }
9 changes: 9 additions & 0 deletions box_sdk_gen/managers/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def get_archives_v2025_r0(
) -> ArchivesV2025R0:
"""
Retrieves archives for an enterprise.

To learn more about the archive APIs, see the [Archive API Guide](g://archives).

:param limit: The maximum number of items to return per page., defaults to None
:type limit: Optional[int], optional
:param marker: Defines the position marker at which to begin returning results. This is
Expand Down Expand Up @@ -103,6 +106,9 @@ def create_archive_v2025_r0(
) -> ArchiveV2025R0:
"""
Creates an archive.

To learn more about the archive APIs, see the [Archive API Guide](g://archives).

:param name: The name of the archive.
:type name: str
:param box_version: Version header., defaults to BoxVersionHeaderV2025R0._2025_0
Expand Down Expand Up @@ -139,6 +145,9 @@ def delete_archive_by_id_v2025_r0(
) -> None:
"""
Permanently deletes an archive.

To learn more about the archive APIs, see the [Archive API Guide](g://archives).

:param archive_id: The ID of the archive.
Example: "982312"
:type archive_id: str
Expand Down
10 changes: 0 additions & 10 deletions box_sdk_gen/schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@

from box_sdk_gen.schemas.metadata_query import *

from box_sdk_gen.schemas.metadata_query_index import *

from box_sdk_gen.schemas.metadata_template import *

from box_sdk_gen.schemas.metadata_templates import *
Expand All @@ -232,8 +230,6 @@

from box_sdk_gen.schemas.file_version_retentions import *

from box_sdk_gen.schemas.retention_policy_assignment_base import *

from box_sdk_gen.schemas.role_variable import *

from box_sdk_gen.schemas.outcome import *
Expand Down Expand Up @@ -484,8 +480,6 @@

from box_sdk_gen.schemas.event import *

from box_sdk_gen.schemas.skill_invocation import *

from box_sdk_gen.schemas.events import *

from box_sdk_gen.schemas.collaboration import *
Expand All @@ -504,16 +498,12 @@

from box_sdk_gen.schemas.webhook import *

from box_sdk_gen.schemas.webhook_invocation import *

from box_sdk_gen.schemas.workflow_mini import *

from box_sdk_gen.schemas.workflow import *

from box_sdk_gen.schemas.workflows import *

from box_sdk_gen.schemas.workflow_full import *

from box_sdk_gen.schemas.zip_download import *

from box_sdk_gen.schemas.zip_download_request import *
Expand Down
66 changes: 0 additions & 66 deletions box_sdk_gen/schemas/metadata_query_index.py

This file was deleted.

30 changes: 0 additions & 30 deletions box_sdk_gen/schemas/retention_policy_assignment_base.py

This file was deleted.

Loading
Loading