Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit d9bc24e

Browse files
committed
PATCH: added missing value (client name) to User Invitation Serializer (#590)
1 parent 6069738 commit d9bc24e

19 files changed

+39
-16
lines changed

docs/BcfApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ Bearer.apiKey = 'YOUR API KEY';
11851185
let apiInstance = new bimdata.BcfApi();
11861186
let id = 56; // Number | A unique integer value identifying this project.
11871187
let opts = {
1188-
'format': "format_example", // String | topic format to export, comma separated. Default = all
1188+
'format': "format_example", // String | topic format to export, comma separated. Default = standard
11891189
'topics': "topics_example" // String | topic guids to export, comma separated. Default = all
11901190
};
11911191
apiInstance.downloadBcfExport(id, opts).then((data) => {
@@ -1202,7 +1202,7 @@ apiInstance.downloadBcfExport(id, opts).then((data) => {
12021202
Name | Type | Description | Notes
12031203
------------- | ------------- | ------------- | -------------
12041204
**id** | **Number**| A unique integer value identifying this project. |
1205-
**format** | **String**| topic format to export, comma separated. Default = all | [optional]
1205+
**format** | **String**| topic format to export, comma separated. Default = standard | [optional]
12061206
**topics** | **String**| topic guids to export, comma separated. Default = all | [optional]
12071207

12081208
### Return type

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Name | Type | Description | Notes
889889
890890
Create a document
891891

892-
Create a document. If the document is one of {'POINT_CLOUD', 'DWG', 'DXF', 'DAE', 'OBJ', 'BFX', 'GLTF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
892+
Create a document. If the document is one of {'GLTF', 'DWG', 'DXF', 'DAE', 'OBJ', 'POINT_CLOUD', 'BFX', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
893893

894894
### Example
895895

docs/FullTopic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**priority** | **String** | | [optional]
2222
**index** | **Number** | | [optional]
2323
**assignedTo** | **String** | | [optional]
24-
**format** | **String** | | [optional]
24+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2525
**dueDate** | **Date** | | [optional]
2626
**comments** | [**[Comment]**](Comment.md) | | [optional]
2727
**viewpoints** | [**[Viewpoint]**](Viewpoint.md) | | [optional]

docs/FullTopicRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**priority** | **String** | | [optional]
2121
**index** | **Number** | | [optional]
2222
**assignedTo** | **String** | | [optional]
23-
**format** | **String** | | [optional]
23+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2424
**dueDate** | **Date** | | [optional]
2525
**comments** | [**[CommentRequest]**](CommentRequest.md) | | [optional]
2626
**viewpoints** | [**[ViewpointRequest]**](ViewpointRequest.md) | | [optional]

docs/PatchedFullTopicRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**priority** | **String** | | [optional]
2121
**index** | **Number** | | [optional]
2222
**assignedTo** | **String** | | [optional]
23-
**format** | **String** | | [optional]
23+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2424
**dueDate** | **Date** | | [optional]
2525
**comments** | [**[CommentRequest]**](CommentRequest.md) | | [optional]
2626
**viewpoints** | [**[ViewpointRequest]**](ViewpointRequest.md) | | [optional]

docs/PatchedTopicRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**dueDate** | **Date** | | [optional]
2121
**ifcs** | **[Number]** | DEPRECATED: Use 'models' instead | [optional]
2222
**models** | **[Number]** | | [optional]
23-
**format** | **String** | | [optional]
23+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2424
**index** | **Number** | | [optional]
2525
**project** | **Number** | | [optional]
2626

docs/Topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**dueDate** | **Date** | | [optional]
2222
**ifcs** | **[Number]** | DEPRECATED: Use 'models' instead | [optional]
2323
**models** | **[Number]** | | [optional]
24-
**format** | **String** | | [optional]
24+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2525
**index** | **Number** | | [optional]
2626
**project** | **Number** | |
2727

docs/TopicRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**dueDate** | **Date** | | [optional]
2121
**ifcs** | **[Number]** | DEPRECATED: Use 'models' instead | [optional]
2222
**models** | **[Number]** | | [optional]
23-
**format** | **String** | | [optional]
23+
**format** | **String** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional]
2424
**index** | **Number** | | [optional]
2525
**project** | **Number** | |
2626

docs/UserInvitation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**projectId** | **Number** | | [readonly]
1212
**projectName** | **String** | | [optional]
1313
**status** | **String** | A: Accepted D: Denied P: Pending | [optional]
14+
**clientName** | **String** | |
1415
**sender** | [**User**](User.md) | |
1516
**createdAt** | **Date** | | [readonly]
1617
**respondedAt** | **Date** | | [optional]

src/api/BcfApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ export default class BcfApi {
10421042
* This is not a standard route. Export project's topics in bcf-xml format Required scopes: bcf:read
10431043
* @param {Number} id A unique integer value identifying this project.
10441044
* @param {Object} opts Optional parameters
1045-
* @param {String} opts.format topic format to export, comma separated. Default = all
1045+
* @param {String} opts.format topic format to export, comma separated. Default = standard
10461046
* @param {String} opts.topics topic guids to export, comma separated. Default = all
10471047
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link File} and HTTP response
10481048
*/
@@ -1082,7 +1082,7 @@ export default class BcfApi {
10821082
* This is not a standard route. Export project's topics in bcf-xml format Required scopes: bcf:read
10831083
* @param {Number} id A unique integer value identifying this project.
10841084
* @param {Object} opts Optional parameters
1085-
* @param {String} opts.format topic format to export, comma separated. Default = all
1085+
* @param {String} opts.format topic format to export, comma separated. Default = standard
10861086
* @param {String} opts.topics topic guids to export, comma separated. Default = all
10871087
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link File}
10881088
*/

0 commit comments

Comments
 (0)