@emilgroup/document-sdk-node 1.2.1 → 1.4.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 (186) hide show
  1. package/.openapi-generator/FILES +7 -0
  2. package/README.md +2 -2
  3. package/api/document-templates-api.ts +1 -1
  4. package/api/documents-api.ts +9 -9
  5. package/api/layouts-api.ts +1 -1
  6. package/api/product-documents-api.ts +599 -0
  7. package/api/search-keywords-api.ts +1 -1
  8. package/api/searchable-document-owners-api.ts +1 -1
  9. package/api/searchable-documents-api.ts +21 -7
  10. package/api.ts +3 -1
  11. package/base.ts +2 -2
  12. package/common.ts +2 -2
  13. package/configuration.ts +1 -1
  14. package/dist/api/document-templates-api.d.ts +1 -1
  15. package/dist/api/document-templates-api.js +1 -1
  16. package/dist/api/documents-api.d.ts +9 -9
  17. package/dist/api/documents-api.js +9 -9
  18. package/dist/api/layouts-api.d.ts +1 -1
  19. package/dist/api/layouts-api.js +1 -1
  20. package/dist/api/product-documents-api.d.ts +345 -0
  21. package/dist/api/product-documents-api.js +558 -0
  22. package/dist/api/search-keywords-api.d.ts +1 -1
  23. package/dist/api/search-keywords-api.js +1 -1
  24. package/dist/api/searchable-document-owners-api.d.ts +1 -1
  25. package/dist/api/searchable-document-owners-api.js +1 -1
  26. package/dist/api/searchable-documents-api.d.ts +13 -4
  27. package/dist/api/searchable-documents-api.js +13 -7
  28. package/dist/api.d.ts +2 -1
  29. package/dist/api.js +2 -1
  30. package/dist/base.d.ts +1 -1
  31. package/dist/base.js +2 -2
  32. package/dist/common.d.ts +2 -2
  33. package/dist/common.js +1 -1
  34. package/dist/configuration.d.ts +1 -1
  35. package/dist/configuration.js +1 -1
  36. package/dist/index.d.ts +1 -1
  37. package/dist/index.js +1 -1
  38. package/dist/models/create-doc-template-request-dto.d.ts +1 -1
  39. package/dist/models/create-doc-template-request-dto.js +1 -1
  40. package/dist/models/create-doc-template-response-class.d.ts +1 -1
  41. package/dist/models/create-doc-template-response-class.js +1 -1
  42. package/dist/models/create-document-request-dto.d.ts +2 -1
  43. package/dist/models/create-document-request-dto.js +3 -2
  44. package/dist/models/create-document-sync-response-class.d.ts +1 -1
  45. package/dist/models/create-document-sync-response-class.js +1 -1
  46. package/dist/models/create-html-template-dto.d.ts +1 -1
  47. package/dist/models/create-html-template-dto.js +1 -1
  48. package/dist/models/create-layout-request-dto.d.ts +1 -1
  49. package/dist/models/create-layout-request-dto.js +1 -1
  50. package/dist/models/create-layout-response-class.d.ts +1 -1
  51. package/dist/models/create-layout-response-class.js +1 -1
  52. package/dist/models/create-presigned-post-request-dto.d.ts +2 -1
  53. package/dist/models/create-presigned-post-request-dto.js +3 -2
  54. package/dist/models/create-presigned-post-response-class.d.ts +1 -1
  55. package/dist/models/create-presigned-post-response-class.js +1 -1
  56. package/dist/models/delete-layout-request-dto.d.ts +1 -1
  57. package/dist/models/delete-layout-request-dto.js +1 -1
  58. package/dist/models/delete-product-document-request-dto.d.ts +30 -0
  59. package/dist/models/delete-product-document-request-dto.js +15 -0
  60. package/dist/models/delete-request-dto.d.ts +1 -1
  61. package/dist/models/delete-request-dto.js +1 -1
  62. package/dist/models/delete-response-class.d.ts +1 -1
  63. package/dist/models/delete-response-class.js +1 -1
  64. package/dist/models/doc-template-class.d.ts +1 -1
  65. package/dist/models/doc-template-class.js +1 -1
  66. package/dist/models/document-class.d.ts +2 -1
  67. package/dist/models/document-class.js +3 -2
  68. package/dist/models/download-document-request-dto.d.ts +1 -1
  69. package/dist/models/download-document-request-dto.js +1 -1
  70. package/dist/models/get-doc-template-request-dto.d.ts +1 -1
  71. package/dist/models/get-doc-template-request-dto.js +1 -1
  72. package/dist/models/get-doc-template-response-class.d.ts +1 -1
  73. package/dist/models/get-doc-template-response-class.js +1 -1
  74. package/dist/models/get-document-download-url-response-class.d.ts +1 -1
  75. package/dist/models/get-document-download-url-response-class.js +1 -1
  76. package/dist/models/get-layout-request-dto.d.ts +1 -1
  77. package/dist/models/get-layout-request-dto.js +1 -1
  78. package/dist/models/get-layout-response-class.d.ts +1 -1
  79. package/dist/models/get-layout-response-class.js +1 -1
  80. package/dist/models/get-product-document-response-class.d.ts +25 -0
  81. package/dist/models/get-product-document-response-class.js +15 -0
  82. package/dist/models/get-signed-s3-key-url-response-class.d.ts +1 -1
  83. package/dist/models/get-signed-s3-key-url-response-class.js +1 -1
  84. package/dist/models/html-template-class.d.ts +1 -1
  85. package/dist/models/html-template-class.js +1 -1
  86. package/dist/models/index.d.ts +6 -0
  87. package/dist/models/index.js +6 -0
  88. package/dist/models/layout-class.d.ts +1 -1
  89. package/dist/models/layout-class.js +1 -1
  90. package/dist/models/list-doc-template-request-dto.d.ts +1 -1
  91. package/dist/models/list-doc-template-request-dto.js +1 -1
  92. package/dist/models/list-doc-templates-response-class.d.ts +1 -1
  93. package/dist/models/list-doc-templates-response-class.js +1 -1
  94. package/dist/models/list-documents-response-class.d.ts +1 -1
  95. package/dist/models/list-documents-response-class.js +1 -1
  96. package/dist/models/list-layouts-response-class.d.ts +1 -1
  97. package/dist/models/list-layouts-response-class.js +1 -1
  98. package/dist/models/list-product-documents-response-class.d.ts +31 -0
  99. package/dist/models/list-product-documents-response-class.js +15 -0
  100. package/dist/models/list-request-dto.d.ts +1 -1
  101. package/dist/models/list-request-dto.js +1 -1
  102. package/dist/models/list-search-keywords-request-dto.d.ts +1 -1
  103. package/dist/models/list-search-keywords-request-dto.js +1 -1
  104. package/dist/models/list-search-keywords-response-class.d.ts +1 -1
  105. package/dist/models/list-search-keywords-response-class.js +1 -1
  106. package/dist/models/list-searchable-document-owners-request-dto.d.ts +31 -0
  107. package/dist/models/list-searchable-document-owners-request-dto.js +22 -0
  108. package/dist/models/list-searchable-document-owners-response-class.d.ts +1 -1
  109. package/dist/models/list-searchable-document-owners-response-class.js +1 -1
  110. package/dist/models/list-searchable-documents-request-dto.d.ts +14 -1
  111. package/dist/models/list-searchable-documents-request-dto.js +8 -1
  112. package/dist/models/list-searchable-documents-response-class.d.ts +1 -1
  113. package/dist/models/list-searchable-documents-response-class.js +1 -1
  114. package/dist/models/product-document-class.d.ts +99 -0
  115. package/dist/models/product-document-class.js +36 -0
  116. package/dist/models/searchable-document-class.d.ts +1 -1
  117. package/dist/models/searchable-document-class.js +1 -1
  118. package/dist/models/searchable-document-owner-class.d.ts +1 -1
  119. package/dist/models/searchable-document-owner-class.js +1 -1
  120. package/dist/models/update-doc-template-request-dto.d.ts +1 -1
  121. package/dist/models/update-doc-template-request-dto.js +1 -1
  122. package/dist/models/update-doc-template-response-class.d.ts +1 -1
  123. package/dist/models/update-doc-template-response-class.js +1 -1
  124. package/dist/models/update-document-request-dto.d.ts +1 -1
  125. package/dist/models/update-document-request-dto.js +1 -1
  126. package/dist/models/update-document-response-class.d.ts +1 -1
  127. package/dist/models/update-document-response-class.js +1 -1
  128. package/dist/models/update-html-template-dto.d.ts +1 -1
  129. package/dist/models/update-html-template-dto.js +1 -1
  130. package/dist/models/update-layout-request-dto.d.ts +1 -1
  131. package/dist/models/update-layout-request-dto.js +1 -1
  132. package/dist/models/update-layout-response-class.d.ts +1 -1
  133. package/dist/models/update-layout-response-class.js +1 -1
  134. package/dist/models/upload-product-document-request-dto.d.ts +63 -0
  135. package/dist/models/upload-product-document-request-dto.js +24 -0
  136. package/index.ts +1 -1
  137. package/models/create-doc-template-request-dto.ts +1 -1
  138. package/models/create-doc-template-response-class.ts +1 -1
  139. package/models/create-document-request-dto.ts +3 -2
  140. package/models/create-document-sync-response-class.ts +1 -1
  141. package/models/create-html-template-dto.ts +1 -1
  142. package/models/create-layout-request-dto.ts +1 -1
  143. package/models/create-layout-response-class.ts +1 -1
  144. package/models/create-presigned-post-request-dto.ts +3 -2
  145. package/models/create-presigned-post-response-class.ts +1 -1
  146. package/models/delete-layout-request-dto.ts +1 -1
  147. package/models/delete-product-document-request-dto.ts +36 -0
  148. package/models/delete-request-dto.ts +1 -1
  149. package/models/delete-response-class.ts +1 -1
  150. package/models/doc-template-class.ts +1 -1
  151. package/models/document-class.ts +3 -2
  152. package/models/download-document-request-dto.ts +1 -1
  153. package/models/get-doc-template-request-dto.ts +1 -1
  154. package/models/get-doc-template-response-class.ts +1 -1
  155. package/models/get-document-download-url-response-class.ts +1 -1
  156. package/models/get-layout-request-dto.ts +1 -1
  157. package/models/get-layout-response-class.ts +1 -1
  158. package/models/get-product-document-response-class.ts +31 -0
  159. package/models/get-signed-s3-key-url-response-class.ts +1 -1
  160. package/models/html-template-class.ts +1 -1
  161. package/models/index.ts +6 -0
  162. package/models/layout-class.ts +1 -1
  163. package/models/list-doc-template-request-dto.ts +1 -1
  164. package/models/list-doc-templates-response-class.ts +1 -1
  165. package/models/list-documents-response-class.ts +1 -1
  166. package/models/list-layouts-response-class.ts +1 -1
  167. package/models/list-product-documents-response-class.ts +37 -0
  168. package/models/list-request-dto.ts +1 -1
  169. package/models/list-search-keywords-request-dto.ts +1 -1
  170. package/models/list-search-keywords-response-class.ts +1 -1
  171. package/models/list-searchable-document-owners-request-dto.ts +40 -0
  172. package/models/list-searchable-document-owners-response-class.ts +1 -1
  173. package/models/list-searchable-documents-request-dto.ts +17 -1
  174. package/models/list-searchable-documents-response-class.ts +1 -1
  175. package/models/product-document-class.ts +108 -0
  176. package/models/searchable-document-class.ts +1 -1
  177. package/models/searchable-document-owner-class.ts +1 -1
  178. package/models/update-doc-template-request-dto.ts +1 -1
  179. package/models/update-doc-template-response-class.ts +1 -1
  180. package/models/update-document-request-dto.ts +1 -1
  181. package/models/update-document-response-class.ts +1 -1
  182. package/models/update-html-template-dto.ts +1 -1
  183. package/models/update-layout-request-dto.ts +1 -1
  184. package/models/update-layout-response-class.ts +1 -1
  185. package/models/upload-product-document-request-dto.ts +72 -0
  186. package/package.json +2 -2
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -102,10 +102,11 @@ var SearchableDocumentsApiAxiosParamCreator = function (configuration) {
102
102
  * @param {string} searchText Text to search in the documents.
103
103
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
104
104
  * @param {string} [authorization] Bearer Token
105
+ * @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
105
106
  * @param {*} [options] Override http request option.
106
107
  * @throws {RequiredError}
107
108
  */
108
- listSearchableDocuments: function (searchText, ownerIds, authorization, options) {
109
+ listSearchableDocuments: function (searchText, ownerIds, authorization, product, options) {
109
110
  if (options === void 0) { options = {}; }
110
111
  return __awaiter(_this, void 0, void 0, function () {
111
112
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -138,6 +139,9 @@ var SearchableDocumentsApiAxiosParamCreator = function (configuration) {
138
139
  if (ownerIds !== undefined) {
139
140
  localVarQueryParameter['ownerIds'] = ownerIds;
140
141
  }
142
+ if (product !== undefined) {
143
+ localVarQueryParameter['product'] = product;
144
+ }
141
145
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
142
146
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
143
147
  }
@@ -168,15 +172,16 @@ var SearchableDocumentsApiFp = function (configuration) {
168
172
  * @param {string} searchText Text to search in the documents.
169
173
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
170
174
  * @param {string} [authorization] Bearer Token
175
+ * @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
171
176
  * @param {*} [options] Override http request option.
172
177
  * @throws {RequiredError}
173
178
  */
174
- listSearchableDocuments: function (searchText, ownerIds, authorization, options) {
179
+ listSearchableDocuments: function (searchText, ownerIds, authorization, product, options) {
175
180
  return __awaiter(this, void 0, void 0, function () {
176
181
  var localVarAxiosArgs;
177
182
  return __generator(this, function (_a) {
178
183
  switch (_a.label) {
179
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSearchableDocuments(searchText, ownerIds, authorization, options)];
184
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSearchableDocuments(searchText, ownerIds, authorization, product, options)];
180
185
  case 1:
181
186
  localVarAxiosArgs = _a.sent();
182
187
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -200,11 +205,12 @@ var SearchableDocumentsApiFactory = function (configuration, basePath, axios) {
200
205
  * @param {string} searchText Text to search in the documents.
201
206
  * @param {string} ownerIds List of searched document owner IDs separated with | (search in all documents if an \'*\' list provided).
202
207
  * @param {string} [authorization] Bearer Token
208
+ * @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] PBM product the documents belongs to.
203
209
  * @param {*} [options] Override http request option.
204
210
  * @throws {RequiredError}
205
211
  */
206
- listSearchableDocuments: function (searchText, ownerIds, authorization, options) {
207
- return localVarFp.listSearchableDocuments(searchText, ownerIds, authorization, options).then(function (request) { return request(axios, basePath); });
212
+ listSearchableDocuments: function (searchText, ownerIds, authorization, product, options) {
213
+ return localVarFp.listSearchableDocuments(searchText, ownerIds, authorization, product, options).then(function (request) { return request(axios, basePath); });
208
214
  },
209
215
  };
210
216
  };
@@ -230,7 +236,7 @@ var SearchableDocumentsApi = /** @class */ (function (_super) {
230
236
  */
231
237
  SearchableDocumentsApi.prototype.listSearchableDocuments = function (requestParameters, options) {
232
238
  var _this = this;
233
- return (0, exports.SearchableDocumentsApiFp)(this.configuration).listSearchableDocuments(requestParameters.searchText, requestParameters.ownerIds, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
239
+ return (0, exports.SearchableDocumentsApiFp)(this.configuration).listSearchableDocuments(requestParameters.searchText, requestParameters.ownerIds, requestParameters.authorization, requestParameters.product, options).then(function (request) { return request(_this.axios, _this.basePath); });
234
240
  };
235
241
  return SearchableDocumentsApi;
236
242
  }(base_1.BaseAPI));
package/dist/api.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -12,6 +12,7 @@
12
12
  export * from './api/document-templates-api';
13
13
  export * from './api/documents-api';
14
14
  export * from './api/layouts-api';
15
+ export * from './api/product-documents-api';
15
16
  export * from './api/search-keywords-api';
16
17
  export * from './api/searchable-document-owners-api';
17
18
  export * from './api/searchable-documents-api';
package/dist/api.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -30,6 +30,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./api/document-templates-api"), exports);
31
31
  __exportStar(require("./api/documents-api"), exports);
32
32
  __exportStar(require("./api/layouts-api"), exports);
33
+ __exportStar(require("./api/product-documents-api"), exports);
33
34
  __exportStar(require("./api/search-keywords-api"), exports);
34
35
  __exportStar(require("./api/searchable-document-owners-api"), exports);
35
36
  __exportStar(require("./api/searchable-documents-api"), exports);
package/dist/base.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/base.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -109,7 +109,7 @@ var axios_1 = __importDefault(require("axios"));
109
109
  var fs = __importStar(require("fs"));
110
110
  var path = __importStar(require("path"));
111
111
  var os = __importStar(require("os"));
112
- exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
112
+ exports.BASE_PATH = "https://apiv2.emil.de".replace(/\/+$/, "");
113
113
  var CONFIG_DIRECTORY = '.emil';
114
114
  var CONFIG_FILENAME = 'credentials';
115
115
  var KEY_USERNAME = 'emil_username';
package/dist/common.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -69,7 +69,7 @@ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios
69
69
  * The EMIL DocumentService API description
70
70
  *
71
71
  * The version of the OpenAPI document: 1.0
72
- *
72
+ * Contact: kontakt@emil.de
73
73
  *
74
74
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
75
75
  * https://openapi-generator.tech
package/dist/common.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -130,6 +130,7 @@ export declare const CreateDocumentRequestDtoRequesterEnum: {
130
130
  readonly Paymentservice: "paymentservice";
131
131
  readonly Processmanager: "processmanager";
132
132
  readonly Gdvservice: "gdvservice";
133
+ readonly Documentservice: "documentservice";
133
134
  };
134
135
  export type CreateDocumentRequestDtoRequesterEnum = typeof CreateDocumentRequestDtoRequesterEnum[keyof typeof CreateDocumentRequestDtoRequesterEnum];
135
136
  export declare const CreateDocumentRequestDtoContentTypeEnum: {
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -41,7 +41,8 @@ exports.CreateDocumentRequestDtoRequesterEnum = {
41
41
  Notificationservice: 'notificationservice',
42
42
  Paymentservice: 'paymentservice',
43
43
  Processmanager: 'processmanager',
44
- Gdvservice: 'gdvservice'
44
+ Gdvservice: 'gdvservice',
45
+ Documentservice: 'documentservice'
45
46
  };
46
47
  exports.CreateDocumentRequestDtoContentTypeEnum = {
47
48
  Pdf: 'pdf',
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -102,6 +102,7 @@ export declare const CreatePresignedPostRequestDtoRequesterEnum: {
102
102
  readonly Paymentservice: "paymentservice";
103
103
  readonly Processmanager: "processmanager";
104
104
  readonly Gdvservice: "gdvservice";
105
+ readonly Documentservice: "documentservice";
105
106
  };
106
107
  export type CreatePresignedPostRequestDtoRequesterEnum = typeof CreatePresignedPostRequestDtoRequesterEnum[keyof typeof CreatePresignedPostRequestDtoRequesterEnum];
107
108
  export declare const CreatePresignedPostRequestDtoContentTypeEnum: {
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -27,7 +27,8 @@ exports.CreatePresignedPostRequestDtoRequesterEnum = {
27
27
  Notificationservice: 'notificationservice',
28
28
  Paymentservice: 'paymentservice',
29
29
  Processmanager: 'processmanager',
30
- Gdvservice: 'gdvservice'
30
+ Gdvservice: 'gdvservice',
31
+ Documentservice: 'documentservice'
31
32
  };
32
33
  exports.CreatePresignedPostRequestDtoContentTypeEnum = {
33
34
  Pdf: 'pdf',
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -0,0 +1,30 @@
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 DeleteProductDocumentRequestDto
16
+ */
17
+ export interface DeleteProductDocumentRequestDto {
18
+ /**
19
+ * Unique identifier for the object.
20
+ * @type {string}
21
+ * @memberof DeleteProductDocumentRequestDto
22
+ */
23
+ 'code': string;
24
+ /**
25
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
26
+ * @type {string}
27
+ * @memberof DeleteProductDocumentRequestDto
28
+ */
29
+ 'productSlug': string;
30
+ }
@@ -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 });
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -137,6 +137,7 @@ export declare const DocumentClassRequesterEnum: {
137
137
  readonly Paymentservice: "paymentservice";
138
138
  readonly Processmanager: "processmanager";
139
139
  readonly Gdvservice: "gdvservice";
140
+ readonly Documentservice: "documentservice";
140
141
  };
141
142
  export type DocumentClassRequesterEnum = typeof DocumentClassRequesterEnum[keyof typeof DocumentClassRequesterEnum];
142
143
  export declare const DocumentClassContentTypeEnum: {
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -37,7 +37,8 @@ exports.DocumentClassRequesterEnum = {
37
37
  Notificationservice: 'notificationservice',
38
38
  Paymentservice: 'paymentservice',
39
39
  Processmanager: 'processmanager',
40
- Gdvservice: 'gdvservice'
40
+ Gdvservice: 'gdvservice',
41
+ Documentservice: 'documentservice'
41
42
  };
42
43
  exports.DocumentClassContentTypeEnum = {
43
44
  Pdf: 'pdf',
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL DocumentService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL DocumentService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech