Skip to content

Commit 3d91355

Browse files
authored
Merge pull request #2 from Factern/improve-documentation-and-inheritance
Improve documentation and inheritance
2 parents 7c42cdd + c6e08c6 commit 3d91355

40 files changed

+377
-1123
lines changed

README.md

Lines changed: 96 additions & 97 deletions
Large diffs are not rendered by default.

dist/factern-client-bundle.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**app** | **String** | |
7-
**representing** | **String** | |
6+
**application** | **String** | |
87
**login** | **String** | |
8+
**representing** | **String** | |
99

1010

docs/ApiEndpoint.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**body** | **String** | | [optional]
7-
**headers** | [**[HttpHeader]**](HttpHeader.md) | | [optional]
87
**url** | **String** | |
8+
**responseTransform** | [**[TransformElement]**](TransformElement.md) | | [optional]
9+
**headers** | [**[HttpHeader]**](HttpHeader.md) | | [optional]
910
**type** | **String** | | [optional]
1011
**method** | **String** | | [optional]
1112

docs/CreateDomainResponse.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**domainId** | **String** | |
76
**description** | **String** | | [optional]
87
**name** | **String** | |
98

docs/CreateEntityRequest.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# FacternApi.CreateEntityRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**domainId** | **String** | | [optional]
7+
8+

docs/CreateEntityResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**description** | **String** | | [optional]
7-
**name** | **String** | |
7+
**name** | **String** | | [optional]
88

99

docs/CreateFieldRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**uniqueByParent** | **Boolean** | |
7-
**searchable** | **Boolean** | |
8-
**branch** | **Boolean** | |
6+
**uniqueByParent** | **Boolean** | | [optional]
7+
**searchable** | **Boolean** | | [optional]
8+
**branch** | **Boolean** | | [optional]
99

1010

docs/CreateGroupRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**memberIds** | **[String]** | |
7-
**memberFactType** | **String** | |
7+
**memberFactType** | **String** | | [optional]
88

99

docs/CreateInformationRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**fieldId** | **String** | |
77
**data** | **String** | |
8-
**storageId** | **String** | |
8+
**storageId** | **String** | | [optional]
99

1010

0 commit comments

Comments
 (0)