@emilgroup/document-sdk 1.5.0 → 1.7.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.
Files changed (35) hide show
  1. package/.openapi-generator/FILES +6 -0
  2. package/README.md +2 -2
  3. package/api/default-api.ts +120 -0
  4. package/api/docx-templates-api.ts +554 -0
  5. package/api/product-documents-api.ts +8 -4
  6. package/api.ts +4 -0
  7. package/dist/api/default-api.d.ts +66 -0
  8. package/dist/api/default-api.js +196 -0
  9. package/dist/api/docx-templates-api.d.ts +316 -0
  10. package/dist/api/docx-templates-api.js +538 -0
  11. package/dist/api/product-documents-api.d.ts +8 -4
  12. package/dist/api/product-documents-api.js +8 -4
  13. package/dist/api.d.ts +2 -0
  14. package/dist/api.js +2 -0
  15. package/dist/models/create-document-request-dto.d.ts +17 -0
  16. package/dist/models/create-document-request-dto.js +5 -1
  17. package/dist/models/create-presigned-post-request-dto.d.ts +6 -0
  18. package/dist/models/index.d.ts +4 -0
  19. package/dist/models/index.js +4 -0
  20. package/dist/models/inline-response200.d.ts +54 -0
  21. package/dist/models/inline-response200.js +15 -0
  22. package/dist/models/inline-response503.d.ts +54 -0
  23. package/dist/models/inline-response503.js +15 -0
  24. package/dist/models/shared-update-docx-template-request-dto.d.ts +36 -0
  25. package/dist/models/shared-update-docx-template-request-dto.js +15 -0
  26. package/dist/models/upload-docx-template-request-dto.d.ts +54 -0
  27. package/dist/models/upload-docx-template-request-dto.js +15 -0
  28. package/models/create-document-request-dto.ts +18 -0
  29. package/models/create-presigned-post-request-dto.ts +6 -0
  30. package/models/index.ts +4 -0
  31. package/models/inline-response200.ts +48 -0
  32. package/models/inline-response503.ts +48 -0
  33. package/models/shared-update-docx-template-request-dto.ts +42 -0
  34. package/models/upload-docx-template-request-dto.ts +60 -0
  35. package/package.json +2 -1
