Skip to content

Commit 6ef6d63

Browse files
feat!: remove unused models from schemas (box/box-openapi#547) (#932)
* chore: Update .codegen.json with commit hash of codegen and openapi spec * chore: Update .codegen.json with commit hash of codegen and openapi spec * docs: External User Deletion API (box/box-openapi#542) * chore: Update .codegen.json with commit hash of codegen and openapi spec * chore: Update .codegen.json with commit hash of codegen and openapi spec * docs: revert External User Deletion API updates (box/box-openapi#544) * test: Improve docgen test (box/box-codegen#781) * chore: Update .codegen.json with commit hash of codegen and openapi spec * docs: Link Archive Developer guide from the endpoint specification (box/box-openapi#545) * chore: Update .codegen.json with commit hash of codegen and openapi spec * fix: remove unused UserReference schema definition (box/box-openapi#547)
1 parent 0d84157 commit 6ef6d63

13 files changed

+19
-543
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "205c0e9", "specHash": "5bf3652", "version": "0.1.0" }
1+
{ "engineHash": "be39be6", "specHash": "24fbeb9", "version": "0.1.0" }

box_sdk_gen/managers/archives.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def get_archives_v2025_r0(
6363
) -> ArchivesV2025R0:
6464
"""
6565
Retrieves archives for an enterprise.
66+
67+
To learn more about the archive APIs, see the [Archive API Guide](g://archives).
68+
6669
:param limit: The maximum number of items to return per page., defaults to None
6770
:type limit: Optional[int], optional
6871
:param marker: Defines the position marker at which to begin returning results. This is
@@ -103,6 +106,9 @@ def create_archive_v2025_r0(
103106
) -> ArchiveV2025R0:
104107
"""
105108
Creates an archive.
109+
110+
To learn more about the archive APIs, see the [Archive API Guide](g://archives).
111+
106112
:param name: The name of the archive.
107113
:type name: str
108114
:param box_version: Version header., defaults to BoxVersionHeaderV2025R0._2025_0
@@ -139,6 +145,9 @@ def delete_archive_by_id_v2025_r0(
139145
) -> None:
140146
"""
141147
Permanently deletes an archive.
148+
149+
To learn more about the archive APIs, see the [Archive API Guide](g://archives).
150+
142151
:param archive_id: The ID of the archive.
143152
Example: "982312"
144153
:type archive_id: str

box_sdk_gen/schemas/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@
206206

207207
from box_sdk_gen.schemas.metadata_query import *
208208

209-
from box_sdk_gen.schemas.metadata_query_index import *
210-
211209
from box_sdk_gen.schemas.metadata_template import *
212210

213211
from box_sdk_gen.schemas.metadata_templates import *
@@ -232,8 +230,6 @@
232230

233231
from box_sdk_gen.schemas.file_version_retentions import *
234232

235-
from box_sdk_gen.schemas.retention_policy_assignment_base import *
236-
237233
from box_sdk_gen.schemas.role_variable import *
238234

239235
from box_sdk_gen.schemas.outcome import *
@@ -484,8 +480,6 @@
484480

485481
from box_sdk_gen.schemas.event import *
486482

487-
from box_sdk_gen.schemas.skill_invocation import *
488-
489483
from box_sdk_gen.schemas.events import *
490484

491485
from box_sdk_gen.schemas.collaboration import *
@@ -504,16 +498,12 @@
504498

505499
from box_sdk_gen.schemas.webhook import *
506500

507-
from box_sdk_gen.schemas.webhook_invocation import *
508-
509501
from box_sdk_gen.schemas.workflow_mini import *
510502

511503
from box_sdk_gen.schemas.workflow import *
512504

513505
from box_sdk_gen.schemas.workflows import *
514506

515-
from box_sdk_gen.schemas.workflow_full import *
516-
517507
from box_sdk_gen.schemas.zip_download import *
518508

519509
from box_sdk_gen.schemas.zip_download_request import *

box_sdk_gen/schemas/metadata_query_index.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

box_sdk_gen/schemas/retention_policy_assignment_base.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)