@emilgroup/document-sdk-node 1.28.0 → 1.28.2-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 +36 -0
- package/README.md +2 -2
- package/api/document-templates-api.ts +67 -71
- package/api/documents-api.ts +39 -29
- package/api/docx-templates-api.ts +24 -12
- package/api/layouts-api.ts +20 -10
- package/api/product-documents-api.ts +14 -8
- package/api/search-keywords-api.ts +4 -2
- package/api/searchable-document-owners-api.ts +4 -2
- package/api/searchable-documents-api.ts +16 -16
- package/dist/api/document-templates-api.d.ts +59 -54
- package/dist/api/document-templates-api.js +34 -47
- package/dist/api/documents-api.d.ts +37 -31
- package/dist/api/documents-api.js +9 -11
- package/dist/api/docx-templates-api.d.ts +24 -18
- package/dist/api/layouts-api.d.ts +20 -15
- package/dist/api/product-documents-api.d.ts +15 -12
- package/dist/api/search-keywords-api.d.ts +4 -3
- package/dist/api/searchable-document-owners-api.d.ts +4 -3
- package/dist/api/searchable-documents-api.d.ts +13 -12
- package/dist/api/searchable-documents-api.js +9 -11
- package/dist/models/create-doc-template-request-dto.d.ts +2 -2
- package/dist/models/create-doc-template-response-class.d.ts +25 -0
- package/dist/models/create-doc-template-response-class.js +15 -0
- package/dist/models/create-document-request-dto.d.ts +10 -10
- package/dist/models/create-document-sync-response-class.d.ts +25 -0
- package/dist/models/create-document-sync-response-class.js +15 -0
- package/dist/models/create-layout-response-class.d.ts +25 -0
- package/dist/models/create-layout-response-class.js +15 -0
- package/dist/models/create-presigned-post-request-dto.d.ts +4 -4
- package/dist/models/create-presigned-post-response-class.d.ts +30 -0
- package/dist/models/create-presigned-post-response-class.js +15 -0
- package/dist/models/delete-response-class.d.ts +24 -0
- package/dist/models/delete-response-class.js +15 -0
- package/dist/models/doc-template-class.d.ts +104 -0
- package/dist/models/doc-template-class.js +15 -0
- package/dist/models/document-class.d.ts +171 -0
- package/dist/models/document-class.js +53 -0
- package/dist/models/docx-template-class.d.ts +102 -0
- package/dist/models/docx-template-class.js +15 -0
- package/dist/models/download-document-request-dto.d.ts +30 -0
- package/dist/models/download-document-request-dto.js +15 -0
- package/dist/models/get-doc-template-request-dto.d.ts +30 -0
- package/dist/models/get-doc-template-request-dto.js +15 -0
- package/dist/models/get-doc-template-response-class.d.ts +25 -0
- package/dist/models/get-doc-template-response-class.js +15 -0
- package/dist/models/get-document-download-url-response-class.d.ts +24 -0
- package/dist/models/get-document-download-url-response-class.js +15 -0
- package/dist/models/get-docx-template-download-url-response-class.d.ts +24 -0
- package/dist/models/get-docx-template-download-url-response-class.js +15 -0
- package/dist/models/get-docx-template-response-class.d.ts +25 -0
- package/dist/models/get-docx-template-response-class.js +15 -0
- package/dist/models/get-layout-response-class.d.ts +25 -0
- package/dist/models/get-layout-response-class.js +15 -0
- package/dist/models/get-product-document-download-url-response-class.d.ts +24 -0
- package/dist/models/get-product-document-download-url-response-class.js +15 -0
- package/dist/models/get-product-document-response-class.d.ts +25 -0
- package/dist/models/get-product-document-response-class.js +15 -0
- package/dist/models/get-signed-s3-key-url-response-class.d.ts +24 -0
- package/dist/models/get-signed-s3-key-url-response-class.js +15 -0
- package/dist/models/grpc-create-doc-template-request-dto.d.ts +55 -0
- package/dist/models/grpc-create-doc-template-request-dto.js +15 -0
- package/dist/models/grpc-update-doc-template-request-dto.d.ts +61 -0
- package/dist/models/grpc-update-doc-template-request-dto.js +15 -0
- package/dist/models/html-template-class.d.ts +78 -0
- package/dist/models/html-template-class.js +21 -0
- package/dist/models/index.d.ts +36 -0
- package/dist/models/index.js +36 -0
- package/dist/models/layout-class.d.ts +91 -0
- package/dist/models/layout-class.js +15 -0
- package/dist/models/list-doc-template-request-dto.d.ts +54 -0
- package/dist/models/list-doc-template-request-dto.js +15 -0
- package/dist/models/list-doc-templates-response-class.d.ts +31 -0
- package/dist/models/list-doc-templates-response-class.js +15 -0
- package/dist/models/list-documents-response-class.d.ts +31 -0
- package/dist/models/list-documents-response-class.js +15 -0
- package/dist/models/list-docx-templates-response-class.d.ts +31 -0
- package/dist/models/list-docx-templates-response-class.js +15 -0
- package/dist/models/list-layouts-response-class.d.ts +31 -0
- package/dist/models/list-layouts-response-class.js +15 -0
- package/dist/models/list-search-keywords-response-class.d.ts +24 -0
- package/dist/models/list-search-keywords-response-class.js +15 -0
- package/dist/models/list-searchable-document-owners-request-dto.d.ts +8 -1
- package/dist/models/list-searchable-document-owners-request-dto.js +7 -0
- package/dist/models/list-searchable-document-owners-response-class.d.ts +25 -0
- package/dist/models/list-searchable-document-owners-response-class.js +15 -0
- package/dist/models/list-searchable-documents-request-dto.d.ts +8 -1
- package/dist/models/list-searchable-documents-request-dto.js +7 -0
- package/dist/models/list-searchable-documents-response-class.d.ts +31 -0
- package/dist/models/list-searchable-documents-response-class.js +15 -0
- package/dist/models/searchable-document-class.d.ts +78 -0
- package/dist/models/searchable-document-class.js +15 -0
- package/dist/models/searchable-document-owner-class.d.ts +42 -0
- package/dist/models/searchable-document-owner-class.js +15 -0
- package/dist/models/update-doc-template-request-dto.d.ts +2 -2
- package/dist/models/update-doc-template-response-class.d.ts +25 -0
- package/dist/models/update-doc-template-response-class.js +15 -0
- package/dist/models/update-document-request-dto.d.ts +5 -5
- package/dist/models/update-document-response-class.d.ts +25 -0
- package/dist/models/update-document-response-class.js +15 -0
- package/dist/models/update-docx-template-response-class.d.ts +25 -0
- package/dist/models/update-docx-template-response-class.js +15 -0
- package/dist/models/update-layout-response-class.d.ts +25 -0
- package/dist/models/update-layout-response-class.js +15 -0
- 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-doc-template-response-class.ts +31 -0
- package/models/create-document-request-dto.ts +10 -10
- package/models/create-document-sync-response-class.ts +31 -0
- package/models/create-layout-response-class.ts +31 -0
- package/models/create-presigned-post-request-dto.ts +4 -4
- package/models/create-presigned-post-response-class.ts +36 -0
- package/models/delete-response-class.ts +30 -0
- package/models/doc-template-class.ts +110 -0
- package/models/document-class.ts +181 -0
- package/models/docx-template-class.ts +108 -0
- package/models/download-document-request-dto.ts +36 -0
- package/models/get-doc-template-request-dto.ts +36 -0
- package/models/get-doc-template-response-class.ts +31 -0
- package/models/get-document-download-url-response-class.ts +30 -0
- package/models/get-docx-template-download-url-response-class.ts +30 -0
- package/models/get-docx-template-response-class.ts +31 -0
- package/models/get-layout-response-class.ts +31 -0
- package/models/get-product-document-download-url-response-class.ts +30 -0
- package/models/get-product-document-response-class.ts +31 -0
- package/models/get-signed-s3-key-url-response-class.ts +30 -0
- package/models/grpc-create-doc-template-request-dto.ts +61 -0
- package/models/grpc-update-doc-template-request-dto.ts +67 -0
- package/models/html-template-class.ts +87 -0
- package/models/index.ts +36 -0
- package/models/layout-class.ts +97 -0
- package/models/list-doc-template-request-dto.ts +60 -0
- package/models/list-doc-templates-response-class.ts +37 -0
- package/models/list-documents-response-class.ts +37 -0
- package/models/list-docx-templates-response-class.ts +37 -0
- package/models/list-layouts-response-class.ts +37 -0
- package/models/list-search-keywords-response-class.ts +30 -0
- package/models/list-searchable-document-owners-request-dto.ts +11 -1
- package/models/list-searchable-document-owners-response-class.ts +31 -0
- package/models/list-searchable-documents-request-dto.ts +11 -1
- package/models/list-searchable-documents-response-class.ts +37 -0
- package/models/searchable-document-class.ts +84 -0
- package/models/searchable-document-owner-class.ts +48 -0
- package/models/update-doc-template-request-dto.ts +2 -2
- package/models/update-doc-template-response-class.ts +31 -0
- package/models/update-document-request-dto.ts +5 -5
- package/models/update-document-response-class.ts +31 -0
- package/models/update-docx-template-response-class.ts +31 -0
- package/models/update-layout-response-class.ts +31 -0
- 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
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetSignedS3KeyUrlResponseClass
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSignedS3KeyUrlResponseClass {
|
|
23
|
+
/**
|
|
24
|
+
* Pre-signed Url
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GetSignedS3KeyUrlResponseClass
|
|
27
|
+
*/
|
|
28
|
+
'url': string;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CreateHtmlTemplateDto } from './create-html-template-dto';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface GrpcCreateDocTemplateRequestDto
|
|
22
|
+
*/
|
|
23
|
+
export interface GrpcCreateDocTemplateRequestDto {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'slug': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'layoutId': number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {CreateHtmlTemplateDto}
|
|
45
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'bodyTemplate': CreateHtmlTemplateDto;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'productSlug'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof GrpcCreateDocTemplateRequestDto
|
|
58
|
+
*/
|
|
59
|
+
'label'?: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { CreateHtmlTemplateDto } from './create-html-template-dto';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface GrpcUpdateDocTemplateRequestDto
|
|
22
|
+
*/
|
|
23
|
+
export interface GrpcUpdateDocTemplateRequestDto {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'slug': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'layoutId': number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {CreateHtmlTemplateDto}
|
|
45
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'bodyTemplate': CreateHtmlTemplateDto;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'productSlug'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
58
|
+
*/
|
|
59
|
+
'label'?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof GrpcUpdateDocTemplateRequestDto
|
|
64
|
+
*/
|
|
65
|
+
'id': number;
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface HtmlTemplateClass
|
|
21
|
+
*/
|
|
22
|
+
export interface HtmlTemplateClass {
|
|
23
|
+
/**
|
|
24
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof HtmlTemplateClass
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* Template type of HTML layout elements: Header,Body and Footer.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof HtmlTemplateClass
|
|
33
|
+
*/
|
|
34
|
+
'type': HtmlTemplateClassTypeEnum;
|
|
35
|
+
/**
|
|
36
|
+
* Template content.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof HtmlTemplateClass
|
|
39
|
+
*/
|
|
40
|
+
'content': string;
|
|
41
|
+
/**
|
|
42
|
+
* Template draft content.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof HtmlTemplateClass
|
|
45
|
+
*/
|
|
46
|
+
'draftContent': string;
|
|
47
|
+
/**
|
|
48
|
+
* Time at which the object was created.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof HtmlTemplateClass
|
|
51
|
+
*/
|
|
52
|
+
'createdAt': string;
|
|
53
|
+
/**
|
|
54
|
+
* Time at which the object was updated.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof HtmlTemplateClass
|
|
57
|
+
*/
|
|
58
|
+
'updatedAt': string;
|
|
59
|
+
/**
|
|
60
|
+
* Time at which the template was deleted.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof HtmlTemplateClass
|
|
63
|
+
*/
|
|
64
|
+
'deletedAt': string;
|
|
65
|
+
/**
|
|
66
|
+
* Identifier of the user who created the record.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof HtmlTemplateClass
|
|
69
|
+
*/
|
|
70
|
+
'createdBy': string;
|
|
71
|
+
/**
|
|
72
|
+
* Identifier of the user who last updated the record.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof HtmlTemplateClass
|
|
75
|
+
*/
|
|
76
|
+
'updatedBy': string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export const HtmlTemplateClassTypeEnum = {
|
|
80
|
+
Header: 'header',
|
|
81
|
+
Footer: 'footer',
|
|
82
|
+
Body: 'body'
|
|
83
|
+
} as const;
|
|
84
|
+
|
|
85
|
+
export type HtmlTemplateClassTypeEnum = typeof HtmlTemplateClassTypeEnum[keyof typeof HtmlTemplateClassTypeEnum];
|
|
86
|
+
|
|
87
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,24 +1,60 @@
|
|
|
1
1
|
export * from './create-doc-template-request-dto';
|
|
2
|
+
export * from './create-doc-template-response-class';
|
|
2
3
|
export * from './create-document-request-dto';
|
|
4
|
+
export * from './create-document-sync-response-class';
|
|
3
5
|
export * from './create-html-template-dto';
|
|
4
6
|
export * from './create-layout-request-dto';
|
|
7
|
+
export * from './create-layout-response-class';
|
|
5
8
|
export * from './create-presigned-post-request-dto';
|
|
9
|
+
export * from './create-presigned-post-response-class';
|
|
6
10
|
export * from './delete-layout-request-dto';
|
|
7
11
|
export * from './delete-product-document-request-dto';
|
|
8
12
|
export * from './delete-request-dto';
|
|
13
|
+
export * from './delete-response-class';
|
|
14
|
+
export * from './doc-template-class';
|
|
15
|
+
export * from './document-class';
|
|
16
|
+
export * from './docx-template-class';
|
|
17
|
+
export * from './download-document-request-dto';
|
|
18
|
+
export * from './get-doc-template-request-dto';
|
|
19
|
+
export * from './get-doc-template-response-class';
|
|
20
|
+
export * from './get-document-download-url-response-class';
|
|
21
|
+
export * from './get-docx-template-download-url-response-class';
|
|
22
|
+
export * from './get-docx-template-response-class';
|
|
9
23
|
export * from './get-layout-request-dto';
|
|
24
|
+
export * from './get-layout-response-class';
|
|
25
|
+
export * from './get-product-document-download-url-response-class';
|
|
26
|
+
export * from './get-product-document-response-class';
|
|
27
|
+
export * from './get-signed-s3-key-url-response-class';
|
|
28
|
+
export * from './grpc-create-doc-template-request-dto';
|
|
29
|
+
export * from './grpc-update-doc-template-request-dto';
|
|
30
|
+
export * from './html-template-class';
|
|
10
31
|
export * from './inline-response200';
|
|
11
32
|
export * from './inline-response503';
|
|
33
|
+
export * from './layout-class';
|
|
34
|
+
export * from './list-doc-template-request-dto';
|
|
35
|
+
export * from './list-doc-templates-response-class';
|
|
36
|
+
export * from './list-documents-response-class';
|
|
37
|
+
export * from './list-docx-templates-response-class';
|
|
38
|
+
export * from './list-layouts-response-class';
|
|
12
39
|
export * from './list-product-documents-response-class';
|
|
13
40
|
export * from './list-request-dto';
|
|
14
41
|
export * from './list-search-keywords-request-dto';
|
|
42
|
+
export * from './list-search-keywords-response-class';
|
|
15
43
|
export * from './list-searchable-document-owners-request-dto';
|
|
44
|
+
export * from './list-searchable-document-owners-response-class';
|
|
16
45
|
export * from './list-searchable-documents-request-dto';
|
|
46
|
+
export * from './list-searchable-documents-response-class';
|
|
17
47
|
export * from './product-document-class';
|
|
48
|
+
export * from './searchable-document-class';
|
|
49
|
+
export * from './searchable-document-owner-class';
|
|
18
50
|
export * from './shared-update-docx-template-request-dto';
|
|
19
51
|
export * from './update-doc-template-request-dto';
|
|
52
|
+
export * from './update-doc-template-response-class';
|
|
20
53
|
export * from './update-document-request-dto';
|
|
54
|
+
export * from './update-document-response-class';
|
|
55
|
+
export * from './update-docx-template-response-class';
|
|
21
56
|
export * from './update-html-template-dto';
|
|
22
57
|
export * from './update-layout-request-dto';
|
|
58
|
+
export * from './update-layout-response-class';
|
|
23
59
|
export * from './upload-docx-template-request-dto';
|
|
24
60
|
export * from './upload-product-document-request-dto';
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { HtmlTemplateClass } from './html-template-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface LayoutClass
|
|
22
|
+
*/
|
|
23
|
+
export interface LayoutClass {
|
|
24
|
+
/**
|
|
25
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof LayoutClass
|
|
28
|
+
*/
|
|
29
|
+
'id': number;
|
|
30
|
+
/**
|
|
31
|
+
* Record owner.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LayoutClass
|
|
34
|
+
*/
|
|
35
|
+
'owner': string;
|
|
36
|
+
/**
|
|
37
|
+
* Layout name.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LayoutClass
|
|
40
|
+
*/
|
|
41
|
+
'name': string;
|
|
42
|
+
/**
|
|
43
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LayoutClass
|
|
46
|
+
*/
|
|
47
|
+
'slug': string;
|
|
48
|
+
/**
|
|
49
|
+
* Layout style.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LayoutClass
|
|
52
|
+
*/
|
|
53
|
+
'style': string;
|
|
54
|
+
/**
|
|
55
|
+
* Header Template.
|
|
56
|
+
* @type {HtmlTemplateClass}
|
|
57
|
+
* @memberof LayoutClass
|
|
58
|
+
*/
|
|
59
|
+
'headerTemplate': HtmlTemplateClass;
|
|
60
|
+
/**
|
|
61
|
+
* Footer Template.
|
|
62
|
+
* @type {HtmlTemplateClass}
|
|
63
|
+
* @memberof LayoutClass
|
|
64
|
+
*/
|
|
65
|
+
'footerTemplate': HtmlTemplateClass;
|
|
66
|
+
/**
|
|
67
|
+
* Time at which the object was created.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof LayoutClass
|
|
70
|
+
*/
|
|
71
|
+
'createdAt': string;
|
|
72
|
+
/**
|
|
73
|
+
* Time at which the object was updated.
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof LayoutClass
|
|
76
|
+
*/
|
|
77
|
+
'updatedAt': string;
|
|
78
|
+
/**
|
|
79
|
+
* Time at which the layout was deleted.
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof LayoutClass
|
|
82
|
+
*/
|
|
83
|
+
'deletedAt'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Identifier of the user who created the record.
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof LayoutClass
|
|
88
|
+
*/
|
|
89
|
+
'createdBy': string;
|
|
90
|
+
/**
|
|
91
|
+
* Identifier of the user who last updated the record.
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof LayoutClass
|
|
94
|
+
*/
|
|
95
|
+
'updatedBy': string;
|
|
96
|
+
}
|
|
97
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListDocTemplateRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDocTemplateRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ListDocTemplateRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'pageSize'?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListDocTemplateRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'pageToken'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListDocTemplateRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'filter'?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ListDocTemplateRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'search'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ListDocTemplateRequestDto
|
|
51
|
+
*/
|
|
52
|
+
'order'?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListDocTemplateRequestDto
|
|
57
|
+
*/
|
|
58
|
+
'expand'?: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { DocTemplateClass } from './doc-template-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListDocTemplatesResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListDocTemplatesResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The list of document templates.
|
|
26
|
+
* @type {Array<DocTemplateClass>}
|
|
27
|
+
* @memberof ListDocTemplatesResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'templates': Array<DocTemplateClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListDocTemplatesResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { DocumentClass } from './document-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListDocumentsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListDocumentsResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The list of documents.
|
|
26
|
+
* @type {Array<DocumentClass>}
|
|
27
|
+
* @memberof ListDocumentsResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'items': Array<DocumentClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListDocumentsResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { DocxTemplateClass } from './docx-template-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListDocxTemplatesResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListDocxTemplatesResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The list of docx templates.
|
|
26
|
+
* @type {Array<DocxTemplateClass>}
|
|
27
|
+
* @memberof ListDocxTemplatesResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'items': Array<DocxTemplateClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListDocxTemplatesResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { LayoutClass } from './layout-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListLayoutsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListLayoutsResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The list of layouts.
|
|
26
|
+
* @type {Array<LayoutClass>}
|
|
27
|
+
* @memberof ListLayoutsResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'layouts': Array<LayoutClass>;
|
|
30
|
+
/**
|
|
31
|
+
* Next page token.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListLayoutsResponseClass
|
|
34
|
+
*/
|
|
35
|
+
'nextPageToken': string;
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListSearchKeywordsResponseClass
|
|
21
|
+
*/
|
|
22
|
+
export interface ListSearchKeywordsResponseClass {
|
|
23
|
+
/**
|
|
24
|
+
* Keywords used for search and to be highlighted in the document preview.
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof ListSearchKeywordsResponseClass
|
|
27
|
+
*/
|
|
28
|
+
'keywords': Array<string>;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -25,6 +25,16 @@ export interface ListSearchableDocumentOwnersRequestDto {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof ListSearchableDocumentOwnersRequestDto
|
|
27
27
|
*/
|
|
28
|
-
'product'
|
|
28
|
+
'product'?: ListSearchableDocumentOwnersRequestDtoProductEnum;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
export const ListSearchableDocumentOwnersRequestDtoProductEnum = {
|
|
32
|
+
Car: 'car',
|
|
33
|
+
Homeowner: 'homeowner',
|
|
34
|
+
Household: 'household',
|
|
35
|
+
PrivateLiability: 'privateLiability'
|
|
36
|
+
} as const;
|
|
37
|
+
|
|
38
|
+
export type ListSearchableDocumentOwnersRequestDtoProductEnum = typeof ListSearchableDocumentOwnersRequestDtoProductEnum[keyof typeof ListSearchableDocumentOwnersRequestDtoProductEnum];
|
|
39
|
+
|
|
40
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL DocumentService
|
|
5
|
+
* The EMIL DocumentService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { SearchableDocumentOwnerClass } from './searchable-document-owner-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface ListSearchableDocumentOwnersResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface ListSearchableDocumentOwnersResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* Searchable document owners
|
|
26
|
+
* @type {Array<SearchableDocumentOwnerClass>}
|
|
27
|
+
* @memberof ListSearchableDocumentOwnersResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'owners': Array<SearchableDocumentOwnerClass>;
|
|
30
|
+
}
|
|
31
|
+
|