@docbrasil/api-systemmanager 1.0.82 → 1.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/user/datasource.js +2 -2
- package/dist/bundle.cjs +2 -2
- package/dist/bundle.mjs +1 -1
- package/doc/api.md +2 -2
- package/package.json +1 -1
package/doc/api.md
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<dd><p>API request, user permission level</p>
|
|
45
45
|
</dd>
|
|
46
46
|
<dt><a href="#Datasource">Datasource</a></dt>
|
|
47
|
-
<dd><p>Class for user datasource access, to be used with documents</p>
|
|
47
|
+
<dd><p>Class for user datasource access, to be used with when creating new documents</p>
|
|
48
48
|
</dd>
|
|
49
49
|
<dt><a href="#Documents">Documents</a></dt>
|
|
50
50
|
<dd><p>Class for documents, permission user</p>
|
|
@@ -1195,7 +1195,7 @@ API request, user permission level
|
|
|
1195
1195
|
<a name="Datasource"></a>
|
|
1196
1196
|
|
|
1197
1197
|
## Datasource
|
|
1198
|
-
Class for user datasource access, to be used with documents
|
|
1198
|
+
Class for user datasource access, to be used with when creating new documents
|
|
1199
1199
|
|
|
1200
1200
|
**Kind**: global class
|
|
1201
1201
|
<a name="Datasource+autocomplete"></a>
|
package/package.json
CHANGED