@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.
Files changed (153) hide show
  1. package/.openapi-generator/FILES +36 -0
  2. package/README.md +2 -2
  3. package/api/document-templates-api.ts +67 -71
  4. package/api/documents-api.ts +39 -29
  5. package/api/docx-templates-api.ts +24 -12
  6. package/api/layouts-api.ts +20 -10
  7. package/api/product-documents-api.ts +14 -8
  8. package/api/search-keywords-api.ts +4 -2
  9. package/api/searchable-document-owners-api.ts +4 -2
  10. package/api/searchable-documents-api.ts +16 -16
  11. package/dist/api/document-templates-api.d.ts +59 -54
  12. package/dist/api/document-templates-api.js +34 -47
  13. package/dist/api/documents-api.d.ts +37 -31
  14. package/dist/api/documents-api.js +9 -11
  15. package/dist/api/docx-templates-api.d.ts +24 -18
  16. package/dist/api/layouts-api.d.ts +20 -15
  17. package/dist/api/product-documents-api.d.ts +15 -12
  18. package/dist/api/search-keywords-api.d.ts +4 -3
  19. package/dist/api/searchable-document-owners-api.d.ts +4 -3
  20. package/dist/api/searchable-documents-api.d.ts +13 -12
  21. package/dist/api/searchable-documents-api.js +9 -11
  22. package/dist/models/create-doc-template-request-dto.d.ts +2 -2
  23. package/dist/models/create-doc-template-response-class.d.ts +25 -0
  24. package/dist/models/create-doc-template-response-class.js +15 -0
  25. package/dist/models/create-document-request-dto.d.ts +10 -10
  26. package/dist/models/create-document-sync-response-class.d.ts +25 -0
  27. package/dist/models/create-document-sync-response-class.js +15 -0
  28. package/dist/models/create-layout-response-class.d.ts +25 -0
  29. package/dist/models/create-layout-response-class.js +15 -0
  30. package/dist/models/create-presigned-post-request-dto.d.ts +4 -4
  31. package/dist/models/create-presigned-post-response-class.d.ts +30 -0
  32. package/dist/models/create-presigned-post-response-class.js +15 -0
  33. package/dist/models/delete-response-class.d.ts +24 -0
  34. package/dist/models/delete-response-class.js +15 -0
  35. package/dist/models/doc-template-class.d.ts +104 -0
  36. package/dist/models/doc-template-class.js +15 -0
  37. package/dist/models/document-class.d.ts +171 -0
  38. package/dist/models/document-class.js +53 -0
  39. package/dist/models/docx-template-class.d.ts +102 -0
  40. package/dist/models/docx-template-class.js +15 -0
  41. package/dist/models/download-document-request-dto.d.ts +30 -0
  42. package/dist/models/download-document-request-dto.js +15 -0
  43. package/dist/models/get-doc-template-request-dto.d.ts +30 -0
  44. package/dist/models/get-doc-template-request-dto.js +15 -0
  45. package/dist/models/get-doc-template-response-class.d.ts +25 -0
  46. package/dist/models/get-doc-template-response-class.js +15 -0
  47. package/dist/models/get-document-download-url-response-class.d.ts +24 -0
  48. package/dist/models/get-document-download-url-response-class.js +15 -0
  49. package/dist/models/get-docx-template-download-url-response-class.d.ts +24 -0
  50. package/dist/models/get-docx-template-download-url-response-class.js +15 -0
  51. package/dist/models/get-docx-template-response-class.d.ts +25 -0
  52. package/dist/models/get-docx-template-response-class.js +15 -0
  53. package/dist/models/get-layout-response-class.d.ts +25 -0
  54. package/dist/models/get-layout-response-class.js +15 -0
  55. package/dist/models/get-product-document-download-url-response-class.d.ts +24 -0
  56. package/dist/models/get-product-document-download-url-response-class.js +15 -0
  57. package/dist/models/get-product-document-response-class.d.ts +25 -0
  58. package/dist/models/get-product-document-response-class.js +15 -0
  59. package/dist/models/get-signed-s3-key-url-response-class.d.ts +24 -0
  60. package/dist/models/get-signed-s3-key-url-response-class.js +15 -0
  61. package/dist/models/grpc-create-doc-template-request-dto.d.ts +55 -0
  62. package/dist/models/grpc-create-doc-template-request-dto.js +15 -0
  63. package/dist/models/grpc-update-doc-template-request-dto.d.ts +61 -0
  64. package/dist/models/grpc-update-doc-template-request-dto.js +15 -0
  65. package/dist/models/html-template-class.d.ts +78 -0
  66. package/dist/models/html-template-class.js +21 -0
  67. package/dist/models/index.d.ts +36 -0
  68. package/dist/models/index.js +36 -0
  69. package/dist/models/layout-class.d.ts +91 -0
  70. package/dist/models/layout-class.js +15 -0
  71. package/dist/models/list-doc-template-request-dto.d.ts +54 -0
  72. package/dist/models/list-doc-template-request-dto.js +15 -0
  73. package/dist/models/list-doc-templates-response-class.d.ts +31 -0
  74. package/dist/models/list-doc-templates-response-class.js +15 -0
  75. package/dist/models/list-documents-response-class.d.ts +31 -0
  76. package/dist/models/list-documents-response-class.js +15 -0
  77. package/dist/models/list-docx-templates-response-class.d.ts +31 -0
  78. package/dist/models/list-docx-templates-response-class.js +15 -0
  79. package/dist/models/list-layouts-response-class.d.ts +31 -0
  80. package/dist/models/list-layouts-response-class.js +15 -0
  81. package/dist/models/list-search-keywords-response-class.d.ts +24 -0
  82. package/dist/models/list-search-keywords-response-class.js +15 -0
  83. package/dist/models/list-searchable-document-owners-request-dto.d.ts +8 -1
  84. package/dist/models/list-searchable-document-owners-request-dto.js +7 -0
  85. package/dist/models/list-searchable-document-owners-response-class.d.ts +25 -0
  86. package/dist/models/list-searchable-document-owners-response-class.js +15 -0
  87. package/dist/models/list-searchable-documents-request-dto.d.ts +8 -1
  88. package/dist/models/list-searchable-documents-request-dto.js +7 -0
  89. package/dist/models/list-searchable-documents-response-class.d.ts +31 -0
  90. package/dist/models/list-searchable-documents-response-class.js +15 -0
  91. package/dist/models/searchable-document-class.d.ts +78 -0
  92. package/dist/models/searchable-document-class.js +15 -0
  93. package/dist/models/searchable-document-owner-class.d.ts +42 -0
  94. package/dist/models/searchable-document-owner-class.js +15 -0
  95. package/dist/models/update-doc-template-request-dto.d.ts +2 -2
  96. package/dist/models/update-doc-template-response-class.d.ts +25 -0
  97. package/dist/models/update-doc-template-response-class.js +15 -0
  98. package/dist/models/update-document-request-dto.d.ts +5 -5
  99. package/dist/models/update-document-response-class.d.ts +25 -0
  100. package/dist/models/update-document-response-class.js +15 -0
  101. package/dist/models/update-docx-template-response-class.d.ts +25 -0
  102. package/dist/models/update-docx-template-response-class.js +15 -0
  103. package/dist/models/update-layout-response-class.d.ts +25 -0
  104. package/dist/models/update-layout-response-class.js +15 -0
  105. package/dist/models/upload-docx-template-request-dto.d.ts +1 -1
  106. package/dist/models/upload-product-document-request-dto.d.ts +2 -2
  107. package/models/create-doc-template-request-dto.ts +2 -2
  108. package/models/create-doc-template-response-class.ts +31 -0
  109. package/models/create-document-request-dto.ts +10 -10
  110. package/models/create-document-sync-response-class.ts +31 -0
  111. package/models/create-layout-response-class.ts +31 -0
  112. package/models/create-presigned-post-request-dto.ts +4 -4
  113. package/models/create-presigned-post-response-class.ts +36 -0
  114. package/models/delete-response-class.ts +30 -0
  115. package/models/doc-template-class.ts +110 -0
  116. package/models/document-class.ts +181 -0
  117. package/models/docx-template-class.ts +108 -0
  118. package/models/download-document-request-dto.ts +36 -0
  119. package/models/get-doc-template-request-dto.ts +36 -0
  120. package/models/get-doc-template-response-class.ts +31 -0
  121. package/models/get-document-download-url-response-class.ts +30 -0
  122. package/models/get-docx-template-download-url-response-class.ts +30 -0
  123. package/models/get-docx-template-response-class.ts +31 -0
  124. package/models/get-layout-response-class.ts +31 -0
  125. package/models/get-product-document-download-url-response-class.ts +30 -0
  126. package/models/get-product-document-response-class.ts +31 -0
  127. package/models/get-signed-s3-key-url-response-class.ts +30 -0
  128. package/models/grpc-create-doc-template-request-dto.ts +61 -0
  129. package/models/grpc-update-doc-template-request-dto.ts +67 -0
  130. package/models/html-template-class.ts +87 -0
  131. package/models/index.ts +36 -0
  132. package/models/layout-class.ts +97 -0
  133. package/models/list-doc-template-request-dto.ts +60 -0
  134. package/models/list-doc-templates-response-class.ts +37 -0
  135. package/models/list-documents-response-class.ts +37 -0
  136. package/models/list-docx-templates-response-class.ts +37 -0
  137. package/models/list-layouts-response-class.ts +37 -0
  138. package/models/list-search-keywords-response-class.ts +30 -0
  139. package/models/list-searchable-document-owners-request-dto.ts +11 -1
  140. package/models/list-searchable-document-owners-response-class.ts +31 -0
  141. package/models/list-searchable-documents-request-dto.ts +11 -1
  142. package/models/list-searchable-documents-response-class.ts +37 -0
  143. package/models/searchable-document-class.ts +84 -0
  144. package/models/searchable-document-owner-class.ts +48 -0
  145. package/models/update-doc-template-request-dto.ts +2 -2
  146. package/models/update-doc-template-response-class.ts +31 -0
  147. package/models/update-document-request-dto.ts +5 -5
  148. package/models/update-document-response-class.ts +31 -0
  149. package/models/update-docx-template-response-class.ts +31 -0
  150. package/models/update-layout-response-class.ts +31 -0
  151. package/models/upload-docx-template-request-dto.ts +1 -1
  152. package/models/upload-product-document-request-dto.ts +2 -2
  153. package/package.json +1 -1
