@twin.org/document-management-rest-client 0.0.1-next.2 → 0.0.1-next.3
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/docs/changelog.md
CHANGED
|
@@ -136,31 +136,31 @@ The identifier of the document to get.
|
|
|
136
136
|
|
|
137
137
|
Additional options for the get operation.
|
|
138
138
|
|
|
139
|
-
###### includeBlobStorageMetadata
|
|
139
|
+
###### includeBlobStorageMetadata?
|
|
140
140
|
|
|
141
141
|
`boolean`
|
|
142
142
|
|
|
143
143
|
Flag to include the blob storage metadata for the document, defaults to false.
|
|
144
144
|
|
|
145
|
-
###### includeBlobStorageData
|
|
145
|
+
###### includeBlobStorageData?
|
|
146
146
|
|
|
147
147
|
`boolean`
|
|
148
148
|
|
|
149
149
|
Flag to include the blob storage data for the document, defaults to false.
|
|
150
150
|
|
|
151
|
-
###### includeAttestation
|
|
151
|
+
###### includeAttestation?
|
|
152
152
|
|
|
153
153
|
`boolean`
|
|
154
154
|
|
|
155
155
|
Flag to include the attestation information for the document, defaults to false.
|
|
156
156
|
|
|
157
|
-
###### includeRemoved
|
|
157
|
+
###### includeRemoved?
|
|
158
158
|
|
|
159
159
|
`boolean`
|
|
160
160
|
|
|
161
161
|
Flag to include deleted documents, defaults to false.
|
|
162
162
|
|
|
163
|
-
###### maxRevisionCount
|
|
163
|
+
###### maxRevisionCount?
|
|
164
164
|
|
|
165
165
|
`number`
|
|
166
166
|
|
|
@@ -209,7 +209,7 @@ The identifier of the document to remove.
|
|
|
209
209
|
|
|
210
210
|
Additional options for the remove operation.
|
|
211
211
|
|
|
212
|
-
###### removeAllRevisions
|
|
212
|
+
###### removeAllRevisions?
|
|
213
213
|
|
|
214
214
|
`boolean`
|
|
215
215
|
|
|
@@ -251,13 +251,13 @@ The document codes to query for, if undefined gets all document codes.
|
|
|
251
251
|
|
|
252
252
|
Additional options for the query operation.
|
|
253
253
|
|
|
254
|
-
###### includeMostRecentRevisions
|
|
254
|
+
###### includeMostRecentRevisions?
|
|
255
255
|
|
|
256
256
|
`boolean`
|
|
257
257
|
|
|
258
258
|
Include the most recent 5 revisions, use the individual get to retrieve more.
|
|
259
259
|
|
|
260
|
-
###### includeRemoved
|
|
260
|
+
###### includeRemoved?
|
|
261
261
|
|
|
262
262
|
`boolean`
|
|
263
263
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/document-management-rest-client",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.3",
|
|
4
4
|
"description": "Document management contract implementation which can connect to REST endpoints",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@twin.org/api-models": "next",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/data-json-ld": "next",
|
|
21
|
-
"@twin.org/document-management-models": "0.0.1-next.
|
|
21
|
+
"@twin.org/document-management-models": "0.0.1-next.3",
|
|
22
22
|
"@twin.org/entity": "next",
|
|
23
23
|
"@twin.org/nameof": "next",
|
|
24
24
|
"@twin.org/standards-unece": "next",
|