@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,110 @@
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
+ import { LayoutClass } from './layout-class';
18
+
19
+ /**
20
+ *
21
+ * @export
22
+ * @interface DocTemplateClass
23
+ */
24
+ export interface DocTemplateClass {
25
+ /**
26
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
27
+ * @type {number}
28
+ * @memberof DocTemplateClass
29
+ */
30
+ 'id': number;
31
+ /**
32
+ * Record owner.
33
+ * @type {string}
34
+ * @memberof DocTemplateClass
35
+ */
36
+ 'owner'?: string;
37
+ /**
38
+ * Template name.
39
+ * @type {string}
40
+ * @memberof DocTemplateClass
41
+ */
42
+ 'name': string;
43
+ /**
44
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
45
+ * @type {string}
46
+ * @memberof DocTemplateClass
47
+ */
48
+ 'slug': string;
49
+ /**
50
+ * The filename of the document template as it appears when sent to customers.
51
+ * @type {string}
52
+ * @memberof DocTemplateClass
53
+ */
54
+ 'label'?: string;
55
+ /**
56
+ * Unique identifier referencing the layout.
57
+ * @type {number}
58
+ * @memberof DocTemplateClass
59
+ */
60
+ 'layoutId': number;
61
+ /**
62
+ * Body Template.
63
+ * @type {HtmlTemplateClass}
64
+ * @memberof DocTemplateClass
65
+ */
66
+ 'bodyTemplate'?: HtmlTemplateClass;
67
+ /**
68
+ * Template Layout.
69
+ * @type {LayoutClass}
70
+ * @memberof DocTemplateClass
71
+ */
72
+ 'layout'?: LayoutClass;
73
+ /**
74
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
75
+ * @type {string}
76
+ * @memberof DocTemplateClass
77
+ */
78
+ 'productSlug'?: string;
79
+ /**
80
+ * Time at which the object was created.
81
+ * @type {string}
82
+ * @memberof DocTemplateClass
83
+ */
84
+ 'createdAt': string;
85
+ /**
86
+ * Time at which the object was updated.
87
+ * @type {string}
88
+ * @memberof DocTemplateClass
89
+ */
90
+ 'updatedAt': string;
91
+ /**
92
+ * Time at which the object was deleted.
93
+ * @type {string}
94
+ * @memberof DocTemplateClass
95
+ */
96
+ 'deletedAt'?: string;
97
+ /**
98
+ * Identifier of the user who created the record.
99
+ * @type {string}
100
+ * @memberof DocTemplateClass
101
+ */
102
+ 'createdBy': string;
103
+ /**
104
+ * Identifier of the user who last updated the record.
105
+ * @type {string}
106
+ * @memberof DocTemplateClass
107
+ */
108
+ 'updatedBy': string;
109
+ }
110
+
@@ -0,0 +1,181 @@
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 DocumentClass
21
+ */
22
+ export interface DocumentClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof DocumentClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique identifier for the object.
31
+ * @type {string}
32
+ * @memberof DocumentClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
+ * @type {string}
38
+ * @memberof DocumentClass
39
+ */
40
+ 'templateSlug': string;
41
+ /**
42
+ * Document entity type.
43
+ * @type {string}
44
+ * @memberof DocumentClass
45
+ */
46
+ 'entityType': string;
47
+ /**
48
+ * Payload used to replace variables in the template.
49
+ * @type {object}
50
+ * @memberof DocumentClass
51
+ */
52
+ 'payload'?: object;
53
+ /**
54
+ * Unique identifier of the policy that this object belongs to.
55
+ * @type {string}
56
+ * @memberof DocumentClass
57
+ */
58
+ 'policyCode'?: string;
59
+ /**
60
+ * Unique identifier of the account that this object belongs to.
61
+ * @type {string}
62
+ * @memberof DocumentClass
63
+ */
64
+ 'accountCode'?: string;
65
+ /**
66
+ * Unique identifier of the lead that this object belongs to.
67
+ * @type {string}
68
+ * @memberof DocumentClass
69
+ */
70
+ 'leadCode'?: string;
71
+ /**
72
+ * Unique identifier referencing the entity.
73
+ * @type {number}
74
+ * @memberof DocumentClass
75
+ */
76
+ 'entityId'?: number;
77
+ /**
78
+ * Identifier of the service that requested the creation of this document.
79
+ * @type {string}
80
+ * @memberof DocumentClass
81
+ */
82
+ 'requester': DocumentClassRequesterEnum;
83
+ /**
84
+ * Metadata contains extra information that the object would need for specific cases.
85
+ * @type {object}
86
+ * @memberof DocumentClass
87
+ */
88
+ 'metadata'?: object;
89
+ /**
90
+ * Description of the document. Usually a short summary about the context in which the document is being used.
91
+ * @type {string}
92
+ * @memberof DocumentClass
93
+ */
94
+ 'description': string;
95
+ /**
96
+ * The unique key used by Amazon Simple Storage Service (S3).
97
+ * @type {string}
98
+ * @memberof DocumentClass
99
+ */
100
+ 's3Key': string;
101
+ /**
102
+ * Type of the document expressed with its file extension.
103
+ * @type {string}
104
+ * @memberof DocumentClass
105
+ */
106
+ 'contentType': DocumentClassContentTypeEnum;
107
+ /**
108
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
109
+ * @type {string}
110
+ * @memberof DocumentClass
111
+ */
112
+ 'productSlug'?: string;
113
+ /**
114
+ * Identifier of the user who created the record.
115
+ * @type {string}
116
+ * @memberof DocumentClass
117
+ */
118
+ 'createdBy': string;
119
+ /**
120
+ * Identifier of the user who last updated the record.
121
+ * @type {string}
122
+ * @memberof DocumentClass
123
+ */
124
+ 'updatedBy': string;
125
+ /**
126
+ * Time at which the object was created.
127
+ * @type {string}
128
+ * @memberof DocumentClass
129
+ */
130
+ 'createdAt': string;
131
+ /**
132
+ * Emil Resources Names (ERN) identifies the most specific owner of a resource.
133
+ * @type {string}
134
+ * @memberof DocumentClass
135
+ */
136
+ 'ern': string;
137
+ }
138
+
139
+ export const DocumentClassRequesterEnum = {
140
+ Accountservice: 'accountservice',
141
+ Insuranceservice: 'insuranceservice',
142
+ Billingservice: 'billingservice',
143
+ Tenantservice: 'tenantservice',
144
+ BookingFunnel: 'bookingFunnel',
145
+ Publicapi: 'publicapi',
146
+ Admin: 'admin',
147
+ Claimservice: 'claimservice',
148
+ Customerservice: 'customerservice',
149
+ Notificationservice: 'notificationservice',
150
+ Paymentservice: 'paymentservice',
151
+ Processmanager: 'processmanager',
152
+ Gdvservice: 'gdvservice',
153
+ Documentservice: 'documentservice',
154
+ Partnerservice: 'partnerservice'
155
+ } as const;
156
+
157
+ export type DocumentClassRequesterEnum = typeof DocumentClassRequesterEnum[keyof typeof DocumentClassRequesterEnum];
158
+ export const DocumentClassContentTypeEnum = {
159
+ Pdf: 'pdf',
160
+ Jpg: 'jpg',
161
+ Png: 'png',
162
+ Gz: 'gz',
163
+ Csv: 'csv',
164
+ Doc: 'doc',
165
+ Docx: 'docx',
166
+ Html: 'html',
167
+ Json: 'json',
168
+ Xml: 'xml',
169
+ Txt: 'txt',
170
+ Zip: 'zip',
171
+ Tar: 'tar',
172
+ Rar: 'rar',
173
+ Mp4: 'MP4',
174
+ Mov: 'MOV',
175
+ Wmv: 'WMV',
176
+ Avi: 'AVI'
177
+ } as const;
178
+
179
+ export type DocumentClassContentTypeEnum = typeof DocumentClassContentTypeEnum[keyof typeof DocumentClassContentTypeEnum];
180
+
181
+
@@ -0,0 +1,108 @@
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 DocxTemplateClass
21
+ */
22
+ export interface DocxTemplateClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof DocxTemplateClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique identifier for the object.
31
+ * @type {string}
32
+ * @memberof DocxTemplateClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
+ * @type {string}
38
+ * @memberof DocxTemplateClass
39
+ */
40
+ 'slug': string;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof DocxTemplateClass
45
+ */
46
+ 'productVersionId': number;
47
+ /**
48
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
49
+ * @type {string}
50
+ * @memberof DocxTemplateClass
51
+ */
52
+ 'productSlug': string;
53
+ /**
54
+ * Description of the document. Usually a short summary about the context in which the document is being used.
55
+ * @type {string}
56
+ * @memberof DocxTemplateClass
57
+ */
58
+ 'description': string;
59
+ /**
60
+ * The unique key used by Amazon Simple Storage Service (S3).
61
+ * @type {string}
62
+ * @memberof DocxTemplateClass
63
+ */
64
+ 's3Key': string;
65
+ /**
66
+ * Document entity type.
67
+ * @type {string}
68
+ * @memberof DocxTemplateClass
69
+ */
70
+ 'entityType': string;
71
+ /**
72
+ * Name of the file the end user will see when he downloads it.
73
+ * @type {string}
74
+ * @memberof DocxTemplateClass
75
+ */
76
+ 'filename': string;
77
+ /**
78
+ * Version number of the template, incremented each time a new version is uploaded.
79
+ * @type {number}
80
+ * @memberof DocxTemplateClass
81
+ */
82
+ 'versionNumber': number;
83
+ /**
84
+ * Time at which the object was created.
85
+ * @type {string}
86
+ * @memberof DocxTemplateClass
87
+ */
88
+ 'createdAt': string;
89
+ /**
90
+ * Time at which the object was updated.
91
+ * @type {string}
92
+ * @memberof DocxTemplateClass
93
+ */
94
+ 'updatedAt': string;
95
+ /**
96
+ * Identifier of the user who created the record.
97
+ * @type {string}
98
+ * @memberof DocxTemplateClass
99
+ */
100
+ 'createdBy': string;
101
+ /**
102
+ * Identifier of the user who last updated the record.
103
+ * @type {string}
104
+ * @memberof DocxTemplateClass
105
+ */
106
+ 'updatedBy': string;
107
+ }
108
+
@@ -0,0 +1,36 @@
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 DownloadDocumentRequestDto
21
+ */
22
+ export interface DownloadDocumentRequestDto {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof DownloadDocumentRequestDto
27
+ */
28
+ 'code': string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof DownloadDocumentRequestDto
33
+ */
34
+ 'documentKey': string;
35
+ }
36
+
@@ -0,0 +1,36 @@
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 GetDocTemplateRequestDto
21
+ */
22
+ export interface GetDocTemplateRequestDto {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof GetDocTemplateRequestDto
27
+ */
28
+ 'id': number;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof GetDocTemplateRequestDto
33
+ */
34
+ 'expand'?: string;
35
+ }
36
+
@@ -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 { DocTemplateClass } from './doc-template-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface GetDocTemplateResponseClass
22
+ */
23
+ export interface GetDocTemplateResponseClass {
24
+ /**
25
+ * Document template.
26
+ * @type {DocTemplateClass}
27
+ * @memberof GetDocTemplateResponseClass
28
+ */
29
+ 'template': DocTemplateClass;
30
+ }
31
+
@@ -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 GetDocumentDownloadUrlResponseClass
21
+ */
22
+ export interface GetDocumentDownloadUrlResponseClass {
23
+ /**
24
+ * Pre-signed Url.
25
+ * @type {string}
26
+ * @memberof GetDocumentDownloadUrlResponseClass
27
+ */
28
+ 'url': string;
29
+ }
30
+
@@ -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 GetDocxTemplateDownloadUrlResponseClass
21
+ */
22
+ export interface GetDocxTemplateDownloadUrlResponseClass {
23
+ /**
24
+ * Pre-signed url for downloading the docx template.
25
+ * @type {string}
26
+ * @memberof GetDocxTemplateDownloadUrlResponseClass
27
+ */
28
+ 'url': string;
29
+ }
30
+
@@ -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 { DocxTemplateClass } from './docx-template-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface GetDocxTemplateResponseClass
22
+ */
23
+ export interface GetDocxTemplateResponseClass {
24
+ /**
25
+ * Docx Template
26
+ * @type {DocxTemplateClass}
27
+ * @memberof GetDocxTemplateResponseClass
28
+ */
29
+ 'docxTemplate': DocxTemplateClass;
30
+ }
31
+
@@ -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 { LayoutClass } from './layout-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface GetLayoutResponseClass
22
+ */
23
+ export interface GetLayoutResponseClass {
24
+ /**
25
+ * Layout
26
+ * @type {LayoutClass}
27
+ * @memberof GetLayoutResponseClass
28
+ */
29
+ 'layout': LayoutClass;
30
+ }
31
+
@@ -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 GetProductDocumentDownloadUrlResponseClass
21
+ */
22
+ export interface GetProductDocumentDownloadUrlResponseClass {
23
+ /**
24
+ * Pre-signed url for downloading product documents.
25
+ * @type {string}
26
+ * @memberof GetProductDocumentDownloadUrlResponseClass
27
+ */
28
+ 'url': string;
29
+ }
30
+
@@ -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 { ProductDocumentClass } from './product-document-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface GetProductDocumentResponseClass
22
+ */
23
+ export interface GetProductDocumentResponseClass {
24
+ /**
25
+ * Product Document
26
+ * @type {ProductDocumentClass}
27
+ * @memberof GetProductDocumentResponseClass
28
+ */
29
+ 'productDocument': ProductDocumentClass;
30
+ }
31
+