@emilgroup/document-sdk-node 1.37.0 → 1.37.1-beta.0

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.
@@ -19,7 +19,7 @@ import { ListSearchableDocumentOwnersResponseClass } from '../models';
19
19
  */
20
20
  export declare const SearchableDocumentOwnersApiAxiosParamCreator: (configuration?: Configuration) => {
21
21
  /**
22
- * Returns the list of the searchable document owners.
22
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
23
23
  * @summary List searchable document owners
24
24
  * @param {string} [authorization] Bearer Token
25
25
  * @param {number} [pageSize] Page size
@@ -40,7 +40,7 @@ export declare const SearchableDocumentOwnersApiAxiosParamCreator: (configuratio
40
40
  */
41
41
  export declare const SearchableDocumentOwnersApiFp: (configuration?: Configuration) => {
42
42
  /**
43
- * Returns the list of the searchable document owners.
43
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
44
44
  * @summary List searchable document owners
45
45
  * @param {string} [authorization] Bearer Token
46
46
  * @param {number} [pageSize] Page size
@@ -61,7 +61,7 @@ export declare const SearchableDocumentOwnersApiFp: (configuration?: Configurati
61
61
  */
62
62
  export declare const SearchableDocumentOwnersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
63
63
  /**
64
- * Returns the list of the searchable document owners.
64
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
65
65
  * @summary List searchable document owners
66
66
  * @param {string} [authorization] Bearer Token
67
67
  * @param {number} [pageSize] Page size
@@ -139,7 +139,7 @@ export interface SearchableDocumentOwnersApiListSearchableDocumentOwnersRequest
139
139
  */
140
140
  export declare class SearchableDocumentOwnersApi extends BaseAPI {
141
141
  /**
142
- * Returns the list of the searchable document owners.
142
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
143
143
  * @summary List searchable document owners
144
144
  * @param {SearchableDocumentOwnersApiListSearchableDocumentOwnersRequest} requestParameters Request parameters.
145
145
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var SearchableDocumentOwnersApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Returns the list of the searchable document owners.
100
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
101
101
  * @summary List searchable document owners
102
102
  * @param {string} [authorization] Bearer Token
103
103
  * @param {number} [pageSize] Page size
@@ -179,7 +179,7 @@ var SearchableDocumentOwnersApiFp = function (configuration) {
179
179
  var localVarAxiosParamCreator = (0, exports.SearchableDocumentOwnersApiAxiosParamCreator)(configuration);
180
180
  return {
181
181
  /**
182
- * Returns the list of the searchable document owners.
182
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
183
183
  * @summary List searchable document owners
184
184
  * @param {string} [authorization] Bearer Token
185
185
  * @param {number} [pageSize] Page size
@@ -216,7 +216,7 @@ var SearchableDocumentOwnersApiFactory = function (configuration, basePath, axio
216
216
  var localVarFp = (0, exports.SearchableDocumentOwnersApiFp)(configuration);
217
217
  return {
218
218
  /**
219
- * Returns the list of the searchable document owners.
219
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
220
220
  * @summary List searchable document owners
221
221
  * @param {string} [authorization] Bearer Token
222
222
  * @param {number} [pageSize] Page size
@@ -247,7 +247,7 @@ var SearchableDocumentOwnersApi = /** @class */ (function (_super) {
247
247
  return _super !== null && _super.apply(this, arguments) || this;
248
248
  }
249
249
  /**
250
- * Returns the list of the searchable document owners.
250
+ * Returns the list of the searchable document owners. **Required Permissions** \"document-management.documents.view\"
251
251
  * @summary List searchable document owners
252
252
  * @param {SearchableDocumentOwnersApiListSearchableDocumentOwnersRequest} requestParameters Request parameters.
253
253
  * @param {*} [options] Override http request option.
@@ -19,7 +19,7 @@ import { ListSearchableDocumentsResponseClass } from '../models';
19
19
  */
20
20
  export declare const SearchableDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
21
21
  /**
22
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
22
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
23
23
  * @summary List searchable documents
24
24
  * @param {string} searchText Text to search in the documents.
25
25
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -36,7 +36,7 @@ export declare const SearchableDocumentsApiAxiosParamCreator: (configuration?: C
36
36
  */
37
37
  export declare const SearchableDocumentsApiFp: (configuration?: Configuration) => {
38
38
  /**
39
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
39
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
40
40
  * @summary List searchable documents
41
41
  * @param {string} searchText Text to search in the documents.
42
42
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -53,7 +53,7 @@ export declare const SearchableDocumentsApiFp: (configuration?: Configuration) =
53
53
  */
54
54
  export declare const SearchableDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
55
55
  /**
56
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
56
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
57
57
  * @summary List searchable documents
58
58
  * @param {string} searchText Text to search in the documents.
59
59
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -103,7 +103,7 @@ export interface SearchableDocumentsApiListSearchableDocumentsRequest {
103
103
  */
104
104
  export declare class SearchableDocumentsApi extends BaseAPI {
105
105
  /**
106
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
106
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
107
107
  * @summary List searchable documents
108
108
  * @param {SearchableDocumentsApiListSearchableDocumentsRequest} requestParameters Request parameters.
109
109
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var SearchableDocumentsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
100
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
101
101
  * @summary List searchable documents
102
102
  * @param {string} searchText Text to search in the documents.
103
103
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -167,7 +167,7 @@ var SearchableDocumentsApiFp = function (configuration) {
167
167
  var localVarAxiosParamCreator = (0, exports.SearchableDocumentsApiAxiosParamCreator)(configuration);
168
168
  return {
169
169
  /**
170
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
170
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
171
171
  * @summary List searchable documents
172
172
  * @param {string} searchText Text to search in the documents.
173
173
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -200,7 +200,7 @@ var SearchableDocumentsApiFactory = function (configuration, basePath, axios) {
200
200
  var localVarFp = (0, exports.SearchableDocumentsApiFp)(configuration);
201
201
  return {
202
202
  /**
203
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
203
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
204
204
  * @summary List searchable documents
205
205
  * @param {string} searchText Text to search in the documents.
206
206
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
@@ -227,7 +227,7 @@ var SearchableDocumentsApi = /** @class */ (function (_super) {
227
227
  return _super !== null && _super.apply(this, arguments) || this;
228
228
  }
229
229
  /**
230
- * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
230
+ * Returns a list of searchable documents you have previously created. The searchable documents are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"document-management.documents.view\"
231
231
  * @summary List searchable documents
232
232
  * @param {SearchableDocumentsApiListSearchableDocumentsRequest} requestParameters Request parameters.
233
233
  * @param {*} [options] Override http request option.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/document-sdk-node",
3
- "version": "1.37.0",
3
+ "version": "1.37.1-beta.0",
4
4
  "description": "OpenAPI client for @emilgroup/document-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [