@emilgroup/document-sdk 1.21.0 → 1.22.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.
- package/.openapi-generator/FILES +0 -38
- package/README.md +2 -2
- package/api/default-api.ts +8 -4
- package/api/document-templates-api.ts +79 -75
- package/api/documents-api.ts +42 -38
- package/api/docx-templates-api.ts +16 -28
- package/api/layouts-api.ts +18 -28
- package/api/product-documents-api.ts +47 -238
- package/api/search-keywords-api.ts +2 -4
- package/api/searchable-document-owners-api.ts +2 -4
- package/api/searchable-documents-api.ts +20 -20
- package/dist/api/default-api.d.ts +8 -4
- package/dist/api/default-api.js +8 -4
- package/dist/api/document-templates-api.d.ts +62 -67
- package/dist/api/document-templates-api.js +55 -42
- package/dist/api/documents-api.d.ts +39 -36
- package/dist/api/documents-api.js +21 -13
- package/dist/api/docx-templates-api.d.ts +22 -28
- package/dist/api/docx-templates-api.js +4 -4
- package/dist/api/layouts-api.d.ts +23 -28
- package/dist/api/layouts-api.js +8 -8
- package/dist/api/product-documents-api.d.ts +37 -150
- package/dist/api/product-documents-api.js +29 -155
- package/dist/api/search-keywords-api.d.ts +3 -4
- package/dist/api/searchable-document-owners-api.d.ts +3 -4
- package/dist/api/searchable-documents-api.d.ts +16 -17
- package/dist/api/searchable-documents-api.js +15 -13
- package/dist/models/create-doc-template-request-dto.d.ts +2 -2
- package/dist/models/create-document-request-dto.d.ts +11 -10
- package/dist/models/create-document-request-dto.js +2 -1
- package/dist/models/create-presigned-post-request-dto.d.ts +5 -4
- package/dist/models/create-presigned-post-request-dto.js +2 -1
- package/dist/models/index.d.ts +0 -38
- package/dist/models/index.js +0 -38
- package/dist/models/list-searchable-document-owners-request-dto.d.ts +1 -8
- package/dist/models/list-searchable-document-owners-request-dto.js +0 -7
- package/dist/models/list-searchable-documents-request-dto.d.ts +1 -8
- package/dist/models/list-searchable-documents-request-dto.js +0 -7
- package/dist/models/update-doc-template-request-dto.d.ts +2 -2
- package/dist/models/update-document-request-dto.d.ts +5 -5
- package/dist/models/upload-docx-template-request-dto.d.ts +1 -1
- package/dist/models/upload-product-document-request-dto.d.ts +2 -2
- package/models/create-doc-template-request-dto.ts +2 -2
- package/models/create-document-request-dto.ts +12 -11
- package/models/create-presigned-post-request-dto.ts +6 -5
- package/models/index.ts +0 -38
- package/models/list-searchable-document-owners-request-dto.ts +1 -11
- package/models/list-searchable-documents-request-dto.ts +1 -11
- package/models/update-doc-template-request-dto.ts +2 -2
- package/models/update-document-request-dto.ts +5 -5
- package/models/upload-docx-template-request-dto.ts +1 -1
- package/models/upload-product-document-request-dto.ts +2 -2
- package/package.json +1 -1
- package/dist/models/create-doc-template-response-class.d.ts +0 -25
- package/dist/models/create-doc-template-response-class.js +0 -15
- package/dist/models/create-document-sync-response-class.d.ts +0 -25
- package/dist/models/create-document-sync-response-class.js +0 -15
- package/dist/models/create-layout-response-class.d.ts +0 -25
- package/dist/models/create-layout-response-class.js +0 -15
- package/dist/models/create-presigned-post-response-class.d.ts +0 -30
- package/dist/models/create-presigned-post-response-class.js +0 -15
- package/dist/models/delete-response-class.d.ts +0 -24
- package/dist/models/delete-response-class.js +0 -15
- package/dist/models/doc-template-class.d.ts +0 -92
- package/dist/models/doc-template-class.js +0 -15
- package/dist/models/document-class.d.ts +0 -158
- package/dist/models/document-class.js +0 -52
- package/dist/models/docx-template-class.d.ts +0 -90
- package/dist/models/docx-template-class.js +0 -15
- package/dist/models/download-document-request-dto.d.ts +0 -30
- package/dist/models/download-document-request-dto.js +0 -15
- package/dist/models/get-doc-template-request-dto.d.ts +0 -30
- package/dist/models/get-doc-template-request-dto.js +0 -15
- package/dist/models/get-doc-template-response-class.d.ts +0 -25
- package/dist/models/get-doc-template-response-class.js +0 -15
- package/dist/models/get-document-download-url-response-class.d.ts +0 -24
- package/dist/models/get-document-download-url-response-class.js +0 -15
- package/dist/models/get-docx-template-download-url-response-class.d.ts +0 -24
- package/dist/models/get-docx-template-download-url-response-class.js +0 -15
- package/dist/models/get-docx-template-response-class.d.ts +0 -25
- package/dist/models/get-docx-template-response-class.js +0 -15
- package/dist/models/get-layout-response-class.d.ts +0 -25
- package/dist/models/get-layout-response-class.js +0 -15
- package/dist/models/get-product-document-download-url-response-class.d.ts +0 -24
- package/dist/models/get-product-document-download-url-response-class.js +0 -15
- package/dist/models/get-product-document-response-class.d.ts +0 -25
- package/dist/models/get-product-document-response-class.js +0 -15
- package/dist/models/get-signed-s3-key-url-response-class.d.ts +0 -24
- package/dist/models/get-signed-s3-key-url-response-class.js +0 -15
- package/dist/models/grpc-create-doc-template-request-dto.d.ts +0 -55
- package/dist/models/grpc-create-doc-template-request-dto.js +0 -15
- package/dist/models/grpc-update-doc-template-request-dto.d.ts +0 -61
- package/dist/models/grpc-update-doc-template-request-dto.js +0 -15
- package/dist/models/html-template-class.d.ts +0 -66
- package/dist/models/html-template-class.js +0 -21
- package/dist/models/layout-class.d.ts +0 -79
- package/dist/models/layout-class.js +0 -15
- package/dist/models/list-doc-template-request-dto.d.ts +0 -54
- package/dist/models/list-doc-template-request-dto.js +0 -15
- package/dist/models/list-doc-templates-response-class.d.ts +0 -31
- package/dist/models/list-doc-templates-response-class.js +0 -15
- package/dist/models/list-documents-response-class.d.ts +0 -31
- package/dist/models/list-documents-response-class.js +0 -15
- package/dist/models/list-docx-templates-response-class.d.ts +0 -31
- package/dist/models/list-docx-templates-response-class.js +0 -15
- package/dist/models/list-layouts-response-class.d.ts +0 -31
- package/dist/models/list-layouts-response-class.js +0 -15
- package/dist/models/list-product-documents-response-class.d.ts +0 -31
- package/dist/models/list-product-documents-response-class.js +0 -15
- package/dist/models/list-search-keywords-response-class.d.ts +0 -24
- package/dist/models/list-search-keywords-response-class.js +0 -15
- package/dist/models/list-searchable-document-owners-response-class.d.ts +0 -25
- package/dist/models/list-searchable-document-owners-response-class.js +0 -15
- package/dist/models/list-searchable-documents-response-class.d.ts +0 -31
- package/dist/models/list-searchable-documents-response-class.js +0 -15
- package/dist/models/product-document-class.d.ts +0 -117
- package/dist/models/product-document-class.js +0 -24
- package/dist/models/searchable-document-class.d.ts +0 -66
- package/dist/models/searchable-document-class.js +0 -15
- package/dist/models/searchable-document-owner-class.d.ts +0 -30
- package/dist/models/searchable-document-owner-class.js +0 -15
- package/dist/models/update-doc-template-response-class.d.ts +0 -25
- package/dist/models/update-doc-template-response-class.js +0 -15
- package/dist/models/update-document-response-class.d.ts +0 -25
- package/dist/models/update-document-response-class.js +0 -15
- package/dist/models/update-docx-template-response-class.d.ts +0 -25
- package/dist/models/update-docx-template-response-class.js +0 -15
- package/dist/models/update-layout-response-class.d.ts +0 -25
- package/dist/models/update-layout-response-class.js +0 -15
- package/models/create-doc-template-response-class.ts +0 -31
- package/models/create-document-sync-response-class.ts +0 -31
- package/models/create-layout-response-class.ts +0 -31
- package/models/create-presigned-post-response-class.ts +0 -36
- package/models/delete-response-class.ts +0 -30
- package/models/doc-template-class.ts +0 -98
- package/models/document-class.ts +0 -168
- package/models/docx-template-class.ts +0 -96
- package/models/download-document-request-dto.ts +0 -36
- package/models/get-doc-template-request-dto.ts +0 -36
- package/models/get-doc-template-response-class.ts +0 -31
- package/models/get-document-download-url-response-class.ts +0 -30
- package/models/get-docx-template-download-url-response-class.ts +0 -30
- package/models/get-docx-template-response-class.ts +0 -31
- package/models/get-layout-response-class.ts +0 -31
- package/models/get-product-document-download-url-response-class.ts +0 -30
- package/models/get-product-document-response-class.ts +0 -31
- package/models/get-signed-s3-key-url-response-class.ts +0 -30
- package/models/grpc-create-doc-template-request-dto.ts +0 -61
- package/models/grpc-update-doc-template-request-dto.ts +0 -67
- package/models/html-template-class.ts +0 -75
- package/models/layout-class.ts +0 -85
- package/models/list-doc-template-request-dto.ts +0 -60
- package/models/list-doc-templates-response-class.ts +0 -37
- package/models/list-documents-response-class.ts +0 -37
- package/models/list-docx-templates-response-class.ts +0 -37
- package/models/list-layouts-response-class.ts +0 -37
- package/models/list-product-documents-response-class.ts +0 -37
- package/models/list-search-keywords-response-class.ts +0 -30
- package/models/list-searchable-document-owners-response-class.ts +0 -31
- package/models/list-searchable-documents-response-class.ts +0 -37
- package/models/product-document-class.ts +0 -126
- package/models/searchable-document-class.ts +0 -72
- package/models/searchable-document-owner-class.ts +0 -36
- package/models/update-doc-template-response-class.ts +0 -31
- package/models/update-document-response-class.ts +0 -31
- package/models/update-docx-template-response-class.ts +0 -31
- package/models/update-layout-response-class.ts +0 -31
|
@@ -20,8 +20,6 @@ import { Configuration } from '../configuration';
|
|
|
20
20
|
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { ListSearchableDocumentsResponseClass } from '../models';
|
|
25
23
|
/**
|
|
26
24
|
* SearchableDocumentsApi - axios parameter creator
|
|
27
25
|
* @export
|
|
@@ -29,20 +27,22 @@ import { ListSearchableDocumentsResponseClass } from '../models';
|
|
|
29
27
|
export const SearchableDocumentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
28
|
return {
|
|
31
29
|
/**
|
|
32
|
-
* Returns a list of searchable documents you have previously created.
|
|
30
|
+
* 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.
|
|
33
31
|
* @summary List searchable documents
|
|
34
32
|
* @param {string} searchText Text to search in the documents.
|
|
35
33
|
* @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
|
|
34
|
+
* @param {string} product PBM product the documents belongs to.
|
|
36
35
|
* @param {string} [authorization] Bearer Token
|
|
37
|
-
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
|
|
38
36
|
* @param {*} [options] Override http request option.
|
|
39
37
|
* @throws {RequiredError}
|
|
40
38
|
*/
|
|
41
|
-
listSearchableDocuments: async (searchText: string, ownerIds: string,
|
|
39
|
+
listSearchableDocuments: async (searchText: string, ownerIds: string, product: string, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
42
40
|
// verify required parameter 'searchText' is not null or undefined
|
|
43
41
|
assertParamExists('listSearchableDocuments', 'searchText', searchText)
|
|
44
42
|
// verify required parameter 'ownerIds' is not null or undefined
|
|
45
43
|
assertParamExists('listSearchableDocuments', 'ownerIds', ownerIds)
|
|
44
|
+
// verify required parameter 'product' is not null or undefined
|
|
45
|
+
assertParamExists('listSearchableDocuments', 'product', product)
|
|
46
46
|
const localVarPath = `/documentservice/v1/searchable-documents`;
|
|
47
47
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
48
48
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -99,17 +99,17 @@ export const SearchableDocumentsApiFp = function(configuration?: Configuration)
|
|
|
99
99
|
const localVarAxiosParamCreator = SearchableDocumentsApiAxiosParamCreator(configuration)
|
|
100
100
|
return {
|
|
101
101
|
/**
|
|
102
|
-
* Returns a list of searchable documents you have previously created.
|
|
102
|
+
* 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.
|
|
103
103
|
* @summary List searchable documents
|
|
104
104
|
* @param {string} searchText Text to search in the documents.
|
|
105
105
|
* @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
|
|
106
|
+
* @param {string} product PBM product the documents belongs to.
|
|
106
107
|
* @param {string} [authorization] Bearer Token
|
|
107
|
-
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
111
|
-
async listSearchableDocuments(searchText: string, ownerIds: string,
|
|
112
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listSearchableDocuments(searchText, ownerIds,
|
|
111
|
+
async listSearchableDocuments(searchText: string, ownerIds: string, product: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
112
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listSearchableDocuments(searchText, ownerIds, product, authorization, options);
|
|
113
113
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
114
114
|
},
|
|
115
115
|
}
|
|
@@ -123,17 +123,17 @@ export const SearchableDocumentsApiFactory = function (configuration?: Configura
|
|
|
123
123
|
const localVarFp = SearchableDocumentsApiFp(configuration)
|
|
124
124
|
return {
|
|
125
125
|
/**
|
|
126
|
-
* Returns a list of searchable documents you have previously created.
|
|
126
|
+
* 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.
|
|
127
127
|
* @summary List searchable documents
|
|
128
128
|
* @param {string} searchText Text to search in the documents.
|
|
129
129
|
* @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
|
|
130
|
+
* @param {string} product PBM product the documents belongs to.
|
|
130
131
|
* @param {string} [authorization] Bearer Token
|
|
131
|
-
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
|
|
132
132
|
* @param {*} [options] Override http request option.
|
|
133
133
|
* @throws {RequiredError}
|
|
134
134
|
*/
|
|
135
|
-
listSearchableDocuments(searchText: string, ownerIds: string,
|
|
136
|
-
return localVarFp.listSearchableDocuments(searchText, ownerIds,
|
|
135
|
+
listSearchableDocuments(searchText: string, ownerIds: string, product: string, authorization?: string, options?: any): AxiosPromise<void> {
|
|
136
|
+
return localVarFp.listSearchableDocuments(searchText, ownerIds, product, authorization, options).then((request) => request(axios, basePath));
|
|
137
137
|
},
|
|
138
138
|
};
|
|
139
139
|
};
|
|
@@ -159,18 +159,18 @@ export interface SearchableDocumentsApiListSearchableDocumentsRequest {
|
|
|
159
159
|
readonly ownerIds: string
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
* PBM product the documents belongs to.
|
|
163
163
|
* @type {string}
|
|
164
164
|
* @memberof SearchableDocumentsApiListSearchableDocuments
|
|
165
165
|
*/
|
|
166
|
-
readonly
|
|
166
|
+
readonly product: string
|
|
167
167
|
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
170
|
-
* @type {
|
|
169
|
+
* Bearer Token
|
|
170
|
+
* @type {string}
|
|
171
171
|
* @memberof SearchableDocumentsApiListSearchableDocuments
|
|
172
172
|
*/
|
|
173
|
-
readonly
|
|
173
|
+
readonly authorization?: string
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
/**
|
|
@@ -181,7 +181,7 @@ export interface SearchableDocumentsApiListSearchableDocumentsRequest {
|
|
|
181
181
|
*/
|
|
182
182
|
export class SearchableDocumentsApi extends BaseAPI {
|
|
183
183
|
/**
|
|
184
|
-
* Returns a list of searchable documents you have previously created.
|
|
184
|
+
* 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.
|
|
185
185
|
* @summary List searchable documents
|
|
186
186
|
* @param {SearchableDocumentsApiListSearchableDocumentsRequest} requestParameters Request parameters.
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
@@ -189,6 +189,6 @@ export class SearchableDocumentsApi extends BaseAPI {
|
|
|
189
189
|
* @memberof SearchableDocumentsApi
|
|
190
190
|
*/
|
|
191
191
|
public listSearchableDocuments(requestParameters: SearchableDocumentsApiListSearchableDocumentsRequest, options?: AxiosRequestConfig) {
|
|
192
|
-
return SearchableDocumentsApiFp(this.configuration).listSearchableDocuments(requestParameters.searchText, requestParameters.ownerIds, requestParameters.
|
|
192
|
+
return SearchableDocumentsApiFp(this.configuration).listSearchableDocuments(requestParameters.searchText, requestParameters.ownerIds, requestParameters.product, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -19,7 +19,8 @@ import { InlineResponse200 } from '../models';
|
|
|
19
19
|
*/
|
|
20
20
|
export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
23
|
+
* @summary Health Check
|
|
23
24
|
* @param {*} [options] Override http request option.
|
|
24
25
|
* @throws {RequiredError}
|
|
25
26
|
*/
|
|
@@ -31,7 +32,8 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
31
32
|
*/
|
|
32
33
|
export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
36
|
+
* @summary Health Check
|
|
35
37
|
* @param {*} [options] Override http request option.
|
|
36
38
|
* @throws {RequiredError}
|
|
37
39
|
*/
|
|
@@ -43,7 +45,8 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
43
45
|
*/
|
|
44
46
|
export declare const DefaultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
45
47
|
/**
|
|
46
|
-
*
|
|
48
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
49
|
+
* @summary Health Check
|
|
47
50
|
* @param {*} [options] Override http request option.
|
|
48
51
|
* @throws {RequiredError}
|
|
49
52
|
*/
|
|
@@ -57,7 +60,8 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
57
60
|
*/
|
|
58
61
|
export declare class DefaultApi extends BaseAPI {
|
|
59
62
|
/**
|
|
60
|
-
*
|
|
63
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
64
|
+
* @summary Health Check
|
|
61
65
|
* @param {*} [options] Override http request option.
|
|
62
66
|
* @throws {RequiredError}
|
|
63
67
|
* @memberof DefaultApi
|
package/dist/api/default-api.js
CHANGED
|
@@ -93,7 +93,8 @@ var DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
97
|
+
* @summary Health Check
|
|
97
98
|
* @param {*} [options] Override http request option.
|
|
98
99
|
* @throws {RequiredError}
|
|
99
100
|
*/
|
|
@@ -132,7 +133,8 @@ var DefaultApiFp = function (configuration) {
|
|
|
132
133
|
var localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
133
134
|
return {
|
|
134
135
|
/**
|
|
135
|
-
*
|
|
136
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
137
|
+
* @summary Health Check
|
|
136
138
|
* @param {*} [options] Override http request option.
|
|
137
139
|
* @throws {RequiredError}
|
|
138
140
|
*/
|
|
@@ -160,7 +162,8 @@ var DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
160
162
|
var localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
161
163
|
return {
|
|
162
164
|
/**
|
|
163
|
-
*
|
|
165
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
166
|
+
* @summary Health Check
|
|
164
167
|
* @param {*} [options] Override http request option.
|
|
165
168
|
* @throws {RequiredError}
|
|
166
169
|
*/
|
|
@@ -182,7 +185,8 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
182
185
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
183
186
|
}
|
|
184
187
|
/**
|
|
185
|
-
*
|
|
188
|
+
* Returns the health status of the document service. This endpoint is used to monitor the operational status of the document service. It typically returns a simple status indicator, such as \'UP\' or \'OK\', confirming that the service is operational and available.
|
|
189
|
+
* @summary Health Check
|
|
186
190
|
* @param {*} [options] Override http request option.
|
|
187
191
|
* @throws {RequiredError}
|
|
188
192
|
* @memberof DefaultApi
|
|
@@ -13,12 +13,7 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import { CreateDocTemplateRequestDto } from '../models';
|
|
16
|
-
import { CreateDocTemplateResponseClass } from '../models';
|
|
17
|
-
import { DeleteResponseClass } from '../models';
|
|
18
|
-
import { GetDocTemplateResponseClass } from '../models';
|
|
19
|
-
import { ListDocTemplatesResponseClass } from '../models';
|
|
20
16
|
import { UpdateDocTemplateRequestDto } from '../models';
|
|
21
|
-
import { UpdateDocTemplateResponseClass } from '../models';
|
|
22
17
|
/**
|
|
23
18
|
* DocumentTemplatesApi - axios parameter creator
|
|
24
19
|
* @export
|
|
@@ -43,29 +38,29 @@ export declare const DocumentTemplatesApiAxiosParamCreator: (configuration?: Con
|
|
|
43
38
|
*/
|
|
44
39
|
deleteDocTemplate: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
40
|
/**
|
|
46
|
-
* Retrieves the details of the document template that was previously created.
|
|
41
|
+
* Retrieves the details of the document template that was previously created. Supply the unique document template id that was returned when you created it and Emil Api will return the corresponding document template information.
|
|
47
42
|
* @summary Retrieve the document template
|
|
48
43
|
* @param {number} id
|
|
44
|
+
* @param {string} expand Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
49
45
|
* @param {string} [authorization] Bearer Token
|
|
50
|
-
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
51
46
|
* @param {*} [options] Override http request option.
|
|
52
47
|
* @throws {RequiredError}
|
|
53
48
|
*/
|
|
54
|
-
getDocTemplate: (id: number,
|
|
49
|
+
getDocTemplate: (id: number, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
55
50
|
/**
|
|
56
|
-
* Returns a list of document templates you have previously created.
|
|
51
|
+
* Returns a list of document templates you have previously created. The document templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
57
52
|
* @summary List document templates
|
|
53
|
+
* @param {number} pageSize A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
54
|
+
* @param {string} pageToken A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
55
|
+
* @param {string} filter Filter response by productSlug, slug and name.
|
|
56
|
+
* @param {string} search Search document templates by name | slug
|
|
57
|
+
* @param {string} order Order response by createdAt.
|
|
58
|
+
* @param {string} expand Expand response by bodyTemplate.
|
|
58
59
|
* @param {string} [authorization] Bearer Token
|
|
59
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
60
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
61
|
-
* @param {string} [filter] Filter response by productSlug, slug and name.
|
|
62
|
-
* @param {string} [search] Search document templates by name | slug
|
|
63
|
-
* @param {string} [order] Order response by createdAt.
|
|
64
|
-
* @param {string} [expand] Expand response by bodyTemplate.
|
|
65
60
|
* @param {*} [options] Override http request option.
|
|
66
61
|
* @throws {RequiredError}
|
|
67
62
|
*/
|
|
68
|
-
listDocTemplates: (
|
|
63
|
+
listDocTemplates: (pageSize: number, pageToken: string, filter: string, search: string, order: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
64
|
/**
|
|
70
65
|
* Updates the specified document template by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
71
66
|
* @summary Update the document template
|
|
@@ -90,7 +85,7 @@ export declare const DocumentTemplatesApiFp: (configuration?: Configuration) =>
|
|
|
90
85
|
* @param {*} [options] Override http request option.
|
|
91
86
|
* @throws {RequiredError}
|
|
92
87
|
*/
|
|
93
|
-
createDocTemplate(createDocTemplateRequestDto: CreateDocTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
88
|
+
createDocTemplate(createDocTemplateRequestDto: CreateDocTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
94
89
|
/**
|
|
95
90
|
* Permanently deletes the document template. Supply the unique code that was returned when you created the document template and this will delete it.
|
|
96
91
|
* @summary Delete the document template
|
|
@@ -99,31 +94,31 @@ export declare const DocumentTemplatesApiFp: (configuration?: Configuration) =>
|
|
|
99
94
|
* @param {*} [options] Override http request option.
|
|
100
95
|
* @throws {RequiredError}
|
|
101
96
|
*/
|
|
102
|
-
deleteDocTemplate(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
97
|
+
deleteDocTemplate(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
103
98
|
/**
|
|
104
|
-
* Retrieves the details of the document template that was previously created.
|
|
99
|
+
* Retrieves the details of the document template that was previously created. Supply the unique document template id that was returned when you created it and Emil Api will return the corresponding document template information.
|
|
105
100
|
* @summary Retrieve the document template
|
|
106
101
|
* @param {number} id
|
|
102
|
+
* @param {string} expand Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
107
103
|
* @param {string} [authorization] Bearer Token
|
|
108
|
-
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
109
104
|
* @param {*} [options] Override http request option.
|
|
110
105
|
* @throws {RequiredError}
|
|
111
106
|
*/
|
|
112
|
-
getDocTemplate(id: number,
|
|
107
|
+
getDocTemplate(id: number, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
113
108
|
/**
|
|
114
|
-
* Returns a list of document templates you have previously created.
|
|
109
|
+
* Returns a list of document templates you have previously created. The document templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
115
110
|
* @summary List document templates
|
|
111
|
+
* @param {number} pageSize A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
112
|
+
* @param {string} pageToken A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
113
|
+
* @param {string} filter Filter response by productSlug, slug and name.
|
|
114
|
+
* @param {string} search Search document templates by name | slug
|
|
115
|
+
* @param {string} order Order response by createdAt.
|
|
116
|
+
* @param {string} expand Expand response by bodyTemplate.
|
|
116
117
|
* @param {string} [authorization] Bearer Token
|
|
117
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
118
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
119
|
-
* @param {string} [filter] Filter response by productSlug, slug and name.
|
|
120
|
-
* @param {string} [search] Search document templates by name | slug
|
|
121
|
-
* @param {string} [order] Order response by createdAt.
|
|
122
|
-
* @param {string} [expand] Expand response by bodyTemplate.
|
|
123
118
|
* @param {*} [options] Override http request option.
|
|
124
119
|
* @throws {RequiredError}
|
|
125
120
|
*/
|
|
126
|
-
listDocTemplates(
|
|
121
|
+
listDocTemplates(pageSize: number, pageToken: string, filter: string, search: string, order: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
127
122
|
/**
|
|
128
123
|
* Updates the specified document template by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
129
124
|
* @summary Update the document template
|
|
@@ -133,7 +128,7 @@ export declare const DocumentTemplatesApiFp: (configuration?: Configuration) =>
|
|
|
133
128
|
* @param {*} [options] Override http request option.
|
|
134
129
|
* @throws {RequiredError}
|
|
135
130
|
*/
|
|
136
|
-
updateDocTemplate(id: number, updateDocTemplateRequestDto: UpdateDocTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
131
|
+
updateDocTemplate(id: number, updateDocTemplateRequestDto: UpdateDocTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
137
132
|
};
|
|
138
133
|
/**
|
|
139
134
|
* DocumentTemplatesApi - factory interface
|
|
@@ -148,7 +143,7 @@ export declare const DocumentTemplatesApiFactory: (configuration?: Configuration
|
|
|
148
143
|
* @param {*} [options] Override http request option.
|
|
149
144
|
* @throws {RequiredError}
|
|
150
145
|
*/
|
|
151
|
-
createDocTemplate(createDocTemplateRequestDto: CreateDocTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
146
|
+
createDocTemplate(createDocTemplateRequestDto: CreateDocTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<void>;
|
|
152
147
|
/**
|
|
153
148
|
* Permanently deletes the document template. Supply the unique code that was returned when you created the document template and this will delete it.
|
|
154
149
|
* @summary Delete the document template
|
|
@@ -157,31 +152,31 @@ export declare const DocumentTemplatesApiFactory: (configuration?: Configuration
|
|
|
157
152
|
* @param {*} [options] Override http request option.
|
|
158
153
|
* @throws {RequiredError}
|
|
159
154
|
*/
|
|
160
|
-
deleteDocTemplate(id: number, authorization?: string, options?: any): AxiosPromise<
|
|
155
|
+
deleteDocTemplate(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
161
156
|
/**
|
|
162
|
-
* Retrieves the details of the document template that was previously created.
|
|
157
|
+
* Retrieves the details of the document template that was previously created. Supply the unique document template id that was returned when you created it and Emil Api will return the corresponding document template information.
|
|
163
158
|
* @summary Retrieve the document template
|
|
164
159
|
* @param {number} id
|
|
160
|
+
* @param {string} expand Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
165
161
|
* @param {string} [authorization] Bearer Token
|
|
166
|
-
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
167
162
|
* @param {*} [options] Override http request option.
|
|
168
163
|
* @throws {RequiredError}
|
|
169
164
|
*/
|
|
170
|
-
getDocTemplate(id: number,
|
|
165
|
+
getDocTemplate(id: number, expand: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
171
166
|
/**
|
|
172
|
-
* Returns a list of document templates you have previously created.
|
|
167
|
+
* Returns a list of document templates you have previously created. The document templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
173
168
|
* @summary List document templates
|
|
169
|
+
* @param {number} pageSize A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
170
|
+
* @param {string} pageToken A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
171
|
+
* @param {string} filter Filter response by productSlug, slug and name.
|
|
172
|
+
* @param {string} search Search document templates by name | slug
|
|
173
|
+
* @param {string} order Order response by createdAt.
|
|
174
|
+
* @param {string} expand Expand response by bodyTemplate.
|
|
174
175
|
* @param {string} [authorization] Bearer Token
|
|
175
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
176
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
177
|
-
* @param {string} [filter] Filter response by productSlug, slug and name.
|
|
178
|
-
* @param {string} [search] Search document templates by name | slug
|
|
179
|
-
* @param {string} [order] Order response by createdAt.
|
|
180
|
-
* @param {string} [expand] Expand response by bodyTemplate.
|
|
181
176
|
* @param {*} [options] Override http request option.
|
|
182
177
|
* @throws {RequiredError}
|
|
183
178
|
*/
|
|
184
|
-
listDocTemplates(
|
|
179
|
+
listDocTemplates(pageSize: number, pageToken: string, filter: string, search: string, order: string, expand: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
185
180
|
/**
|
|
186
181
|
* Updates the specified document template by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
187
182
|
* @summary Update the document template
|
|
@@ -191,7 +186,7 @@ export declare const DocumentTemplatesApiFactory: (configuration?: Configuration
|
|
|
191
186
|
* @param {*} [options] Override http request option.
|
|
192
187
|
* @throws {RequiredError}
|
|
193
188
|
*/
|
|
194
|
-
updateDocTemplate(id: number, updateDocTemplateRequestDto: UpdateDocTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<
|
|
189
|
+
updateDocTemplate(id: number, updateDocTemplateRequestDto: UpdateDocTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<void>;
|
|
195
190
|
};
|
|
196
191
|
/**
|
|
197
192
|
* Request parameters for createDocTemplate operation in DocumentTemplatesApi.
|
|
@@ -244,17 +239,17 @@ export interface DocumentTemplatesApiGetDocTemplateRequest {
|
|
|
244
239
|
*/
|
|
245
240
|
readonly id: number;
|
|
246
241
|
/**
|
|
247
|
-
*
|
|
242
|
+
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
248
243
|
* @type {string}
|
|
249
244
|
* @memberof DocumentTemplatesApiGetDocTemplate
|
|
250
245
|
*/
|
|
251
|
-
readonly
|
|
246
|
+
readonly expand: string;
|
|
252
247
|
/**
|
|
253
|
-
*
|
|
248
|
+
* Bearer Token
|
|
254
249
|
* @type {string}
|
|
255
250
|
* @memberof DocumentTemplatesApiGetDocTemplate
|
|
256
251
|
*/
|
|
257
|
-
readonly
|
|
252
|
+
readonly authorization?: string;
|
|
258
253
|
}
|
|
259
254
|
/**
|
|
260
255
|
* Request parameters for listDocTemplates operation in DocumentTemplatesApi.
|
|
@@ -262,48 +257,48 @@ export interface DocumentTemplatesApiGetDocTemplateRequest {
|
|
|
262
257
|
* @interface DocumentTemplatesApiListDocTemplatesRequest
|
|
263
258
|
*/
|
|
264
259
|
export interface DocumentTemplatesApiListDocTemplatesRequest {
|
|
265
|
-
/**
|
|
266
|
-
* Bearer Token
|
|
267
|
-
* @type {string}
|
|
268
|
-
* @memberof DocumentTemplatesApiListDocTemplates
|
|
269
|
-
*/
|
|
270
|
-
readonly authorization?: string;
|
|
271
260
|
/**
|
|
272
261
|
* A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
273
262
|
* @type {number}
|
|
274
263
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
275
264
|
*/
|
|
276
|
-
readonly pageSize
|
|
265
|
+
readonly pageSize: number;
|
|
277
266
|
/**
|
|
278
267
|
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
279
268
|
* @type {string}
|
|
280
269
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
281
270
|
*/
|
|
282
|
-
readonly pageToken
|
|
271
|
+
readonly pageToken: string;
|
|
283
272
|
/**
|
|
284
273
|
* Filter response by productSlug, slug and name.
|
|
285
274
|
* @type {string}
|
|
286
275
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
287
276
|
*/
|
|
288
|
-
readonly filter
|
|
277
|
+
readonly filter: string;
|
|
289
278
|
/**
|
|
290
279
|
* Search document templates by name | slug
|
|
291
280
|
* @type {string}
|
|
292
281
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
293
282
|
*/
|
|
294
|
-
readonly search
|
|
283
|
+
readonly search: string;
|
|
295
284
|
/**
|
|
296
285
|
* Order response by createdAt.
|
|
297
286
|
* @type {string}
|
|
298
287
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
299
288
|
*/
|
|
300
|
-
readonly order
|
|
289
|
+
readonly order: string;
|
|
301
290
|
/**
|
|
302
291
|
* Expand response by bodyTemplate.
|
|
303
292
|
* @type {string}
|
|
304
293
|
* @memberof DocumentTemplatesApiListDocTemplates
|
|
305
294
|
*/
|
|
306
|
-
readonly expand
|
|
295
|
+
readonly expand: string;
|
|
296
|
+
/**
|
|
297
|
+
* Bearer Token
|
|
298
|
+
* @type {string}
|
|
299
|
+
* @memberof DocumentTemplatesApiListDocTemplates
|
|
300
|
+
*/
|
|
301
|
+
readonly authorization?: string;
|
|
307
302
|
}
|
|
308
303
|
/**
|
|
309
304
|
* Request parameters for updateDocTemplate operation in DocumentTemplatesApi.
|
|
@@ -345,7 +340,7 @@ export declare class DocumentTemplatesApi extends BaseAPI {
|
|
|
345
340
|
* @throws {RequiredError}
|
|
346
341
|
* @memberof DocumentTemplatesApi
|
|
347
342
|
*/
|
|
348
|
-
createDocTemplate(requestParameters: DocumentTemplatesApiCreateDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
343
|
+
createDocTemplate(requestParameters: DocumentTemplatesApiCreateDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
349
344
|
/**
|
|
350
345
|
* Permanently deletes the document template. Supply the unique code that was returned when you created the document template and this will delete it.
|
|
351
346
|
* @summary Delete the document template
|
|
@@ -354,25 +349,25 @@ export declare class DocumentTemplatesApi extends BaseAPI {
|
|
|
354
349
|
* @throws {RequiredError}
|
|
355
350
|
* @memberof DocumentTemplatesApi
|
|
356
351
|
*/
|
|
357
|
-
deleteDocTemplate(requestParameters: DocumentTemplatesApiDeleteDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
352
|
+
deleteDocTemplate(requestParameters: DocumentTemplatesApiDeleteDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
358
353
|
/**
|
|
359
|
-
* Retrieves the details of the document template that was previously created.
|
|
354
|
+
* Retrieves the details of the document template that was previously created. Supply the unique document template id that was returned when you created it and Emil Api will return the corresponding document template information.
|
|
360
355
|
* @summary Retrieve the document template
|
|
361
356
|
* @param {DocumentTemplatesApiGetDocTemplateRequest} requestParameters Request parameters.
|
|
362
357
|
* @param {*} [options] Override http request option.
|
|
363
358
|
* @throws {RequiredError}
|
|
364
359
|
* @memberof DocumentTemplatesApi
|
|
365
360
|
*/
|
|
366
|
-
getDocTemplate(requestParameters: DocumentTemplatesApiGetDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
361
|
+
getDocTemplate(requestParameters: DocumentTemplatesApiGetDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
367
362
|
/**
|
|
368
|
-
* Returns a list of document templates you have previously created.
|
|
363
|
+
* Returns a list of document templates you have previously created. The document templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
369
364
|
* @summary List document templates
|
|
370
365
|
* @param {DocumentTemplatesApiListDocTemplatesRequest} requestParameters Request parameters.
|
|
371
366
|
* @param {*} [options] Override http request option.
|
|
372
367
|
* @throws {RequiredError}
|
|
373
368
|
* @memberof DocumentTemplatesApi
|
|
374
369
|
*/
|
|
375
|
-
listDocTemplates(requestParameters
|
|
370
|
+
listDocTemplates(requestParameters: DocumentTemplatesApiListDocTemplatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
376
371
|
/**
|
|
377
372
|
* Updates the specified document template by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
378
373
|
* @summary Update the document template
|
|
@@ -381,5 +376,5 @@ export declare class DocumentTemplatesApi extends BaseAPI {
|
|
|
381
376
|
* @throws {RequiredError}
|
|
382
377
|
* @memberof DocumentTemplatesApi
|
|
383
378
|
*/
|
|
384
|
-
updateDocTemplate(requestParameters: DocumentTemplatesApiUpdateDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
379
|
+
updateDocTemplate(requestParameters: DocumentTemplatesApiUpdateDocTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
385
380
|
}
|