Skip to content

Commit

Permalink
MAJOR: chore: remove deprecated ifc routes from doc (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bimdata-io committed Feb 27, 2024
1 parent 89b28df commit f65b683
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11,357 deletions.
1 change: 0 additions & 1 deletion package/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package.json
src/apis/BcfApi.ts
src/apis/CollaborationApi.ts
src/apis/IfcApi.ts
src/apis/ModelApi.ts
src/apis/SsoApi.ts
src/apis/WebhookApi.ts
Expand Down
4 changes: 2 additions & 2 deletions package/src/apis/CollaborationApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ export class CollaborationApi extends runtime.BaseAPI {
}

/**
* Create a document. If the document is one of {\'POINT_CLOUD\', \'OBJ\', \'IFC\', \'DXF\', \'GLTF\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
* Create a document. If the document is one of {\'GLTF\', \'DXF\', \'IFC\', \'POINT_CLOUD\', \'DWG\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
* Create a document
*/
async createDocumentRaw(requestParameters: CreateDocumentRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Document>> {
Expand Down Expand Up @@ -1759,7 +1759,7 @@ export class CollaborationApi extends runtime.BaseAPI {
}

/**
* Create a document. If the document is one of {\'POINT_CLOUD\', \'OBJ\', \'IFC\', \'DXF\', \'GLTF\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
* Create a document. If the document is one of {\'GLTF\', \'DXF\', \'IFC\', \'POINT_CLOUD\', \'DWG\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
* Create a document
*/
async createDocument(cloud_pk: number, project_pk: number, name: string, file: Blob, parent_id?: number | null, file_name?: string, description?: string | null, model_source?: CreateDocumentModelSourceEnum, ifc_source?: CreateDocumentIfcSourceEnum, successor_of?: number, initOverrides?: RequestInit): Promise<Document> {
Expand Down
Loading

0 comments on commit f65b683

Please sign in to comment.