@@ -0,0 +1,196 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL DocumentService
6
+ * The EMIL DocumentService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __assign = (this && this.__assign) || function () {
31
+ __assign = Object.assign || function(t) {
32
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
33
+ s = arguments[i];
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
35
+ t[p] = s[p];
36
+ }
37
+ return t;
38
+ };
39
+ return __assign.apply(this, arguments);
40
+ };
41
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
42
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
43
+ return new (P || (P = Promise))(function (resolve, reject) {
44
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
45
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
46
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
47
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
48
+ });
49
+ };
50
+ var __generator = (this && this.__generator) || function (thisArg, body) {
51
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
52
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
53
+ function verb(n) { return function (v) { return step([n, v]); }; }
54
+ function step(op) {
55
+ if (f) throw new TypeError("Generator is already executing.");
56
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
57
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
58
+ if (y = 0, t) op = [op[0] & 2, t.value];
59
+ switch (op[0]) {
60
+ case 0: case 1: t = op; break;
61
+ case 4: _.label++; return { value: op[1], done: false };
62
+ case 5: _.label++; y = op[1]; op = [0]; continue;
63
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
64
+ default:
65
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
66
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
67
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
68
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
69
+ if (t[2]) _.ops.pop();
70
+ _.trys.pop(); continue;
71
+ }
72
+ op = body.call(thisArg, _);
73
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
74
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
75
+ }
76
+ };
77
+ var __importDefault = (this && this.__importDefault) || function (mod) {
78
+ return (mod && mod.__esModule) ? mod : { "default": mod };
79
+ };
80
+ Object.defineProperty(exports, "__esModule", { value: true });
81
+ exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = void 0;
82
+ var axios_1 = __importDefault(require("axios"));
83
+ // Some imports not used depending on template conditions
84
+ // @ts-ignore
85
+ var common_1 = require("../common");
86
+ // @ts-ignore
87
+ var base_1 = require("../base");
88
+ /**
89
+ * DefaultApi - axios parameter creator
90
+ * @export
91
+ */
92
+ var DefaultApiAxiosParamCreator = function (configuration) {
93
+ var _this = this;
94
+ return {
95
+ /**
96
+ *
97
+ * @param {*} [options] Override http request option.
98
+ * @throws {RequiredError}
99
+ */
100
+ check: function (options) {
101
+ if (options === void 0) { options = {}; }
102
+ return __awaiter(_this, void 0, void 0, function () {
103
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
104
+ return __generator(this, function (_a) {
105
+ localVarPath = "/documentservice/health";
106
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
107
+ if (configuration) {
108
+ baseOptions = configuration.baseOptions;
109
+ baseAccessToken = configuration.accessToken;
110
+ }
111
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
112
+ localVarHeaderParameter = {};
113
+ localVarQueryParameter = {};
114
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
115
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
116
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
117
+ return [2 /*return*/, {
118
+ url: (0, common_1.toPathString)(localVarUrlObj),
119
+ options: localVarRequestOptions,
120
+ }];
121
+ });
122
+ });
123
+ },
124
+ };
125
+ };
126
+ exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
127
+ /**
128
+ * DefaultApi - functional programming interface
129
+ * @export
130
+ */
131
+ var DefaultApiFp = function (configuration) {
132
+ var localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
133
+ return {
134
+ /**
135
+ *
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ check: function (options) {
140
+ return __awaiter(this, void 0, void 0, function () {
141
+ var localVarAxiosArgs;
142
+ return __generator(this, function (_a) {
143
+ switch (_a.label) {
144
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.check(options)];
145
+ case 1:
146
+ localVarAxiosArgs = _a.sent();
147
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
148
+ }
149
+ });
150
+ });
151
+ },
152
+ };
153
+ };
154
+ exports.DefaultApiFp = DefaultApiFp;
155
+ /**
156
+ * DefaultApi - factory interface
157
+ * @export
158
+ */
159
+ var DefaultApiFactory = function (configuration, basePath, axios) {
160
+ var localVarFp = (0, exports.DefaultApiFp)(configuration);
161
+ return {
162
+ /**
163
+ *
164
+ * @param {*} [options] Override http request option.
165
+ * @throws {RequiredError}
166
+ */
167
+ check: function (options) {
168
+ return localVarFp.check(options).then(function (request) { return request(axios, basePath); });
169
+ },
170
+ };
171
+ };
172
+ exports.DefaultApiFactory = DefaultApiFactory;
173
+ /**
174
+ * DefaultApi - object-oriented interface
175
+ * @export
176
+ * @class DefaultApi
177
+ * @extends {BaseAPI}
178
+ */
179
+ var DefaultApi = /** @class */ (function (_super) {
180
+ __extends(DefaultApi, _super);
181
+ function DefaultApi() {
182
+ return _super !== null && _super.apply(this, arguments) || this;
183
+ }
184
+ /**
185
+ *
186
+ * @param {*} [options] Override http request option.
187
+ * @throws {RequiredError}
188
+ * @memberof DefaultApi
189
+ */
190
+ DefaultApi.prototype.check = function (options) {
191
+ var _this = this;
192
+ return (0, exports.DefaultApiFp)(this.configuration).check(options).then(function (request) { return request(_this.axios, _this.basePath); });
193
+ };
194
+ return DefaultApi;
195
+ }(base_1.BaseAPI));
196
+ exports.DefaultApi = DefaultApi;
@@ -0,0 +1,316 @@
1
+ /**
2
+ * EMIL DocumentService
3
+ * The EMIL DocumentService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { SharedUpdateDocxTemplateRequestDto } from '../models';
16
+ import { UploadDocxTemplateRequestDto } from '../models';
17
+ /**
18
+ * DocxTemplatesApi - axios parameter creator
19
+ * @export
20
+ */
21
+ export declare const DocxTemplatesApiAxiosParamCreator: (configuration?: Configuration) => {
22
+ /**
23
+ * Get a docx template.
24
+ * @summary Retrieve the docx template
25
+ * @param {string} code
26
+ * @param {string} [authorization] Bearer Token
27
+ * @param {*} [options] Override http request option.
28
+ * @throws {RequiredError}
29
+ */
30
+ getDocxTemplate: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
31
+ /**
32
+ * Returns a list of docx templates you have previously created. The docx templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
33
+ * @summary List docx templates
34
+ * @param {string} [authorization] Bearer Token
35
+ * @param {number} [pageSize] Page size
36
+ * @param {string} [pageToken] Page token
37
+ * @param {string} [filter] List filter
38
+ * @param {string} [search] Search query
39
+ * @param {string} [order] Ordering criteria
40
+ * @param {string} [expand] Extra fields to fetch
41
+ * @param {*} [options] Override http request option.
42
+ * @throws {RequiredError}
43
+ */
44
+ listDocxTemplates: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
+ /**
46
+ * Updates a docx template metadata.
47
+ * @summary Update the docx template
48
+ * @param {string} code
49
+ * @param {SharedUpdateDocxTemplateRequestDto} sharedUpdateDocxTemplateRequestDto
50
+ * @param {string} [authorization] Bearer Token
51
+ * @param {*} [options] Override http request option.
52
+ * @throws {RequiredError}
53
+ */
54
+ updateDocxTemplate: (code: string, sharedUpdateDocxTemplateRequestDto: SharedUpdateDocxTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
55
+ /**
56
+ * Upload a docx template via a presigned Url.
57
+ * @summary Upload a docx template.
58
+ * @param {UploadDocxTemplateRequestDto} uploadDocxTemplateRequestDto
59
+ * @param {string} [authorization] Bearer Token
60
+ * @param {*} [options] Override http request option.
61
+ * @throws {RequiredError}
62
+ */
63
+ uploadDocxTemplate: (uploadDocxTemplateRequestDto: UploadDocxTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
64
+ };
65
+ /**
66
+ * DocxTemplatesApi - functional programming interface
67
+ * @export
68
+ */
69
+ export declare const DocxTemplatesApiFp: (configuration?: Configuration) => {
70
+ /**
71
+ * Get a docx template.
72
+ * @summary Retrieve the docx template
73
+ * @param {string} code
74
+ * @param {string} [authorization] Bearer Token
75
+ * @param {*} [options] Override http request option.
76
+ * @throws {RequiredError}
77
+ */
78
+ getDocxTemplate(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
79
+ /**
80
+ * Returns a list of docx templates you have previously created. The docx templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
81
+ * @summary List docx templates
82
+ * @param {string} [authorization] Bearer Token
83
+ * @param {number} [pageSize] Page size
84
+ * @param {string} [pageToken] Page token
85
+ * @param {string} [filter] List filter
86
+ * @param {string} [search] Search query
87
+ * @param {string} [order] Ordering criteria
88
+ * @param {string} [expand] Extra fields to fetch
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ listDocxTemplates(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
93
+ /**
94
+ * Updates a docx template metadata.
95
+ * @summary Update the docx template
96
+ * @param {string} code
97
+ * @param {SharedUpdateDocxTemplateRequestDto} sharedUpdateDocxTemplateRequestDto
98
+ * @param {string} [authorization] Bearer Token
99
+ * @param {*} [options] Override http request option.
100
+ * @throws {RequiredError}
101
+ */
102
+ updateDocxTemplate(code: string, sharedUpdateDocxTemplateRequestDto: SharedUpdateDocxTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
103
+ /**
104
+ * Upload a docx template via a presigned Url.
105
+ * @summary Upload a docx template.
106
+ * @param {UploadDocxTemplateRequestDto} uploadDocxTemplateRequestDto
107
+ * @param {string} [authorization] Bearer Token
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ uploadDocxTemplate(uploadDocxTemplateRequestDto: UploadDocxTemplateRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
112
+ };
113
+ /**
114
+ * DocxTemplatesApi - factory interface
115
+ * @export
116
+ */
117
+ export declare const DocxTemplatesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
118
+ /**
119
+ * Get a docx template.
120
+ * @summary Retrieve the docx template
121
+ * @param {string} code
122
+ * @param {string} [authorization] Bearer Token
123
+ * @param {*} [options] Override http request option.
124
+ * @throws {RequiredError}
125
+ */
126
+ getDocxTemplate(code: string, authorization?: string, options?: any): AxiosPromise<object>;
127
+ /**
128
+ * Returns a list of docx templates you have previously created. The docx templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
129
+ * @summary List docx templates
130
+ * @param {string} [authorization] Bearer Token
131
+ * @param {number} [pageSize] Page size
132
+ * @param {string} [pageToken] Page token
133
+ * @param {string} [filter] List filter
134
+ * @param {string} [search] Search query
135
+ * @param {string} [order] Ordering criteria
136
+ * @param {string} [expand] Extra fields to fetch
137
+ * @param {*} [options] Override http request option.
138
+ * @throws {RequiredError}
139
+ */
140
+ listDocxTemplates(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<object>;
141
+ /**
142
+ * Updates a docx template metadata.
143
+ * @summary Update the docx template
144
+ * @param {string} code
145
+ * @param {SharedUpdateDocxTemplateRequestDto} sharedUpdateDocxTemplateRequestDto
146
+ * @param {string} [authorization] Bearer Token
147
+ * @param {*} [options] Override http request option.
148
+ * @throws {RequiredError}
149
+ */
150
+ updateDocxTemplate(code: string, sharedUpdateDocxTemplateRequestDto: SharedUpdateDocxTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
151
+ /**
152
+ * Upload a docx template via a presigned Url.
153
+ * @summary Upload a docx template.
154
+ * @param {UploadDocxTemplateRequestDto} uploadDocxTemplateRequestDto
155
+ * @param {string} [authorization] Bearer Token
156
+ * @param {*} [options] Override http request option.
157
+ * @throws {RequiredError}
158
+ */
159
+ uploadDocxTemplate(uploadDocxTemplateRequestDto: UploadDocxTemplateRequestDto, authorization?: string, options?: any): AxiosPromise<object>;
160
+ };
161
+ /**
162
+ * Request parameters for getDocxTemplate operation in DocxTemplatesApi.
163
+ * @export
164
+ * @interface DocxTemplatesApiGetDocxTemplateRequest
165
+ */
166
+ export interface DocxTemplatesApiGetDocxTemplateRequest {
167
+ /**
168
+ *
169
+ * @type {string}
170
+ * @memberof DocxTemplatesApiGetDocxTemplate
171
+ */
172
+ readonly code: string;
173
+ /**
174
+ * Bearer Token
175
+ * @type {string}
176
+ * @memberof DocxTemplatesApiGetDocxTemplate
177
+ */
178
+ readonly authorization?: string;
179
+ }
180
+ /**
181
+ * Request parameters for listDocxTemplates operation in DocxTemplatesApi.
182
+ * @export
183
+ * @interface DocxTemplatesApiListDocxTemplatesRequest
184
+ */
185
+ export interface DocxTemplatesApiListDocxTemplatesRequest {
186
+ /**
187
+ * Bearer Token
188
+ * @type {string}
189
+ * @memberof DocxTemplatesApiListDocxTemplates
190
+ */
191
+ readonly authorization?: string;
192
+ /**
193
+ * Page size
194
+ * @type {number}
195
+ * @memberof DocxTemplatesApiListDocxTemplates
196
+ */
197
+ readonly pageSize?: number;
198
+ /**
199
+ * Page token
200
+ * @type {string}
201
+ * @memberof DocxTemplatesApiListDocxTemplates
202
+ */
203
+ readonly pageToken?: string;
204
+ /**
205
+ * List filter
206
+ * @type {string}
207
+ * @memberof DocxTemplatesApiListDocxTemplates
208
+ */
209
+ readonly filter?: string;
210
+ /**
211
+ * Search query
212
+ * @type {string}
213
+ * @memberof DocxTemplatesApiListDocxTemplates
214
+ */
215
+ readonly search?: string;
216
+ /**
217
+ * Ordering criteria
218
+ * @type {string}
219
+ * @memberof DocxTemplatesApiListDocxTemplates
220
+ */
221
+ readonly order?: string;
222
+ /**
223
+ * Extra fields to fetch
224
+ * @type {string}
225
+ * @memberof DocxTemplatesApiListDocxTemplates
226
+ */
227
+ readonly expand?: string;
228
+ }
229
+ /**
230
+ * Request parameters for updateDocxTemplate operation in DocxTemplatesApi.
231
+ * @export
232
+ * @interface DocxTemplatesApiUpdateDocxTemplateRequest
233
+ */
234
+ export interface DocxTemplatesApiUpdateDocxTemplateRequest {
235
+ /**
236
+ *
237
+ * @type {string}
238
+ * @memberof DocxTemplatesApiUpdateDocxTemplate
239
+ */
240
+ readonly code: string;
241
+ /**
242
+ *
243
+ * @type {SharedUpdateDocxTemplateRequestDto}
244
+ * @memberof DocxTemplatesApiUpdateDocxTemplate
245
+ */
246
+ readonly sharedUpdateDocxTemplateRequestDto: SharedUpdateDocxTemplateRequestDto;
247
+ /**
248
+ * Bearer Token
249
+ * @type {string}
250
+ * @memberof DocxTemplatesApiUpdateDocxTemplate
251
+ */
252
+ readonly authorization?: string;
253
+ }
254
+ /**
255
+ * Request parameters for uploadDocxTemplate operation in DocxTemplatesApi.
256
+ * @export
257
+ * @interface DocxTemplatesApiUploadDocxTemplateRequest
258
+ */
259
+ export interface DocxTemplatesApiUploadDocxTemplateRequest {
260
+ /**
261
+ *
262
+ * @type {UploadDocxTemplateRequestDto}
263
+ * @memberof DocxTemplatesApiUploadDocxTemplate
264
+ */
265
+ readonly uploadDocxTemplateRequestDto: UploadDocxTemplateRequestDto;
266
+ /**
267
+ * Bearer Token
268
+ * @type {string}
269
+ * @memberof DocxTemplatesApiUploadDocxTemplate
270
+ */
271
+ readonly authorization?: string;
272
+ }
273
+ /**
274
+ * DocxTemplatesApi - object-oriented interface
275
+ * @export
276
+ * @class DocxTemplatesApi
277
+ * @extends {BaseAPI}
278
+ */
279
+ export declare class DocxTemplatesApi extends BaseAPI {
280
+ /**
281
+ * Get a docx template.
282
+ * @summary Retrieve the docx template
283
+ * @param {DocxTemplatesApiGetDocxTemplateRequest} requestParameters Request parameters.
284
+ * @param {*} [options] Override http request option.
285
+ * @throws {RequiredError}
286
+ * @memberof DocxTemplatesApi
287
+ */
288
+ getDocxTemplate(requestParameters: DocxTemplatesApiGetDocxTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
289
+ /**
290
+ * Returns a list of docx templates you have previously created. The docx templates are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
291
+ * @summary List docx templates
292
+ * @param {DocxTemplatesApiListDocxTemplatesRequest} requestParameters Request parameters.
293
+ * @param {*} [options] Override http request option.
294
+ * @throws {RequiredError}
295
+ * @memberof DocxTemplatesApi
296
+ */
297
+ listDocxTemplates(requestParameters?: DocxTemplatesApiListDocxTemplatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
298
+ /**
299
+ * Updates a docx template metadata.
300
+ * @summary Update the docx template
301
+ * @param {DocxTemplatesApiUpdateDocxTemplateRequest} requestParameters Request parameters.
302
+ * @param {*} [options] Override http request option.
303
+ * @throws {RequiredError}
304
+ * @memberof DocxTemplatesApi
305
+ */
306
+ updateDocxTemplate(requestParameters: DocxTemplatesApiUpdateDocxTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
307
+ /**
308
+ * Upload a docx template via a presigned Url.
309
+ * @summary Upload a docx template.
310
+ * @param {DocxTemplatesApiUploadDocxTemplateRequest} requestParameters Request parameters.
311
+ * @param {*} [options] Override http request option.
312
+ * @throws {RequiredError}
313
+ * @memberof DocxTemplatesApi
314
+ */
315
+ uploadDocxTemplate(requestParameters: DocxTemplatesApiUploadDocxTemplateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
316
+ }