@emilgroup/customer-sdk 1.56.1-beta.13 → 1.56.1-beta.15

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.
@@ -1,29 +0,0 @@
1
- /**
2
- * EMIL CustomerService
3
- * The EMIL CustomerService 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 GetCustomerDocumentDownloadUrlRequestDto
16
- */
17
- export interface GetCustomerDocumentDownloadUrlRequestDto {
18
- /**
19
- * Content disposition override. Default will be depending on the document type.
20
- * @type {string}
21
- * @memberof GetCustomerDocumentDownloadUrlRequestDto
22
- */
23
- 'contentDisposition'?: GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum;
24
- }
25
- export declare const GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum: {
26
- readonly Attachment: "attachment";
27
- readonly Inline: "inline";
28
- };
29
- export type GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum[keyof typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum];
@@ -1,20 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL CustomerService
6
- * The EMIL CustomerService 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 });
16
- exports.GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = void 0;
17
- exports.GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = {
18
- Attachment: 'attachment',
19
- Inline: 'inline'
20
- };
@@ -1,38 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL CustomerService
5
- * The EMIL CustomerService 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 GetCustomerDocumentDownloadUrlRequestDto
21
- */
22
- export interface GetCustomerDocumentDownloadUrlRequestDto {
23
- /**
24
- * Content disposition override. Default will be depending on the document type.
25
- * @type {string}
26
- * @memberof GetCustomerDocumentDownloadUrlRequestDto
27
- */
28
- 'contentDisposition'?: GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum;
29
- }
30
-
31
- export const GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = {
32
- Attachment: 'attachment',
33
- Inline: 'inline'
34
- } as const;
35
-
36
- export type GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum[keyof typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum];
37
-
38
-