@emilgroup/document-sdk-node 1.42.1-beta.10 → 1.42.1-beta.11
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/README.md +2 -2
- package/api/product-documents-api.ts +12 -12
- package/dist/api/product-documents-api.d.ts +12 -12
- package/dist/api/product-documents-api.js +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/document-sdk-node@1.42.1-beta.
|
|
20
|
+
npm install @emilgroup/document-sdk-node@1.42.1-beta.11 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/document-sdk-node@1.42.1-beta.
|
|
24
|
+
yarn add @emilgroup/document-sdk-node@1.42.1-beta.11
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `DocumentsApi`.
|
|
@@ -193,17 +193,17 @@ export const ProductDocumentsApiAxiosParamCreator = function (configuration?: Co
|
|
|
193
193
|
};
|
|
194
194
|
},
|
|
195
195
|
/**
|
|
196
|
-
* Returns a list of product documents you have previously created.
|
|
196
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
197
197
|
* @summary List product documents
|
|
198
198
|
* @param {string} productSlug
|
|
199
199
|
* @param {string} [authorization] Bearer Token
|
|
200
200
|
* @param {number} [pageSize] Page size
|
|
201
201
|
* @param {string} [pageToken] Page token
|
|
202
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
202
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
203
203
|
* @param {string} [search] Search query
|
|
204
204
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
205
205
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
206
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
206
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
207
207
|
* @param {*} [options] Override http request option.
|
|
208
208
|
* @throws {RequiredError}
|
|
209
209
|
*/
|
|
@@ -374,17 +374,17 @@ export const ProductDocumentsApiFp = function(configuration?: Configuration) {
|
|
|
374
374
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
375
375
|
},
|
|
376
376
|
/**
|
|
377
|
-
* Returns a list of product documents you have previously created.
|
|
377
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
378
378
|
* @summary List product documents
|
|
379
379
|
* @param {string} productSlug
|
|
380
380
|
* @param {string} [authorization] Bearer Token
|
|
381
381
|
* @param {number} [pageSize] Page size
|
|
382
382
|
* @param {string} [pageToken] Page token
|
|
383
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
383
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
384
384
|
* @param {string} [search] Search query
|
|
385
385
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
386
386
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
387
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
387
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
389
389
|
* @throws {RequiredError}
|
|
390
390
|
*/
|
|
@@ -453,17 +453,17 @@ export const ProductDocumentsApiFactory = function (configuration?: Configuratio
|
|
|
453
453
|
return localVarFp.getProductDocument(productSlug, code, authorization, options).then((request) => request(axios, basePath));
|
|
454
454
|
},
|
|
455
455
|
/**
|
|
456
|
-
* Returns a list of product documents you have previously created.
|
|
456
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
457
457
|
* @summary List product documents
|
|
458
458
|
* @param {string} productSlug
|
|
459
459
|
* @param {string} [authorization] Bearer Token
|
|
460
460
|
* @param {number} [pageSize] Page size
|
|
461
461
|
* @param {string} [pageToken] Page token
|
|
462
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
462
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
463
463
|
* @param {string} [search] Search query
|
|
464
464
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
465
465
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
466
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
466
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
467
467
|
* @param {*} [options] Override http request option.
|
|
468
468
|
* @throws {RequiredError}
|
|
469
469
|
*/
|
|
@@ -611,7 +611,7 @@ export interface ProductDocumentsApiListProductDocumentsRequest {
|
|
|
611
611
|
readonly pageToken?: string
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
* Filter the response by one or multiple fields.
|
|
614
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
615
615
|
* @type {string}
|
|
616
616
|
* @memberof ProductDocumentsApiListProductDocuments
|
|
617
617
|
*/
|
|
@@ -639,7 +639,7 @@ export interface ProductDocumentsApiListProductDocumentsRequest {
|
|
|
639
639
|
readonly expand?: string
|
|
640
640
|
|
|
641
641
|
/**
|
|
642
|
-
* Filters the response by one or multiple fields.
|
|
642
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
643
643
|
* @type {string}
|
|
644
644
|
* @memberof ProductDocumentsApiListProductDocuments
|
|
645
645
|
*/
|
|
@@ -718,7 +718,7 @@ export class ProductDocumentsApi extends BaseAPI {
|
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
/**
|
|
721
|
-
* Returns a list of product documents you have previously created.
|
|
721
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
722
722
|
* @summary List product documents
|
|
723
723
|
* @param {ProductDocumentsApiListProductDocumentsRequest} requestParameters Request parameters.
|
|
724
724
|
* @param {*} [options] Override http request option.
|
|
@@ -54,17 +54,17 @@ export declare const ProductDocumentsApiAxiosParamCreator: (configuration?: Conf
|
|
|
54
54
|
*/
|
|
55
55
|
getProductDocument: (productSlug: string, code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
|
-
* Returns a list of product documents you have previously created.
|
|
57
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
58
58
|
* @summary List product documents
|
|
59
59
|
* @param {string} productSlug
|
|
60
60
|
* @param {string} [authorization] Bearer Token
|
|
61
61
|
* @param {number} [pageSize] Page size
|
|
62
62
|
* @param {string} [pageToken] Page token
|
|
63
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
63
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
64
64
|
* @param {string} [search] Search query
|
|
65
65
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
66
66
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
67
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
67
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
69
69
|
* @throws {RequiredError}
|
|
70
70
|
*/
|
|
@@ -117,17 +117,17 @@ export declare const ProductDocumentsApiFp: (configuration?: Configuration) => {
|
|
|
117
117
|
*/
|
|
118
118
|
getProductDocument(productSlug: string, code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductDocumentResponseClass>>;
|
|
119
119
|
/**
|
|
120
|
-
* Returns a list of product documents you have previously created.
|
|
120
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
121
121
|
* @summary List product documents
|
|
122
122
|
* @param {string} productSlug
|
|
123
123
|
* @param {string} [authorization] Bearer Token
|
|
124
124
|
* @param {number} [pageSize] Page size
|
|
125
125
|
* @param {string} [pageToken] Page token
|
|
126
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
126
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
127
127
|
* @param {string} [search] Search query
|
|
128
128
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
129
129
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
130
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
130
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
131
131
|
* @param {*} [options] Override http request option.
|
|
132
132
|
* @throws {RequiredError}
|
|
133
133
|
*/
|
|
@@ -180,17 +180,17 @@ export declare const ProductDocumentsApiFactory: (configuration?: Configuration,
|
|
|
180
180
|
*/
|
|
181
181
|
getProductDocument(productSlug: string, code: string, authorization?: string, options?: any): AxiosPromise<GetProductDocumentResponseClass>;
|
|
182
182
|
/**
|
|
183
|
-
* Returns a list of product documents you have previously created.
|
|
183
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
184
184
|
* @summary List product documents
|
|
185
185
|
* @param {string} productSlug
|
|
186
186
|
* @param {string} [authorization] Bearer Token
|
|
187
187
|
* @param {number} [pageSize] Page size
|
|
188
188
|
* @param {string} [pageToken] Page token
|
|
189
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
189
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
190
190
|
* @param {string} [search] Search query
|
|
191
191
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
192
192
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
193
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
193
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
194
194
|
* @param {*} [options] Override http request option.
|
|
195
195
|
* @throws {RequiredError}
|
|
196
196
|
*/
|
|
@@ -318,7 +318,7 @@ export interface ProductDocumentsApiListProductDocumentsRequest {
|
|
|
318
318
|
*/
|
|
319
319
|
readonly pageToken?: string;
|
|
320
320
|
/**
|
|
321
|
-
* Filter the response by one or multiple fields.
|
|
321
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
322
322
|
* @type {string}
|
|
323
323
|
* @memberof ProductDocumentsApiListProductDocuments
|
|
324
324
|
*/
|
|
@@ -342,7 +342,7 @@ export interface ProductDocumentsApiListProductDocumentsRequest {
|
|
|
342
342
|
*/
|
|
343
343
|
readonly expand?: string;
|
|
344
344
|
/**
|
|
345
|
-
* Filters the response by one or multiple fields.
|
|
345
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
346
346
|
* @type {string}
|
|
347
347
|
* @memberof ProductDocumentsApiListProductDocuments
|
|
348
348
|
*/
|
|
@@ -408,7 +408,7 @@ export declare class ProductDocumentsApi extends BaseAPI {
|
|
|
408
408
|
*/
|
|
409
409
|
getProductDocument(requestParameters: ProductDocumentsApiGetProductDocumentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductDocumentResponseClass, any, {}>>;
|
|
410
410
|
/**
|
|
411
|
-
* Returns a list of product documents you have previously created.
|
|
411
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
412
412
|
* @summary List product documents
|
|
413
413
|
* @param {ProductDocumentsApiListProductDocumentsRequest} requestParameters Request parameters.
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
@@ -257,17 +257,17 @@ var ProductDocumentsApiAxiosParamCreator = function (configuration) {
|
|
|
257
257
|
});
|
|
258
258
|
},
|
|
259
259
|
/**
|
|
260
|
-
* Returns a list of product documents you have previously created.
|
|
260
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
261
261
|
* @summary List product documents
|
|
262
262
|
* @param {string} productSlug
|
|
263
263
|
* @param {string} [authorization] Bearer Token
|
|
264
264
|
* @param {number} [pageSize] Page size
|
|
265
265
|
* @param {string} [pageToken] Page token
|
|
266
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
266
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
267
267
|
* @param {string} [search] Search query
|
|
268
268
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
269
269
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
270
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
270
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
272
272
|
* @throws {RequiredError}
|
|
273
273
|
*/
|
|
@@ -463,17 +463,17 @@ var ProductDocumentsApiFp = function (configuration) {
|
|
|
463
463
|
});
|
|
464
464
|
},
|
|
465
465
|
/**
|
|
466
|
-
* Returns a list of product documents you have previously created.
|
|
466
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
467
467
|
* @summary List product documents
|
|
468
468
|
* @param {string} productSlug
|
|
469
469
|
* @param {string} [authorization] Bearer Token
|
|
470
470
|
* @param {number} [pageSize] Page size
|
|
471
471
|
* @param {string} [pageToken] Page token
|
|
472
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
472
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
473
473
|
* @param {string} [search] Search query
|
|
474
474
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
475
475
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
476
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
476
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
477
477
|
* @param {*} [options] Override http request option.
|
|
478
478
|
* @throws {RequiredError}
|
|
479
479
|
*/
|
|
@@ -560,17 +560,17 @@ var ProductDocumentsApiFactory = function (configuration, basePath, axios) {
|
|
|
560
560
|
return localVarFp.getProductDocument(productSlug, code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
561
561
|
},
|
|
562
562
|
/**
|
|
563
|
-
* Returns a list of product documents you have previously created.
|
|
563
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
564
564
|
* @summary List product documents
|
|
565
565
|
* @param {string} productSlug
|
|
566
566
|
* @param {string} [authorization] Bearer Token
|
|
567
567
|
* @param {number} [pageSize] Page size
|
|
568
568
|
* @param {string} [pageToken] Page token
|
|
569
|
-
* @param {string} [filter] Filter the response by one or multiple fields.
|
|
569
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
570
570
|
* @param {string} [search] Search query
|
|
571
571
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, filename</i>
|
|
572
572
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
573
|
-
* @param {string} [filters] Filters the response by one or multiple fields.
|
|
573
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, productSlug, productCode, type, createdAt, slug</i>
|
|
574
574
|
* @param {*} [options] Override http request option.
|
|
575
575
|
* @throws {RequiredError}
|
|
576
576
|
*/
|
|
@@ -640,7 +640,7 @@ var ProductDocumentsApi = /** @class */ (function (_super) {
|
|
|
640
640
|
return (0, exports.ProductDocumentsApiFp)(this.configuration).getProductDocument(requestParameters.productSlug, requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
641
641
|
};
|
|
642
642
|
/**
|
|
643
|
-
* Returns a list of product documents you have previously created.
|
|
643
|
+
* Returns a list of product documents you have previously created. The product 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\"
|
|
644
644
|
* @summary List product documents
|
|
645
645
|
* @param {ProductDocumentsApiListProductDocumentsRequest} requestParameters Request parameters.
|
|
646
646
|
* @param {*} [options] Override http request option.
|