@@ -0,0 +1,91 @@
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 { HtmlTemplateClass } from './html-template-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface LayoutClass
17
+ */
18
+ export interface LayoutClass {
19
+ /**
20
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
21
+ * @type {number}
22
+ * @memberof LayoutClass
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * Record owner.
27
+ * @type {string}
28
+ * @memberof LayoutClass
29
+ */
30
+ 'owner': string;
31
+ /**
32
+ * Layout name.
33
+ * @type {string}
34
+ * @memberof LayoutClass
35
+ */
36
+ 'name': string;
37
+ /**
38
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
39
+ * @type {string}
40
+ * @memberof LayoutClass
41
+ */
42
+ 'slug': string;
43
+ /**
44
+ * Layout style.
45
+ * @type {string}
46
+ * @memberof LayoutClass
47
+ */
48
+ 'style': string;
49
+ /**
50
+ * Header Template.
51
+ * @type {HtmlTemplateClass}
52
+ * @memberof LayoutClass
53
+ */
54
+ 'headerTemplate': HtmlTemplateClass;
55
+ /**
56
+ * Footer Template.
57
+ * @type {HtmlTemplateClass}
58
+ * @memberof LayoutClass
59
+ */
60
+ 'footerTemplate': HtmlTemplateClass;
61
+ /**
62
+ * Time at which the object was created.
63
+ * @type {string}
64
+ * @memberof LayoutClass
65
+ */
66
+ 'createdAt': string;
67
+ /**
68
+ * Time at which the object was updated.
69
+ * @type {string}
70
+ * @memberof LayoutClass
71
+ */
72
+ 'updatedAt': string;
73
+ /**
74
+ * Time at which the layout was deleted.
75
+ * @type {string}
76
+ * @memberof LayoutClass
77
+ */
78
+ 'deletedAt'?: string;
79
+ /**
80
+ * Identifier of the user who created the record.
81
+ * @type {string}
82
+ * @memberof LayoutClass
83
+ */
84
+ 'createdBy': string;
85
+ /**
86
+ * Identifier of the user who last updated the record.
87
+ * @type {string}
88
+ * @memberof LayoutClass
89
+ */
90
+ 'updatedBy': string;
91
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,54 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface ListDocTemplateRequestDto
16
+ */
17
+ export interface ListDocTemplateRequestDto {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof ListDocTemplateRequestDto
22
+ */
23
+ 'pageSize'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ListDocTemplateRequestDto
28
+ */
29
+ 'pageToken'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof ListDocTemplateRequestDto
34
+ */
35
+ 'filter'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ListDocTemplateRequestDto
40
+ */
41
+ 'search'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof ListDocTemplateRequestDto
46
+ */
47
+ 'order'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof ListDocTemplateRequestDto
52
+ */
53
+ 'expand'?: string;
54
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
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 { DocTemplateClass } from './doc-template-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListDocTemplatesResponseClass
17
+ */
18
+ export interface ListDocTemplatesResponseClass {
19
+ /**
20
+ * The list of document templates.
21
+ * @type {Array<DocTemplateClass>}
22
+ * @memberof ListDocTemplatesResponseClass
23
+ */
24
+ 'templates': Array<DocTemplateClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListDocTemplatesResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
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 { DocumentClass } from './document-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListDocumentsResponseClass
17
+ */
18
+ export interface ListDocumentsResponseClass {
19
+ /**
20
+ * The list of documents.
21
+ * @type {Array<DocumentClass>}
22
+ * @memberof ListDocumentsResponseClass
23
+ */
24
+ 'items': Array<DocumentClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListDocumentsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
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 { DocxTemplateClass } from './docx-template-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListDocxTemplatesResponseClass
17
+ */
18
+ export interface ListDocxTemplatesResponseClass {
19
+ /**
20
+ * The list of docx templates.
21
+ * @type {Array<DocxTemplateClass>}
22
+ * @memberof ListDocxTemplatesResponseClass
23
+ */
24
+ 'items': Array<DocxTemplateClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListDocxTemplatesResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
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 { LayoutClass } from './layout-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListLayoutsResponseClass
17
+ */
18
+ export interface ListLayoutsResponseClass {
19
+ /**
20
+ * The list of layouts.
21
+ * @type {Array<LayoutClass>}
22
+ * @memberof ListLayoutsResponseClass
23
+ */
24
+ 'layouts': Array<LayoutClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListLayoutsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface ListSearchKeywordsResponseClass
16
+ */
17
+ export interface ListSearchKeywordsResponseClass {
18
+ /**
19
+ * Keywords used for search and to be highlighted in the document preview.
20
+ * @type {Array<string>}
21
+ * @memberof ListSearchKeywordsResponseClass
22
+ */
23
+ 'keywords': Array<string>;
24
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -20,5 +20,12 @@ export interface ListSearchableDocumentOwnersRequestDto {
20
20
  * @type {string}
21
21
  * @memberof ListSearchableDocumentOwnersRequestDto
22
22
  */
23
- 'product': string;
23
+ 'product'?: ListSearchableDocumentOwnersRequestDtoProductEnum;
24
24
  }
25
+ export declare const ListSearchableDocumentOwnersRequestDtoProductEnum: {
26
+ readonly Car: "car";
27
+ readonly Homeowner: "homeowner";
28
+ readonly Household: "household";
29
+ readonly PrivateLiability: "privateLiability";
30
+ };
31
+ export type ListSearchableDocumentOwnersRequestDtoProductEnum = typeof ListSearchableDocumentOwnersRequestDtoProductEnum[keyof typeof ListSearchableDocumentOwnersRequestDtoProductEnum];
@@ -13,3 +13,10 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ListSearchableDocumentOwnersRequestDtoProductEnum = void 0;
17
+ exports.ListSearchableDocumentOwnersRequestDtoProductEnum = {
18
+ Car: 'car',
19
+ Homeowner: 'homeowner',
20
+ Household: 'household',
21
+ PrivateLiability: 'privateLiability'
22
+ };
@@ -0,0 +1,25 @@
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 { SearchableDocumentOwnerClass } from './searchable-document-owner-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListSearchableDocumentOwnersResponseClass
17
+ */
18
+ export interface ListSearchableDocumentOwnersResponseClass {
19
+ /**
20
+ * Searchable document owners
21
+ * @type {Array<SearchableDocumentOwnerClass>}
22
+ * @memberof ListSearchableDocumentOwnersResponseClass
23
+ */
24
+ 'owners': Array<SearchableDocumentOwnerClass>;
25
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -32,5 +32,12 @@ export interface ListSearchableDocumentsRequestDto {
32
32
  * @type {string}
33
33
  * @memberof ListSearchableDocumentsRequestDto
34
34
  */
35
- 'product': string;
35
+ 'product'?: ListSearchableDocumentsRequestDtoProductEnum;
36
36
  }
37
+ export declare const ListSearchableDocumentsRequestDtoProductEnum: {
38
+ readonly Car: "car";
39
+ readonly Homeowner: "homeowner";
40
+ readonly Household: "household";
41
+ readonly PrivateLiability: "privateLiability";
42
+ };
43
+ export type ListSearchableDocumentsRequestDtoProductEnum = typeof ListSearchableDocumentsRequestDtoProductEnum[keyof typeof ListSearchableDocumentsRequestDtoProductEnum];
@@ -13,3 +13,10 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ListSearchableDocumentsRequestDtoProductEnum = void 0;
17
+ exports.ListSearchableDocumentsRequestDtoProductEnum = {
18
+ Car: 'car',
19
+ Homeowner: 'homeowner',
20
+ Household: 'household',
21
+ PrivateLiability: 'privateLiability'
22
+ };
@@ -0,0 +1,31 @@
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 { SearchableDocumentClass } from './searchable-document-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListSearchableDocumentsResponseClass
17
+ */
18
+ export interface ListSearchableDocumentsResponseClass {
19
+ /**
20
+ * Searchable documents that match the search criteria.
21
+ * @type {Array<SearchableDocumentClass>}
22
+ * @memberof ListSearchableDocumentsResponseClass
23
+ */
24
+ 'documents': Array<SearchableDocumentClass>;
25
+ /**
26
+ * Keywords used for search and to be highlighted in the document preview.
27
+ * @type {Array<string>}
28
+ * @memberof ListSearchableDocumentsResponseClass
29
+ */
30
+ 'keywords': Array<string>;
31
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,78 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface SearchableDocumentClass
16
+ */
17
+ export interface SearchableDocumentClass {
18
+ /**
19
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
20
+ * @type {number}
21
+ * @memberof SearchableDocumentClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Searchable document name.
26
+ * @type {string}
27
+ * @memberof SearchableDocumentClass
28
+ */
29
+ 'name': string;
30
+ /**
31
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
32
+ * @type {number}
33
+ * @memberof SearchableDocumentClass
34
+ */
35
+ 'ownerId': number;
36
+ /**
37
+ * Searchable document owner name.
38
+ * @type {string}
39
+ * @memberof SearchableDocumentClass
40
+ */
41
+ 'ownerName': string;
42
+ /**
43
+ * Headlines (snippets) from the document.
44
+ * @type {Array<string>}
45
+ * @memberof SearchableDocumentClass
46
+ */
47
+ 'headlines': Array<string>;
48
+ /**
49
+ * S3 key of the searchable document file.
50
+ * @type {string}
51
+ * @memberof SearchableDocumentClass
52
+ */
53
+ 's3Key': string;
54
+ /**
55
+ * Signed URL to download the document file from S3.
56
+ * @type {string}
57
+ * @memberof SearchableDocumentClass
58
+ */
59
+ 'signedS3Url': string;
60
+ /**
61
+ * Rank of the document in the search.
62
+ * @type {number}
63
+ * @memberof SearchableDocumentClass
64
+ */
65
+ 'rank': number;
66
+ /**
67
+ * Identifier of the user who created the record.
68
+ * @type {string}
69
+ * @memberof SearchableDocumentClass
70
+ */
71
+ 'createdBy': string;
72
+ /**
73
+ * Identifier of the user who last updated the record.
74
+ * @type {string}
75
+ * @memberof SearchableDocumentClass
76
+ */
77
+ 'updatedBy': string;
78
+ }
@@ -0,0 +1,15 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });